Trace number 218363

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.03 1814.33

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-17_ext.xml
MD5SUM10ecdb16484477571439529f5f3655a3
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 benchmark28.8786
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.13	c --- Preproc Stats ---
1.68	c start processing
1.68	c start relation processing
4.40	c start cnf exporting
17.13	c parsing time : 1.426
17.13	c preprocessing time : 16.88
17.13	
17.13	c Nary constraints - conflicts : 0 supports : 58
17.13	c Binary constraints - conflicts : 0 supports :0
17.13	c max arity constraint : 3
17.13	c Max Tuples generated 0
17.13	c relations : 58
17.13	c relations BDD: 58
17.13	c vars : 128481 - clauses :  410470
17.13	
17.19	 
17.19	c --- Minisat Stats ---
17.19	 

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/node10/watcher-218363-1168252320 -o ROOT/results/node10/solver-218363-1168252320 -C 1800 -M 900 /tmp/evaluation/218363-1168252320/galac.sh /tmp/evaluation/218363-1168252320/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.90 1.97 1.98 5/87 7582
/proc/meminfo: memFree=1616080/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=8560 CPUtime=0
/proc/7581/stat : 7581 (galac.sh) R 7579 7581 6833 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 173627187 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214920054671 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7581/statm: 2140 253 197 79 0 133 0

[startup+0.106537 s]
/proc/loadavg: 1.90 1.97 1.98 5/87 7582
/proc/meminfo: memFree=1616080/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47508 CPUtime=0.01
/proc/7581/stat : 7581 (galac.sh) D 7579 7581 6833 0 -1 4194304 742 1704 0 0 0 0 0 1 24 0 1 0 173627187 48648192 357 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214920035826 0 2147483391 4096 73728 18446744072099781622 0 0 17 1 0 0
/proc/7581/statm: 11877 357 245 79 0 201 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47508

[startup+0.516599 s]
/proc/loadavg: 1.90 1.97 1.98 5/87 7582
/proc/meminfo: memFree=1616080/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=0.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.34572 s]
/proc/loadavg: 1.90 1.97 1.98 3/95 7602
/proc/meminfo: memFree=1537736/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=0.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7595] ppid=7581 vsize=861064 CPUtime=1.2
/proc/7595/stat : 7595 (java) R 7581 7581 6833 0 -1 0 21581 0 1 0 110 10 0 0 25 0 8 0 173627200 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7595/statm: 215266 21333 1965 14 0 201471 0
[pid=7595/tid=7596] ppid=7581 vsize=861064 CPUtime=0.05
/proc/7595/task/7596/stat : 7596 (java) R 7581 7581 6833 0 -1 64 5827 0 0 0 3 2 0 0 16 0 8 0 173627203 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7597] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7597/stat : 7597 (java) S 7581 7581 6833 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173627204 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7598] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7598/stat : 7598 (java) S 7581 7581 6833 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 173627204 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7599] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7599/stat : 7599 (java) S 7581 7581 6833 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 173627207 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7600] ppid=7581 vsize=861064 CPUtime=0.11
/proc/7595/task/7600/stat : 7600 (java) S 7581 7581 6833 0 -1 64 894 0 0 0 11 0 0 0 16 0 8 0 173627207 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7601] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7601/stat : 7601 (java) S 7581 7581 6833 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 173627207 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7602] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7602/stat : 7602 (java) S 7581 7581 6833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173627207 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 908640

[startup+2.98593 s]
/proc/loadavg: 1.90 1.97 1.98 3/95 7602
/proc/meminfo: memFree=1532744/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=0.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7595] ppid=7581 vsize=861064 CPUtime=2.84
/proc/7595/stat : 7595 (java) R 7581 7581 6833 0 -1 0 22841 0 1 0 273 11 0 0 25 0 8 0 173627200 881729536 22591 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073838533 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7595/statm: 215266 22591 1973 14 0 201471 0
[pid=7595/tid=7596] ppid=7581 vsize=861064 CPUtime=0.09
/proc/7595/task/7596/stat : 7596 (java) S 7581 7581 6833 0 -1 64 7043 0 0 0 7 2 0 0 17 0 8 0 173627203 881729536 22591 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7597] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7597/stat : 7597 (java) S 7581 7581 6833 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173627204 881729536 22591 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7598] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7598/stat : 7598 (java) S 7581 7581 6833 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 173627204 881729536 22591 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7599] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7599/stat : 7599 (java) S 7581 7581 6833 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 173627207 881729536 22591 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7600] ppid=7581 vsize=861064 CPUtime=0.15
/proc/7595/task/7600/stat : 7600 (java) S 7581 7581 6833 0 -1 64 918 0 0 0 15 0 0 0 16 0 8 0 173627207 881729536 22591 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7601] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7601/stat : 7601 (java) S 7581 7581 6833 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 173627207 881729536 22591 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7602] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7602/stat : 7602 (java) S 7581 7581 6833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173627207 881729536 22591 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 908640

