Trace number 233020

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.09 1810.74

General information on the benchmark

Nametaillard/
os-taillard-20/os-taillard-20-95-9.xml
MD5SUM9721ce867ce6c513d73631ab5107c0a8
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 variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1220
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/233020-1168324448/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/node10/watcher-233020-1168324448 -o ROOT/results/node10/solver-233020-1168324448 -C 1800 -M 900 /tmp/evaluation/233020-1168324448/Complete/Ordinary/solver /tmp/evaluation/233020-1168324448/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: 1.90 1.78 1.83 5/87 6592
/proc/meminfo: memFree=1148576/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=1320 CPUtime=0
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 302 0 0 0 0 0 0 0 22 0 1 0 180840281 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 8862369 0 0 4096 0 0 0 0 17 1 0 0
/proc/6591/statm: 330 36 29 90 0 167 0

[startup+0.104274 s]
/proc/loadavg: 1.90 1.78 1.83 5/87 6592
/proc/meminfo: memFree=1148576/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=53824 CPUtime=0.08
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 2304 0 0 0 8 0 0 0 22 0 1 0 180840281 55115776 2020 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591593 0 0 4096 2 0 0 0 17 1 0 0
/proc/6591/statm: 13456 2020 158 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.514325 s]
/proc/loadavg: 1.90 1.78 1.83 5/87 6592
/proc/meminfo: memFree=1148576/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=66220 CPUtime=0.5
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 4336 0 0 0 48 2 0 0 25 0 1 0 180840281 67809280 4049 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618125 0 0 4096 2 0 0 0 17 1 0 0
/proc/6591/statm: 16555 4049 163 90 0 16093 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66220

[startup+1.33543 s]
/proc/loadavg: 1.91 1.79 1.83 3/88 6593
/proc/meminfo: memFree=1128408/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=1.31
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 5477 0 0 0 129 2 0 0 25 0 2 0 180840281 78299136 5190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5190 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 76464

[startup+2.97266 s]
/proc/loadavg: 1.91 1.79 1.83 3/88 6593
/proc/meminfo: memFree=1128344/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=2.93
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 5482 0 0 0 291 2 0 0 25 0 2 0 180840281 78299136 5195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618370 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5195 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5195 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) 76464

[startup+6.25211 s]
/proc/loadavg: 1.92 1.79 1.83 3/88 6593
/proc/meminfo: memFree=1128344/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=6.18
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 5483 0 0 0 616 2 0 0 25 0 2 0 180840281 78299136 5196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5196 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5196 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) 76464

[startup+12.72 s]
/proc/loadavg: 1.93 1.79 1.83 3/88 6593
/proc/meminfo: memFree=1128472/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=12.59
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 5483 0 0 0 1257 2 0 0 25 0 2 0 180840281 78299136 5196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5196 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5196 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) 76464

[startup+25.5527 s]
/proc/loadavg: 1.94 1.80 1.83 3/88 6593
/proc/meminfo: memFree=1125848/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=25.31
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6164 0 0 0 2529 2 0 0 25 0 2 0 180840281 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552915 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5877 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 76464

[startup+51.2205 s]
/proc/loadavg: 1.96 1.82 1.84 3/88 6593
/proc/meminfo: memFree=1125912/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=50.73
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6164 0 0 0 5071 2 0 0 25 0 2 0 180840281 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5877 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 76464

[startup+102.459 s]
/proc/loadavg: 2.04 1.86 1.85 3/88 6593
/proc/meminfo: memFree=1125976/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=101.51
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6164 0 0 0 10148 3 0 0 25 0 2 0 180840281 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5877 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5877 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) 76464

[startup+162.523 s]
/proc/loadavg: 2.01 1.88 1.85 3/88 6593
/proc/meminfo: memFree=1125976/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=161.02
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6164 0 0 0 16099 3 0 0 25 0 2 0 180840281 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552421 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5877 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 76464

[startup+222.59 s]
/proc/loadavg: 2.00 1.90 1.86 3/88 6593
/proc/meminfo: memFree=1125912/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=220.54
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6164 0 0 0 22050 4 0 0 25 0 2 0 180840281 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5877 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.54
Current children cumulated vsize (KiB) 76464

[startup+282.656 s]
/proc/loadavg: 2.00 1.92 1.86 3/88 6593
/proc/meminfo: memFree=1125976/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=280.06
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6164 0 0 0 28002 4 0 0 25 0 2 0 180840281 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134581318 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5877 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (KiB) 76464

[startup+342.718 s]
/proc/loadavg: 2.00 1.93 1.87 3/88 6593
/proc/meminfo: memFree=1125976/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=339.57
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6164 0 0 0 33952 5 0 0 25 0 2 0 180840281 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553066 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5877 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.57
Current children cumulated vsize (KiB) 76464

[startup+402.782 s]
/proc/loadavg: 2.00 1.94 1.88 3/88 6593
/proc/meminfo: memFree=1125912/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=399.09
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6164 0 0 0 39904 5 0 0 25 0 2 0 180840281 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618372 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5877 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.09
Current children cumulated vsize (KiB) 76464

