Trace number 235251

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
BPrologCSPSolver70a 2006-12-13? (TO) 1800.1 1814.74

General information on the benchmark

Nametaillard/os-taillard-10/
os-taillard-10-100-1.xml
MD5SUM74cf29d3ab94d83fc52e373a6d01ad7d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.428934
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size587
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/235251-1168336642/unknown)

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-235251-1168336642 -o ROOT/results/node2/solver-235251-1168336642 -C 1800 -M 900 /tmp/evaluation/235251-1168336642/Complete/Ordinary/solver /tmp/evaluation/235251-1168336642/unknown 1800 

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.08 2.04 2.01 5/94 15106
/proc/meminfo: memFree=1438464/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=18540 CPUtime=0
/proc/15105/stat : 15105 (runsolver) R 15103 15105 14728 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 182059909 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15105/statm: 4635 279 244 17 0 2626 0

[startup+0.108061 s]
/proc/loadavg: 2.08 2.04 2.01 5/94 15106
/proc/meminfo: memFree=1438464/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=0.09
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1409 0 0 0 9 0 0 0 21 0 2 0 182059909 65601536 1124 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552861 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1124 171 90 0 15554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64064

[startup+0.516132 s]
/proc/loadavg: 2.08 2.04 2.01 5/94 15106
/proc/meminfo: memFree=1438464/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=0.49
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1428 0 0 0 49 0 0 0 24 0 2 0 182059909 65601536 1143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552861 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1143 172 90 0 15554 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 64064

[startup+1.33728 s]
/proc/loadavg: 2.08 2.04 2.01 3/95 15107
/proc/meminfo: memFree=1434488/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=1.3
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1428 0 0 0 130 0 0 0 25 0 2 0 182059909 65601536 1143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1143 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 64064

[startup+2.98059 s]
/proc/loadavg: 2.07 2.04 2.01 3/95 15107
/proc/meminfo: memFree=1434424/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=2.93
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1454 0 0 0 293 0 0 0 25 0 2 0 182059909 65601536 1169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552924 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1169 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 64064

[startup+6.26019 s]
/proc/loadavg: 2.07 2.04 2.01 3/95 15107
/proc/meminfo: memFree=1434424/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=6.18
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1458 0 0 0 618 0 0 0 25 0 2 0 182059909 65601536 1173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1173 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 64064

[startup+12.7274 s]
/proc/loadavg: 2.06 2.04 2.00 3/95 15107
/proc/meminfo: memFree=1434552/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=12.59
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1458 0 0 0 1259 0 0 0 25 0 2 0 182059909 65601536 1173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1173 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 64064

[startup+25.5497 s]
/proc/loadavg: 2.05 2.04 2.00 3/95 15107
/proc/meminfo: memFree=1434680/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=25.3
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1461 0 0 0 2529 1 0 0 25 0 2 0 182059909 65601536 1176 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1176 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1176 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 64064

[startup+51.2425 s]
/proc/loadavg: 2.03 2.03 2.00 3/95 15107
/proc/meminfo: memFree=1434808/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=50.76
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1463 0 0 0 5075 1 0 0 25 0 2 0 182059909 65601536 1178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618372 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1178 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 64064

