Trace number 211925

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.07 1801.84

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-boeing2.xml
MD5SUM53deaee577532c973ec6f595c0454408
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3371
Number of constraints208
Maximum constraint arity2370
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension208
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/211925-1168214513/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/node55/watcher-211925-1168214513 -o ROOT/results/node55/solver-211925-1168214513 -C 1800 -M 900 /tmp/evaluation/211925-1168214513/Complete/Ordinary/solver /tmp/evaluation/211925-1168214513/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.95 1.99 2.01 3/79 23399
/proc/meminfo: memFree=1897992/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=1320 CPUtime=0
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 302 0 0 0 0 0 0 0 21 0 1 0 169850378 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 6849316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23398/statm: 330 36 29 90 0 167 0

[startup+0.10254 s]
/proc/loadavg: 1.95 1.99 2.01 3/79 23399
/proc/meminfo: memFree=1897992/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=61640 CPUtime=0.08
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 2204 0 0 0 8 0 0 0 21 0 1 0 169850378 63119360 1920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550176 0 0 4096 2 0 0 0 17 1 0 0
/proc/23398/statm: 15410 1920 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.510574 s]
/proc/loadavg: 1.95 1.99 2.01 3/79 23399
/proc/meminfo: memFree=1897992/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=61636 CPUtime=0.5
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 4549 0 0 0 48 2 0 0 24 0 1 0 169850378 63115264 4264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565670 0 0 4096 2 0 0 0 17 1 0 0
/proc/23398/statm: 15409 4264 176 90 0 14947 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61636

[startup+1.33265 s]
/proc/loadavg: 1.95 1.99 2.01 3/80 23402
/proc/meminfo: memFree=1873600/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=1.3
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 128 2 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 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) 73104

[startup+2.97381 s]
/proc/loadavg: 1.95 1.99 2.01 3/80 23402
/proc/meminfo: memFree=1873600/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=2.94
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 292 2 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799764 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 73104

[startup+6.26413 s]
/proc/loadavg: 1.95 1.99 2.01 2/75 23418
/proc/meminfo: memFree=1883176/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=6.21
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 616 5 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614892 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 73104

[startup+12.7578 s]
/proc/loadavg: 1.96 1.99 2.01 3/88 23488
/proc/meminfo: memFree=1787256/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=12.69
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 1254 15 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609351 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73104

[startup+25.576 s]
/proc/loadavg: 1.97 1.99 2.01 3/88 23498
/proc/meminfo: memFree=1769208/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=25.5
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 2533 17 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 73104

[startup+51.2395 s]
/proc/loadavg: 1.98 1.99 2.01 3/82 23522
/proc/meminfo: memFree=1770360/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=51.12
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 5094 18 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 73104

[startup+102.536 s]
/proc/loadavg: 1.99 1.99 2.00 4/82 23522
/proc/meminfo: memFree=1770424/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=102.37
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 10219 18 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799692 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 73104

