Trace number 233704

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.13 1809.87

General information on the benchmark

Nametaillard/
os-taillard-15/os-taillard-15-95-2.xml
MD5SUMca4fc03710cd0bd173f954986d571a5a
Bench Category2-ARY-INT (binary 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 variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size854
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/233704-1170106808/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/233704-1170106808/unknown.xml [Mon Jan 29 22:40:09 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/233704-1170106808/unknown.xml /tmp/evaluation/233704-1170106808/sugar18152.csp [Mon Jan 29 22:40:09 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233704-1170106808/sugar-v0-40.jar -convert /tmp/evaluation/233704-1170106808/unknown.xml /tmp/evaluation/233704-1170106808/sugar18152.csp
0.18	c BEGIN convert /tmp/evaluation/233704-1170106808/unknown.xml
0.75	c END convert (0.566499 seconds)
0.77	c # CONVERT_XML  END : /tmp/evaluation/233704-1170106808/sugar18152.csp 154973 bytes (0 seconds) [Mon Jan 29 22:40:09 2007]
0.77	c # CONVERT_XML  CPU : 0.67 = 0 + 0 + 0.62 + 0.05
0.77	
0.77	c # GENERATE_SAT  BEGIN : /tmp/evaluation/233704-1170106808/sugar18152.bcnf [Mon Jan 29 22:40:09 2007]
0.77	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233704-1170106808/sugar-v0-40.jar -bcnf -map /tmp/evaluation/233704-1170106808/sugar18152.map /tmp/evaluation/233704-1170106808/sugar18152.csp /tmp/evaluation/233704-1170106808/sugar18152.bcnf
0.89	c BEGIN parse /tmp/evaluation/233704-1170106808/sugar18152.csp
1.45	c END parse (0.566993 seconds)
1.45	c BEGIN simplify
1.52	c END simplify (0.062074 seconds)
1.52	c BEGIN encode /tmp/evaluation/233704-1170106808/sugar18152.bcnf
5.91	c END encode (4.393771 seconds)
6.01	c # GENERATE_SAT  END : 187683 variables 4974156 clauses 78799032 bytes (5 seconds) [Mon Jan 29 22:40:14 2007]
6.01	c # GENERATE_SAT  CPU : 5.14 = 0.05 + 0.01 + 4.76 + 0.32
6.01	
6.01	c # SOLVE_SAT  BEGIN : /tmp/evaluation/233704-1170106808/sugar18152.bcnf [Mon Jan 29 22:40:14 2007]
6.01	c # CMD : /tmp/evaluation/233704-1170106808/minisat /tmp/evaluation/233704-1170106808/sugar18152.bcnf /tmp/evaluation/233704-1170106808/sugar18152.out
9.03	c ==================================[MINISAT]===================================
9.03	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
9.03	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
9.03	c ==============================================================================
9.03	c |         0 | 4974156 14725560 | 1658052       0        0     nan |  0.000 % |
10.67	c |       100 | 4974156 14725560 | 1823857     100     1406    14.1 |  0.000 % |
11.13	c |       251 | 4974156 14725560 | 2006242     251     4539    18.1 |  0.000 % |
11.36	c |       476 | 4974156 14725560 | 2206867     476     6380    13.4 |  0.000 % |
11.78	c |       814 | 4974156 14725560 | 2427553     814     9934    12.2 |  0.000 % |
12.10	c |      1322 | 4974156 14725560 | 2670309    1322    14923    11.3 |  0.000 % |
12.76	c |      2081 | 4974156 14725560 | 2937340    2081    22382    10.8 |  0.000 % |
13.42	c |      3220 | 4974156 14725560 | 3231074    3220    34087    10.6 |  0.000 % |
14.32	c |      4928 | 4974156 14725560 | 3554181    4928    55207    11.2 |  0.000 % |
15.68	c |      7490 | 4974156 14725560 | 3909599    7490    87243    11.6 |  0.000 % |
19.01	c |     11334 | 4974156 14725560 | 4300559   11334   136137    12.0 |  0.000 % |
23.71	c |     17100 | 4974156 14725560 | 4730615   17100   219603    12.8 |  0.000 % |
32.21	c |     25749 | 4974156 14725560 | 5203677   25749   347944    13.5 |  0.000 % |
46.63	c |     38723 | 4974156 14725560 | 5724045   38723   538990    13.9 |  0.000 % |
70.41	c |     58184 | 4974156 14725560 | 6296449   58184   862405    14.8 |  0.000 % |
110.27	c |     87378 | 4974156 14725560 | 6926094   87378  1341064    15.3 |  0.000 % |
188.23	c |    131167 | 4974156 14725560 | 7618704  131167  2058468    15.7 |  0.000 % |
342.04	c |    196856 | 4974156 14725560 | 8380574  196856  3217834    16.3 |  0.000 % |
641.12	c |    295382 | 4974156 14725560 | 9218632  295382  5184562    17.6 |  0.000 % |
1222.48	c |    443171 | 4974156 14725560 | 10140495  443171  8143834    18.4 |  0.000 % |
1808.82	
1808.82	s UNKNOWN
1808.82	c # INTERRUPTED
1808.82	c # MAIN  END :  (1808 seconds) [Mon Jan 29 23:10:17 2007]
1808.82	c # MAIN  CPU : 5.81 = 0.05 + 0.01 + 5.38 + 0.37
1808.82	

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/node56/watcher-233704-1170106808 -o ROOT/results/node56/solver-233704-1170106808 -C 1800 -M 900 /tmp/evaluation/233704-1170106808/solver /tmp/evaluation/233704-1170106808 /tmp/evaluation/233704-1170106808/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: 2.21 3.76 4.78 3/81 18153
/proc/meminfo: memFree=1868040/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=5352 CPUtime=0
/proc/18152/stat : 18152 (solver) R 18150 18152 18037 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 30637382 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 253307186471 0 0 4096 0 0 0 0 17 1 0 0
/proc/18152/statm: 1338 231 193 169 0 49 0

[startup+0.102774 s]
/proc/loadavg: 2.21 3.76 4.78 3/81 18153
/proc/meminfo: memFree=1868040/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=13724 CPUtime=0.03
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30637382 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511813 s]
/proc/loadavg: 2.21 3.76 4.78 3/81 18153
/proc/meminfo: memFree=1868040/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=13724 CPUtime=0.03
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30637382 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33689 s]
/proc/loadavg: 2.20 3.73 4.77 3/89 18169
/proc/meminfo: memFree=1827208/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=13724 CPUtime=0.7
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 1190 7769 0 1 3 0 62 5 15 0 1 0 30637382 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 3431 809 371 3 0 531 0
[pid=18162] ppid=18152 vsize=807332 CPUtime=0.53
/proc/18162/stat : 18162 (java) R 18152 18152 18037 0 -1 0 6675 0 1 0 49 4 0 0 25 0 8 0 30637460 826707968 6425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073574882 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18162/statm: 201833 6425 1506 14 0 189111 0
[pid=18162/tid=18163] ppid=18152 vsize=807332 CPUtime=0.02
/proc/18162/task/18163/stat : 18163 (java) S 18152 18152 18037 0 -1 64 490 0 0 0 2 0 0 0 16 0 8 0 30637463 826707968 6425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18162/tid=18164] ppid=18152 vsize=807332 CPUtime=0
/proc/18162/task/18164/stat : 18164 (java) S 18152 18152 18037 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30637463 826707968 6425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18162/tid=18165] ppid=18152 vsize=807332 CPUtime=0
/proc/18162/task/18165/stat : 18165 (java) S 18152 18152 18037 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30637463 826707968 6425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18162/tid=18166] ppid=18152 vsize=807332 CPUtime=0
/proc/18162/task/18166/stat : 18166 (java) S 18152 18152 18037 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30637466 826707968 6425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18162/tid=18167] ppid=18152 vsize=807332 CPUtime=0.12
/proc/18162/task/18167/stat : 18167 (java) S 18152 18152 18037 0 -1 64 401 0 0 0 12 0 0 0 16 0 8 0 30637466 826707968 6425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18162/tid=18168] ppid=18152 vsize=807332 CPUtime=0
/proc/18162/task/18168/stat : 18168 (java) S 18152 18152 18037 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30637466 826707968 6425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18162/tid=18169] ppid=18152 vsize=807332 CPUtime=0
/proc/18162/task/18169/stat : 18169 (java) S 18152 18152 18037 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30637466 826707968 6425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 821056

