Trace number 212192

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

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-ran14x18.xml
MD5SUMf76dd8d8566fc7554907bf4a8fe41987
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 variables7812
Number of constraints316
Maximum constraint arity540
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension316
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/212192-1168217245/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/node38/watcher-212192-1168217245 -o ROOT/results/node38/solver-212192-1168217245 -C 1800 -M 900 /tmp/evaluation/212192-1168217245/Complete/Ordinary/solver /tmp/evaluation/212192-1168217245/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.93 1.88 1.51 5/80 12436
/proc/meminfo: memFree=765984/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=18540 CPUtime=0
/proc/12435/stat : 12435 (runsolver) R 12433 12435 12232 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 170124664 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12435/statm: 4635 279 244 17 0 2626 0

[startup+0.108352 s]
/proc/loadavg: 1.93 1.88 1.51 5/80 12436
/proc/meminfo: memFree=765984/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=61640 CPUtime=0.1
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 2282 0 0 0 9 1 0 0 20 0 1 0 170124664 63119360 1998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 9006020 0 0 4096 2 0 0 0 17 1 0 0
/proc/12435/statm: 15410 1998 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.523906 s]
/proc/loadavg: 1.93 1.88 1.51 5/80 12436
/proc/meminfo: memFree=765984/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=61640 CPUtime=0.5
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 5682 0 0 0 48 2 0 0 23 0 1 0 170124664 63119360 5398 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 0 0 0 17 1 0 0
/proc/12435/statm: 15410 5398 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34659 s]
/proc/loadavg: 1.93 1.88 1.51 3/81 12437
/proc/meminfo: memFree=738456/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=1.32
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 129 3 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552381 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 73592

[startup+2.9843 s]
/proc/loadavg: 1.93 1.88 1.51 3/81 12437
/proc/meminfo: memFree=738456/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=2.94
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 291 3 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 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) 73592

[startup+6.27655 s]
/proc/loadavg: 1.93 1.89 1.51 3/81 12437
/proc/meminfo: memFree=738584/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=6.21
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 618 3 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799704 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 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) 73592

[startup+12.7358 s]
/proc/loadavg: 1.94 1.89 1.51 3/81 12437
/proc/meminfo: memFree=738712/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=12.62
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 1259 3 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 73592

[startup+25.5503 s]
/proc/loadavg: 1.95 1.89 1.52 3/81 12437
/proc/meminfo: memFree=738776/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=25.34
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 2531 3 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134777496 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 73592

[startup+51.2093 s]
/proc/loadavg: 1.97 1.90 1.53 3/81 12437
/proc/meminfo: memFree=738904/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=50.79
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 5076 3 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 73592

[startup+102.444 s]
/proc/loadavg: 1.98 1.91 1.55 3/81 12437
/proc/meminfo: memFree=738968/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=101.62
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 10159 3 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758178 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 73592

[startup+162.45 s]
/proc/loadavg: 1.99 1.93 1.58 3/81 12437
/proc/meminfo: memFree=738904/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=161.16
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 16113 3 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 73592

[startup+222.466 s]
/proc/loadavg: 2.04 1.95 1.61 3/81 12437
/proc/meminfo: memFree=738904/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=220.72
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 22069 3 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.72
Current children cumulated vsize (KiB) 73592

[startup+282.504 s]
/proc/loadavg: 2.01 1.96 1.63 3/81 12437
/proc/meminfo: memFree=738840/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=280.28
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 28025 3 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134798996 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.28
Current children cumulated vsize (KiB) 73592

[startup+342.541 s]
/proc/loadavg: 1.95 1.95 1.64 3/82 12499
/proc/meminfo: memFree=758024/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=340.01
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 33996 5 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.01
Current children cumulated vsize (KiB) 73592

[startup+402.62 s]
/proc/loadavg: 1.98 1.95 1.66 3/82 12499
/proc/meminfo: memFree=740616/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=400.04
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 39998 6 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552673 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.04
Current children cumulated vsize (KiB) 73592

[startup+462.632 s]
/proc/loadavg: 3.27 2.27 1.78 3/83 12511
/proc/meminfo: memFree=15744/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=459.81
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 45959 22 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.81
Current children cumulated vsize (KiB) 73592

