Trace number 218227

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 1800.75

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-9_ext.xml
MD5SUMc27e56abe268e3f242bac62371ab4a73
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 benchmark11.7202
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.99	c start cnf exporting
19.01	c parsing time : 1.618
19.01	c preprocessing time : 18.838
19.01	
19.01	c Nary constraints - conflicts : 0 supports : 59
19.01	c Binary constraints - conflicts : 0 supports :0
19.01	c max arity constraint : 3
19.01	c Max Tuples generated 0
19.01	c relations : 59
19.01	c relations BDD: 59
19.01	c vars : 132090 - clauses :  421714
19.01	
19.06	 
19.06	c --- Minisat Stats ---
19.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/node35/watcher-218227-1168251834 -o ROOT/results/node35/solver-218227-1168251834 -C 1800 -M 900 /tmp/evaluation/218227-1168251834/galac.sh /tmp/evaluation/218227-1168251834/unknown.xml 

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

/proc/loadavg: 1.92 1.98 1.92 5/75 5165
/proc/meminfo: memFree=1198144/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=8560 CPUtime=0
/proc/5164/stat : 5164 (galac.sh) R 5162 5164 4314 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 173577410 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134603663 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5164/statm: 2140 253 197 79 0 133 0

[startup+0.112459 s]
/proc/loadavg: 1.92 1.98 1.92 5/75 5165
/proc/meminfo: memFree=1198144/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=0.01
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47536

[startup+0.520549 s]
/proc/loadavg: 1.92 1.98 1.92 5/75 5165
/proc/meminfo: memFree=1198144/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=0.01
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47536

[startup+1.34366 s]
/proc/loadavg: 1.93 1.98 1.92 3/83 5185
/proc/meminfo: memFree=1119872/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=0.01
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5178] ppid=5164 vsize=861064 CPUtime=1.27
/proc/5178/stat : 5178 (java) R 5164 5164 4314 0 -1 0 21564 0 1 0 116 11 0 0 22 0 8 0 173577414 881729536 21317 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155212728 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5178/statm: 215266 21317 1966 14 0 201471 0
[pid=5178/tid=5179] ppid=5164 vsize=861064 CPUtime=0.06
/proc/5178/task/5179/stat : 5179 (java) S 5164 5164 4314 0 -1 64 5810 0 0 0 4 2 0 0 16 0 8 0 173577418 881729536 21317 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5180] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5180/stat : 5180 (java) S 5164 5164 4314 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173577418 881729536 21317 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5181] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5181/stat : 5181 (java) S 5164 5164 4314 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 173577418 881729536 21317 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5182] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5182/stat : 5182 (java) S 5164 5164 4314 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173577422 881729536 21317 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5183] ppid=5164 vsize=861064 CPUtime=0.13
/proc/5178/task/5183/stat : 5183 (java) S 5164 5164 4314 0 -1 64 895 0 0 0 13 0 0 0 16 0 8 0 173577422 881729536 21317 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5184] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5184/stat : 5184 (java) S 5164 5164 4314 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173577422 881729536 21317 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5185] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5185/stat : 5185 (java) S 5164 5164 4314 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173577422 881729536 21317 18446744073709551615 134512640 134570532 4294956112 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) 908600

[startup+2.99684 s]
/proc/loadavg: 1.93 1.98 1.92 3/83 5185
/proc/meminfo: memFree=1114752/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=0.01
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5178] ppid=5164 vsize=861064 CPUtime=2.91
/proc/5178/stat : 5178 (java) R 5164 5164 4314 0 -1 0 22848 0 1 0 278 13 0 0 25 0 8 0 173577414 881729536 22598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073879962 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5178/statm: 215266 22598 1974 14 0 201471 0
[pid=5178/tid=5179] ppid=5164 vsize=861064 CPUtime=0.12
/proc/5178/task/5179/stat : 5179 (java) S 5164 5164 4314 0 -1 64 7049 0 0 0 9 3 0 0 17 0 8 0 173577418 881729536 22598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5180] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5180/stat : 5180 (java) S 5164 5164 4314 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173577418 881729536 22598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5181] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5181/stat : 5181 (java) S 5164 5164 4314 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 173577418 881729536 22598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5182] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5182/stat : 5182 (java) S 5164 5164 4314 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173577422 881729536 22598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5183] ppid=5164 vsize=861064 CPUtime=0.18
/proc/5178/task/5183/stat : 5183 (java) S 5164 5164 4314 0 -1 64 919 0 0 0 17 1 0 0 16 0 8 0 173577422 881729536 22598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5184] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5184/stat : 5184 (java) S 5164 5164 4314 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173577422 881729536 22598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5185] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5185/stat : 5185 (java) S 5164 5164 4314 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173577422 881729536 22598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908600

