Trace number 212736

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.12 1800.81

General information on the benchmark

NamepseudoSeries/
primesDimacs/f600.xml
MD5SUMeaafb6d59875b3b88c054bc279abccfd
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints3150
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/212736-1170099303/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/212736-1170099303/unknown.xml [Mon Jan 29 20:35:03 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/212736-1170099303/unknown.xml /tmp/evaluation/212736-1170099303/sugar25477.csp [Mon Jan 29 20:35:03 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/212736-1170099303/sugar-v0-40.jar -convert /tmp/evaluation/212736-1170099303/unknown.xml /tmp/evaluation/212736-1170099303/sugar25477.csp
0.16	c BEGIN convert /tmp/evaluation/212736-1170099303/unknown.xml
0.73	c END convert (0.571134 seconds)
0.75	c # CONVERT_XML  END : /tmp/evaluation/212736-1170099303/sugar25477.csp 122483 bytes (1 seconds) [Mon Jan 29 20:35:04 2007]
0.75	c # CONVERT_XML  CPU : 0.68 = 0 + 0 + 0.62 + 0.06
0.75	
0.75	c # GENERATE_SAT  BEGIN : /tmp/evaluation/212736-1170099303/sugar25477.bcnf [Mon Jan 29 20:35:04 2007]
0.75	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/212736-1170099303/sugar-v0-40.jar -bcnf -map /tmp/evaluation/212736-1170099303/sugar25477.map /tmp/evaluation/212736-1170099303/sugar25477.csp /tmp/evaluation/212736-1170099303/sugar25477.bcnf
0.87	c BEGIN parse /tmp/evaluation/212736-1170099303/sugar25477.csp
1.40	c END parse (0.533891 seconds)
1.40	c BEGIN simplify
1.40	c END simplify (0.003427 seconds)
1.40	c BEGIN encode /tmp/evaluation/212736-1170099303/sugar25477.bcnf
1.47	c END encode (0.062464 seconds)
1.52	c # GENERATE_SAT  END : 1200 variables 3150 clauses 48024 bytes (1 seconds) [Mon Jan 29 20:35:05 2007]
1.52	c # GENERATE_SAT  CPU : 0.71 = 0.01 + 0 + 0.65 + 0.05
1.52	
1.52	c # SOLVE_SAT  BEGIN : /tmp/evaluation/212736-1170099303/sugar25477.bcnf [Mon Jan 29 20:35:05 2007]
1.52	c # CMD : /tmp/evaluation/212736-1170099303/minisat /tmp/evaluation/212736-1170099303/sugar25477.bcnf /tmp/evaluation/212736-1170099303/sugar25477.out
1.57	c ==================================[MINISAT]===================================
1.57	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.57	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.57	c ==============================================================================
1.57	c |         0 |    3150     8850 |    1050       0        0     nan |  0.000 % |
1.57	c |       101 |    3150     8850 |    1155     101     2535    25.1 |  0.000 % |
1.57	c |       251 |    3150     8850 |    1270     251     6441    25.7 |  0.000 % |
1.57	c |       476 |    3150     8850 |    1397     476    12762    26.8 |  0.000 % |
1.57	c |       814 |    3150     8850 |    1537     814    22424    27.5 |  0.000 % |
1.59	c |      1323 |    3150     8850 |    1691    1323    36604    27.7 |  0.000 % |
1.64	c |      2082 |    3150     8850 |    1860    1154    30007    26.0 |  0.000 % |
1.71	c |      3223 |    3150     8850 |    2046    1307    33185    25.4 |  0.000 % |
1.82	c |      4931 |    3150     8850 |    2250    1895    52325    27.6 |  0.000 % |
1.97	c |      7493 |    3150     8850 |    2475    2111    54513    25.8 |  0.000 % |
2.23	c |     11337 |    3150     8850 |    2723    2006    60715    30.3 |  0.000 % |
2.62	c |     17103 |    3150     8850 |    2995    2060    57223    27.8 |  0.000 % |
3.24	c |     25753 |    3150     8850 |    3295    2852    78855    27.6 |  0.000 % |
4.20	c |     38728 |    3150     8850 |    3624    2059    51661    25.1 |  0.000 % |
5.58	c |     58191 |    3150     8850 |    3987    2720    72726    26.7 |  0.000 % |
7.81	c |     87387 |    3150     8850 |    4386    3019    82061    27.2 |  0.000 % |
11.11	c |    131176 |    3150     8850 |    4824    3894   102501    26.3 |  0.000 % |
16.51	c |    196860 |    3150     8850 |    5307    4877   139059    28.5 |  0.000 % |
24.55	c |    295386 |    3150     8850 |    5837    5448   148263    27.2 |  0.000 % |
37.00	c |    443176 |    3150     8850 |    6421    4017   109115    27.2 |  0.000 % |
56.42	c |    664860 |    3150     8850 |    7063    5957   158627    26.6 |  0.000 % |
87.17	c |    997387 |    3150     8850 |    7770    6656   193370    29.1 |  0.000 % |
134.76	c |   1496176 |    3150     8850 |    8547    7269   215423    29.6 |  0.000 % |
208.55	c |   2244358 |    3150     8850 |    9402    4780   122511    25.6 |  0.000 % |
326.86	c |   3366633 |    3150     8850 |   10342    5081   136439    26.9 |  0.000 % |
510.96	c |   5050044 |    3150     8850 |   11376    6970   202500    29.1 |  0.000 % |
800.90	c |   7575160 |    3150     8850 |   12514    9669   264678    27.4 |  0.000 % |
1256.84	c |  11362836 |    3150     8850 |   13765    9123   239340    26.2 |  0.000 % |
1800.81	s UNKNOWN
1800.81	c # ERROR No such file or directory /tmp/evaluation/212736-1170099303/sugar25477.out, at /tmp/evaluation/212736-1170099303/sugar line 393.
1800.81	
1800.81	c # MAIN  END :  (1801 seconds) [Mon Jan 29 21:05:04 2007]
1800.81	c # MAIN  CPU : 1800.07 = 0.02 + 0 + 1799.91 + 0.14
1800.81	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node76/watcher-212736-1170099303 -o ROOT/results/node76/solver-212736-1170099303 -C 1800 -M 900 /tmp/evaluation/212736-1170099303/solver /tmp/evaluation/212736-1170099303 /tmp/evaluation/212736-1170099303/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 3.66 3.56 3.22 5/86 25478
/proc/meminfo: memFree=1305504/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=18544 CPUtime=0
/proc/25477/stat : 25477 (runsolver) R 25475 25477 24676 0 -1 4194368 15 0 0 0 0 0 0 0 25 0 1 0 29888642 18989056 278 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 206843737111 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25477/statm: 4636 278 243 17 0 2626 0

[startup+0.103006 s]
/proc/loadavg: 3.66 3.56 3.22 5/86 25478
/proc/meminfo: memFree=1305504/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=13728 CPUtime=0.03
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1106 0 0 0 3 0 0 0 25 0 1 0 29888642 14057472 802 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3432 802 365 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13728

[startup+0.511051 s]
/proc/loadavg: 3.66 3.56 3.22 5/86 25478
/proc/meminfo: memFree=1305504/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=13728 CPUtime=0.03
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1115 0 0 0 3 0 0 0 15 0 1 0 29888642 14057472 802 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3432 802 365 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13728

[startup+1.33315 s]
/proc/loadavg: 3.66 3.56 3.22 5/94 25494
/proc/meminfo: memFree=1283936/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=13728 CPUtime=0.71
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1186 8117 0 1 3 0 62 6 16 0 1 0 29888642 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3432 808 370 3 0 531 0
[pid=25487] ppid=25477 vsize=807368 CPUtime=0.56
/proc/25487/stat : 25487 (java) R 25477 25477 24676 0 -1 0 6714 0 1 0 52 4 0 0 25 0 8 0 29888718 826744832 6465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073435945 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25487/statm: 201842 6465 1507 14 0 189119 0
[pid=25487/tid=25488] ppid=25477 vsize=807368 CPUtime=0.02
/proc/25487/task/25488/stat : 25488 (java) S 25477 25477 24676 0 -1 64 523 0 0 0 2 0 0 0 16 0 8 0 29888721 826744832 6465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25489] ppid=25477 vsize=807368 CPUtime=0
/proc/25487/task/25489/stat : 25489 (java) S 25477 25477 24676 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29888721 826744832 6465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25490] ppid=25477 vsize=807368 CPUtime=0
/proc/25487/task/25490/stat : 25490 (java) S 25477 25477 24676 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29888721 826744832 6465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25491] ppid=25477 vsize=807368 CPUtime=0
/proc/25487/task/25491/stat : 25491 (java) S 25477 25477 24676 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29888725 826744832 6465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25492] ppid=25477 vsize=807368 CPUtime=0.13
/proc/25487/task/25492/stat : 25492 (java) S 25477 25477 24676 0 -1 64 409 0 0 0 13 0 0 0 16 0 8 0 29888725 826744832 6465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25493] ppid=25477 vsize=807368 CPUtime=0
/proc/25487/task/25493/stat : 25493 (java) S 25477 25477 24676 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 29888725 826744832 6465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25494] ppid=25477 vsize=807368 CPUtime=0
/proc/25487/task/25494/stat : 25494 (java) S 25477 25477 24676 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29888725 826744832 6465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 821096

