Trace number 218293

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 1806.07

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-15_ext.xml
MD5SUM1840635371b1f59e2c7afab36019d4cd
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.62414
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.05	c --- Preproc Stats ---
1.62	c start processing
1.62	c start relation processing
4.51	c start cnf exporting
17.02	c parsing time : 1.449
17.02	c preprocessing time : 16.842
17.02	
17.02	c Nary constraints - conflicts : 0 supports : 58
17.02	c Binary constraints - conflicts : 0 supports :0
17.02	c max arity constraint : 3
17.02	c Max Tuples generated 0
17.02	c relations : 58
17.02	c relations BDD: 58
17.02	c vars : 128405 - clauses :  410234
17.02	
17.06	 
17.06	c --- Minisat Stats ---
17.06	 

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/node16/watcher-218293-1168251997 -o ROOT/results/node16/solver-218293-1168251997 -C 1800 -M 900 /tmp/evaluation/218293-1168251997/galac.sh /tmp/evaluation/218293-1168251997/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: 2.05 2.03 2.00 5/98 17494
/proc/meminfo: memFree=1418056/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=8560 CPUtime=0
/proc/17493/stat : 17493 (galac.sh) R 17491 17493 16860 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 173594558 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231962560399 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17493/statm: 2140 253 197 79 0 133 0

[startup+0.107375 s]
/proc/loadavg: 2.05 2.03 2.00 5/98 17494
/proc/meminfo: memFree=1418056/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=0.01
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.5153 s]
/proc/loadavg: 2.05 2.03 2.00 5/98 17494
/proc/meminfo: memFree=1418056/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=0.01
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.33815 s]
/proc/loadavg: 2.05 2.03 2.00 3/106 17514
/proc/meminfo: memFree=1339584/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=0.01
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17507] ppid=17493 vsize=860856 CPUtime=1.26
/proc/17507/stat : 17507 (java) R 17493 17493 16860 0 -1 0 21566 0 1 0 116 10 0 0 25 0 8 0 173594564 881516544 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073651631 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17507/statm: 215214 21318 1965 14 0 201471 0
[pid=17507/tid=17508] ppid=17493 vsize=860856 CPUtime=0.07
/proc/17507/task/17508/stat : 17508 (java) S 17493 17493 16860 0 -1 64 5812 0 0 0 5 2 0 0 16 0 8 0 173594567 881516544 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17509] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17509/stat : 17509 (java) S 17493 17493 16860 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173594567 881516544 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17510] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17510/stat : 17510 (java) S 17493 17493 16860 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 173594567 881516544 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17511] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17511/stat : 17511 (java) S 17493 17493 16860 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173594570 881516544 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17512] ppid=17493 vsize=860856 CPUtime=0.12
/proc/17507/task/17512/stat : 17512 (java) S 17493 17493 16860 0 -1 64 892 0 0 0 12 0 0 0 16 0 8 0 173594570 881516544 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17513] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17513/stat : 17513 (java) S 17493 17493 16860 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 173594570 881516544 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17514] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17514/stat : 17514 (java) S 17493 17493 16860 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173594570 881516544 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 908408

[startup+2.98785 s]
/proc/loadavg: 2.05 2.03 2.00 3/106 17514
/proc/meminfo: memFree=1334528/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=0.01
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17507] ppid=17493 vsize=860856 CPUtime=2.91
/proc/17507/stat : 17507 (java) R 17493 17493 16860 0 -1 0 22834 0 1 0 279 12 0 0 25 0 8 0 173594564 881516544 22584 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073874803 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17507/statm: 215214 22584 1973 14 0 201471 0
[pid=17507/tid=17508] ppid=17493 vsize=860856 CPUtime=0.1
/proc/17507/task/17508/stat : 17508 (java) S 17493 17493 16860 0 -1 64 7036 0 0 0 7 3 0 0 17 0 8 0 173594567 881516544 22584 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17509] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17509/stat : 17509 (java) S 17493 17493 16860 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173594567 881516544 22584 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17510] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17510/stat : 17510 (java) S 17493 17493 16860 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 173594567 881516544 22584 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17511] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17511/stat : 17511 (java) S 17493 17493 16860 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173594570 881516544 22584 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17512] ppid=17493 vsize=860856 CPUtime=0.16
/proc/17507/task/17512/stat : 17512 (java) S 17493 17493 16860 0 -1 64 916 0 0 0 16 0 0 0 16 0 8 0 173594570 881516544 22584 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17513] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17513/stat : 17513 (java) S 17493 17493 16860 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 173594570 881516544 22584 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17514] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17514/stat : 17514 (java) S 17493 17493 16860 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173594570 881516544 22584 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908408