[startup+6.29823 s]
/proc/loadavg: 1.93 1.98 1.92 4/83 5185
/proc/meminfo: memFree=1070528/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=0.01
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5178] ppid=5164 vsize=861064 CPUtime=6.18
/proc/5178/stat : 5178 (java) R 5164 5164 4314 0 -1 0 35267 0 1 0 599 19 0 0 25 0 8 0 173577414 881729536 35015 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073939870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5178/statm: 215266 35015 1994 14 0 201471 0
[pid=5178/tid=5179] ppid=5164 vsize=861064 CPUtime=0.74
/proc/5178/task/5179/stat : 5179 (java) S 5164 5164 4314 0 -1 64 19379 0 0 0 65 9 0 0 18 0 8 0 173577418 881729536 35015 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5180] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5180/stat : 5180 (java) S 5164 5164 4314 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173577418 881729536 35015 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5181] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5181/stat : 5181 (java) S 5164 5164 4314 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 173577418 881729536 35015 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5182] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5182/stat : 5182 (java) S 5164 5164 4314 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173577422 881729536 35015 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5183] ppid=5164 vsize=861064 CPUtime=0.25
/proc/5178/task/5183/stat : 5183 (java) S 5164 5164 4314 0 -1 64 966 0 0 0 24 1 0 0 15 0 8 0 173577422 881729536 35015 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5184] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5184/stat : 5184 (java) S 5164 5164 4314 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173577422 881729536 35015 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5185] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5185/stat : 5185 (java) S 5164 5164 4314 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173577422 881729536 35015 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 908600

[startup+12.781 s]
/proc/loadavg: 1.86 1.97 1.91 2/73 5200
/proc/meminfo: memFree=1682248/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=0.01
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5178] ppid=5164 vsize=861064 CPUtime=12.64
/proc/5178/stat : 5178 (java) R 5164 5164 4314 0 -1 0 36658 0 1 0 1240 24 0 0 18 0 8 0 173577414 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073754474 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5178/statm: 215266 36394 1994 14 0 201471 0
[pid=5178/tid=5179] ppid=5164 vsize=861064 CPUtime=0.79
/proc/5178/task/5179/stat : 5179 (java) S 5164 5164 4314 0 -1 64 20758 0 0 0 69 10 0 0 16 0 8 0 173577418 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5178/tid=5180] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5180/stat : 5180 (java) S 5164 5164 4314 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173577418 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5181] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5181/stat : 5181 (java) S 5164 5164 4314 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 173577418 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5182] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5182/stat : 5182 (java) S 5164 5164 4314 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173577422 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5183] ppid=5164 vsize=861064 CPUtime=0.25
/proc/5178/task/5183/stat : 5183 (java) S 5164 5164 4314 0 -1 64 966 0 0 0 24 1 0 0 15 0 8 0 173577422 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5184] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5184/stat : 5184 (java) S 5164 5164 4314 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173577422 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5178/tid=5185] ppid=5164 vsize=861064 CPUtime=0
/proc/5178/task/5185/stat : 5185 (java) S 5164 5164 4314 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173577422 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 908600

[startup+25.6123 s]
/proc/loadavg: 1.72 1.93 1.90 2/66 5201
/proc/meminfo: memFree=1789904/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=28876 CPUtime=6.53
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 6863 0 0 0 650 3 0 0 25 0 1 0 173579316 29569024 6845 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 7219 6845 54 142 0 7075 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 76412

