Trace number 217755

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.05 1809.35

General information on the benchmark

NamegolombRuler/golombRulerArity3/
ruler-55-11-a3.xml
MD5SUM6caf16780145de405cd4e27ecb1d3953
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark69.0525
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables66
Number of constraints1595
Maximum constraint arity3
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1595
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.41	c start processing
1.41	c start relation processing
1.51	c start cnf exporting
21.14	c parsing time : 1.25
21.14	c preprocessing time : 20.983
21.14	
21.14	c Nary constraints - conflicts : 0 supports : 55
21.14	c Binary constraints - conflicts : 1485 supports :55
21.14	c max arity constraint : 3
21.14	c Max Tuples generated 172480
21.14	c relations : 3
21.14	c relations BDD: 1
21.14	c vars : 94392 - clauses :  540331
21.14	
21.17	 
21.17	c --- Minisat Stats ---
21.17	 

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/node33/watcher-217755-1168248765 -o ROOT/results/node33/solver-217755-1168248765 -C 1800 -M 900 /tmp/evaluation/217755-1168248765/galac.sh /tmp/evaluation/217755-1168248765/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.91 1.98 1.86 5/81 20207
/proc/meminfo: memFree=1874368/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=5184 CPUtime=0
/proc/20206/stat : 20206 (galac.sh) R 20204 20206 19884 0 -1 4194304 85 0 0 0 0 0 0 0 20 0 1 0 173270367 5308416 58 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4213135 0 0 4096 0 0 0 0 17 1 0 0
/proc/20206/statm: 1296 58 41 79 0 106 0

[startup+0.104174 s]
/proc/loadavg: 1.91 1.98 1.86 5/81 20207
/proc/meminfo: memFree=1874368/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=0.01
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.515264 s]
/proc/loadavg: 1.91 1.98 1.86 5/81 20207
/proc/meminfo: memFree=1874368/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=0.01
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.34343 s]
/proc/loadavg: 1.91 1.98 1.86 4/89 20227
/proc/meminfo: memFree=1830784/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=0.01
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20220] ppid=20206 vsize=861196 CPUtime=1.28
/proc/20220/stat : 20220 (java) R 20206 20206 19884 0 -1 0 12824 0 1 0 121 7 0 0 25 0 8 0 173270370 881864704 12576 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073956025 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20220/statm: 215299 12576 1994 14 0 201504 0
[pid=20220/tid=20221] ppid=20206 vsize=861196 CPUtime=0.08
/proc/20220/task/20221/stat : 20221 (java) S 20206 20206 19884 0 -1 64 3416 0 0 0 7 1 0 0 16 0 8 0 173270374 881864704 12576 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20222] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20222/stat : 20222 (java) S 20206 20206 19884 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173270374 881864704 12576 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20223] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20223/stat : 20223 (java) S 20206 20206 19884 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173270374 881864704 12576 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20224] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20224/stat : 20224 (java) S 20206 20206 19884 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173270377 881864704 12576 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20225] ppid=20206 vsize=861196 CPUtime=0.32
/proc/20220/task/20225/stat : 20225 (java) S 20206 20206 19884 0 -1 64 1066 0 0 0 31 1 0 0 15 0 8 0 173270378 881864704 12576 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20226] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20226/stat : 20226 (java) S 20206 20206 19884 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173270378 881864704 12576 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20227] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20227/stat : 20227 (java) S 20206 20206 19884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173270378 881864704 12576 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908764

[startup+2.98077 s]
/proc/loadavg: 1.91 1.98 1.86 3/89 20227
/proc/meminfo: memFree=1800768/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=0.01
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20220] ppid=20206 vsize=861196 CPUtime=2.9
/proc/20220/stat : 20220 (java) R 20206 20206 19884 0 -1 0 20052 0 2 0 277 13 0 0 25 0 8 0 173270370 881864704 19802 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074445732 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20220/statm: 215299 19802 2018 14 0 201504 0
[pid=20220/tid=20221] ppid=20206 vsize=861196 CPUtime=0.09
/proc/20220/task/20221/stat : 20221 (java) S 20206 20206 19884 0 -1 64 3932 0 0 0 8 1 0 0 16 0 8 0 173270374 881864704 19802 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20222] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20222/stat : 20222 (java) S 20206 20206 19884 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173270374 881864704 19802 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20223] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20223/stat : 20223 (java) S 20206 20206 19884 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173270374 881864704 19802 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20224] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20224/stat : 20224 (java) S 20206 20206 19884 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173270377 881864704 19802 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20225] ppid=20206 vsize=861196 CPUtime=0.43
/proc/20220/task/20225/stat : 20225 (java) S 20206 20206 19884 0 -1 64 1139 0 0 0 41 2 0 0 15 0 8 0 173270378 881864704 19802 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20226] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20226/stat : 20226 (java) S 20206 20206 19884 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173270378 881864704 19802 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20227] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20227/stat : 20227 (java) R 20206 20206 19884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173270378 881864704 19802 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908764

