Trace number 208760

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
galac 1? (TO) 1800.09 1812.12

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-15_ext.xml
MD5SUMd06f413d5c4a9194a6918decf3c71f7e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.65514
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.88	c start processing
1.88	c start relation processing
5.01	c start cnf exporting
18.91	c parsing time : 1.599
18.91	c preprocessing time : 18.627
18.91	
18.91	c Nary constraints - conflicts : 0 supports : 58
18.91	c Binary constraints - conflicts : 0 supports :0
18.91	c max arity constraint : 3
18.91	c Max Tuples generated 0
18.91	c relations : 58
18.91	c relations BDD: 58
18.91	c vars : 128365 - clauses :  410126
18.91	
18.95	 
18.95	c --- Minisat Stats ---
18.95	 

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/node9/watcher-208760-1168189853 -o ROOT/results/node9/solver-208760-1168189853 -C 1800 -M 900 /tmp/evaluation/208760-1168189853/galac.sh /tmp/evaluation/208760-1168189853/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 1.98 1.99 4/87 26901
/proc/meminfo: memFree=1422792/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=18540 CPUtime=0
/proc/26900/stat : 26900 (runsolver) R 26898 26900 25886 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 167380444 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26900/statm: 4635 279 244 17 0 2626 0

[startup+0.108583 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 26901
/proc/meminfo: memFree=1422792/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=0.01
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.516635 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 26901
/proc/meminfo: memFree=1422792/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=0.01
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33973 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 26921
/proc/meminfo: memFree=1352200/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=0.01
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26914] ppid=26900 vsize=861064 CPUtime=1.16
/proc/26914/stat : 26914 (java) R 26900 26900 25886 0 -1 0 21564 0 1 0 104 12 0 0 22 0 8 0 167380448 881729536 21317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073652591 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26914/statm: 215266 21317 1965 14 0 201471 0
[pid=26914/tid=26915] ppid=26900 vsize=861064 CPUtime=0.06
/proc/26914/task/26915/stat : 26915 (java) S 26900 26900 25886 0 -1 64 5812 0 0 0 3 3 0 0 16 0 8 0 167380459 881729536 21317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26916] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26916/stat : 26916 (java) S 26900 26900 25886 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167380460 881729536 21317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26917] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26917/stat : 26917 (java) S 26900 26900 25886 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 167380460 881729536 21317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26918] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26918/stat : 26918 (java) S 26900 26900 25886 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167380468 881729536 21317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26919] ppid=26900 vsize=861064 CPUtime=0.12
/proc/26914/task/26919/stat : 26919 (java) S 26900 26900 25886 0 -1 64 893 0 0 0 12 0 0 0 16 0 8 0 167380468 881729536 21317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26920] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26920/stat : 26920 (java) S 26900 26900 25886 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167380468 881729536 21317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26921] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26921/stat : 26921 (java) S 26900 26900 25886 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167380468 881729536 21317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 908640

[startup+2.99292 s]
/proc/loadavg: 1.92 1.98 1.99 4/95 26921
/proc/meminfo: memFree=1339208/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=0.01
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26914] ppid=26900 vsize=861064 CPUtime=2.8
/proc/26914/stat : 26914 (java) R 26900 26900 25886 0 -1 0 22832 0 1 0 267 13 0 0 25 0 8 0 167380448 881729536 22582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073870024 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26914/statm: 215266 22582 1973 14 0 201471 0
[pid=26914/tid=26915] ppid=26900 vsize=861064 CPUtime=0.11
/proc/26914/task/26915/stat : 26915 (java) S 26900 26900 25886 0 -1 64 7035 0 0 0 7 4 0 0 17 0 8 0 167380459 881729536 22582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26916] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26916/stat : 26916 (java) S 26900 26900 25886 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167380460 881729536 22582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26917] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26917/stat : 26917 (java) S 26900 26900 25886 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 167380460 881729536 22582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26918] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26918/stat : 26918 (java) S 26900 26900 25886 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167380468 881729536 22582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26919] ppid=26900 vsize=861064 CPUtime=0.17
/proc/26914/task/26919/stat : 26919 (java) S 26900 26900 25886 0 -1 64 917 0 0 0 17 0 0 0 16 0 8 0 167380468 881729536 22582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26920] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26920/stat : 26920 (java) S 26900 26900 25886 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167380468 881729536 22582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26921] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26921/stat : 26921 (java) S 26900 26900 25886 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167380468 881729536 22582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 908640