[startup+6.27438 s]
/proc/loadavg: 1.91 1.97 1.98 4/95 7602
/proc/meminfo: memFree=1482504/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=0.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7595] ppid=7581 vsize=861064 CPUtime=6.12
/proc/7595/stat : 7595 (java) R 7581 7581 6833 0 -1 0 36239 0 1 0 594 18 0 0 25 0 8 0 173627200 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073921603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7595/statm: 215266 35984 1993 14 0 201471 0
[pid=7595/tid=7596] ppid=7581 vsize=861064 CPUtime=0.68
/proc/7595/task/7596/stat : 7596 (java) S 7581 7581 6833 0 -1 64 20350 0 0 0 59 9 0 0 16 0 8 0 173627203 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7597] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7597/stat : 7597 (java) S 7581 7581 6833 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173627204 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7598] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7598/stat : 7598 (java) S 7581 7581 6833 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 173627204 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7599] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7599/stat : 7599 (java) S 7581 7581 6833 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 173627207 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7600] ppid=7581 vsize=861064 CPUtime=0.22
/proc/7595/task/7600/stat : 7600 (java) S 7581 7581 6833 0 -1 64 964 0 0 0 21 1 0 0 16 0 8 0 173627207 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7601] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7601/stat : 7601 (java) S 7581 7581 6833 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 173627207 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7602] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7602/stat : 7602 (java) S 7581 7581 6833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173627207 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 908640

[startup+12.7703 s]
/proc/loadavg: 1.92 1.97 1.98 3/95 7602
/proc/meminfo: memFree=1475016/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=0.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7595] ppid=7581 vsize=861064 CPUtime=12.62
/proc/7595/stat : 7595 (java) R 7581 7581 6833 0 -1 0 36251 0 1 0 1241 21 0 0 25 0 8 0 173627200 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074001695 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7595/statm: 215266 35984 1993 14 0 201471 0
[pid=7595/tid=7596] ppid=7581 vsize=861064 CPUtime=0.69
/proc/7595/task/7596/stat : 7596 (java) S 7581 7581 6833 0 -1 64 20350 0 0 0 60 9 0 0 16 0 8 0 173627203 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7597] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7597/stat : 7597 (java) S 7581 7581 6833 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173627204 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7598] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7598/stat : 7598 (java) S 7581 7581 6833 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 173627204 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7599] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7599/stat : 7599 (java) S 7581 7581 6833 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 173627207 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7600] ppid=7581 vsize=861064 CPUtime=0.22
/proc/7595/task/7600/stat : 7600 (java) S 7581 7581 6833 0 -1 64 964 0 0 0 21 1 0 0 16 0 8 0 173627207 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7601] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7601/stat : 7601 (java) S 7581 7581 6833 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 173627207 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7595/tid=7602] ppid=7581 vsize=861064 CPUtime=0
/proc/7595/task/7602/stat : 7602 (java) S 7581 7581 6833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173627207 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 908640

[startup+25.627 s]
/proc/loadavg: 1.94 1.97 1.98 3/88 7603
/proc/meminfo: memFree=1582400/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=28144 CPUtime=8.35
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 6643 0 0 0 831 4 0 0 25 0 1 0 173628906 28819456 6625 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 7036 6625 54 142 0 6892 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 75720

[startup+51.3035 s]
/proc/loadavg: 1.96 1.97 1.98 3/88 7603
/proc/meminfo: memFree=1577920/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=32780 CPUtime=33.79
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 7805 0 0 0 3373 6 0 0 25 0 1 0 173628906 33566720 7787 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527649 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 8195 7787 54 142 0 8051 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 80356