[startup+6.18543 s]
/proc/loadavg: 1.92 1.98 1.86 3/89 20227
/proc/meminfo: memFree=1792640/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=0.01
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20220] ppid=20206 vsize=861196 CPUtime=6.08
/proc/20220/stat : 20220 (java) R 20206 20206 19884 0 -1 0 20065 0 2 0 593 15 0 0 25 0 8 0 173270370 881864704 19809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152819825 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20220/statm: 215299 19809 2018 14 0 201504 0
[pid=20220/tid=20221] ppid=20206 vsize=861196 CPUtime=0.13
/proc/20220/task/20221/stat : 20221 (java) S 20206 20206 19884 0 -1 64 3932 0 0 0 11 2 0 0 16 0 8 0 173270374 881864704 19809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20222] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20222/stat : 20222 (java) S 20206 20206 19884 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173270374 881864704 19809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20223] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20223/stat : 20223 (java) S 20206 20206 19884 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173270374 881864704 19809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20224] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20224/stat : 20224 (java) S 20206 20206 19884 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173270377 881864704 19809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20225] ppid=20206 vsize=861196 CPUtime=0.44
/proc/20220/task/20225/stat : 20225 (java) S 20206 20206 19884 0 -1 64 1146 0 0 0 42 2 0 0 15 0 8 0 173270378 881864704 19809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20226] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20226/stat : 20226 (java) S 20206 20206 19884 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173270378 881864704 19809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20227] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20227/stat : 20227 (java) S 20206 20206 19884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173270378 881864704 19809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 908764

[startup+12.6728 s]
/proc/loadavg: 1.93 1.98 1.87 4/89 20227
/proc/meminfo: memFree=1788096/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=0.01
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20220] ppid=20206 vsize=861196 CPUtime=12.5
/proc/20220/stat : 20220 (java) R 20206 20206 19884 0 -1 0 20333 0 2 0 1233 17 0 0 25 0 8 0 173270370 881864704 20067 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074442292 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20220/statm: 215299 20067 2018 14 0 201504 0
[pid=20220/tid=20221] ppid=20206 vsize=861196 CPUtime=0.18
/proc/20220/task/20221/stat : 20221 (java) S 20206 20206 19884 0 -1 64 4190 0 0 0 16 2 0 0 16 0 8 0 173270374 881864704 20067 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20222] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20222/stat : 20222 (java) S 20206 20206 19884 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173270374 881864704 20067 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20223] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20223/stat : 20223 (java) S 20206 20206 19884 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173270374 881864704 20067 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20224] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20224/stat : 20224 (java) S 20206 20206 19884 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173270377 881864704 20067 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20225] ppid=20206 vsize=861196 CPUtime=0.44
/proc/20220/task/20225/stat : 20225 (java) S 20206 20206 19884 0 -1 64 1146 0 0 0 42 2 0 0 15 0 8 0 173270378 881864704 20067 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20226] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20226/stat : 20226 (java) S 20206 20206 19884 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173270378 881864704 20067 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20220/tid=20227] ppid=20206 vsize=861196 CPUtime=0
/proc/20220/task/20227/stat : 20227 (java) S 20206 20206 19884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173270378 881864704 20067 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 908764

[startup+25.5354 s]
/proc/loadavg: 1.94 1.98 1.87 3/82 20228
/proc/meminfo: memFree=1827448/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=31680 CPUtime=4.29
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 7326 0 0 0 424 5 0 0 25 0 1 0 173272484 32440320 7299 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/20228/statm: 7920 7299 54 142 0 7776 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 79248

[startup+51.2097 s]
/proc/loadavg: 1.96 1.98 1.87 3/82 20228
/proc/meminfo: memFree=1821688/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=35836 CPUtime=29.73
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 8325 0 0 0 2967 6 0 0 25 0 1 0 173272484 36696064 8298 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/20228/statm: 8959 8298 54 142 0 8815 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 83404

