Trace number 208578

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

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-25_ext.xml
MD5SUMf2195ab1808ba05b939b12ff252365d7
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 benchmark9.15361
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c --- Preproc Stats ---
1.79	c start processing
1.79	c start relation processing
4.88	c start cnf exporting
19.80	c parsing time : 1.624
19.80	c preprocessing time : 19.64
19.80	
19.80	c Nary constraints - conflicts : 0 supports : 59
19.80	c Binary constraints - conflicts : 0 supports :0
19.80	c max arity constraint : 3
19.80	c Max Tuples generated 0
19.80	c relations : 59
19.80	c relations BDD: 59
19.80	c vars : 132183 - clauses :  421995
19.80	
19.86	 
19.86	c --- Minisat Stats ---
19.86	 

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-208578-1168188650 -o ROOT/results/node9/solver-208578-1168188650 -C 1800 -M 900 /tmp/evaluation/208578-1168188650/galac.sh /tmp/evaluation/208578-1168188650/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.85 1.94 1.98 5/98 26630
/proc/meminfo: memFree=1393256/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=6392 CPUtime=0
/proc/26629/stat : 26629 (galac.sh) R 26627 26629 26503 0 -1 4194304 251 0 0 0 0 0 0 0 20 0 1 0 167260259 6545408 213 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215416338154 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26629/statm: 1598 213 163 79 0 122 0

[startup+0.105031 s]
/proc/loadavg: 1.85 1.94 1.98 5/98 26630
/proc/meminfo: memFree=1393256/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=0.01
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.513066 s]
/proc/loadavg: 1.85 1.94 1.98 5/98 26630
/proc/meminfo: memFree=1393256/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=0.01
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33416 s]
/proc/loadavg: 1.94 1.96 1.98 3/106 26650
/proc/meminfo: memFree=1314920/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=0.01
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26643] ppid=26629 vsize=861064 CPUtime=1.27
/proc/26643/stat : 26643 (java) R 26629 26629 26503 0 -1 0 21561 0 1 0 116 11 0 0 22 0 8 0 167260263 881729536 21314 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073651534 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26643/statm: 215266 21314 1965 14 0 201471 0
[pid=26643/tid=26644] ppid=26629 vsize=861064 CPUtime=0.05
/proc/26643/task/26644/stat : 26644 (java) S 26629 26629 26503 0 -1 64 5812 0 0 0 3 2 0 0 16 0 8 0 167260267 881729536 21314 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26645] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26645/stat : 26645 (java) S 26629 26629 26503 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167260267 881729536 21314 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26646] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26646/stat : 26646 (java) S 26629 26629 26503 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167260267 881729536 21314 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26647] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26647/stat : 26647 (java) S 26629 26629 26503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167260271 881729536 21314 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26648] ppid=26629 vsize=861064 CPUtime=0.13
/proc/26643/task/26648/stat : 26648 (java) S 26629 26629 26503 0 -1 64 894 0 0 0 13 0 0 0 16 0 8 0 167260271 881729536 21314 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26649] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26649/stat : 26649 (java) S 26629 26629 26503 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167260271 881729536 21314 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26650] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26650/stat : 26650 (java) S 26629 26629 26503 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167260271 881729536 21314 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908640

[startup+2.97235 s]
/proc/loadavg: 1.94 1.96 1.98 3/106 26650
/proc/meminfo: memFree=1309800/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=0.01
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26643] ppid=26629 vsize=861064 CPUtime=2.89
/proc/26643/stat : 26643 (java) R 26629 26629 26503 0 -1 0 22849 0 1 0 277 12 0 0 25 0 8 0 167260263 881729536 22599 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073823433 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26643/statm: 215266 22599 1973 14 0 201471 0
[pid=26643/tid=26644] ppid=26629 vsize=861064 CPUtime=0.11
/proc/26643/task/26644/stat : 26644 (java) S 26629 26629 26503 0 -1 64 7050 0 0 0 8 3 0 0 17 0 8 0 167260267 881729536 22599 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26645] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26645/stat : 26645 (java) S 26629 26629 26503 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167260267 881729536 22599 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26646] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26646/stat : 26646 (java) S 26629 26629 26503 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167260267 881729536 22599 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26647] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26647/stat : 26647 (java) S 26629 26629 26503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167260271 881729536 22599 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26648] ppid=26629 vsize=861064 CPUtime=0.18
/proc/26643/task/26648/stat : 26648 (java) S 26629 26629 26503 0 -1 64 918 0 0 0 17 1 0 0 16 0 8 0 167260271 881729536 22599 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26649] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26649/stat : 26649 (java) S 26629 26629 26503 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167260271 881729536 22599 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26650] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26650/stat : 26650 (java) S 26629 26629 26503 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167260271 881729536 22599 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 908640