[startup+2.97233 s]
/proc/loadavg: 3.66 3.56 3.22 3/88 25496
/proc/meminfo: memFree=1301648/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 15 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=2440 CPUtime=1.41
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 299 0 0 0 141 0 0 0 25 0 1 0 29888795 2498560 272 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/25495/statm: 610 272 51 112 0 494 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 17096

[startup+6.25871 s]
/proc/loadavg: 3.53 3.53 3.21 2/72 25512
/proc/meminfo: memFree=1918480/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=2836 CPUtime=4.68
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 392 0 0 0 468 0 0 0 25 0 1 0 29888795 2904064 365 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 709 365 51 112 0 593 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 17492

[startup+12.7095 s]
/proc/loadavg: 3.32 3.49 3.20 2/71 25516
/proc/meminfo: memFree=1918232/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=3232 CPUtime=11.13
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 492 0 0 0 1113 0 0 0 25 0 1 0 29888795 3309568 465 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134639870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 808 465 51 112 0 692 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 17888

[startup+25.5209 s]
/proc/loadavg: 2.81 3.37 3.16 2/71 25518
/proc/meminfo: memFree=1918088/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=3624 CPUtime=23.94
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 598 0 0 0 2394 0 0 0 25 0 1 0 29888795 3710976 571 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134518897 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 906 571 51 112 0 790 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 18280