[startup+102.468 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 15107
/proc/meminfo: memFree=1434872/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=101.51
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1464 0 0 0 10150 1 0 0 25 0 2 0 182059909 65601536 1179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1179 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 64064

[startup+162.521 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 15107
/proc/meminfo: memFree=1434808/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=161.01
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1464 0 0 0 16099 2 0 0 25 0 2 0 182059909 65601536 1179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552759 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1179 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 64064

[startup+222.574 s]
/proc/loadavg: 2.00 2.01 2.00 3/101 15171
/proc/meminfo: memFree=1433584/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=220.44
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1465 0 0 0 22042 2 0 0 25 0 2 0 182059909 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1180 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.44
Current children cumulated vsize (KiB) 64064

[startup+282.623 s]
/proc/loadavg: 2.00 2.01 2.00 3/101 15263
/proc/meminfo: memFree=1433608/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=279.85
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1465 0 0 0 27982 3 0 0 25 0 2 0 182059909 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1180 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.85
Current children cumulated vsize (KiB) 64064

[startup+342.656 s]
/proc/loadavg: 2.04 2.02 2.00 3/95 15305
/proc/meminfo: memFree=1434616/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=339.27
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1465 0 0 0 33923 4 0 0 25 0 2 0 182059909 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1180 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.27
Current children cumulated vsize (KiB) 64064

[startup+402.752 s]
/proc/loadavg: 2.07 2.03 2.00 3/95 15305
/proc/meminfo: memFree=1434616/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=398.81
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1465 0 0 0 39877 4 0 0 25 0 2 0 182059909 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1180 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.81
Current children cumulated vsize (KiB) 64064

[startup+462.763 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 15305
/proc/meminfo: memFree=1434616/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=458.28
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1465 0 0 0 45823 5 0 0 25 0 2 0 182059909 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618179 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1180 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.28
Current children cumulated vsize (KiB) 64064

[startup+522.766 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 15305
/proc/meminfo: memFree=1434616/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=517.72
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1465 0 0 0 51767 5 0 0 25 0 2 0 182059909 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552086 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1180 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.72
Current children cumulated vsize (KiB) 64064

[startup+582.77 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 15305
/proc/meminfo: memFree=1434680/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=64064 CPUtime=577.18
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1465 0 0 0 57712 6 0 0 25 0 2 0 182059909 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554998 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 16016 1180 172 90 0 15554 0
[pid=15105/tid=15107] ppid=15103 vsize=64064 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 182059917 65601536 1180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.18
Current children cumulated vsize (KiB) 64064

[startup+642.774 s]

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

/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1467 0 0 0 117213 13 0 0 25 0 3 0 182059909 76091392 1182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552861 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 18577 1182 172 90 0 18115 0
[pid=15105/tid=15107] ppid=15103 vsize=74308 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182059917 76091392 1182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15306] ppid=15103 vsize=74308 CPUtime=0
/proc/15105/task/15306/stat : 15306 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182149932 76091392 1182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.26
Current children cumulated vsize (KiB) 74308

[startup+1243.39 s]
/proc/loadavg: 2.01 2.02 2.00 3/96 15306
/proc/meminfo: memFree=1434672/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=74308 CPUtime=1231.76
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1467 0 0 0 123163 13 0 0 25 0 3 0 182059909 76091392 1182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 18577 1182 172 90 0 18115 0
[pid=15105/tid=15107] ppid=15103 vsize=74308 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182059917 76091392 1182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15306] ppid=15103 vsize=74308 CPUtime=0
/proc/15105/task/15306/stat : 15306 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182149932 76091392 1182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1231.76
Current children cumulated vsize (KiB) 74308

[startup+1303.46 s]
/proc/loadavg: 2.00 2.02 2.00 3/96 15306
/proc/meminfo: memFree=1434736/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=74308 CPUtime=1291.27
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1467 0 0 0 129113 14 0 0 25 0 3 0 182059909 76091392 1182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 18577 1182 172 90 0 18115 0
[pid=15105/tid=15107] ppid=15103 vsize=74308 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182059917 76091392 1182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15306] ppid=15103 vsize=74308 CPUtime=0
/proc/15105/task/15306/stat : 15306 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182149932 76091392 1182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.27
Current children cumulated vsize (KiB) 74308

[startup+1363.51 s]
/proc/loadavg: 2.00 2.01 2.00 3/97 15309
/proc/meminfo: memFree=1434536/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=84552 CPUtime=1350.76
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1468 0 0 0 135062 14 0 0 25 0 4 0 182059909 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618342 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 21138 1183 172 90 0 20676 0
[pid=15105/tid=15107] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182059917 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15306] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15306/stat : 15306 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182149932 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15309] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15309/stat : 15309 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 182194943 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1350.76
Current children cumulated vsize (KiB) 84552

[startup+1423.57 s]
/proc/loadavg: 2.00 2.01 2.00 3/97 15309
/proc/meminfo: memFree=1434536/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=84552 CPUtime=1410.28
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1468 0 0 0 141013 15 0 0 25 0 4 0 182059909 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15105/statm: 21138 1183 172 90 0 20676 0
[pid=15105/tid=15107] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182059917 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15306] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15306/stat : 15306 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182149932 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15309] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15309/stat : 15309 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 182194943 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410.28
Current children cumulated vsize (KiB) 84552

[startup+1483.64 s]
/proc/loadavg: 1.94 1.99 1.99 3/90 15992
/proc/meminfo: memFree=1562208/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=84552 CPUtime=1469.9
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1468 0 0 0 146972 18 0 0 25 0 4 0 182059909 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552106 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15105/statm: 21138 1183 172 90 0 20676 0
[pid=15105/tid=15107] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182059917 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15306] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15306/stat : 15306 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182149932 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15309] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15309/stat : 15309 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 182194943 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.9
Current children cumulated vsize (KiB) 84552

[startup+1543.69 s]
/proc/loadavg: 1.97 1.99 1.99 3/90 15992
/proc/meminfo: memFree=1562592/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=84552 CPUtime=1529.89
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1468 0 0 0 152971 18 0 0 25 0 4 0 182059909 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134624142 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15105/statm: 21138 1183 172 90 0 20676 0
[pid=15105/tid=15107] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182059917 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15306] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15306/stat : 15306 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182149932 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15309] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15309/stat : 15309 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 182194943 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.89
Current children cumulated vsize (KiB) 84552

