Trace number 218214

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.02 1814.91

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-11_ext.xml
MD5SUM88f1fadd77f105b78bc8652c5b5edcb2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark170.881
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.76	c start processing
1.76	c start relation processing
4.67	c start cnf exporting
19.58	c parsing time : 1.594
19.58	c preprocessing time : 19.419
19.58	
19.58	c Nary constraints - conflicts : 0 supports : 60
19.58	c Binary constraints - conflicts : 0 supports :0
19.58	c max arity constraint : 3
19.58	c Max Tuples generated 0
19.58	c relations : 60
19.58	c relations BDD: 60
19.58	c vars : 135985 - clauses :  433817
19.58	
19.61	 
19.61	c --- Minisat Stats ---
19.61	 

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/node29/watcher-218214-1168251766 -o ROOT/results/node29/solver-218214-1168251766 -C 1800 -M 900 /tmp/evaluation/218214-1168251766/galac.sh /tmp/evaluation/218214-1168251766/unknown.xml 

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

/proc/loadavg: 2.04 2.02 1.89 5/87 25449
/proc/meminfo: memFree=1263096/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=8560 CPUtime=0
/proc/25448/stat : 25448 (galac.sh) R 25446 25448 24740 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 173570738 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780887439 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25448/statm: 2140 253 197 79 0 133 0

[startup+0.10658 s]
/proc/loadavg: 2.04 2.02 1.89 5/87 25449
/proc/meminfo: memFree=1263096/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=0
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 762 1704 0 0 0 0 0 0 18 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.518604 s]
/proc/loadavg: 2.04 2.02 1.89 5/87 25449
/proc/meminfo: memFree=1263096/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=0
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 762 1704 0 0 0 0 0 0 18 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+1.34766 s]
/proc/loadavg: 2.04 2.02 1.89 3/95 25469
/proc/meminfo: memFree=1184824/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=0
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 762 1704 0 0 0 0 0 0 18 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25462] ppid=25448 vsize=861064 CPUtime=1.28
/proc/25462/stat : 25462 (java) R 25448 25448 24740 0 -1 0 21545 0 1 0 117 11 0 0 25 0 8 0 173570741 881729536 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25462/statm: 215266 21297 1966 14 0 201471 0
[pid=25462/tid=25463] ppid=25448 vsize=861064 CPUtime=0.07
/proc/25462/task/25463/stat : 25463 (java) R 25448 25448 24740 0 -1 64 5789 0 0 0 4 3 0 0 16 0 8 0 173570745 881729536 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155528730 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25464] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25464/stat : 25464 (java) S 25448 25448 24740 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173570746 881729536 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25465] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25465/stat : 25465 (java) S 25448 25448 24740 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173570746 881729536 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25466] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25466/stat : 25466 (java) S 25448 25448 24740 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173570749 881729536 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25467] ppid=25448 vsize=861064 CPUtime=0.13
/proc/25462/task/25467/stat : 25467 (java) S 25448 25448 24740 0 -1 64 894 0 0 0 13 0 0 0 16 0 8 0 173570749 881729536 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25468] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25468/stat : 25468 (java) S 25448 25448 24740 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173570749 881729536 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25469] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25469/stat : 25469 (java) S 25448 25448 24740 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173570749 881729536 21297 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) 908628

[startup+2.98676 s]
/proc/loadavg: 2.12 2.04 1.89 3/95 25469
/proc/meminfo: memFree=1179576/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=0
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 762 1704 0 0 0 0 0 0 18 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25462] ppid=25448 vsize=861064 CPUtime=2.9
/proc/25462/stat : 25462 (java) R 25448 25448 24740 0 -1 0 22810 0 1 0 278 12 0 0 25 0 8 0 173570741 881729536 22560 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073822712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25462/statm: 215266 22560 1974 14 0 201471 0
[pid=25462/tid=25463] ppid=25448 vsize=861064 CPUtime=0.1
/proc/25462/task/25463/stat : 25463 (java) S 25448 25448 24740 0 -1 64 7010 0 0 0 7 3 0 0 17 0 8 0 173570745 881729536 22560 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25464] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25464/stat : 25464 (java) S 25448 25448 24740 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173570746 881729536 22560 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25465] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25465/stat : 25465 (java) S 25448 25448 24740 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173570746 881729536 22560 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25466] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25466/stat : 25466 (java) S 25448 25448 24740 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173570749 881729536 22560 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25467] ppid=25448 vsize=861064 CPUtime=0.18
/proc/25462/task/25467/stat : 25467 (java) S 25448 25448 24740 0 -1 64 918 0 0 0 18 0 0 0 15 0 8 0 173570749 881729536 22560 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25468] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25468/stat : 25468 (java) S 25448 25448 24740 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173570749 881729536 22560 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25469] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25469/stat : 25469 (java) S 25448 25448 24740 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173570749 881729536 22560 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 908628