[startup+102.483 s]
/proc/loadavg: 1.98 1.98 1.87 3/82 20228
/proc/meminfo: memFree=1813496/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=43956 CPUtime=80.53
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 10362 0 0 0 8044 9 0 0 25 0 1 0 173272484 45010944 10335 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525871 0 0 4096 3 0 0 0 17 1 0 0
/proc/20228/statm: 10989 10335 54 142 0 10845 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 91524

[startup+162.493 s]
/proc/loadavg: 1.99 1.98 1.88 3/82 20228
/proc/meminfo: memFree=1804984/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=52436 CPUtime=139.99
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 12473 0 0 0 13988 11 0 0 25 0 1 0 173272484 53694464 12446 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/20228/statm: 13109 12446 54 142 0 12965 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 100004

[startup+222.583 s]
/proc/loadavg: 1.99 1.98 1.89 3/82 20228
/proc/meminfo: memFree=1797752/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=59464 CPUtime=199.53
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 14216 0 0 0 19939 14 0 0 25 0 1 0 173272484 60891136 14189 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/20228/statm: 14866 14189 54 142 0 14722 0
Current children cumulated CPU time (s) 220.43
Current children cumulated vsize (KiB) 107032

[startup+282.587 s]
/proc/loadavg: 2.05 2.00 1.90 3/82 20228

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

/proc/loadavg: 1.08 1.62 1.80 2/66 20769
/proc/meminfo: memFree=1733184/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=165764 CPUtime=1093.64
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 40621 0 0 0 109312 52 0 0 25 0 1 0 173272484 169742336 40594 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20228/statm: 41441 40594 54 142 0 41297 0
Current children cumulated CPU time (s) 1114.54
Current children cumulated vsize (KiB) 213332

[startup+1183.62 s]
/proc/loadavg: 1.06 1.51 1.76 2/66 20769
/proc/meminfo: memFree=1728448/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=170600 CPUtime=1153.69
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 41805 0 0 0 115315 54 0 0 25 0 1 0 173272484 174694400 41778 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20228/statm: 42650 41778 54 142 0 42506 0
Current children cumulated CPU time (s) 1174.59
Current children cumulated vsize (KiB) 218168

[startup+1243.7 s]
/proc/loadavg: 1.02 1.42 1.70 2/66 20769
/proc/meminfo: memFree=1722368/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=177076 CPUtime=1213.75
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 43329 0 0 0 121319 56 0 0 25 0 1 0 173272484 181325824 43302 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20228/statm: 44269 43302 54 142 0 44125 0
Current children cumulated CPU time (s) 1234.65
Current children cumulated vsize (KiB) 224644

[startup+1303.78 s]
/proc/loadavg: 1.00 1.34 1.66 2/66 20769
/proc/meminfo: memFree=1717248/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=182324 CPUtime=1273.8
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 44627 0 0 0 127323 57 0 0 25 0 1 0 173272484 186699776 44600 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20228/statm: 45581 44600 54 142 0 45437 0
Current children cumulated CPU time (s) 1294.7
Current children cumulated vsize (KiB) 229892

[startup+1363.85 s]
/proc/loadavg: 1.00 1.28 1.61 2/66 20769
/proc/meminfo: memFree=1712896/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=186496 CPUtime=1333.85
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 45669 0 0 0 133327 58 0 0 25 0 1 0 173272484 190971904 45642 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20228/statm: 46624 45642 54 142 0 46480 0
Current children cumulated CPU time (s) 1354.75
Current children cumulated vsize (KiB) 234064

[startup+1423.93 s]
/proc/loadavg: 1.00 1.22 1.57 2/66 20769
/proc/meminfo: memFree=1708864/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=190552 CPUtime=1393.9
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 46696 0 0 0 139331 59 0 0 25 0 1 0 173272484 195125248 46669 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 0 0 0
/proc/20228/statm: 47638 46669 54 142 0 47494 0
Current children cumulated CPU time (s) 1414.8
Current children cumulated vsize (KiB) 238120

[startup+1484 s]
/proc/loadavg: 1.00 1.18 1.53 2/66 20769
/proc/meminfo: memFree=1704000/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=195368 CPUtime=1453.95
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 47896 0 0 0 145335 60 0 0 25 0 1 0 173272484 200056832 47869 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20228/statm: 48842 47869 54 142 0 48698 0
Current children cumulated CPU time (s) 1474.85
Current children cumulated vsize (KiB) 242936