[startup+6.28929 s]
/proc/loadavg: 1.93 1.98 1.99 4/95 26921
/proc/meminfo: memFree=1299080/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=0.01
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26914] ppid=26900 vsize=861064 CPUtime=6.06
/proc/26914/stat : 26914 (java) R 26900 26900 25886 0 -1 0 34834 0 1 0 586 20 0 0 25 0 8 0 167380448 881729536 34581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073999064 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26914/statm: 215266 34581 1993 14 0 201471 0
[pid=26914/tid=26915] ppid=26900 vsize=861064 CPUtime=0.71
/proc/26914/task/26915/stat : 26915 (java) S 26900 26900 25886 0 -1 64 18951 0 0 0 61 10 0 0 17 0 8 0 167380459 881729536 34581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26916] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26916/stat : 26916 (java) S 26900 26900 25886 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167380460 881729536 34581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26917] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26917/stat : 26917 (java) S 26900 26900 25886 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 167380460 881729536 34581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26918] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26918/stat : 26918 (java) S 26900 26900 25886 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167380468 881729536 34581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26919] ppid=26900 vsize=861064 CPUtime=0.24
/proc/26914/task/26919/stat : 26919 (java) S 26900 26900 25886 0 -1 64 960 0 0 0 23 1 0 0 15 0 8 0 167380468 881729536 34581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26920] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26920/stat : 26920 (java) S 26900 26900 25886 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167380468 881729536 34581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26921] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26921/stat : 26921 (java) S 26900 26900 25886 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167380468 881729536 34581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 908640

[startup+12.792 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 26921
/proc/meminfo: memFree=1281992/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=0.01
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26914] ppid=26900 vsize=861064 CPUtime=12.5
/proc/26914/stat : 26914 (java) R 26900 26900 25886 0 -1 0 36225 0 1 0 1227 23 0 0 25 0 8 0 167380448 881729536 35961 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073883964 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26914/statm: 215266 35961 1994 14 0 201471 0
[pid=26914/tid=26915] ppid=26900 vsize=861064 CPUtime=0.77
/proc/26914/task/26915/stat : 26915 (java) S 26900 26900 25886 0 -1 64 20331 0 0 0 66 11 0 0 16 0 8 0 167380459 881729536 35961 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26916] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26916/stat : 26916 (java) S 26900 26900 25886 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167380460 881729536 35961 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26917] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26917/stat : 26917 (java) S 26900 26900 25886 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 167380460 881729536 35961 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26918] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26918/stat : 26918 (java) S 26900 26900 25886 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167380468 881729536 35961 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26919] ppid=26900 vsize=861064 CPUtime=0.24
/proc/26914/task/26919/stat : 26919 (java) S 26900 26900 25886 0 -1 64 960 0 0 0 23 1 0 0 15 0 8 0 167380468 881729536 35961 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26920] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26920/stat : 26920 (java) S 26900 26900 25886 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167380468 881729536 35961 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26914/tid=26921] ppid=26900 vsize=861064 CPUtime=0
/proc/26914/task/26921/stat : 26921 (java) S 26900 26900 25886 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167380468 881729536 35961 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 908640

[startup+25.6455 s]
/proc/loadavg: 1.95 1.98 1.99 3/88 26922
/proc/meminfo: memFree=1388160/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=28008 CPUtime=6.62
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 6633 0 0 0 657 5 0 0 25 0 1 0 167382340 28680192 6615 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26922/statm: 7002 6615 54 142 0 6858 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 75584

[startup+51.3284 s]
/proc/loadavg: 1.96 1.98 1.99 3/88 26922
/proc/meminfo: memFree=1381120/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=34544 CPUtime=32.07
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 8237 0 0 0 3200 7 0 0 25 0 1 0 167382340 35373056 8219 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26922/statm: 8636 8219 54 142 0 8492 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 82120

[startup+102.584 s]
/proc/loadavg: 1.98 1.98 1.99 3/88 26922
/proc/meminfo: memFree=1363008/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=51332 CPUtime=82.85
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 12444 0 0 0 8273 12 0 0 25 0 1 0 167382340 52563968 12426 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26922/statm: 12833 12426 54 142 0 12689 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 98908