[startup+51.1389 s]
/proc/loadavg: 2.19 3.17 3.11 2/71 25518
/proc/meminfo: memFree=1917512/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=4144 CPUtime=49.55
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 724 0 0 0 4955 0 0 0 25 0 1 0 29888795 4243456 697 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 1036 697 51 112 0 920 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 18800

[startup+102.371 s]
/proc/loadavg: 1.52 2.84 2.99 2/71 25518
/proc/meminfo: memFree=1916616/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=5068 CPUtime=100.77
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 941 0 0 0 10077 0 0 0 25 0 1 0 29888795 5189632 914 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528710 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 1267 914 51 112 0 1151 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 19724

[startup+162.422 s]
/proc/loadavg: 1.19 2.50 2.87 2/71 25518
/proc/meminfo: memFree=1916104/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=5596 CPUtime=160.8
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 1089 0 0 0 16080 0 0 0 25 0 1 0 29888795 5730304 1062 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 1399 1062 51 112 0 1283 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 20252

[startup+222.467 s]
/proc/loadavg: 1.07 2.22 2.75 2/71 25518
/proc/meminfo: memFree=1915400/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=6252 CPUtime=220.83
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 1242 0 0 0 22083 0 0 0 25 0 1 0 29888795 6402048 1215 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 1563 1215 51 112 0 1447 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 20908

[startup+282.514 s]
/proc/loadavg: 1.02 2.00 2.63 2/71 25518
/proc/meminfo: memFree=1915144/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=6520 CPUtime=280.86
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 1308 0 0 0 28086 0 0 0 25 0 1 0 29888795 6676480 1281 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 1630 1281 51 112 0 1514 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 21176

[startup+342.556 s]
/proc/loadavg: 1.01 1.81 2.53 2/71 25518
/proc/meminfo: memFree=1914824/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=6780 CPUtime=340.88
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 1392 0 0 0 34088 0 0 0 25 0 1 0 29888795 6942720 1365 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525150 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 1695 1365 51 112 0 1579 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 21436