[startup+6.27597 s]
/proc/loadavg: 2.12 2.04 1.89 3/95 25469
/proc/meminfo: memFree=1127928/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=0
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 762 1704 0 0 0 0 0 0 18 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25462] ppid=25448 vsize=861064 CPUtime=6.16
/proc/25462/stat : 25462 (java) R 25448 25448 24740 0 -1 0 37049 0 1 0 597 19 0 0 25 0 8 0 173570741 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154511317 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25462/statm: 215266 36796 1994 14 0 201471 0
[pid=25462/tid=25463] ppid=25448 vsize=861064 CPUtime=0.75
/proc/25462/task/25463/stat : 25463 (java) S 25448 25448 24740 0 -1 64 21159 0 0 0 66 9 0 0 16 0 8 0 173570745 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25464] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25464/stat : 25464 (java) S 25448 25448 24740 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173570746 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25465] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25465/stat : 25465 (java) S 25448 25448 24740 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173570746 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25466] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25466/stat : 25466 (java) S 25448 25448 24740 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173570749 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25467] ppid=25448 vsize=861064 CPUtime=0.25
/proc/25462/task/25467/stat : 25467 (java) S 25448 25448 24740 0 -1 64 965 0 0 0 25 0 0 0 15 0 8 0 173570749 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25468] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25468/stat : 25468 (java) S 25448 25448 24740 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173570749 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25469] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25469/stat : 25469 (java) S 25448 25448 24740 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173570749 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 908628

[startup+12.7704 s]
/proc/loadavg: 2.10 2.04 1.89 3/95 25469
/proc/meminfo: memFree=1118904/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=0
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 762 1704 0 0 0 0 0 0 18 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25462] ppid=25448 vsize=861064 CPUtime=12.6
/proc/25462/stat : 25462 (java) R 25448 25448 24740 0 -1 0 37060 0 1 0 1239 21 0 0 25 0 8 0 173570741 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154511418 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25462/statm: 215266 36796 1994 14 0 201471 0
[pid=25462/tid=25463] ppid=25448 vsize=861064 CPUtime=0.76
/proc/25462/task/25463/stat : 25463 (java) S 25448 25448 24740 0 -1 64 21159 0 0 0 67 9 0 0 16 0 8 0 173570745 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25464] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25464/stat : 25464 (java) S 25448 25448 24740 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173570746 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25465] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25465/stat : 25465 (java) S 25448 25448 24740 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173570746 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25466] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25466/stat : 25466 (java) S 25448 25448 24740 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173570749 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25467] ppid=25448 vsize=861064 CPUtime=0.25
/proc/25462/task/25467/stat : 25467 (java) S 25448 25448 24740 0 -1 64 965 0 0 0 25 0 0 0 15 0 8 0 173570749 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25468] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25468/stat : 25468 (java) S 25448 25448 24740 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173570749 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25462/tid=25469] ppid=25448 vsize=861064 CPUtime=0
/proc/25462/task/25469/stat : 25469 (java) S 25448 25448 24740 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173570749 881729536 36796 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 908628

[startup+25.6282 s]
/proc/loadavg: 2.08 2.03 1.89 3/88 25470
/proc/meminfo: memFree=1227376/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=28900 CPUtime=5.95
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 6948 0 0 0 591 4 0 0 25 0 1 0 173572699 29593600 6930 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 7225 6930 54 142 0 7081 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 76464

[startup+51.3018 s]
/proc/loadavg: 2.06 2.03 1.90 3/88 25470
/proc/meminfo: memFree=1222704/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=33796 CPUtime=31.38
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 8169 0 0 0 3133 5 0 0 25 0 1 0 173572699 34607104 8151 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 8449 8151 54 142 0 8305 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 81360