[startup+102.544 s]
/proc/loadavg: 1.98 1.97 1.98 3/88 7603
/proc/meminfo: memFree=1573120/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=37620 CPUtime=84.57
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 8987 0 0 0 8449 8 0 0 25 0 1 0 173628906 38522880 8969 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 9405 8969 54 142 0 9261 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 85196

[startup+162.623 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 7603
/proc/meminfo: memFree=1567296/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=43388 CPUtime=144.1
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 10444 0 0 0 14399 11 0 0 25 0 1 0 173628906 44429312 10426 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 10847 10426 54 142 0 10703 0
Current children cumulated CPU time (s) 161.11
Current children cumulated vsize (KiB) 90964

[startup+222.705 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 7603
/proc/meminfo: memFree=1558592/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=51988 CPUtime=203.62
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 12589 0 0 0 20349 13 0 0 25 0 1 0 173628906 53235712 12571 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 12997 12571 54 142 0 12853 0
Current children cumulated CPU time (s) 220.63
Current children cumulated vsize (KiB) 99564

[startup+282.783 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 7603

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

/proc/loadavg: 2.00 1.99 1.99 3/90 7605
/proc/meminfo: memFree=1504112/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=106368 CPUtime=1096.57
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 26091 0 0 0 109621 36 0 0 25 0 1 0 173628906 108920832 26073 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 26592 26073 54 142 0 26448 0
Current children cumulated CPU time (s) 1113.58
Current children cumulated vsize (KiB) 153944

[startup+1183.88 s]
/proc/loadavg: 2.00 1.99 1.99 3/90 7605
/proc/meminfo: memFree=1501936/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=108576 CPUtime=1156.03
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 26642 0 0 0 115566 37 0 0 25 0 1 0 173628906 111181824 26624 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529560 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 27144 26624 54 142 0 27000 0
Current children cumulated CPU time (s) 1173.04
Current children cumulated vsize (KiB) 156152

[startup+1243.9 s]
/proc/loadavg: 2.00 1.99 1.99 3/90 7605
/proc/meminfo: memFree=1499376/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=111192 CPUtime=1215.49
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 27270 0 0 0 121511 38 0 0 25 0 1 0 173628906 113860608 27252 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 27798 27252 54 142 0 27654 0
Current children cumulated CPU time (s) 1232.5
Current children cumulated vsize (KiB) 158768

[startup+1303.99 s]
/proc/loadavg: 2.00 1.99 1.99 3/90 7605
/proc/meminfo: memFree=1496112/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=114492 CPUtime=1275.03
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 28086 0 0 0 127463 40 0 0 25 0 1 0 173628906 117239808 28068 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 28623 28068 54 142 0 28479 0
Current children cumulated CPU time (s) 1292.04
Current children cumulated vsize (KiB) 162068

[startup+1364.08 s]
/proc/loadavg: 1.81 1.94 1.97 3/87 8052
/proc/meminfo: memFree=1610752/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=116952 CPUtime=1334.79
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 28698 0 0 0 133433 46 0 0 25 0 1 0 173628906 119758848 28680 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 0 0 0
/proc/7603/statm: 29238 28680 54 142 0 29094 0
Current children cumulated CPU time (s) 1351.8
Current children cumulated vsize (KiB) 164528

[startup+1424.11 s]
/proc/loadavg: 1.75 1.90 1.96 3/95 8349
/proc/meminfo: memFree=1610736/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=119540 CPUtime=1394.51
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 29258 0 0 0 139401 50 0 0 25 0 1 0 173628906 122408960 29240 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7603/statm: 29885 29240 54 142 0 29741 0
Current children cumulated CPU time (s) 1411.52
Current children cumulated vsize (KiB) 167116

[startup+1484.15 s]
/proc/loadavg: 1.76 1.87 1.94 3/95 8473
/proc/meminfo: memFree=1573176/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=122260 CPUtime=1454.31
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 29907 0 0 0 145378 53 0 0 25 0 1 0 173628906 125194240 29889 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 30565 29889 54 142 0 30421 0
Current children cumulated CPU time (s) 1471.32
Current children cumulated vsize (KiB) 169836

[startup+1544.23 s]
/proc/loadavg: 1.91 1.89 1.94 3/95 8473
/proc/meminfo: memFree=1544632/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=124636 CPUtime=1514.11
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 30502 0 0 0 151357 54 0 0 25 0 1 0 173628906 127627264 30484 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 31159 30484 54 142 0 31015 0
Current children cumulated CPU time (s) 1531.12
Current children cumulated vsize (KiB) 172212

[startup+1604.31 s]
/proc/loadavg: 2.03 1.93 1.95 3/95 8473
/proc/meminfo: memFree=1538232/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=127052 CPUtime=1573.91
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 31117 0 0 0 157336 55 0 0 25 0 1 0 173628906 130101248 31099 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 31763 31099 54 142 0 31619 0
Current children cumulated CPU time (s) 1590.92
Current children cumulated vsize (KiB) 174628

[startup+1664.39 s]
/proc/loadavg: 2.08 1.95 1.95 3/95 8473
/proc/meminfo: memFree=1517880/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=129500 CPUtime=1633.7
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 31716 0 0 0 163314 56 0 0 25 0 1 0 173628906 132608000 31698 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 32375 31698 54 142 0 32231 0
Current children cumulated CPU time (s) 1650.71
Current children cumulated vsize (KiB) 177076

[startup+1724.47 s]
/proc/loadavg: 2.06 1.97 1.96 3/95 8473
/proc/meminfo: memFree=1500096/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=131852 CPUtime=1693.5
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 32327 0 0 0 169293 57 0 0 25 0 1 0 173628906 135016448 32309 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 32963 32309 54 142 0 32819 0
Current children cumulated CPU time (s) 1710.51
Current children cumulated vsize (KiB) 179428

[startup+1784.55 s]
/proc/loadavg: 1.74 1.91 1.94 2/88 8659
/proc/meminfo: memFree=1598320/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=134060 CPUtime=1753.27
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 32859 0 0 0 175264 63 0 0 25 0 1 0 173628906 137277440 32841 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529274 0 0 4096 3 0 0 0 17 1 0 0
/proc/7603/statm: 33515 32841 54 142 0 33371 0
Current children cumulated CPU time (s) 1770.28
Current children cumulated vsize (KiB) 181636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.31 s]
/proc/loadavg: 1.72 1.88 1.92 2/88 8788
/proc/meminfo: memFree=1594168/2055920 swapFree=4178216/4192956
[pid=7581] ppid=7579 vsize=47576 CPUtime=17.01
/proc/7581/stat : 7581 (galac.sh) S 7579 7581 6833 0 -1 4194304 798 37971 0 1 0 0 1675 26 17 0 1 0 173627187 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7581/statm: 11894 363 245 79 0 218 0
[pid=7603] ppid=7581 vsize=134988 CPUtime=1783.02
/proc/7603/stat : 7603 (minisat) R 7581 7581 6833 0 -1 4194304 33097 0 0 0 178233 69 0 0 25 0 1 0 173628906 138227712 33079 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529755 0 0 4096 3 0 0 0 17 0 0 0
/proc/7603/statm: 33747 33079 54 142 0 33603 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 182564

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 7581 and gives childrusage.ru_utime.tv_sec=16 childrusage.ru_utime.tv_usec=761451 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=275958
CPU time returned by wait4() is 17.0374
while last known CPU time is 1800.03

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

Real time (s): 1814.33
CPU time (s): 1800.03
CPU user time (s): 1799.08
CPU system time (s): 0.95
CPU usage (%): 99.2119
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7615
system time used= 0.275958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38769
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= 1578
involuntary context switches= 1631

runsolver used 2.06369 s user time and 5.8961 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan  8 10:32:01 UTC 2007


IDJOB= 218363
IDBENCH= 5230
FILE ID= node10/218363-1168252320

PBS_JOBID= 3481679

Free space on /tmp= 66377 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  10ecdb16484477571439529f5f3655a3

RANDOM SEED= 747399341

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.232
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.232
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:       1616560 kB
Buffers:         59976 kB
Cached:         167100 kB
SwapCached:       2628 kB
Active:         252636 kB
Inactive:       131192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1616560 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            4096 kB
Writeback:           0 kB
Mapped:         167000 kB
Slab:            39924 kB
Committed_AS:  4683440 kB
PageTables:       2596 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= 66371 MiB



End job on node10 on Mon Jan  8 11:02:18 UTC 2007