[startup+402.605 s]
/proc/loadavg: 1.00 1.66 2.43 2/71 25518
/proc/meminfo: memFree=1914504/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=7044 CPUtime=400.92
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 1455 0 0 0 40092 0 0 0 25 0 1 0 29888795 7213056 1428 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134526357 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 1761 1428 51 112 0 1645 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 21700

[startup+462.649 s]
/proc/loadavg: 1.03 1.55 2.34 2/71 25518
/proc/meminfo: memFree=1914248/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=7312 CPUtime=460.94
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 1522 0 0 0 46094 0 0 0 25 0 1 0 29888795 7487488 1495 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525642 0 0 4096 3 0 0 0 17 1 0 0

################
# More data... #
################

[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=9320 CPUtime=1061.25
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2014 0 0 0 106124 1 0 0 25 0 1 0 29888795 9543680 1987 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2330 1987 51 112 0 2214 0
Current children cumulated CPU time (s) 1062.68
Current children cumulated vsize (KiB) 23976

[startup+1123.15 s]
/proc/loadavg: 1.00 1.05 1.64 2/71 25518
/proc/meminfo: memFree=1912072/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=9452 CPUtime=1121.28
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2036 0 0 0 112127 1 0 0 25 0 1 0 29888795 9678848 2009 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2363 2009 51 112 0 2247 0
Current children cumulated CPU time (s) 1122.71
Current children cumulated vsize (KiB) 24108

[startup+1183.19 s]
/proc/loadavg: 1.00 1.04 1.60 2/71 25518
/proc/meminfo: memFree=1911880/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=9576 CPUtime=1181.3
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2058 0 0 0 118129 1 0 0 25 0 1 0 29888795 9805824 2031 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2394 2031 51 112 0 2278 0
Current children cumulated CPU time (s) 1182.73
Current children cumulated vsize (KiB) 24232

[startup+1243.24 s]
/proc/loadavg: 1.00 1.03 1.55 2/71 25518
/proc/meminfo: memFree=1911880/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=9576 CPUtime=1241.34
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2066 0 0 0 124133 1 0 0 25 0 1 0 29888795 9805824 2039 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2394 2039 51 112 0 2278 0
Current children cumulated CPU time (s) 1242.77
Current children cumulated vsize (KiB) 24232

[startup+1303.28 s]
/proc/loadavg: 1.00 1.02 1.51 2/71 25518
/proc/meminfo: memFree=1911496/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=9852 CPUtime=1301.36
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2156 0 0 0 130135 1 0 0 25 0 1 0 29888795 10088448 2129 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2463 2129 51 112 0 2347 0
Current children cumulated CPU time (s) 1302.79
Current children cumulated vsize (KiB) 24508

[startup+1363.33 s]
/proc/loadavg: 1.00 1.02 1.48 2/71 25518
/proc/meminfo: memFree=1911368/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=9988 CPUtime=1361.39
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2182 0 0 0 136138 1 0 0 25 0 1 0 29888795 10227712 2155 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2497 2155 51 112 0 2381 0
Current children cumulated CPU time (s) 1362.82
Current children cumulated vsize (KiB) 24644

[startup+1423.37 s]
/proc/loadavg: 1.00 1.01 1.45 2/71 25518
/proc/meminfo: memFree=1911176/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=10120 CPUtime=1421.41
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2221 0 0 0 142140 1 0 0 25 0 1 0 29888795 10362880 2194 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2530 2194 51 112 0 2414 0
Current children cumulated CPU time (s) 1422.84
Current children cumulated vsize (KiB) 24776

[startup+1483.42 s]
/proc/loadavg: 1.00 1.00 1.42 2/71 25518
/proc/meminfo: memFree=1911112/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=10260 CPUtime=1481.45
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2247 0 0 0 148144 1 0 0 25 0 1 0 29888795 10506240 2220 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2565 2220 51 112 0 2449 0
Current children cumulated CPU time (s) 1482.88
Current children cumulated vsize (KiB) 24916

[startup+1543.46 s]
/proc/loadavg: 1.00 1.00 1.39 2/71 25518
/proc/meminfo: memFree=1911048/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=10400 CPUtime=1541.47
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2257 0 0 0 154146 1 0 0 25 0 1 0 29888795 10649600 2230 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2600 2230 51 112 0 2484 0
Current children cumulated CPU time (s) 1542.9
Current children cumulated vsize (KiB) 25056

[startup+1603.53 s]
/proc/loadavg: 1.00 1.00 1.36 2/77 25630
/proc/meminfo: memFree=1909584/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=10400 CPUtime=1601.47
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2285 0 0 0 160146 1 0 0 25 0 1 0 29888795 10649600 2258 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2600 2258 51 112 0 2484 0
Current children cumulated CPU time (s) 1602.9
Current children cumulated vsize (KiB) 25056

[startup+1663.6 s]
/proc/loadavg: 1.00 1.00 1.34 2/71 25716
/proc/meminfo: memFree=1910536/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=10532 CPUtime=1661.49
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2302 0 0 0 166147 2 0 0 25 0 1 0 29888795 10784768 2275 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2633 2275 51 112 0 2517 0
Current children cumulated CPU time (s) 1662.92
Current children cumulated vsize (KiB) 25188

[startup+1723.65 s]
/proc/loadavg: 1.00 1.00 1.31 2/71 25716
/proc/meminfo: memFree=1910472/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=10664 CPUtime=1721.52
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2329 0 0 0 172150 2 0 0 25 0 1 0 29888795 10919936 2302 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134526156 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2666 2302 51 112 0 2550 0
Current children cumulated CPU time (s) 1722.95
Current children cumulated vsize (KiB) 25320

[startup+1783.69 s]
/proc/loadavg: 1.00 1.00 1.29 2/71 25716
/proc/meminfo: memFree=1910344/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=10800 CPUtime=1781.55
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2360 0 0 0 178153 2 0 0 25 0 1 0 29888795 11059200 2333 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2700 2333 51 112 0 2584 0
Current children cumulated CPU time (s) 1782.98
Current children cumulated vsize (KiB) 25456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.28 2/71 25716
/proc/meminfo: memFree=1910408/2055888 swapFree=4096564/4096564
[pid=25477] ppid=25475 vsize=14656 CPUtime=1.43
/proc/25477/stat : 25477 (sugar) S 25475 25477 24676 0 -1 4194304 1532 15657 0 2 5 0 127 11 16 0 1 0 29888642 15007744 1049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25477/statm: 3664 1049 373 3 0 763 0
[pid=25495] ppid=25477 vsize=10800 CPUtime=1798.66
/proc/25495/stat : 25495 (minisat) R 25477 25477 24676 0 -1 0 2360 0 0 0 179864 2 0 0 25 0 1 0 29888795 11059200 2333 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528579 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 2700 2333 51 112 0 2584 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 25456

Sending SIGTERM to process tree (bottom up)

Child status: 1
Real time (s): 1800.81
CPU time (s): 1800.12
CPU user time (s): 1799.97
CPU system time (s): 0.155976
CPU usage (%): 99.9617
Max. virtual memory (cumulated for all children) (KiB): 821096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19635
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1379
involuntary context switches= 3925

runsolver used 1.42478 s user time and 3.47547 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Jan 29 19:35:03 UTC 2007


IDJOB= 212736
IDBENCH= 4793
IDSOLVER= 86
FILE ID= node76/212736-1170099303

PBS_JOBID= 3689638

Free space on /tmp= 66642 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/primesDimacs/f600.xml
COMMAND LINE= /tmp/evaluation/212736-1170099303/solver /tmp/evaluation/212736-1170099303 /tmp/evaluation/212736-1170099303/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-212736-1170099303 -o ROOT/results/node76/solver-212736-1170099303 -C 1800 -M 900  /tmp/evaluation/212736-1170099303/solver /tmp/evaluation/212736-1170099303 /tmp/evaluation/212736-1170099303/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  eaafb6d59875b3b88c054bc279abccfd

RANDOM SEED= 779122669

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.219
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.18
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.219
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1305920 kB
Buffers:         13868 kB
Cached:          68480 kB
SwapCached:          0 kB
Active:         661620 kB
Inactive:        43236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1305920 kB
SwapTotal:     4096564 kB
SwapFree:      4096564 kB
Dirty:            1192 kB
Writeback:           0 kB
Mapped:         639388 kB
Slab:            29404 kB
Committed_AS:  1076904 kB
PageTables:       3020 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66651 MiB



End job on node76 on Mon Jan 29 20:05:04 UTC 2007