[startup+102.542 s]
/proc/loadavg: 2.02 2.02 1.90 3/88 25470
/proc/meminfo: memFree=1214192/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=42212 CPUtime=82.15
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 10280 0 0 0 8207 8 0 0 25 0 1 0 173572699 43225088 10262 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 10553 10262 54 142 0 10409 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 89776

[startup+162.617 s]
/proc/loadavg: 2.01 2.02 1.91 3/88 25470
/proc/meminfo: memFree=1204400/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=52192 CPUtime=141.68
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 12772 0 0 0 14157 11 0 0 25 0 1 0 173572699 53444608 12754 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 13048 12754 54 142 0 12904 0
Current children cumulated CPU time (s) 161.07
Current children cumulated vsize (KiB) 99756

[startup+222.694 s]
/proc/loadavg: 2.00 2.01 1.91 3/88 25470
/proc/meminfo: memFree=1197680/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=58532 CPUtime=201.21
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 14365 0 0 0 20108 13 0 0 25 0 1 0 173572699 59936768 14347 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 14633 14347 54 142 0 14489 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 106096

[startup+282.769 s]
/proc/loadavg: 2.08 2.02 1.91 3/88 25470

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

/proc/loadavg: 2.00 2.00 1.93 3/89 25471
/proc/meminfo: memFree=1145384/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=110976 CPUtime=1094.13
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 27365 0 0 0 109377 36 0 0 25 0 1 0 173572699 113639424 27347 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 27744 27347 54 142 0 27600 0
Current children cumulated CPU time (s) 1113.52
Current children cumulated vsize (KiB) 158540

[startup+1183.87 s]
/proc/loadavg: 2.06 2.01 1.93 3/89 25471
/proc/meminfo: memFree=1142440/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=113776 CPUtime=1153.65
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 28092 0 0 0 115328 37 0 0 25 0 1 0 173572699 116506624 28074 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 28444 28074 54 142 0 28300 0
Current children cumulated CPU time (s) 1173.04
Current children cumulated vsize (KiB) 161340

[startup+1243.95 s]
/proc/loadavg: 2.06 2.03 1.94 3/90 25472
/proc/meminfo: memFree=1137760/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=118500 CPUtime=1213.18
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 29261 0 0 0 121279 39 0 0 25 0 1 0 173572699 121344000 29243 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 29625 29243 54 142 0 29481 0
Current children cumulated CPU time (s) 1232.57
Current children cumulated vsize (KiB) 166064

[startup+1304.04 s]
/proc/loadavg: 2.02 2.02 1.94 3/90 25472
/proc/meminfo: memFree=1134688/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=121464 CPUtime=1272.72
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 29998 0 0 0 127232 40 0 0 25 0 1 0 173572699 124379136 29980 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 30366 29980 54 142 0 30222 0
Current children cumulated CPU time (s) 1292.11
Current children cumulated vsize (KiB) 169028

[startup+1364.06 s]
/proc/loadavg: 2.05 2.03 1.94 3/90 25472
/proc/meminfo: memFree=1132448/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=123792 CPUtime=1332.19
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 30567 0 0 0 133177 42 0 0 25 0 1 0 173572699 126763008 30549 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529446 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 30948 30549 54 142 0 30804 0
Current children cumulated CPU time (s) 1351.58
Current children cumulated vsize (KiB) 171356

[startup+1424.07 s]
/proc/loadavg: 2.02 2.02 1.94 3/90 25472
/proc/meminfo: memFree=1130016/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=126312 CPUtime=1391.66
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 31173 0 0 0 139123 43 0 0 25 0 1 0 173572699 129343488 31155 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 31578 31155 54 142 0 31434 0
Current children cumulated CPU time (s) 1411.05
Current children cumulated vsize (KiB) 173876

[startup+1484.09 s]
/proc/loadavg: 2.06 2.03 1.95 3/90 25472
/proc/meminfo: memFree=1127520/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=129184 CPUtime=1451.13
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 31786 0 0 0 145068 45 0 0 25 0 1 0 173572699 132284416 31768 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529503 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 32296 31768 54 142 0 32152 0
Current children cumulated CPU time (s) 1470.52
Current children cumulated vsize (KiB) 176748