[startup+6.26725 s]
/proc/loadavg: 2.04 2.03 2.00 3/106 17514
/proc/meminfo: memFree=1286144/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=0.01
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17507] ppid=17493 vsize=860856 CPUtime=6.19
/proc/17507/stat : 17507 (java) R 17493 17493 16860 0 -1 0 36220 0 1 0 599 20 0 0 25 0 8 0 173594564 881516544 35966 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155059345 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17507/statm: 215214 35966 1993 14 0 201471 0
[pid=17507/tid=17508] ppid=17493 vsize=860856 CPUtime=0.7
/proc/17507/task/17508/stat : 17508 (java) S 17493 17493 16860 0 -1 64 20334 0 0 0 60 10 0 0 16 0 8 0 173594567 881516544 35966 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17509] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17509/stat : 17509 (java) S 17493 17493 16860 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 173594567 881516544 35966 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17510] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17510/stat : 17510 (java) S 17493 17493 16860 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 173594567 881516544 35966 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17511] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17511/stat : 17511 (java) S 17493 17493 16860 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173594570 881516544 35966 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17512] ppid=17493 vsize=860856 CPUtime=0.23
/proc/17507/task/17512/stat : 17512 (java) S 17493 17493 16860 0 -1 64 960 0 0 0 22 1 0 0 16 0 8 0 173594570 881516544 35966 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17513] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17513/stat : 17513 (java) S 17493 17493 16860 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 173594570 881516544 35966 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17514] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17514/stat : 17514 (java) S 17493 17493 16860 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173594570 881516544 35966 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 908408

[startup+12.7691 s]
/proc/loadavg: 2.04 2.03 2.00 3/106 17514
/proc/meminfo: memFree=1276928/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=0.01
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17507] ppid=17493 vsize=860856 CPUtime=12.66
/proc/17507/stat : 17507 (java) R 17493 17493 16860 0 -1 0 36234 0 1 0 1244 22 0 0 25 0 8 0 173594564 881516544 35967 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155239820 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17507/statm: 215214 35967 1994 14 0 201471 0
[pid=17507/tid=17508] ppid=17493 vsize=860856 CPUtime=0.72
/proc/17507/task/17508/stat : 17508 (java) S 17493 17493 16860 0 -1 64 20335 0 0 0 61 11 0 0 16 0 8 0 173594567 881516544 35967 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17509] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17509/stat : 17509 (java) S 17493 17493 16860 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 173594567 881516544 35967 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17510] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17510/stat : 17510 (java) S 17493 17493 16860 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 173594567 881516544 35967 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17511] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17511/stat : 17511 (java) S 17493 17493 16860 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173594570 881516544 35967 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17512] ppid=17493 vsize=860856 CPUtime=0.23
/proc/17507/task/17512/stat : 17512 (java) S 17493 17493 16860 0 -1 64 960 0 0 0 22 1 0 0 16 0 8 0 173594570 881516544 35967 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17513] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17513/stat : 17513 (java) S 17493 17493 16860 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 173594570 881516544 35967 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17507/tid=17514] ppid=17493 vsize=860856 CPUtime=0
/proc/17507/task/17514/stat : 17514 (java) S 17493 17493 16860 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173594570 881516544 35967 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 908408

[startup+25.6277 s]
/proc/loadavg: 2.03 2.03 2.00 3/99 17515
/proc/meminfo: memFree=1382776/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=29872 CPUtime=8.48
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 7089 0 0 0 843 5 0 0 25 0 1 0 173596264 30588928 7071 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 7468 7071 54 142 0 7324 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 77424

[startup+51.255 s]
/proc/loadavg: 2.02 2.02 2.00 3/99 17515
/proc/meminfo: memFree=1348408/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=37844 CPUtime=33.88
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 9063 0 0 0 3380 8 0 0 25 0 1 0 173596264 38752256 9045 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 9461 9045 54 142 0 9317 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 85396