[startup+2.98205 s]
/proc/loadavg: 2.20 3.73 4.77 3/89 18169
/proc/meminfo: memFree=1787208/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=13724 CPUtime=0.7
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 1190 7769 0 1 3 0 62 5 16 0 1 0 30637382 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 3431 809 371 3 0 531 0
[pid=18162] ppid=18152 vsize=807332 CPUtime=2.17
/proc/18162/stat : 18162 (java) R 18152 18152 18037 0 -1 0 8145 0 1 0 204 13 0 0 25 0 8 0 30637460 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799656 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18162/statm: 201833 7892 1510 14 0 189111 0
[pid=18162/tid=18163] ppid=18152 vsize=807332 CPUtime=0.08
/proc/18162/task/18163/stat : 18163 (java) S 18152 18152 18037 0 -1 64 1914 0 0 0 8 0 0 0 16 0 8 0 30637463 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18162/tid=18164] ppid=18152 vsize=807332 CPUtime=0
/proc/18162/task/18164/stat : 18164 (java) S 18152 18152 18037 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30637463 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18162/tid=18165] ppid=18152 vsize=807332 CPUtime=0
/proc/18162/task/18165/stat : 18165 (java) S 18152 18152 18037 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30637463 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18162/tid=18166] ppid=18152 vsize=807332 CPUtime=0
/proc/18162/task/18166/stat : 18166 (java) S 18152 18152 18037 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30637466 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18162/tid=18167] ppid=18152 vsize=807332 CPUtime=0.16
/proc/18162/task/18167/stat : 18167 (java) S 18152 18152 18037 0 -1 64 420 0 0 0 16 0 0 0 16 0 8 0 30637466 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18162/tid=18168] ppid=18152 vsize=807332 CPUtime=0
/proc/18162/task/18168/stat : 18168 (java) S 18152 18152 18037 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30637466 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18162/tid=18169] ppid=18152 vsize=807332 CPUtime=0
/proc/18162/task/18169/stat : 18169 (java) S 18152 18152 18037 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30637466 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 821056