[startup+162.542 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 23522
/proc/meminfo: memFree=1770424/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=162.33
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 16215 18 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 73104

[startup+222.64 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 23522
/proc/meminfo: memFree=1770424/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=222.37
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 22219 18 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614655 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.37
Current children cumulated vsize (KiB) 73104

[startup+282.701 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 23522
/proc/meminfo: memFree=1770488/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=282.37
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 28218 19 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799133 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 73104

[startup+342.778 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 23522
/proc/meminfo: memFree=1770552/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=342.39
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 34220 19 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 73104

[startup+402.851 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 23522
/proc/meminfo: memFree=1770552/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=402.41
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 40222 19 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 73104

[startup+462.854 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 23522
/proc/meminfo: memFree=1770552/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=462.35
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 46216 19 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 73104

[startup+522.86 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 23522
/proc/meminfo: memFree=1770552/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=522.3
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 52211 19 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 73104

[startup+582.958 s]
/proc/loadavg: 2.09 2.02 2.01 3/82 23522
/proc/meminfo: memFree=1770488/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=73104 CPUtime=582.35
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6745 0 0 0 58216 19 0 0 25 0 2 0 169850378 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 18276 6264 181 90 0 17814 0
[pid=23398/tid=23402] ppid=23396 vsize=73104 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169850454 74858496 6264 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 73104

[startup+643.055 s]

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

/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6761 0 0 0 118201 21 0 0 25 0 3 0 169850378 85348352 6280 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 20837 6280 181 90 0 20375 0
[pid=23398/tid=23402] ppid=23396 vsize=83348 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169850454 85348352 6280 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23398/tid=23523] ppid=23396 vsize=83348 CPUtime=0
/proc/23398/task/23523/stat : 23523 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169940469 85348352 6280 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.22
Current children cumulated vsize (KiB) 83348

[startup+1243.43 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23525
/proc/meminfo: memFree=1769392/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=83348 CPUtime=1242.2
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6761 0 0 0 124199 21 0 0 25 0 3 0 169850378 85348352 6280 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 20837 6280 181 90 0 20375 0
[pid=23398/tid=23402] ppid=23396 vsize=83348 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169850454 85348352 6280 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23398/tid=23523] ppid=23396 vsize=83348 CPUtime=0
/proc/23398/task/23523/stat : 23523 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169940469 85348352 6280 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.2
Current children cumulated vsize (KiB) 83348

[startup+1303.48 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23525
/proc/meminfo: memFree=1769392/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=83348 CPUtime=1302.19
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6761 0 0 0 130198 21 0 0 25 0 3 0 169850378 85348352 6280 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552316 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 20837 6280 181 90 0 20375 0
[pid=23398/tid=23402] ppid=23396 vsize=83348 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169850454 85348352 6280 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23398/tid=23523] ppid=23396 vsize=83348 CPUtime=0
/proc/23398/task/23523/stat : 23523 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169940469 85348352 6280 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.19
Current children cumulated vsize (KiB) 83348

[startup+1363.55 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23526
/proc/meminfo: memFree=1769320/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=93592 CPUtime=1362.19
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6762 0 0 0 136198 21 0 0 25 0 4 0 169850378 95838208 6281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758164 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 23398 6281 181 90 0 22936 0
[pid=23398/tid=23402] ppid=23396 vsize=93592 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169850454 95838208 6281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23398/tid=23523] ppid=23396 vsize=93592 CPUtime=0
/proc/23398/task/23523/stat : 23523 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169940469 95838208 6281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23398/tid=23526] ppid=23396 vsize=93592 CPUtime=0
/proc/23398/task/23526/stat : 23526 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169985478 95838208 6281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.19
Current children cumulated vsize (KiB) 93592

[startup+1423.62 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23526
/proc/meminfo: memFree=1769320/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=93592 CPUtime=1422.21
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 6762 0 0 0 142200 21 0 0 25 0 4 0 169850378 95838208 6281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614872 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 23398 6281 181 90 0 22936 0
[pid=23398/tid=23402] ppid=23396 vsize=93592 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169850454 95838208 6281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23398/tid=23523] ppid=23396 vsize=93592 CPUtime=0
/proc/23398/task/23523/stat : 23523 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169940469 95838208 6281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23398/tid=23526] ppid=23396 vsize=93592 CPUtime=0
/proc/23398/task/23526/stat : 23526 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169985478 95838208 6281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.21
Current children cumulated vsize (KiB) 93592

[startup+1483.66 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23526
/proc/meminfo: memFree=1767272/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=101404 CPUtime=1482.2
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 9233 0 0 0 148198 22 0 0 25 0 4 0 169850378 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 25351 6798 181 90 0 24889 0
[pid=23398/tid=23402] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169850454 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23398/tid=23523] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23523/stat : 23523 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169940469 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23398/tid=23526] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23526/stat : 23526 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169985478 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.2
Current children cumulated vsize (KiB) 101404

[startup+1543.66 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23526
/proc/meminfo: memFree=1767208/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=101404 CPUtime=1542.14
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 9233 0 0 0 154192 22 0 0 25 0 4 0 169850378 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 25351 6798 181 90 0 24889 0
[pid=23398/tid=23402] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169850454 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23398/tid=23523] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23523/stat : 23523 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169940469 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23398/tid=23526] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23526/stat : 23526 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169985478 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.14
Current children cumulated vsize (KiB) 101404

[startup+1603.75 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23526
/proc/meminfo: memFree=1767208/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=101404 CPUtime=1602.16
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 9233 0 0 0 160194 22 0 0 25 0 4 0 169850378 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 25351 6798 181 90 0 24889 0
[pid=23398/tid=23402] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169850454 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23398/tid=23523] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23523/stat : 23523 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169940469 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23398/tid=23526] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23526/stat : 23526 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169985478 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.16
Current children cumulated vsize (KiB) 101404

[startup+1663.82 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 23526
/proc/meminfo: memFree=1767144/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=101404 CPUtime=1662.19
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 9233 0 0 0 166197 22 0 0 25 0 4 0 169850378 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 25351 6798 181 90 0 24889 0
[pid=23398/tid=23402] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169850454 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23398/tid=23523] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23523/stat : 23523 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169940469 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23398/tid=23526] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23526/stat : 23526 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169985478 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.19
Current children cumulated vsize (KiB) 101404