[startup+1603.74 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 15992
/proc/meminfo: memFree=1562592/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=84552 CPUtime=1589.87
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1468 0 0 0 158969 18 0 0 25 0 4 0 182059909 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15105/statm: 21138 1183 172 90 0 20676 0
[pid=15105/tid=15107] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182059917 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15306] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15306/stat : 15306 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182149932 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15309] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15309/stat : 15309 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182194943 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.87
Current children cumulated vsize (KiB) 84552

[startup+1663.78 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 15992
/proc/meminfo: memFree=1562592/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=84552 CPUtime=1649.83
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1468 0 0 0 164964 19 0 0 25 0 4 0 182059909 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15105/statm: 21138 1183 172 90 0 20676 0
[pid=15105/tid=15107] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182059917 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15306] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15306/stat : 15306 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182149932 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15309] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15309/stat : 15309 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182194943 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.83
Current children cumulated vsize (KiB) 84552

[startup+1723.81 s]
/proc/loadavg: 2.03 2.00 2.00 3/90 15992
/proc/meminfo: memFree=1562592/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=84552 CPUtime=1709.59
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1468 0 0 0 170940 19 0 0 25 0 4 0 182059909 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15105/statm: 21138 1183 172 90 0 20676 0
[pid=15105/tid=15107] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182059917 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15306] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15306/stat : 15306 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182149932 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15309] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15309/stat : 15309 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182194943 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.59
Current children cumulated vsize (KiB) 84552

[startup+1783.86 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 15992
/proc/meminfo: memFree=1562528/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=84552 CPUtime=1769.36
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1468 0 0 0 176917 19 0 0 25 0 4 0 182059909 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15105/statm: 21138 1183 172 90 0 20676 0
[pid=15105/tid=15107] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15107/stat : 15107 (bprolog) S 15103 15105 14728 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182059917 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15306] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15306/stat : 15306 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182149932 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15105/tid=15309] ppid=15103 vsize=84552 CPUtime=0
/proc/15105/task/15309/stat : 15309 (bprolog) S 15103 15105 14728 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182194943 86581248 1183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.36
Current children cumulated vsize (KiB) 84552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.74 s]
/proc/loadavg: 2.06 2.01 2.00 3/87 15992
/proc/meminfo: memFree=1562528/2055920 swapFree=4191880/4192956
[pid=15105] ppid=15103 vsize=84552 CPUtime=1800.09
/proc/15105/stat : 15105 (bprolog) R 15103 15105 14728 0 -1 4194304 1469 0 0 0 179990 19 0 0 25 0 1 0 182059909 86581248 1184 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622621 0 0 4096 2 0 0 0 17 0 0 0
/proc/15105/statm: 21138 1184 173 90 0 20676 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 84552

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.74
CPU time (s): 1800.1
CPU user time (s): 1799.9
CPU system time (s): 0.19697
CPU usage (%): 99.1929
Max. virtual memory (cumulated for all children) (KiB): 84552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1469
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 42547

runsolver used 2.20066 s user time and 5.52916 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Jan  9 09:57:22 UTC 2007


IDJOB= 235251
IDBENCH= 6754
FILE ID= node2/235251-1168336642

PBS_JOBID= 3503123

Free space on /tmp= 66535 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-10/os-taillard-10-100-1.xml
COMMAND LINE= /tmp/evaluation/235251-1168336642/Complete/Ordinary/solver /tmp/evaluation/235251-1168336642/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node2/convwatcher-235251-1168336642 -o ROOT/results/node2/conversion-235251-1168336642 -C 600 -M 900 /tmp/evaluation/235251-1168336642/Complete/Ordinary/conversion /tmp/evaluation/235251-1168336642/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-235251-1168336642 -o ROOT/results/node2/solver-235251-1168336642 -C 1800 -M 900  /tmp/evaluation/235251-1168336642/Complete/Ordinary/solver /tmp/evaluation/235251-1168336642/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  74cf29d3ab94d83fc52e373a6d01ad7d

RANDOM SEED= 185542171

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.259
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	: 5931.00
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.259
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:       1438944 kB
Buffers:         75004 kB
Cached:         280344 kB
SwapCached:        292 kB
Active:         427376 kB
Inactive:       135848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1438944 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:         233960 kB
Slab:            37924 kB
Committed_AS:  5105448 kB
PageTables:       2752 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= 66523 MiB



End job on node2 on Tue Jan  9 10:27:37 UTC 2007