[startup+51.2333 s]
/proc/loadavg: 1.44 1.84 1.87 2/66 5201
/proc/meminfo: memFree=1786000/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=32784 CPUtime=32.13
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 7852 0 0 0 3209 4 0 0 25 0 1 0 173579316 33570816 7834 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 8196 7834 54 142 0 8052 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 80320

[startup+102.475 s]
/proc/loadavg: 1.19 1.71 1.83 2/66 5201
/proc/meminfo: memFree=1777296/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=41636 CPUtime=83.36
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 10060 0 0 0 8328 8 0 0 25 0 1 0 173579316 42635264 10042 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529340 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 10409 10042 54 142 0 10265 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 89172

[startup+162.533 s]
/proc/loadavg: 1.07 1.58 1.77 2/66 5201
/proc/meminfo: memFree=1767248/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=51536 CPUtime=143.4
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 12528 0 0 0 14330 10 0 0 25 0 1 0 173579316 52772864 12510 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 12884 12510 54 142 0 12740 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 99072

[startup+222.587 s]
/proc/loadavg: 1.02 1.47 1.72 2/66 5201
/proc/meminfo: memFree=1760784/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=58016 CPUtime=203.44
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 14148 0 0 0 20331 13 0 0 25 0 1 0 173579316 59408384 14130 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 14504 14130 54 142 0 14360 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 105552

[startup+282.641 s]
/proc/loadavg: 1.01 1.38 1.67 2/66 5201

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

/proc/loadavg: 1.00 1.01 1.25 2/66 5201
/proc/meminfo: memFree=1696592/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=122252 CPUtime=1104.02
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 30092 0 0 0 110370 32 0 0 25 0 1 0 173579316 125186048 30074 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 30563 30074 54 142 0 30419 0
Current children cumulated CPU time (s) 1122.93
Current children cumulated vsize (KiB) 169788

[startup+1183.47 s]
/proc/loadavg: 1.00 1.01 1.23 2/66 5201
/proc/meminfo: memFree=1694032/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=124900 CPUtime=1164.06
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 30749 0 0 0 116373 33 0 0 25 0 1 0 173579316 127897600 30731 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 31225 30731 54 142 0 31081 0
Current children cumulated CPU time (s) 1182.97
Current children cumulated vsize (KiB) 172436

[startup+1243.52 s]
/proc/loadavg: 1.00 1.00 1.21 2/66 5201
/proc/meminfo: memFree=1691280/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=127992 CPUtime=1224.1
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 31421 0 0 0 122377 33 0 0 25 0 1 0 173579316 131063808 31403 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 31998 31403 54 142 0 31854 0
Current children cumulated CPU time (s) 1243.01
Current children cumulated vsize (KiB) 175528

[startup+1303.57 s]
/proc/loadavg: 1.03 1.01 1.20 2/66 5201
/proc/meminfo: memFree=1689040/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=130212 CPUtime=1284.13
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 31980 0 0 0 128380 33 0 0 25 0 1 0 173579316 133337088 31962 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 32553 31962 54 142 0 32409 0
Current children cumulated CPU time (s) 1303.04
Current children cumulated vsize (KiB) 177748

[startup+1363.63 s]
/proc/loadavg: 1.01 1.01 1.18 2/66 5201
/proc/meminfo: memFree=1686736/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=132452 CPUtime=1344.17
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 32546 0 0 0 134384 33 0 0 25 0 1 0 173579316 135630848 32528 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 33113 32528 54 142 0 32969 0
Current children cumulated CPU time (s) 1363.08
Current children cumulated vsize (KiB) 179988

[startup+1423.69 s]
/proc/loadavg: 1.00 1.00 1.17 2/66 5201
/proc/meminfo: memFree=1684560/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=134748 CPUtime=1404.21
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 33087 0 0 0 140387 34 0 0 25 0 1 0 173579316 137981952 33069 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 33687 33069 54 142 0 33543 0
Current children cumulated CPU time (s) 1423.12
Current children cumulated vsize (KiB) 182284

[startup+1483.75 s]
/proc/loadavg: 1.00 1.00 1.16 2/66 5201
/proc/meminfo: memFree=1682448/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=136800 CPUtime=1464.26
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 33591 0 0 0 146391 35 0 0 25 0 1 0 173579316 140083200 33573 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 34200 33573 54 142 0 34056 0
Current children cumulated CPU time (s) 1483.17
Current children cumulated vsize (KiB) 184336