[startup+462.844 s]
/proc/loadavg: 2.00 1.95 1.88 3/88 6593
/proc/meminfo: memFree=1125976/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=458.6
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6164 0 0 0 45855 5 0 0 25 0 2 0 180840281 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552963 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5877 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.6
Current children cumulated vsize (KiB) 76464

[startup+522.907 s]
/proc/loadavg: 2.00 1.95 1.89 3/88 6593
/proc/meminfo: memFree=1125912/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=518.12
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6164 0 0 0 51806 6 0 0 25 0 2 0 180840281 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5877 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.12
Current children cumulated vsize (KiB) 76464

[startup+582.978 s]
/proc/loadavg: 2.00 1.96 1.89 3/88 6593
/proc/meminfo: memFree=1125912/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=76464 CPUtime=577.64
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6164 0 0 0 57757 7 0 0 25 0 2 0 180840281 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 19116 5877 172 90 0 18654 0
[pid=6591/tid=6593] ppid=6589 vsize=76464 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 180840336 78299136 5877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.64
Current children cumulated vsize (KiB) 76464

[startup+643.05 s]

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

/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6165 0 0 0 117614 15 0 0 25 0 3 0 180840281 88788992 5878 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589669 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6591/statm: 21677 5878 172 90 0 21215 0
[pid=6591/tid=6593] ppid=6589 vsize=86708 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180840336 88788992 5878 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6591/tid=6982] ppid=6589 vsize=86708 CPUtime=0
/proc/6591/task/6982/stat : 6982 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 180930355 88788992 5878 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.29
Current children cumulated vsize (KiB) 86708

[startup+1243.73 s]
/proc/loadavg: 1.99 1.97 1.91 2/83 6993
/proc/meminfo: memFree=1238832/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=86708 CPUtime=1236.32
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6165 0 0 0 123616 16 0 0 25 0 3 0 180840281 88788992 5878 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6591/statm: 21677 5878 172 90 0 21215 0
[pid=6591/tid=6593] ppid=6589 vsize=86708 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180840336 88788992 5878 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6591/tid=6982] ppid=6589 vsize=86708 CPUtime=0
/proc/6591/task/6982/stat : 6982 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 180930355 88788992 5878 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.32
Current children cumulated vsize (KiB) 86708

[startup+1303.76 s]
/proc/loadavg: 2.03 1.99 1.91 3/99 7033
/proc/meminfo: memFree=775096/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=86708 CPUtime=1295.57
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6165 0 0 0 129541 16 0 0 25 0 3 0 180840281 88788992 5878 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6591/statm: 21677 5878 172 90 0 21215 0
[pid=6591/tid=6593] ppid=6589 vsize=86708 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180840336 88788992 5878 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6591/tid=6982] ppid=6589 vsize=86708 CPUtime=0
/proc/6591/task/6982/stat : 6982 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 180930355 88788992 5878 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1295.57
Current children cumulated vsize (KiB) 86708

[startup+1363.79 s]
/proc/loadavg: 2.01 1.99 1.91 3/100 7034
/proc/meminfo: memFree=510448/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=96952 CPUtime=1355.41
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6166 0 0 0 135524 17 0 0 25 0 4 0 180840281 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134627656 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6591/statm: 24238 5879 172 90 0 23776 0
[pid=6591/tid=6593] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180840336 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6591/tid=6982] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6982/stat : 6982 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180930355 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6591/tid=7034] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/7034/stat : 7034 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180975365 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.41
Current children cumulated vsize (KiB) 96952

[startup+1423.8 s]
/proc/loadavg: 2.00 1.99 1.91 3/100 7034
/proc/meminfo: memFree=510704/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=96952 CPUtime=1415.14
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6166 0 0 0 141497 17 0 0 25 0 4 0 180840281 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 24238 5879 172 90 0 23776 0
[pid=6591/tid=6593] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180840336 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6591/tid=6982] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6982/stat : 6982 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180930355 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6591/tid=7034] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/7034/stat : 7034 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180975365 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.14
Current children cumulated vsize (KiB) 96952

[startup+1483.9 s]
/proc/loadavg: 2.00 1.99 1.91 3/100 7034
/proc/meminfo: memFree=505328/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=96952 CPUtime=1474.95
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6166 0 0 0 147477 18 0 0 25 0 4 0 180840281 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6591/statm: 24238 5879 172 90 0 23776 0
[pid=6591/tid=6593] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180840336 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6591/tid=6982] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6982/stat : 6982 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180930355 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6591/tid=7034] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/7034/stat : 7034 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180975365 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.95
Current children cumulated vsize (KiB) 96952

[startup+1543.91 s]
/proc/loadavg: 2.19 2.05 1.94 3/89 7261
/proc/meminfo: memFree=1225544/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=96952 CPUtime=1534.64
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6166 0 0 0 153446 18 0 0 25 0 4 0 180840281 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552968 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6591/statm: 24238 5879 172 90 0 23776 0
[pid=6591/tid=6593] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180840336 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6591/tid=6982] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6982/stat : 6982 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180930355 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6591/tid=7034] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/7034/stat : 7034 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180975365 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.64
Current children cumulated vsize (KiB) 96952