[startup+6.26138 s]
/proc/loadavg: 2.34 3.74 4.76 3/82 18170
/proc/meminfo: memFree=1671048/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2172 15931 0 2 8 1 538 37 18 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 17316

[startup+12.734 s]
/proc/loadavg: 2.47 3.74 4.76 3/82 18179
/proc/meminfo: memFree=1457352/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 15 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=231344 CPUtime=6.71
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 57627 0 0 0 630 41 0 0 25 0 1 0 30637983 236896256 56572 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18171/statm: 57836 56572 52 112 0 57720 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 248660

[startup+25.5443 s]
/proc/loadavg: 2.55 3.72 4.74 2/71 18197
/proc/meminfo: memFree=1547616/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=234528 CPUtime=19.47
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 58427 0 0 0 1902 45 0 0 25 0 1 0 30637983 240156672 57372 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 1 0 0
/proc/18171/statm: 58632 57372 52 112 0 58516 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 251844

[startup+51.2158 s]
/proc/loadavg: 2.28 3.55 4.65 2/69 18433
/proc/meminfo: memFree=1551024/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=236624 CPUtime=45
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 58937 0 0 0 4450 50 0 0 25 0 1 0 30637983 242302976 57882 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18171/statm: 59156 57882 52 112 0 59040 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 253940

[startup+102.42 s]
/proc/loadavg: 2.23 3.33 4.51 3/75 18783
/proc/meminfo: memFree=1321272/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=240084 CPUtime=95.92
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 59823 0 0 0 9537 55 0 0 25 0 1 0 30637983 245846016 58768 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 60021 58768 52 112 0 59905 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 257400

[startup+162.482 s]
/proc/loadavg: 2.11 3.10 4.36 3/75 18783
/proc/meminfo: memFree=1320120/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=243900 CPUtime=155.66
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 60727 0 0 0 15509 57 0 0 25 0 1 0 30637983 249753600 59672 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 60975 59672 52 112 0 60859 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 261216

[startup+222.547 s]
/proc/loadavg: 2.04 2.89 4.21 3/75 18783
/proc/meminfo: memFree=1316984/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=247120 CPUtime=215.43
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 61507 0 0 0 21485 58 0 0 25 0 1 0 30637983 253050880 60452 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 61780 60452 52 112 0 61664 0
Current children cumulated CPU time (s) 221.27
Current children cumulated vsize (KiB) 264436