[startup+102.471 s]
/proc/loadavg: 2.05 2.03 2.00 4/99 17515
/proc/meminfo: memFree=1337656/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=48520 CPUtime=84.64
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 11744 0 0 0 8453 11 0 0 25 0 1 0 173596264 49684480 11726 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 12130 11726 54 142 0 11986 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 96072

[startup+162.518 s]
/proc/loadavg: 2.02 2.02 2.00 3/99 17515
/proc/meminfo: memFree=1330168/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=55996 CPUtime=144.16
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 13598 0 0 0 14402 14 0 0 25 0 1 0 173596264 57339904 13580 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 13999 13580 54 142 0 13855 0
Current children cumulated CPU time (s) 161.11
Current children cumulated vsize (KiB) 103548

[startup+222.521 s]
/proc/loadavg: 2.00 2.02 2.00 3/99 17515
/proc/meminfo: memFree=1324792/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=61156 CPUtime=203.6
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 14908 0 0 0 20344 16 0 0 25 0 1 0 173596264 62623744 14890 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 15289 14890 54 142 0 15145 0
Current children cumulated CPU time (s) 220.55
Current children cumulated vsize (KiB) 108708

[startup+282.59 s]
/proc/loadavg: 2.08 2.04 2.01 3/99 17515

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

/proc/loadavg: 1.43 1.56 1.80 3/98 19292
/proc/meminfo: memFree=1376072/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=112620 CPUtime=1100.77
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 27564 0 0 0 110026 51 0 0 25 0 1 0 173596264 115322880 27546 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529773 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 28155 27546 54 142 0 28011 0
Current children cumulated CPU time (s) 1117.72
Current children cumulated vsize (KiB) 160172

[startup+1183.21 s]
/proc/loadavg: 1.32 1.50 1.76 2/82 19500
/proc/meminfo: memFree=1581960/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=115036 CPUtime=1160.6
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 28162 0 0 0 116005 55 0 0 25 0 1 0 173596264 117796864 28144 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/17515/statm: 28759 28144 54 142 0 28615 0
Current children cumulated CPU time (s) 1177.55
Current children cumulated vsize (KiB) 162588

[startup+1243.28 s]
/proc/loadavg: 1.42 1.49 1.74 3/95 19841
/proc/meminfo: memFree=1568928/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=117372 CPUtime=1220.35
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 28749 0 0 0 121977 58 0 0 25 0 1 0 173596264 120188928 28731 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 29343 28731 54 142 0 29199 0
Current children cumulated CPU time (s) 1237.3
Current children cumulated vsize (KiB) 164924

[startup+1303.29 s]
/proc/loadavg: 1.83 1.60 1.76 3/95 19841
/proc/meminfo: memFree=1542944/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=119684 CPUtime=1280.36
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 29295 0 0 0 127977 59 0 0 25 0 1 0 173596264 122556416 29277 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 29921 29277 54 142 0 29777 0
Current children cumulated CPU time (s) 1297.31
Current children cumulated vsize (KiB) 167236

[startup+1363.37 s]
/proc/loadavg: 1.93 1.67 1.77 3/95 19841
/proc/meminfo: memFree=1540640/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=122060 CPUtime=1340.44
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 29858 0 0 0 133983 61 0 0 25 0 1 0 173596264 124989440 29840 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529280 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 30515 29840 54 142 0 30371 0
Current children cumulated CPU time (s) 1357.39
Current children cumulated vsize (KiB) 169612

[startup+1423.46 s]
/proc/loadavg: 1.97 1.72 1.78 3/95 19841
/proc/meminfo: memFree=1538400/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=124428 CPUtime=1400.53
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 30414 0 0 0 139991 62 0 0 25 0 1 0 173596264 127414272 30396 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 31107 30396 54 142 0 30963 0
Current children cumulated CPU time (s) 1417.48
Current children cumulated vsize (KiB) 171980

[startup+1483.46 s]
/proc/loadavg: 2.02 1.79 1.80 3/95 19841
/proc/meminfo: memFree=1535968/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=126936 CPUtime=1460.54
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 31040 0 0 0 145991 63 0 0 25 0 1 0 173596264 129982464 31022 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 31734 31022 54 142 0 31590 0
Current children cumulated CPU time (s) 1477.49
Current children cumulated vsize (KiB) 174488