[startup+1603.97 s]
/proc/loadavg: 2.07 2.04 1.94 3/89 7261
/proc/meminfo: memFree=1225608/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=96952 CPUtime=1594.44
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6166 0 0 0 159425 19 0 0 25 0 4 0 180840281 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6591/statm: 24238 5879 172 90 0 23776 0
[pid=6591/tid=6593] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180840336 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6591/tid=6982] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6982/stat : 6982 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180930355 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6591/tid=7034] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/7034/stat : 7034 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180975365 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.44
Current children cumulated vsize (KiB) 96952

[startup+1664.07 s]
/proc/loadavg: 2.02 2.03 1.94 3/95 7409
/proc/meminfo: memFree=1224328/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=96952 CPUtime=1654.14
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6166 0 0 0 165387 27 0 0 25 0 4 0 180840281 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6591/statm: 24238 5879 172 90 0 23776 0
[pid=6591/tid=6593] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180840336 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6591/tid=6982] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6982/stat : 6982 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180930355 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6591/tid=7034] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/7034/stat : 7034 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180975365 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.14
Current children cumulated vsize (KiB) 96952

[startup+1724.16 s]
/proc/loadavg: 2.01 2.02 1.94 3/89 7459
/proc/meminfo: memFree=1225288/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=96952 CPUtime=1713.92
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6166 0 0 0 171361 31 0 0 25 0 4 0 180840281 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589706 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6591/statm: 24238 5879 172 90 0 23776 0
[pid=6591/tid=6593] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180840336 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6591/tid=6982] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6982/stat : 6982 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180930355 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6591/tid=7034] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/7034/stat : 7034 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180975365 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.92
Current children cumulated vsize (KiB) 96952

[startup+1784.24 s]
/proc/loadavg: 2.00 2.01 1.94 3/89 7459
/proc/meminfo: memFree=1225288/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=96952 CPUtime=1773.72
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6166 0 0 0 177341 31 0 0 25 0 4 0 180840281 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6591/statm: 24238 5879 172 90 0 23776 0
[pid=6591/tid=6593] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6593/stat : 6593 (bprolog) S 6589 6591 6304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180840336 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6591/tid=6982] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/6982/stat : 6982 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180930355 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6591/tid=7034] ppid=6589 vsize=96952 CPUtime=0
/proc/6591/task/7034/stat : 7034 (bprolog) S 6589 6591 6304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180975365 99278848 5879 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.72
Current children cumulated vsize (KiB) 96952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.73 s]
/proc/loadavg: 2.00 2.01 1.94 3/86 7459
/proc/meminfo: memFree=1225352/2055920 swapFree=4178216/4192956
[pid=6591] ppid=6589 vsize=96952 CPUtime=1800.08
/proc/6591/stat : 6591 (bprolog) R 6589 6591 6304 0 -1 4194304 6167 0 0 0 179977 31 0 0 25 0 1 0 180840281 99278848 5880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 0 0 0 17 0 0 0
/proc/6591/statm: 24238 5880 173 90 0 23776 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 96952

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.74
CPU time (s): 1800.09
CPU user time (s): 1799.77
CPU system time (s): 0.319951
CPU usage (%): 99.4121
Max. virtual memory (cumulated for all children) (KiB): 96952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.319951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6167
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= 14
involuntary context switches= 57058

runsolver used 2.00869 s user time and 5.59715 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Jan  9 06:34:08 UTC 2007


IDJOB= 233020
IDBENCH= 6578
FILE ID= node10/233020-1168324448

PBS_JOBID= 3502735

Free space on /tmp= 66535 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-95-9.xml
COMMAND LINE= /tmp/evaluation/233020-1168324448/Complete/Ordinary/solver /tmp/evaluation/233020-1168324448/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node10/convwatcher-233020-1168324448 -o ROOT/results/node10/conversion-233020-1168324448 -C 600 -M 900 /tmp/evaluation/233020-1168324448/Complete/Ordinary/conversion /tmp/evaluation/233020-1168324448/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-233020-1168324448 -o ROOT/results/node10/solver-233020-1168324448 -C 1800 -M 900  /tmp/evaluation/233020-1168324448/Complete/Ordinary/solver /tmp/evaluation/233020-1168324448/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  9721ce867ce6c513d73631ab5107c0a8

RANDOM SEED= 12550945

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.232
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.232
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:       1148992 kB
Buffers:         87292 kB
Cached:         633396 kB
SwapCached:       2628 kB
Active:         514688 kB
Inactive:       329520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1148992 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            2916 kB
Writeback:           0 kB
Mapped:         133640 kB
Slab:            47288 kB
Committed_AS:  5111972 kB
PageTables:       2376 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= 66557 MiB



End job on node10 on Tue Jan  9 07:04:23 UTC 2007