[startup+282.605 s]
/proc/loadavg: 2.01 2.73 4.07 3/75 18783
/proc/meminfo: memFree=1314488/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=249524 CPUtime=275.22
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 62136 0 0 0 27463 59 0 0 25 0 1 0 30637983 255512576 61081 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 62381 61081 52 112 0 62265 0
Current children cumulated CPU time (s) 281.06
Current children cumulated vsize (KiB) 266840

[startup+342.664 s]
/proc/loadavg: 2.31 2.68 3.97 3/76 18855
/proc/meminfo: memFree=1095792/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=252508 CPUtime=335
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 62861 0 0 0 33436 64 0 0 25 0 1 0 30637983 258568192 61806 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 63127 61806 52 112 0 63011 0
Current children cumulated CPU time (s) 340.84
Current children cumulated vsize (KiB) 269824

[startup+402.729 s]
/proc/loadavg: 2.19 2.57 3.85 3/76 18855
/proc/meminfo: memFree=1093744/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=255028 CPUtime=394.7
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 63399 0 0 0 39405 65 0 0 25 0 1 0 30637983 261148672 62344 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 63757 62344 52 112 0 63641 0

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

/proc/loadavg: 2.03 2.05 2.83 3/76 18855
/proc/meminfo: memFree=1069744/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=278596 CPUtime=1112.15
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 69259 0 0 0 111142 73 0 0 25 0 1 0 30637983 285282304 68204 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 69649 68204 52 112 0 69533 0
Current children cumulated CPU time (s) 1117.99
Current children cumulated vsize (KiB) 295912

[startup+1183.53 s]
/proc/loadavg: 2.01 2.04 2.78 3/76 18855
/proc/meminfo: memFree=1068208/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=280084 CPUtime=1171.94
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 69605 0 0 0 117121 73 0 0 25 0 1 0 30637983 286806016 68550 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 70021 68550 52 112 0 69905 0
Current children cumulated CPU time (s) 1177.78
Current children cumulated vsize (KiB) 297400

[startup+1243.6 s]
/proc/loadavg: 2.00 2.03 2.72 3/76 18855
/proc/meminfo: memFree=1066160/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=282148 CPUtime=1231.74
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 70125 0 0 0 123099 75 0 0 25 0 1 0 30637983 288919552 69070 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 70537 69070 52 112 0 70421 0
Current children cumulated CPU time (s) 1237.58
Current children cumulated vsize (KiB) 299464

[startup+1303.68 s]
/proc/loadavg: 2.04 2.04 2.68 3/82 18971
/proc/meminfo: memFree=1062632/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=283624 CPUtime=1291.45
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 70482 0 0 0 129061 84 0 0 25 0 1 0 30637983 290430976 69427 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 70906 69427 52 112 0 70790 0
Current children cumulated CPU time (s) 1297.29
Current children cumulated vsize (KiB) 300940

[startup+1363.76 s]
/proc/loadavg: 2.01 2.03 2.64 3/76 19053
/proc/meminfo: memFree=1062128/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=285976 CPUtime=1351.19
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 70852 0 0 0 135020 99 0 0 25 0 1 0 30637983 292839424 69797 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 71494 69797 52 112 0 71378 0
Current children cumulated CPU time (s) 1357.03
Current children cumulated vsize (KiB) 303292

[startup+1423.82 s]
/proc/loadavg: 2.00 2.02 2.59 3/76 19053
/proc/meminfo: memFree=1060656/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=287316 CPUtime=1410.99
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 71218 0 0 0 140999 100 0 0 25 0 1 0 30637983 294211584 70163 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 71829 70163 52 112 0 71713 0
Current children cumulated CPU time (s) 1416.83
Current children cumulated vsize (KiB) 304632

[startup+1483.88 s]
/proc/loadavg: 2.00 2.01 2.55 3/76 19053
/proc/meminfo: memFree=1059440/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=288704 CPUtime=1470.76
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 71558 0 0 0 146975 101 0 0 25 0 1 0 30637983 295632896 70503 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 72176 70503 52 112 0 72060 0
Current children cumulated CPU time (s) 1476.6
Current children cumulated vsize (KiB) 306020

[startup+1543.94 s]
/proc/loadavg: 2.00 2.01 2.52 3/76 19053
/proc/meminfo: memFree=1057904/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=290028 CPUtime=1530.56
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 71908 0 0 0 152955 101 0 0 25 0 1 0 30637983 296988672 70853 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528514 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 72507 70853 52 112 0 72391 0
Current children cumulated CPU time (s) 1536.4
Current children cumulated vsize (KiB) 307344