[startup+1543.56 s]
/proc/loadavg: 2.04 1.84 1.81 3/95 19841
/proc/meminfo: memFree=1532384/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=130576 CPUtime=1520.64
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 31906 0 0 0 152000 64 0 0 25 0 1 0 173596264 133709824 31888 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 32644 31888 54 142 0 32500 0
Current children cumulated CPU time (s) 1537.59
Current children cumulated vsize (KiB) 178128

[startup+1603.56 s]
/proc/loadavg: 2.07 1.88 1.83 4/95 19841
/proc/meminfo: memFree=1529760/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=133660 CPUtime=1580.64
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 32550 0 0 0 157999 65 0 0 25 0 1 0 173596264 136867840 32532 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 33415 32532 54 142 0 33271 0
Current children cumulated CPU time (s) 1597.59
Current children cumulated vsize (KiB) 181212

[startup+1663.66 s]
/proc/loadavg: 2.10 1.92 1.84 3/95 19841
/proc/meminfo: memFree=1527584/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=135896 CPUtime=1640.74
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 33071 0 0 0 164009 65 0 0 25 0 1 0 173596264 139157504 33053 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 33974 33053 54 142 0 33830 0
Current children cumulated CPU time (s) 1657.69
Current children cumulated vsize (KiB) 183448

[startup+1723.66 s]
/proc/loadavg: 2.04 1.93 1.85 3/95 19841
/proc/meminfo: memFree=1525216/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=138276 CPUtime=1700.75
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 33655 0 0 0 170008 67 0 0 25 0 1 0 173596264 141594624 33637 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 34569 33637 54 142 0 34425 0
Current children cumulated CPU time (s) 1717.7
Current children cumulated vsize (KiB) 185828

[startup+1783.71 s]
/proc/loadavg: 2.15 1.98 1.87 3/95 19841
/proc/meminfo: memFree=1522400/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=140916 CPUtime=1760.8
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 34348 0 0 0 176012 68 0 0 25 0 1 0 173596264 144297984 34330 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 35229 34330 54 142 0 35085 0
Current children cumulated CPU time (s) 1777.75
Current children cumulated vsize (KiB) 188468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.05 s]
/proc/loadavg: 2.11 1.98 1.87 3/95 19841
/proc/meminfo: memFree=1521696/2055920 swapFree=4191880/4192956
[pid=17493] ppid=17491 vsize=47552 CPUtime=16.95
/proc/17493/stat : 17493 (galac.sh) S 17491 17493 16860 0 -1 4194304 800 37954 0 1 0 0 1667 28 17 0 1 0 173594558 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17493/statm: 11888 363 245 79 0 218 0
[pid=17515] ppid=17493 vsize=141724 CPUtime=1783.14
/proc/17515/stat : 17515 (minisat) R 17493 17493 16860 0 -1 4194304 34520 0 0 0 178246 68 0 0 25 0 1 0 173596264 145125376 34502 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/17515/statm: 35431 34502 54 142 0 35287 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 189276

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 17493 and gives childrusage.ru_utime.tv_sec=16 childrusage.ru_utime.tv_usec=680464 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=295955
CPU time returned by wait4() is 16.9764
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): 1806.07
CPU time (s): 1800.09
CPU user time (s): 1799.13
CPU system time (s): 0.96
CPU usage (%): 99.6692
Max. virtual memory (cumulated for all children) (KiB): 908408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6805
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38754
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= 1533
involuntary context switches= 1703

runsolver used 2.09768 s user time and 5.9291 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan  8 10:26:37 UTC 2007


IDJOB= 218293
IDBENCH= 5223
FILE ID= node16/218293-1168251997

PBS_JOBID= 3481666

Free space on /tmp= 66516 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  1840635371b1f59e2c7afab36019d4cd

RANDOM SEED= 988855493

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.220
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.220
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:       1418536 kB
Buffers:         63476 kB
Cached:         188628 kB
SwapCached:        448 kB
Active:         451264 kB
Inactive:       132996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1418536 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4248 kB
Writeback:           0 kB
Mapped:         360400 kB
Slab:            37188 kB
Committed_AS:  5455396 kB
PageTables:       2956 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= 66512 MiB



End job on node16 on Mon Jan  8 10:56:44 UTC 2007