[startup+1543.8 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 5201
/proc/meminfo: memFree=1680144/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=139084 CPUtime=1524.3
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 34175 0 0 0 152394 36 0 0 25 0 1 0 173579316 142422016 34157 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 34771 34157 54 142 0 34627 0
Current children cumulated CPU time (s) 1543.21
Current children cumulated vsize (KiB) 186620

[startup+1603.86 s]
/proc/loadavg: 1.00 1.00 1.14 2/66 5201
/proc/meminfo: memFree=1677712/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=141424 CPUtime=1584.34
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 34767 0 0 0 158397 37 0 0 25 0 1 0 173579316 144818176 34749 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529776 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 35356 34749 54 142 0 35212 0
Current children cumulated CPU time (s) 1603.25
Current children cumulated vsize (KiB) 188960

[startup+1663.91 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 5201
/proc/meminfo: memFree=1675408/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=143772 CPUtime=1644.38
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 35337 0 0 0 164401 37 0 0 25 0 1 0 173579316 147222528 35319 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529524 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 35943 35319 54 142 0 35799 0
Current children cumulated CPU time (s) 1663.29
Current children cumulated vsize (KiB) 191308

[startup+1723.97 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 5201
/proc/meminfo: memFree=1672976/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=146224 CPUtime=1704.42
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 35935 0 0 0 170404 38 0 0 25 0 1 0 173579316 149733376 35917 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 36556 35917 54 142 0 36412 0
Current children cumulated CPU time (s) 1723.33
Current children cumulated vsize (KiB) 193760

[startup+1784.03 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 5201
/proc/meminfo: memFree=1670096/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=149084 CPUtime=1764.46
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 36666 0 0 0 176407 39 0 0 25 0 1 0 173579316 152662016 36648 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 37271 36648 54 142 0 37127 0
Current children cumulated CPU time (s) 1783.37
Current children cumulated vsize (KiB) 196620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.74 s]
/proc/loadavg: 1.07 1.02 1.10 2/66 5201
/proc/meminfo: memFree=1669456/2055920 swapFree=4184688/4192956
[pid=5164] ppid=5162 vsize=47536 CPUtime=18.91
/proc/5164/stat : 5164 (galac.sh) S 5162 5164 4314 0 -1 4194304 798 38381 0 1 0 0 1862 29 17 0 1 0 173577410 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5164/statm: 11884 363 245 79 0 218 0
[pid=5201] ppid=5164 vsize=149824 CPUtime=1781.17
/proc/5201/stat : 5201 (minisat) R 5164 5164 4314 0 -1 4194304 36822 0 0 0 178078 39 0 0 25 0 1 0 173579316 153419776 36804 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5201/statm: 37456 36804 54 142 0 37312 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 197360

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 5164 and gives childrusage.ru_utime.tv_sec=18 childrusage.ru_utime.tv_usec=635167 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=297954
CPU time returned by wait4() is 18.9331
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): 1800.75
CPU time (s): 1800.08
CPU user time (s): 1799.4
CPU system time (s): 0.68
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 908600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.6352
system time used= 0.297954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39179
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= 1451
involuntary context switches= 1436

runsolver used 1.54876 s user time and 3.73943 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Jan  8 10:23:55 UTC 2007


IDJOB= 218227
IDBENCH= 5214
FILE ID= node35/218227-1168251834

PBS_JOBID= 3481890

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  c27e56abe268e3f242bac62371ab4a73

RANDOM SEED= 236929264

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.234
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.234
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:       1198752 kB
Buffers:         30804 kB
Cached:         146616 kB
SwapCached:       2712 kB
Active:         719584 kB
Inactive:        82276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1198752 kB
SwapTotal:     4192956 kB
SwapFree:      4184688 kB
Dirty:            4132 kB
Writeback:           0 kB
Mapped:         631528 kB
Slab:            39400 kB
Committed_AS:  4382272 kB
PageTables:       3000 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= 66552 MiB



End job on node35 on Mon Jan  8 10:53:59 UTC 2007