[startup+6.17771 s]
/proc/loadavg: 1.95 1.96 1.98 3/106 26650
/proc/meminfo: memFree=1259880/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=0.01
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26643] ppid=26629 vsize=861064 CPUtime=6.06
/proc/26643/stat : 26643 (java) R 26629 26629 26503 0 -1 0 35276 0 1 0 588 18 0 0 25 0 8 0 167260263 881729536 35024 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073900293 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26643/statm: 215266 35024 1993 14 0 201471 0
[pid=26643/tid=26644] ppid=26629 vsize=861064 CPUtime=0.72
/proc/26643/task/26644/stat : 26644 (java) S 26629 26629 26503 0 -1 64 19388 0 0 0 64 8 0 0 18 0 8 0 167260267 881729536 35024 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26645] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26645/stat : 26645 (java) S 26629 26629 26503 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167260267 881729536 35024 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26646] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26646/stat : 26646 (java) S 26629 26629 26503 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167260267 881729536 35024 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26647] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26647/stat : 26647 (java) S 26629 26629 26503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167260271 881729536 35024 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26648] ppid=26629 vsize=861064 CPUtime=0.25
/proc/26643/task/26648/stat : 26648 (java) S 26629 26629 26503 0 -1 64 965 0 0 0 24 1 0 0 16 0 8 0 167260271 881729536 35024 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26649] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26649/stat : 26649 (java) S 26629 26629 26503 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167260271 881729536 35024 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26650] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26650/stat : 26650 (java) S 26629 26629 26503 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167260271 881729536 35024 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.6604 s]
/proc/loadavg: 2.03 1.97 1.99 3/106 26650
/proc/meminfo: memFree=1251112/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=0.01
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26643] ppid=26629 vsize=861064 CPUtime=12.49
/proc/26643/stat : 26643 (java) R 26629 26629 26503 0 -1 0 36666 0 1 0 1227 22 0 0 25 0 8 0 167260263 881729536 36403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073922074 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26643/statm: 215266 36403 1993 14 0 201471 0
[pid=26643/tid=26644] ppid=26629 vsize=861064 CPUtime=0.77
/proc/26643/task/26644/stat : 26644 (java) S 26629 26629 26503 0 -1 64 20767 0 0 0 68 9 0 0 16 0 8 0 167260267 881729536 36403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26645] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26645/stat : 26645 (java) S 26629 26629 26503 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167260267 881729536 36403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26646] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26646/stat : 26646 (java) S 26629 26629 26503 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167260267 881729536 36403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26647] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26647/stat : 26647 (java) S 26629 26629 26503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167260271 881729536 36403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26648] ppid=26629 vsize=861064 CPUtime=0.25
/proc/26643/task/26648/stat : 26648 (java) S 26629 26629 26503 0 -1 64 965 0 0 0 24 1 0 0 16 0 8 0 167260271 881729536 36403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26649] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26649/stat : 26649 (java) S 26629 26629 26503 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167260271 881729536 36403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26643/tid=26650] ppid=26629 vsize=861064 CPUtime=0
/proc/26643/task/26650/stat : 26650 (java) S 26629 26629 26503 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167260271 881729536 36403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 908640

[startup+25.5479 s]
/proc/loadavg: 2.03 1.97 1.99 3/99 26651
/proc/meminfo: memFree=1358688/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=28352 CPUtime=5.62
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 6741 0 0 0 557 5 0 0 25 0 1 0 167262246 29032448 6723 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521302 0 0 4096 3 0 0 0 17 1 0 0
/proc/26651/statm: 7088 6723 54 142 0 6944 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 75928