[startup+1544.07 s]
/proc/loadavg: 1.00 1.14 1.50 2/66 20769
/proc/meminfo: memFree=1700352/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=199052 CPUtime=1514
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 48810 0 0 0 151339 61 0 0 25 0 1 0 173272484 203829248 48783 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529296 0 0 4096 3 0 0 0 17 0 0 0
/proc/20228/statm: 49763 48783 54 142 0 49619 0
Current children cumulated CPU time (s) 1534.9
Current children cumulated vsize (KiB) 246620

[startup+1604.15 s]
/proc/loadavg: 1.00 1.12 1.46 2/66 20769
/proc/meminfo: memFree=1696832/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=202484 CPUtime=1574.05
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 49675 0 0 0 157343 62 0 0 25 0 1 0 173272484 207343616 49648 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20228/statm: 50621 49648 54 142 0 50477 0
Current children cumulated CPU time (s) 1594.95
Current children cumulated vsize (KiB) 250052

[startup+1664.23 s]
/proc/loadavg: 1.00 1.09 1.43 2/66 20769
/proc/meminfo: memFree=1692352/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=207160 CPUtime=1634.11
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 50828 0 0 0 163348 63 0 0 25 0 1 0 173272484 212131840 50793 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20228/statm: 51790 50793 54 142 0 51646 0
Current children cumulated CPU time (s) 1655.01
Current children cumulated vsize (KiB) 254728

[startup+1724.32 s]
/proc/loadavg: 1.00 1.07 1.40 2/72 20885
/proc/meminfo: memFree=1685000/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=212928 CPUtime=1694.17
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 52282 0 0 0 169347 70 0 0 25 0 1 0 173272484 218038272 52239 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/20228/statm: 53232 52239 54 142 0 53088 0
Current children cumulated CPU time (s) 1715.07
Current children cumulated vsize (KiB) 260496

[startup+1784.33 s]
/proc/loadavg: 1.00 1.06 1.37 2/72 20945
/proc/meminfo: memFree=1677832/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=220008 CPUtime=1754.15
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 54066 0 0 0 175334 81 0 0 25 0 1 0 173272484 225288192 54015 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20228/statm: 55002 54015 54 142 0 54858 0
Current children cumulated CPU time (s) 1775.05
Current children cumulated vsize (KiB) 267576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.34 s]
/proc/loadavg: 1.00 1.05 1.36 2/66 20967
/proc/meminfo: memFree=1675968/2055920 swapFree=4192224/4192956
[pid=20206] ppid=20204 vsize=47568 CPUtime=20.9
/proc/20206/stat : 20206 (galac.sh) S 20204 20206 19884 0 -1 4194304 799 22064 0 2 0 0 2068 22 17 0 1 0 173270367 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20206/statm: 11892 363 245 79 0 218 0
[pid=20228] ppid=20206 vsize=222780 CPUtime=1779.15
/proc/20228/stat : 20228 (minisat) R 20206 20206 19884 0 -1 4194304 54770 0 0 0 177833 82 0 0 25 0 1 0 173272484 228126720 54719 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/20228/statm: 55695 54719 54 142 0 55551 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 270348

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 20206 and gives childrusage.ru_utime.tv_sec=20 childrusage.ru_utime.tv_usec=688854 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=231964
CPU time returned by wait4() is 20.9208
while last known CPU time is 1800.05

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

Real time (s): 1809.35
CPU time (s): 1800.05
CPU user time (s): 1799.01
CPU system time (s): 1.04
CPU usage (%): 99.4858
Max. virtual memory (cumulated for all children) (KiB): 908764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.6889
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22863
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2326
involuntary context switches= 3145

runsolver used 2.09668 s user time and 5.15822 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Jan  8 09:32:45 UTC 2007


IDJOB= 217755
IDBENCH= 5169
FILE ID= node33/217755-1168248765

PBS_JOBID= 3481869

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity3/ruler-55-11-a3.xml
COMMAND LINE= /tmp/evaluation/217755-1168248765/galac.sh /tmp/evaluation/217755-1168248765/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-217755-1168248765 -o ROOT/results/node33/solver-217755-1168248765 -C 1800 -M 900  /tmp/evaluation/217755-1168248765/galac.sh /tmp/evaluation/217755-1168248765/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  6caf16780145de405cd4e27ecb1d3953

RANDOM SEED= 637192422

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.281
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.281
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:       1874848 kB
Buffers:         14520 kB
Cached:          61532 kB
SwapCached:        448 kB
Active:          89980 kB
Inactive:        41888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874848 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            3524 kB
Writeback:           0 kB
Mapped:          72660 kB
Slab:            34492 kB
Committed_AS:  3283556 kB
PageTables:       1912 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 node33 on Mon Jan  8 10:02:55 UTC 2007