[startup+522.722 s]
/proc/loadavg: 3.04 2.40 1.86 3/82 12513
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=519.76
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 51938 38 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552661 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.76
Current children cumulated vsize (KiB) 73592

[startup+582.746 s]
/proc/loadavg: 2.64 2.40 1.89 3/82 12518
/proc/meminfo: memFree=15432/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=73592 CPUtime=579.65
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 8441 0 0 0 57911 54 0 0 25 0 2 0 170124664 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12435/statm: 18398 7041 182 90 0 17936 0
[pid=12435/tid=12437] ppid=12433 vsize=73592 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170124747 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.65
Current children cumulated vsize (KiB) 73592

[startup+642.821 s]

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

/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 9317 0 0 0 117497 243 0 0 25 0 3 0 170124664 85880832 7135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614643 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12435/statm: 20967 7135 182 90 0 20505 0
[pid=12435/tid=12437] ppid=12433 vsize=83868 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170124747 85880832 7135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12435/tid=12725] ppid=12433 vsize=83868 CPUtime=0
/proc/12435/task/12725/stat : 12725 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170214761 85880832 7135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.4
Current children cumulated vsize (KiB) 83868

[startup+1243.16 s]
/proc/loadavg: 3.62 3.43 2.72 3/83 12764
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=83868 CPUtime=1237.05
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 9317 0 0 0 123445 260 0 0 25 0 3 0 170124664 85880832 7135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 20967 7135 182 90 0 20505 0
[pid=12435/tid=12437] ppid=12433 vsize=83868 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170124747 85880832 7135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12435/tid=12725] ppid=12433 vsize=83868 CPUtime=0
/proc/12435/task/12725/stat : 12725 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170214761 85880832 7135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.05
Current children cumulated vsize (KiB) 83868

[startup+1303.2 s]
/proc/loadavg: 2.99 3.28 2.71 3/83 12775
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=83868 CPUtime=1296.7
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 9317 0 0 0 129388 282 0 0 25 0 3 0 170124664 85880832 7135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12435/statm: 20967 7135 182 90 0 20505 0
[pid=12435/tid=12437] ppid=12433 vsize=83868 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170124747 85880832 7135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12435/tid=12725] ppid=12433 vsize=83868 CPUtime=0
/proc/12435/task/12725/stat : 12725 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170214761 85880832 7135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.7
Current children cumulated vsize (KiB) 83868

[startup+1363.26 s]
/proc/loadavg: 3.07 3.26 2.73 3/84 12791
/proc/meminfo: memFree=15032/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=94112 CPUtime=1356.35
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 9318 0 0 0 135336 299 0 0 25 0 4 0 170124664 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134813982 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 23528 7136 182 90 0 23066 0
[pid=12435/tid=12437] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170124747 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12435/tid=12725] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12725/stat : 12725 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170214761 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12435/tid=12788] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12788/stat : 12788 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 170259771 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.35
Current children cumulated vsize (KiB) 94112

[startup+1423.26 s]
/proc/loadavg: 3.22 3.25 2.76 3/84 12808
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=94112 CPUtime=1415.96
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 9318 0 0 0 141279 317 0 0 25 0 4 0 170124664 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618552 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 23528 7136 182 90 0 23066 0
[pid=12435/tid=12437] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170124747 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12435/tid=12725] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12725/stat : 12725 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170214761 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12435/tid=12788] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12788/stat : 12788 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 170259771 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1415.96
Current children cumulated vsize (KiB) 94112

[startup+1483.26 s]
/proc/loadavg: 3.59 3.33 2.82 3/84 12827
/proc/meminfo: memFree=16248/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=94112 CPUtime=1475.56
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 9318 0 0 0 147218 338 0 0 25 0 4 0 170124664 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 23528 7136 182 90 0 23066 0
[pid=12435/tid=12437] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170124747 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12435/tid=12725] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12725/stat : 12725 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170214761 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12435/tid=12788] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12788/stat : 12788 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 170259771 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.56
Current children cumulated vsize (KiB) 94112

[startup+1543.29 s]
/proc/loadavg: 4.33 3.60 2.94 3/84 12843
/proc/meminfo: memFree=15352/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=94112 CPUtime=1535.18
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 9318 0 0 0 153159 359 0 0 25 0 4 0 170124664 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 23528 7136 182 90 0 23066 0
[pid=12435/tid=12437] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170124747 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12435/tid=12725] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12725/stat : 12725 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170214761 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12435/tid=12788] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12788/stat : 12788 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 170259771 96370688 7136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.18
Current children cumulated vsize (KiB) 94112