[startup+51.2448 s]
/proc/loadavg: 2.02 1.97 1.99 3/99 26651
/proc/meminfo: memFree=1354912/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=32116 CPUtime=31.08
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 7709 0 0 0 3102 6 0 0 25 0 1 0 167262246 32886784 7691 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26651/statm: 8029 7691 54 142 0 7885 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 79692

[startup+102.516 s]
/proc/loadavg: 2.05 1.99 1.99 3/99 26651
/proc/meminfo: memFree=1347168/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=39976 CPUtime=81.87
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 9650 0 0 0 8178 9 0 0 25 0 1 0 167262246 40935424 9632 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/26651/statm: 9994 9632 54 142 0 9850 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 87552

[startup+162.54 s]
/proc/loadavg: 2.02 1.99 1.99 3/99 26651
/proc/meminfo: memFree=1343776/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=43420 CPUtime=141.34
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 10515 0 0 0 14123 11 0 0 25 0 1 0 167262246 44462080 10497 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529611 0 0 4096 3 0 0 0 17 1 0 0
/proc/26651/statm: 10855 10497 54 142 0 10711 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 90996

[startup+222.545 s]
/proc/loadavg: 2.00 1.99 1.99 3/99 26651
/proc/meminfo: memFree=1327904/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=59120 CPUtime=200.78
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 14465 0 0 0 20062 16 0 0 25 0 1 0 167262246 60538880 14447 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525835 0 0 4096 3 0 0 0 17 1 0 0
/proc/26651/statm: 14780 14447 54 142 0 14636 0
Current children cumulated CPU time (s) 220.4
Current children cumulated vsize (KiB) 106696

[startup+282.629 s]
/proc/loadavg: 2.04 2.00 2.00 3/99 26651

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

/proc/loadavg: 2.00 2.00 2.00 3/99 26848
/proc/meminfo: memFree=1196200/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=127384 CPUtime=1092.41
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 31436 0 0 0 109197 44 0 0 25 0 1 0 167262246 130441216 31418 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26651/statm: 31846 31418 54 142 0 31702 0
Current children cumulated CPU time (s) 1112.03
Current children cumulated vsize (KiB) 174960