[startup+1604 s]
/proc/loadavg: 2.07 2.02 2.49 3/76 19053
/proc/meminfo: memFree=1056688/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=291200 CPUtime=1590.35
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 72219 0 0 0 158933 102 0 0 25 0 1 0 30637983 298188800 71164 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 72800 71164 52 112 0 72684 0
Current children cumulated CPU time (s) 1596.19
Current children cumulated vsize (KiB) 308516

[startup+1664.06 s]
/proc/loadavg: 2.02 2.01 2.45 3/76 19053
/proc/meminfo: memFree=1055280/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=292568 CPUtime=1650.12
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 72548 0 0 0 164909 103 0 0 25 0 1 0 30637983 299589632 71493 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 73142 71493 52 112 0 73026 0
Current children cumulated CPU time (s) 1655.96
Current children cumulated vsize (KiB) 309884

[startup+1724.12 s]
/proc/loadavg: 2.01 2.01 2.42 3/76 19053
/proc/meminfo: memFree=1053744/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=294144 CPUtime=1709.92
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 72945 0 0 0 170888 104 0 0 25 0 1 0 30637983 301203456 71890 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 73536 71890 52 112 0 73420 0
Current children cumulated CPU time (s) 1715.76
Current children cumulated vsize (KiB) 311460

[startup+1784.17 s]
/proc/loadavg: 2.00 2.00 2.39 3/76 19053
/proc/meminfo: memFree=1052080/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=295648 CPUtime=1769.71
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 73319 0 0 0 176867 104 0 0 25 0 1 0 30637983 302743552 72264 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 73912 72264 52 112 0 73796 0
Current children cumulated CPU time (s) 1775.55
Current children cumulated vsize (KiB) 312964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.81 s]
/proc/loadavg: 2.00 2.00 2.38 3/76 19053
/proc/meminfo: memFree=1051696/2055920 swapFree=4183548/4192956
[pid=18152] ppid=18150 vsize=17316 CPUtime=5.84
/proc/18152/stat : 18152 (sugar) S 18150 18152 18037 0 -1 4194304 2182 15931 0 2 8 1 538 37 16 0 1 0 30637382 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18152/statm: 4329 1693 373 3 0 1429 0
[pid=18171] ppid=18152 vsize=296160 CPUtime=1794.22
/proc/18171/stat : 18171 (minisat) R 18152 18152 18037 0 -1 0 73411 0 0 0 179318 104 0 0 25 0 1 0 30637983 303267840 72356 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18171/statm: 74040 72356 52 112 0 73924 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 313476

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18152 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=474167 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=433934
CPU time returned by wait4() is 5.9081
while last known CPU time is 1800.13

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1809.87
CPU time (s): 1800.13
CPU user time (s): 1798.64
CPU system time (s): 1.49
CPU usage (%): 99.4619
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.47417
system time used= 0.433934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18197
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= 1513
involuntary context switches= 1582

runsolver used 1.70874 s user time and 4.85526 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Mon Jan 29 21:40:08 UTC 2007


IDJOB= 233704
IDBENCH= 6627
IDSOLVER= 86
FILE ID= node56/233704-1170106808

PBS_JOBID= 3689896

Free space on /tmp= 66562 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-15/os-taillard-15-95-2.xml
COMMAND LINE= /tmp/evaluation/233704-1170106808/solver /tmp/evaluation/233704-1170106808 /tmp/evaluation/233704-1170106808/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-233704-1170106808 -o ROOT/results/node56/solver-233704-1170106808 -C 1800 -M 900  /tmp/evaluation/233704-1170106808/solver /tmp/evaluation/233704-1170106808 /tmp/evaluation/233704-1170106808/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  ca4fc03710cd0bd173f954986d571a5a

RANDOM SEED= 892236111

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.231
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	: 5914.62
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.231
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1868584 kB
Buffers:         54508 kB
Cached:          39024 kB
SwapCached:       3708 kB
Active:          79600 kB
Inactive:        55348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868584 kB
SwapTotal:     4192956 kB
SwapFree:      4183548 kB
Dirty:            2960 kB
Writeback:           0 kB
Mapped:          53700 kB
Slab:            37584 kB
Committed_AS:   409560 kB
PageTables:       1988 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB



End job on node56 on Mon Jan 29 22:10:21 UTC 2007