[startup+1603.3 s]
/proc/loadavg: 3.31 3.43 2.92 3/85 12858
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=94112 CPUtime=1594.78
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 9679 0 0 0 159099 379 0 0 25 0 4 0 170124664 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 23528 7497 182 90 0 23066 0
[pid=12435/tid=12437] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170124747 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12435/tid=12725] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12725/stat : 12725 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170214761 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12435/tid=12788] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12788/stat : 12788 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170259771 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.78
Current children cumulated vsize (KiB) 94112

[startup+1663.31 s]
/proc/loadavg: 2.91 3.29 2.90 3/85 12874
/proc/meminfo: memFree=15408/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=94112 CPUtime=1654.42
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 9679 0 0 0 165044 398 0 0 25 0 4 0 170124664 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758208 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12435/statm: 23528 7497 182 90 0 23066 0
[pid=12435/tid=12437] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170124747 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12435/tid=12725] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12725/stat : 12725 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170214761 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12435/tid=12788] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12788/stat : 12788 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170259771 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.42
Current children cumulated vsize (KiB) 94112

[startup+1723.36 s]
/proc/loadavg: 3.08 3.27 2.92 3/84 12883
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=94112 CPUtime=1714.09
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 9679 0 0 0 170992 417 0 0 25 0 4 0 170124664 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12435/statm: 23528 7497 182 90 0 23066 0
[pid=12435/tid=12437] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170124747 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12435/tid=12725] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12725/stat : 12725 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170214761 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12435/tid=12788] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12788/stat : 12788 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170259771 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.09
Current children cumulated vsize (KiB) 94112

[startup+1783.39 s]
/proc/loadavg: 3.17 3.27 2.93 3/84 12885
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=94112 CPUtime=1773.76
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 9679 0 0 0 176942 434 0 0 25 0 4 0 170124664 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758220 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12435/statm: 23528 7497 182 90 0 23066 0
[pid=12435/tid=12437] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12437/stat : 12437 (bprolog) S 12433 12435 12232 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170124747 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12435/tid=12725] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12725/stat : 12725 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170214761 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12435/tid=12788] ppid=12433 vsize=94112 CPUtime=0
/proc/12435/task/12788/stat : 12788 (bprolog) S 12433 12435 12232 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170259771 96370688 7497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.76
Current children cumulated vsize (KiB) 94112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.86 s]
/proc/loadavg: 3.16 3.25 2.94 3/81 12887
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=94112 CPUtime=1800.07
/proc/12435/stat : 12435 (bprolog) R 12433 12435 12232 0 -1 4194304 9679 0 1 0 179566 441 0 0 25 0 1 0 170124664 96370688 7498 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799735 0 0 4096 2 0 0 0 17 0 0 0
/proc/12435/statm: 23528 7498 183 90 0 23066 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 94112

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.87
CPU time (s): 1800.08
CPU user time (s): 1795.66
CPU system time (s): 4.41933
CPU usage (%): 99.4594
Max. virtual memory (cumulated for all children) (KiB): 94112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.66
system time used= 4.41933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9679
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 29985

runsolver used 1.9887 s user time and 5.2632 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Mon Jan  8 00:47:25 UTC 2007


IDJOB= 212192
IDBENCH= 4752
FILE ID= node38/212192-1168217245

PBS_JOBID= 3480893

Free space on /tmp= 66514 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-212192-1168217245 -o ROOT/results/node38/solver-212192-1168217245 -C 1800 -M 900  /tmp/evaluation/212192-1168217245/Complete/Ordinary/solver /tmp/evaluation/212192-1168217245/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f76dd8d8566fc7554907bf4a8fe41987

RANDOM SEED= 204173986

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.267
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.267
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:        766464 kB
Buffers:          3952 kB
Cached:        1152320 kB
SwapCached:          0 kB
Active:         550484 kB
Inactive:       686760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        766464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3108 kB
Writeback:           0 kB
Mapped:         101232 kB
Slab:            37244 kB
Committed_AS:  4490076 kB
PageTables:       2028 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= 43678 MiB



End job on node38 on Mon Jan  8 01:17:42 UTC 2007