[startup+1183.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 26848
/proc/meminfo: memFree=1194344/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=129144 CPUtime=1151.9
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 31892 0 0 0 115145 45 0 0 25 0 1 0 167262246 132243456 31874 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26651/statm: 32286 31874 54 142 0 32142 0
Current children cumulated CPU time (s) 1171.52
Current children cumulated vsize (KiB) 176720

[startup+1243.18 s]
/proc/loadavg: 1.96 1.98 1.99 3/88 26922
/proc/meminfo: memFree=1383360/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=131388 CPUtime=1211.78
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 32424 0 0 0 121130 48 0 0 25 0 1 0 167262246 134541312 32406 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/26651/statm: 32847 32406 54 142 0 32703 0
Current children cumulated CPU time (s) 1231.4
Current children cumulated vsize (KiB) 178964

[startup+1303.28 s]
/proc/loadavg: 1.98 1.98 1.99 3/88 26922
/proc/meminfo: memFree=1363072/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=132888 CPUtime=1271.82
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 32822 0 0 0 127134 48 0 0 25 0 1 0 167262246 136077312 32804 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529282 0 0 4096 3 0 0 0 17 0 0 0
/proc/26651/statm: 33222 32804 54 142 0 33078 0
Current children cumulated CPU time (s) 1291.44
Current children cumulated vsize (KiB) 180464

[startup+1363.38 s]
/proc/loadavg: 2.06 2.00 2.00 3/88 26922
/proc/meminfo: memFree=1346176/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=134616 CPUtime=1331.86
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 33249 0 0 0 133137 49 0 0 25 0 1 0 167262246 137846784 33231 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/26651/statm: 33654 33231 54 142 0 33510 0
Current children cumulated CPU time (s) 1351.48
Current children cumulated vsize (KiB) 182192

[startup+1423.48 s]
/proc/loadavg: 2.02 2.00 2.00 3/88 26922
/proc/meminfo: memFree=1331648/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=136756 CPUtime=1391.88
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 33794 0 0 0 139138 50 0 0 25 0 1 0 167262246 140038144 33776 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 0 0 0
/proc/26651/statm: 34189 33776 54 142 0 34045 0
Current children cumulated CPU time (s) 1411.5
Current children cumulated vsize (KiB) 184332

[startup+1483.57 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 26922
/proc/meminfo: memFree=1321600/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=139476 CPUtime=1451.92
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 34451 0 0 0 145141 51 0 0 25 0 1 0 167262246 142823424 34433 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26651/statm: 34869 34433 54 142 0 34725 0
Current children cumulated CPU time (s) 1471.54
Current children cumulated vsize (KiB) 187052

[startup+1543.66 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26922
/proc/meminfo: memFree=1311360/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=142020 CPUtime=1511.95
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 35070 0 0 0 151143 52 0 0 25 0 1 0 167262246 145428480 35052 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/26651/statm: 35505 35052 54 142 0 35361 0
Current children cumulated CPU time (s) 1531.57
Current children cumulated vsize (KiB) 189596

[startup+1603.76 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26922
/proc/meminfo: memFree=1300800/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=144608 CPUtime=1571.98
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 35640 0 0 0 157145 53 0 0 25 0 1 0 167262246 148078592 35622 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26651/statm: 36152 35622 54 142 0 36008 0
Current children cumulated CPU time (s) 1591.6
Current children cumulated vsize (KiB) 192184

[startup+1663.85 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26922
/proc/meminfo: memFree=1289664/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=146788 CPUtime=1632.01
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 36170 0 0 0 163147 54 0 0 25 0 1 0 167262246 150310912 36152 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26651/statm: 36697 36152 54 142 0 36553 0
Current children cumulated CPU time (s) 1651.63
Current children cumulated vsize (KiB) 194364

[startup+1723.95 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 26924
/proc/meminfo: memFree=1280576/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=148972 CPUtime=1692.04
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 36726 0 0 0 169150 54 0 0 25 0 1 0 167262246 152547328 36708 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26651/statm: 37243 36708 54 142 0 37099 0
Current children cumulated CPU time (s) 1711.66
Current children cumulated vsize (KiB) 196548

[startup+1783.99 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 26924
/proc/meminfo: memFree=1272896/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=150988 CPUtime=1751.75
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 37236 0 0 0 175119 56 0 0 25 0 1 0 167262246 154611712 37218 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26651/statm: 37747 37218 54 142 0 37603 0
Current children cumulated CPU time (s) 1771.37
Current children cumulated vsize (KiB) 198564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.84 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 26924
/proc/meminfo: memFree=1270080/2055920 swapFree=4191880/4192956
[pid=26629] ppid=26627 vsize=47576 CPUtime=19.62
/proc/26629/stat : 26629 (galac.sh) S 26627 26629 26503 0 -1 4194304 799 38391 0 1 0 0 1933 29 17 0 1 0 167260259 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26629/statm: 11894 363 245 79 0 218 0
[pid=26651] ppid=26629 vsize=152088 CPUtime=1780.46
/proc/26651/stat : 26651 (minisat) R 26629 26629 26503 0 -1 4194304 37478 0 0 0 177990 56 0 0 25 0 1 0 167262246 155738112 37460 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26651/statm: 38022 37460 54 142 0 37878 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 199664

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 26629 and gives childrusage.ru_utime.tv_sec=19 childrusage.ru_utime.tv_usec=334060 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=298954
CPU time returned by wait4() is 19.633
while last known CPU time is 1800.08

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

Real time (s): 1812.85
CPU time (s): 1800.08
CPU user time (s): 1799.23
CPU system time (s): 0.85
CPU usage (%): 99.2954
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.3341
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39190
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= 1491
involuntary context switches= 2623

runsolver used 2.00669 s user time and 6.24905 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Jan  7 16:50:51 UTC 2007


IDJOB= 208578
IDBENCH= 4411
FILE ID= node9/208578-1168188650

PBS_JOBID= 3478982

Free space on /tmp= 66539 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  f2195ab1808ba05b939b12ff252365d7

RANDOM SEED= 777657906

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:       1393672 kB
Buffers:         48652 kB
Cached:         334796 kB
SwapCached:        276 kB
Active:         347372 kB
Inactive:       252048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1393672 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4440 kB
Writeback:           0 kB
Mapped:         237684 kB
Slab:            47184 kB
Committed_AS:  5319656 kB
PageTables:       2664 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= 66524 MiB



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