[startup+162.675 s]
/proc/loadavg: 2.06 2.00 2.00 3/88 26922
/proc/meminfo: memFree=1346112/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=66640 CPUtime=142.4
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 16246 0 0 0 14222 18 0 0 25 0 1 0 167382340 68239360 16228 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/26922/statm: 16660 16228 54 142 0 16516 0
Current children cumulated CPU time (s) 161
Current children cumulated vsize (KiB) 114216

[startup+222.768 s]
/proc/loadavg: 2.02 2.00 2.00 3/88 26922
/proc/meminfo: memFree=1331328/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=79056 CPUtime=201.94
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 19369 0 0 0 20173 21 0 0 25 0 1 0 167382340 80953344 19351 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529776 0 0 4096 3 0 0 0 17 1 0 0
/proc/26922/statm: 19764 19351 54 142 0 19620 0
Current children cumulated CPU time (s) 220.54
Current children cumulated vsize (KiB) 126632

[startup+282.858 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 26922

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

/proc/loadavg: 2.00 2.00 2.00 3/95 26997
/proc/meminfo: memFree=999952/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=151096 CPUtime=1097.05
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 37305 0 0 0 109656 49 0 0 25 0 1 0 167382340 154722304 37287 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/26922/statm: 37774 37287 54 142 0 37630 0
Current children cumulated CPU time (s) 1115.65
Current children cumulated vsize (KiB) 198672

[startup+1183.75 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 26997
/proc/meminfo: memFree=984336/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=153136 CPUtime=1156.73
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 37815 0 0 0 115623 50 0 0 25 0 1 0 167382340 156811264 37797 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 0 0 0
/proc/26922/statm: 38284 37797 54 142 0 38140 0
Current children cumulated CPU time (s) 1175.33
Current children cumulated vsize (KiB) 200712

[startup+1243.75 s]
/proc/loadavg: 2.06 2.02 2.00 3/95 26997
/proc/meminfo: memFree=959376/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=154948 CPUtime=1216.41
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 38291 0 0 0 121590 51 0 0 25 0 1 0 167382340 158666752 38273 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/26922/statm: 38737 38273 54 142 0 38593 0
Current children cumulated CPU time (s) 1235.01
Current children cumulated vsize (KiB) 202524

[startup+1303.85 s]
/proc/loadavg: 2.07 2.03 2.00 3/95 26997
/proc/meminfo: memFree=937360/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=158944 CPUtime=1276.16
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 39290 0 0 0 127563 53 0 0 25 0 1 0 167382340 162758656 39272 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26922/statm: 39736 39272 54 142 0 39592 0
Current children cumulated CPU time (s) 1294.76
Current children cumulated vsize (KiB) 206520

[startup+1363.86 s]
/proc/loadavg: 2.02 2.02 2.00 4/95 26997
/proc/meminfo: memFree=916944/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=165024 CPUtime=1335.84
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 40702 0 0 0 133529 55 0 0 25 0 1 0 167382340 168984576 40684 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529257 0 0 4096 3 0 0 0 17 0 0 0
/proc/26922/statm: 41256 40684 54 142 0 41112 0
Current children cumulated CPU time (s) 1354.44
Current children cumulated vsize (KiB) 212600

[startup+1423.86 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 26997
/proc/meminfo: memFree=896656/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=167548 CPUtime=1395.52
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 41322 0 0 0 139496 56 0 0 25 0 1 0 167382340 171569152 41304 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529785 0 0 4096 3 0 0 0 17 0 0 0
/proc/26922/statm: 41887 41304 54 142 0 41743 0
Current children cumulated CPU time (s) 1414.12
Current children cumulated vsize (KiB) 215124

[startup+1483.96 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 26997
/proc/meminfo: memFree=875152/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=170456 CPUtime=1455.27
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 42062 0 0 0 145470 57 0 0 25 0 1 0 167382340 174546944 42044 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26922/statm: 42614 42044 54 142 0 42470 0
Current children cumulated CPU time (s) 1473.87
Current children cumulated vsize (KiB) 218032

[startup+1544.05 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 26997
/proc/meminfo: memFree=853968/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=174040 CPUtime=1514.93
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 42966 0 0 0 151434 59 0 0 25 0 1 0 167382340 178216960 42948 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26922/statm: 43510 42948 54 142 0 43366 0
Current children cumulated CPU time (s) 1533.53
Current children cumulated vsize (KiB) 221616

[startup+1604.06 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 26997
/proc/meminfo: memFree=838416/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=176724 CPUtime=1574.61
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 43646 0 0 0 157401 60 0 0 25 0 1 0 167382340 180965376 43628 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/26922/statm: 44181 43628 54 142 0 44037 0
Current children cumulated CPU time (s) 1593.21
Current children cumulated vsize (KiB) 224300

[startup+1664.16 s]
/proc/loadavg: 2.11 2.03 2.01 3/95 26997
/proc/meminfo: memFree=821712/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=178992 CPUtime=1634.35
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 44205 0 0 0 163374 61 0 0 25 0 1 0 167382340 183287808 44187 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26922/statm: 44748 44187 54 142 0 44604 0
Current children cumulated CPU time (s) 1652.95
Current children cumulated vsize (KiB) 226568

[startup+1724.16 s]
/proc/loadavg: 2.04 2.02 2.00 3/95 26997
/proc/meminfo: memFree=811344/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=181684 CPUtime=1694.02
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 44885 0 0 0 169340 62 0 0 25 0 1 0 167382340 186044416 44867 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26922/statm: 45421 44867 54 142 0 45277 0
Current children cumulated CPU time (s) 1712.62
Current children cumulated vsize (KiB) 229260

[startup+1784.26 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 26997
/proc/meminfo: memFree=789328/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=184264 CPUtime=1753.79
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 45506 0 0 0 175316 63 0 0 25 0 1 0 167382340 188686336 45488 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/26922/statm: 46066 45488 54 142 0 45922 0
Current children cumulated CPU time (s) 1772.39
Current children cumulated vsize (KiB) 231840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 26997
/proc/meminfo: memFree=781328/2055920 swapFree=4191880/4192956
[pid=26900] ppid=26898 vsize=47576 CPUtime=18.6
/proc/26900/stat : 26900 (galac.sh) S 26898 26900 25886 0 -1 4194304 799 37949 0 1 0 0 1831 29 17 0 1 0 167380444 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26900/statm: 11894 363 245 79 0 218 0
[pid=26922] ppid=26900 vsize=185224 CPUtime=1781.49
/proc/26922/stat : 26922 (minisat) R 26900 26900 25886 0 -1 4194304 45732 0 0 0 178085 64 0 0 25 0 1 0 167382340 189669376 45714 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527136 0 0 4096 3 0 0 0 17 0 0 0
/proc/26922/statm: 46306 45714 54 142 0 46162 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 232800

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26900 and gives childrusage.ru_utime.tv_sec=18 childrusage.ru_utime.tv_usec=323214 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=301954
CPU time returned by wait4() is 18.6252
while last known CPU time is 1800.09

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

Real time (s): 1812.12
CPU time (s): 1800.09
CPU user time (s): 1799.16
CPU system time (s): 0.93
CPU usage (%): 99.3363
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3232
system time used= 0.301954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38748
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= 1492
involuntary context switches= 2152

runsolver used 2.01869 s user time and 6.02108 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Jan  7 17:10:53 UTC 2007


IDJOB= 208760
IDBENCH= 4437
FILE ID= node9/208760-1168189853

PBS_JOBID= 3478974

Free space on /tmp= 66530 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20-fcd/rand-3-20-20-60-632-fcd-15_ext.xml
COMMAND LINE= /tmp/evaluation/208760-1168189853/galac.sh /tmp/evaluation/208760-1168189853/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-208760-1168189853 -o ROOT/results/node9/solver-208760-1168189853 -C 1800 -M 900  /tmp/evaluation/208760-1168189853/galac.sh /tmp/evaluation/208760-1168189853/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  d06f413d5c4a9194a6918decf3c71f7e

RANDOM SEED= 300533780

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1423208 kB
Buffers:         48928 kB
Cached:         344584 kB
SwapCached:        276 kB
Active:         317108 kB
Inactive:       252948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1423208 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4148 kB
Writeback:           0 kB
Mapped:         189312 kB
Slab:            47204 kB
Committed_AS:  4698316 kB
PageTables:       2552 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= 66531 MiB



End job on node9 on Sun Jan  7 17:41:05 UTC 2007