[startup+1544.09 s]
/proc/loadavg: 2.02 2.02 1.95 3/90 25472
/proc/meminfo: memFree=1125344/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=131348 CPUtime=1510.6
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 32319 0 0 0 151014 46 0 0 25 0 1 0 173572699 134500352 32301 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 32837 32301 54 142 0 32693 0
Current children cumulated CPU time (s) 1529.99
Current children cumulated vsize (KiB) 178912

[startup+1604.17 s]
/proc/loadavg: 2.01 2.02 1.95 3/90 25472
/proc/meminfo: memFree=1123040/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=133720 CPUtime=1570.13
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 32916 0 0 0 156966 47 0 0 25 0 1 0 173572699 136929280 32898 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25470/statm: 33430 32898 54 142 0 33286 0
Current children cumulated CPU time (s) 1589.52
Current children cumulated vsize (KiB) 181284

[startup+1664.18 s]
/proc/loadavg: 1.56 1.90 1.91 2/79 25670
/proc/meminfo: memFree=1250688/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=136048 CPUtime=1629.98
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 33506 0 0 0 162949 49 0 0 25 0 1 0 173572699 139313152 33488 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25470/statm: 34012 33488 54 142 0 33868 0
Current children cumulated CPU time (s) 1649.37
Current children cumulated vsize (KiB) 183612

[startup+1724.26 s]
/proc/loadavg: 1.21 1.74 1.85 2/79 25670
/proc/meminfo: memFree=1248512/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=138500 CPUtime=1690.05
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 34082 0 0 0 168955 50 0 0 25 0 1 0 173572699 141824000 34064 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529336 0 0 4096 3 0 0 0 17 0 0 0
/proc/25470/statm: 34625 34064 54 142 0 34481 0
Current children cumulated CPU time (s) 1709.44
Current children cumulated vsize (KiB) 186064

[startup+1784.35 s]
/proc/loadavg: 1.07 1.60 1.79 2/79 25670
/proc/meminfo: memFree=1246528/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=140600 CPUtime=1750.09
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 34602 0 0 0 174958 51 0 0 25 0 1 0 173572699 143974400 34584 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529749 0 0 4096 3 0 0 0 17 0 0 0
/proc/25470/statm: 35150 34584 54 142 0 35006 0
Current children cumulated CPU time (s) 1769.48
Current children cumulated vsize (KiB) 188164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.9 s]
/proc/loadavg: 1.04 1.54 1.77 2/79 25670
/proc/meminfo: memFree=1245440/2055920 swapFree=4191880/4192956
[pid=25448] ppid=25446 vsize=47564 CPUtime=19.39
/proc/25448/stat : 25448 (galac.sh) S 25446 25448 24740 0 -1 4194304 800 38783 0 1 0 0 1912 27 17 0 1 0 173570738 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25448/statm: 11891 364 246 79 0 218 0
[pid=25470] ppid=25448 vsize=141580 CPUtime=1780.63
/proc/25470/stat : 25470 (minisat) R 25448 25448 24740 0 -1 4194304 34856 0 0 0 178012 51 0 0 25 0 1 0 173572699 144977920 34838 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25470/statm: 35395 34838 54 142 0 35251 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 189144

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 25448 and gives childrusage.ru_utime.tv_sec=19 childrusage.ru_utime.tv_usec=128092 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=282956
CPU time returned by wait4() is 19.411
while last known CPU time is 1800.02

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

Real time (s): 1814.91
CPU time (s): 1800.02
CPU user time (s): 1799.24
CPU system time (s): 0.78
CPU usage (%): 99.1794
Max. virtual memory (cumulated for all children) (KiB): 908628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1281
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39583
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= 1629
involuntary context switches= 1949

runsolver used 2.20866 s user time and 5.66614 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Jan  8 10:22:46 UTC 2007


IDJOB= 218214
IDBENCH= 5213
FILE ID= node29/218214-1168251766

PBS_JOBID= 3481915

Free space on /tmp= 66553 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  88f1fadd77f105b78bc8652c5b5edcb2

RANDOM SEED= 251168970

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.241
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.241
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:       1263512 kB
Buffers:         36260 kB
Cached:         524676 kB
SwapCached:        268 kB
Active:         280544 kB
Inactive:       459244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1263512 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4212 kB
Writeback:           0 kB
Mapped:         197696 kB
Slab:            36944 kB
Committed_AS:  3943196 kB
PageTables:       2776 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= 66550 MiB



End job on node29 on Mon Jan  8 10:53:01 UTC 2007