[startup+1723.89 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 23526
/proc/meminfo: memFree=1767144/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=101404 CPUtime=1722.19
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 9233 0 0 0 172197 22 0 0 25 0 4 0 169850378 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552359 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 25351 6798 181 90 0 24889 0
[pid=23398/tid=23402] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169850454 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23398/tid=23523] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23523/stat : 23523 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169940469 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23398/tid=23526] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23526/stat : 23526 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169985478 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.19
Current children cumulated vsize (KiB) 101404

[startup+1783.97 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 23526
/proc/meminfo: memFree=1767080/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=101404 CPUtime=1782.21
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 9233 0 0 0 178198 23 0 0 25 0 4 0 169850378 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758210 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 25351 6798 181 90 0 24889 0
[pid=23398/tid=23402] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23402/stat : 23402 (bprolog) S 23396 23398 22695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169850454 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23398/tid=23523] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23523/stat : 23523 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169940469 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23398/tid=23526] ppid=23396 vsize=101404 CPUtime=0
/proc/23398/task/23526/stat : 23526 (bprolog) S 23396 23398 22695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169985478 103837696 6798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.21
Current children cumulated vsize (KiB) 101404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.83 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23526
/proc/meminfo: memFree=1767080/2055920 swapFree=4192192/4192956
[pid=23398] ppid=23396 vsize=101404 CPUtime=1800.05
/proc/23398/stat : 23398 (bprolog) R 23396 23398 22695 0 -1 4194304 9234 0 0 0 179982 23 0 0 25 0 1 0 169850378 103837696 6799 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 0 0 0 17 0 0 0
/proc/23398/statm: 25351 6799 182 90 0 24889 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 101404

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.84
CPU time (s): 1800.07
CPU user time (s): 1799.83
CPU system time (s): 0.234964
CPU usage (%): 99.9015
Max. virtual memory (cumulated for all children) (KiB): 101404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.234964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9234
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= 6627

runsolver used 1.90571 s user time and 4.93225 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Mon Jan  8 00:01:53 UTC 2007


IDJOB= 211925
IDBENCH= 4732
FILE ID= node55/211925-1168214513

PBS_JOBID= 3480854

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-boeing2.xml
COMMAND LINE= /tmp/evaluation/211925-1168214513/Complete/Ordinary/solver /tmp/evaluation/211925-1168214513/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node55/convwatcher-211925-1168214513 -o ROOT/results/node55/conversion-211925-1168214513 -C 600 -M 900 /tmp/evaluation/211925-1168214513/Complete/Ordinary/conversion /tmp/evaluation/211925-1168214513/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-211925-1168214513 -o ROOT/results/node55/solver-211925-1168214513 -C 1800 -M 900  /tmp/evaluation/211925-1168214513/Complete/Ordinary/solver /tmp/evaluation/211925-1168214513/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  53deaee577532c973ec6f595c0454408

RANDOM SEED= 939848749

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.218
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.218
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:       1898472 kB
Buffers:         30160 kB
Cached:          44872 kB
SwapCached:         40 kB
Active:          64848 kB
Inactive:        36424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1898472 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            2920 kB
Writeback:           0 kB
Mapped:          39292 kB
Slab:            41312 kB
Committed_AS:  3613416 kB
PageTables:       1920 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= 66552 MiB



End job on node55 on Mon Jan  8 00:32:03 UTC 2007