Trace number 218144

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.09 1806.32

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-23_ext.xml
MD5SUM3c0a223225c8489ef84874d36f1a988b
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 benchmark47.9427
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
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.69	c start processing
1.69	c start relation processing
4.72	c start cnf exporting
18.30	c parsing time : 1.526
18.30	c preprocessing time : 18.132
18.30	
18.30	c Nary constraints - conflicts : 0 supports : 57
18.30	c Binary constraints - conflicts : 0 supports :0
18.30	c max arity constraint : 3
18.30	c Max Tuples generated 0
18.30	c relations : 57
18.30	c relations BDD: 57
18.30	c vars : 125153 - clauses :  400052
18.30	
18.36	 
18.36	c --- Minisat Stats ---
18.36	 

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/node55/watcher-218144-1168251195 -o ROOT/results/node55/solver-218144-1168251195 -C 1800 -M 900 /tmp/evaluation/218144-1168251195/galac.sh /tmp/evaluation/218144-1168251195/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.00 2.00 1.94 2/82 32736
/proc/meminfo: memFree=1603392/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=8560 CPUtime=0
/proc/32735/stat : 32735 (galac.sh) R 32733 32735 31861 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 173517772 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761796495 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32735/statm: 2140 253 197 79 0 133 0

[startup+0.105519 s]
/proc/loadavg: 2.00 2.00 1.94 2/82 32736
/proc/meminfo: memFree=1603392/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=0.01
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.517553 s]
/proc/loadavg: 2.00 2.00 1.94 2/82 32736
/proc/meminfo: memFree=1603392/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=0.01
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.34563 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 32756
/proc/meminfo: memFree=1525312/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=0.01
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32749] ppid=32735 vsize=860852 CPUtime=1.29
/proc/32749/stat : 32749 (java) R 32735 32735 31861 0 -1 0 21545 0 1 0 117 12 0 0 22 0 8 0 173517775 881512448 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152778888 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32749/statm: 215213 21297 1965 14 0 201471 0
[pid=32749/tid=32750] ppid=32735 vsize=860852 CPUtime=0.06
/proc/32749/task/32750/stat : 32750 (java) S 32735 32735 31861 0 -1 64 5790 0 0 0 3 3 0 0 16 0 8 0 173517779 881512448 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32751] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32751/stat : 32751 (java) S 32735 32735 31861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173517780 881512448 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32752] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32752/stat : 32752 (java) S 32735 32735 31861 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173517780 881512448 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32753] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32753/stat : 32753 (java) S 32735 32735 31861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173517783 881512448 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32754] ppid=32735 vsize=860852 CPUtime=0.12
/proc/32749/task/32754/stat : 32754 (java) S 32735 32735 31861 0 -1 64 893 0 0 0 12 0 0 0 16 0 8 0 173517783 881512448 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32755] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32755/stat : 32755 (java) S 32735 32735 31861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173517783 881512448 21297 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32756] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32756/stat : 32756 (java) S 32735 32735 31861 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173517783 881512448 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.3
Current children cumulated vsize (KiB) 908432

[startup+2.9828 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 32756
/proc/meminfo: memFree=1520192/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=0.01
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32749] ppid=32735 vsize=860852 CPUtime=2.91
/proc/32749/stat : 32749 (java) R 32735 32735 31861 0 -1 0 22814 0 1 0 278 13 0 0 25 0 8 0 173517775 881512448 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073876445 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32749/statm: 215213 22564 1973 14 0 201471 0
[pid=32749/tid=32750] ppid=32735 vsize=860852 CPUtime=0.11
/proc/32749/task/32750/stat : 32750 (java) S 32735 32735 31861 0 -1 64 7015 0 0 0 8 3 0 0 17 0 8 0 173517779 881512448 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32751] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32751/stat : 32751 (java) S 32735 32735 31861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173517780 881512448 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32752] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32752/stat : 32752 (java) S 32735 32735 31861 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173517780 881512448 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32753] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32753/stat : 32753 (java) S 32735 32735 31861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173517783 881512448 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32754] ppid=32735 vsize=860852 CPUtime=0.18
/proc/32749/task/32754/stat : 32754 (java) S 32735 32735 31861 0 -1 64 917 0 0 0 17 1 0 0 16 0 8 0 173517783 881512448 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32755] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32755/stat : 32755 (java) S 32735 32735 31861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173517783 881512448 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32756] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32756/stat : 32756 (java) S 32735 32735 31861 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173517783 881512448 22564 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) 908432

[startup+6.27811 s]
/proc/loadavg: 2.00 2.00 1.94 4/90 32756
/proc/meminfo: memFree=1473088/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=0.01
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32749] ppid=32735 vsize=860852 CPUtime=6.2
/proc/32749/stat : 32749 (java) R 32735 32735 31861 0 -1 0 35862 0 1 0 599 21 0 0 25 0 8 0 173517775 881512448 35608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073518592 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32749/statm: 215213 35608 1993 14 0 201471 0
[pid=32749/tid=32750] ppid=32735 vsize=860852 CPUtime=0.73
/proc/32749/task/32750/stat : 32750 (java) S 32735 32735 31861 0 -1 64 19972 0 0 0 64 9 0 0 16 0 8 0 173517779 881512448 35608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32751] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32751/stat : 32751 (java) S 32735 32735 31861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173517780 881512448 35608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32752] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32752/stat : 32752 (java) S 32735 32735 31861 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173517780 881512448 35608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32753] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32753/stat : 32753 (java) S 32735 32735 31861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173517783 881512448 35608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32754] ppid=32735 vsize=860852 CPUtime=0.24
/proc/32749/task/32754/stat : 32754 (java) S 32735 32735 31861 0 -1 64 964 0 0 0 23 1 0 0 16 0 8 0 173517783 881512448 35608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32755] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32755/stat : 32755 (java) S 32735 32735 31861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173517783 881512448 35608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32756] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32756/stat : 32756 (java) S 32735 32735 31861 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173517783 881512448 35608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908432

[startup+12.7677 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 32756
/proc/meminfo: memFree=1464064/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=0.01
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32749] ppid=32735 vsize=860852 CPUtime=12.65
/proc/32749/stat : 32749 (java) R 32735 32735 31861 0 -1 0 35874 0 1 0 1242 23 0 0 25 0 8 0 173517775 881512448 35609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073991997 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32749/statm: 215213 35609 1994 14 0 201471 0
[pid=32749/tid=32750] ppid=32735 vsize=860852 CPUtime=0.74
/proc/32749/task/32750/stat : 32750 (java) S 32735 32735 31861 0 -1 64 19973 0 0 0 65 9 0 0 16 0 8 0 173517779 881512448 35609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32751] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32751/stat : 32751 (java) S 32735 32735 31861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173517780 881512448 35609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32752] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32752/stat : 32752 (java) S 32735 32735 31861 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173517780 881512448 35609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32753] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32753/stat : 32753 (java) S 32735 32735 31861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173517783 881512448 35609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32754] ppid=32735 vsize=860852 CPUtime=0.24
/proc/32749/task/32754/stat : 32754 (java) S 32735 32735 31861 0 -1 64 964 0 0 0 23 1 0 0 16 0 8 0 173517783 881512448 35609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32755] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32755/stat : 32755 (java) S 32735 32735 31861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173517783 881512448 35609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32749/tid=32756] ppid=32735 vsize=860852 CPUtime=0
/proc/32749/task/32756/stat : 32756 (java) S 32735 32735 31861 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173517783 881512448 35609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 908432

[startup+25.631 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 32757
/proc/meminfo: memFree=1570040/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=28056 CPUtime=7.22
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 6581 0 0 0 719 3 0 0 25 0 1 0 173519609 28729344 6563 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/32757/statm: 7014 6563 54 142 0 6870 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 75636

[startup+51.3055 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 32757
/proc/meminfo: memFree=1566520/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=31652 CPUtime=32.77
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 7463 0 0 0 3273 4 0 0 25 0 1 0 173519609 32411648 7445 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32757/statm: 7913 7445 54 142 0 7769 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 79232

[startup+102.551 s]
/proc/loadavg: 2.05 2.01 1.95 3/83 32757
/proc/meminfo: memFree=1561272/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=36992 CPUtime=83.78
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 8803 0 0 0 8372 6 0 0 25 0 1 0 173519609 37879808 8785 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/32757/statm: 9248 8785 54 142 0 9104 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 84572

[startup+162.632 s]
/proc/loadavg: 2.05 2.02 1.95 3/83 32757
/proc/meminfo: memFree=1555064/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=43276 CPUtime=143.58
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 10358 0 0 0 14350 8 0 0 25 0 1 0 173519609 44314624 10340 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/32757/statm: 10819 10340 54 142 0 10675 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 90856

[startup+222.718 s]
/proc/loadavg: 2.02 2.02 1.95 4/83 32757
/proc/meminfo: memFree=1549752/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=48428 CPUtime=203.38
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 11650 0 0 0 20328 10 0 0 25 0 1 0 173519609 49590272 11632 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529524 0 0 4096 3 0 0 0 17 1 0 0
/proc/32757/statm: 12107 11632 54 142 0 11963 0
Current children cumulated CPU time (s) 221.57
Current children cumulated vsize (KiB) 96008

[startup+282.798 s]
/proc/loadavg: 2.00 2.01 1.95 3/83 32757

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

/proc/loadavg: 2.01 2.02 1.97 3/83 32759
/proc/meminfo: memFree=1490168/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=108428 CPUtime=1100.34
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 26482 0 0 0 110001 33 0 0 25 0 1 0 173519609 111030272 26464 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/32757/statm: 27107 26464 54 142 0 26963 0
Current children cumulated CPU time (s) 1118.53
Current children cumulated vsize (KiB) 156008

[startup+1183.97 s]
/proc/loadavg: 2.00 2.02 1.97 3/83 32759
/proc/meminfo: memFree=1487352/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=111068 CPUtime=1160.14
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 27157 0 0 0 115980 34 0 0 25 0 1 0 173519609 113733632 27139 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32757/statm: 27767 27139 54 142 0 27623 0
Current children cumulated CPU time (s) 1178.33
Current children cumulated vsize (KiB) 158648

[startup+1244.04 s]
/proc/loadavg: 1.95 2.00 1.97 3/86 345
/proc/meminfo: memFree=1555880/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=113712 CPUtime=1220.06
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 27808 0 0 0 121969 37 0 0 25 0 1 0 173519609 116441088 27790 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/32757/statm: 28428 27790 54 142 0 28284 0
Current children cumulated CPU time (s) 1238.25
Current children cumulated vsize (KiB) 161292

[startup+1304.07 s]
/proc/loadavg: 2.06 2.01 1.97 3/86 345
/proc/meminfo: memFree=1552744/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=116824 CPUtime=1280.03
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 28599 0 0 0 127965 38 0 0 25 0 1 0 173519609 119627776 28581 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/32757/statm: 29206 28581 54 142 0 29062 0
Current children cumulated CPU time (s) 1298.22
Current children cumulated vsize (KiB) 164404

[startup+1364.16 s]
/proc/loadavg: 1.86 1.97 1.96 2/66 360
/proc/meminfo: memFree=1662344/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=119684 CPUtime=1339.87
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 29285 0 0 0 133947 40 0 0 25 0 1 0 173519609 122556416 29267 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32757/statm: 29921 29267 54 142 0 29777 0
Current children cumulated CPU time (s) 1358.06
Current children cumulated vsize (KiB) 167264

[startup+1424.24 s]
/proc/loadavg: 1.32 1.79 1.90 2/66 360
/proc/meminfo: memFree=1660112/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=122104 CPUtime=1399.92
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 29899 0 0 0 139951 41 0 0 25 0 1 0 173519609 125034496 29881 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32757/statm: 30526 29881 54 142 0 30382 0
Current children cumulated CPU time (s) 1418.11
Current children cumulated vsize (KiB) 169684

[startup+1484.31 s]
/proc/loadavg: 1.11 1.65 1.84 2/66 360
/proc/meminfo: memFree=1657232/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=125028 CPUtime=1459.99
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 30611 0 0 0 145957 42 0 0 25 0 1 0 173519609 128028672 30593 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32757/statm: 31257 30593 54 142 0 31113 0
Current children cumulated CPU time (s) 1478.18
Current children cumulated vsize (KiB) 172608

[startup+1544.39 s]
/proc/loadavg: 1.04 1.53 1.79 2/66 360
/proc/meminfo: memFree=1654736/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=127516 CPUtime=1520.04
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 31248 0 0 0 151961 43 0 0 25 0 1 0 173519609 130576384 31230 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 0 0 0
/proc/32757/statm: 31879 31230 54 142 0 31735 0
Current children cumulated CPU time (s) 1538.23
Current children cumulated vsize (KiB) 175096

[startup+1604.46 s]
/proc/loadavg: 1.01 1.43 1.73 2/66 360
/proc/meminfo: memFree=1652048/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=130148 CPUtime=1580.09
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 31920 0 0 0 157966 43 0 0 25 0 1 0 173519609 133271552 31902 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32757/statm: 32537 31902 54 142 0 32393 0
Current children cumulated CPU time (s) 1598.28
Current children cumulated vsize (KiB) 177728

[startup+1664.53 s]
/proc/loadavg: 1.00 1.35 1.68 2/66 360
/proc/meminfo: memFree=1649104/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=133036 CPUtime=1640.14
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 32654 0 0 0 163970 44 0 0 25 0 1 0 173519609 136228864 32636 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/32757/statm: 33259 32636 54 142 0 33115 0
Current children cumulated CPU time (s) 1658.33
Current children cumulated vsize (KiB) 180616

[startup+1724.61 s]
/proc/loadavg: 1.00 1.28 1.64 2/66 360
/proc/meminfo: memFree=1646992/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=135180 CPUtime=1700.21
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 33164 0 0 0 169976 45 0 0 25 0 1 0 173519609 138424320 33146 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32757/statm: 33795 33146 54 142 0 33651 0
Current children cumulated CPU time (s) 1718.4
Current children cumulated vsize (KiB) 182760

[startup+1784.68 s]
/proc/loadavg: 1.00 1.23 1.60 2/66 360
/proc/meminfo: memFree=1644112/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=138008 CPUtime=1760.26
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 33872 0 0 0 175980 46 0 0 25 0 1 0 173519609 141320192 33854 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32757/statm: 34502 33854 54 142 0 34358 0
Current children cumulated CPU time (s) 1778.45
Current children cumulated vsize (KiB) 185588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.31 s]
/proc/loadavg: 1.00 1.21 1.58 2/66 360
/proc/meminfo: memFree=1643344/2055920 swapFree=4192192/4192956
[pid=32735] ppid=32733 vsize=47580 CPUtime=18.19
/proc/32735/stat : 32735 (galac.sh) S 32733 32735 31861 0 -1 4194304 800 37595 0 1 0 0 1791 28 17 0 1 0 173517772 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32735/statm: 11895 363 245 79 0 218 0
[pid=32757] ppid=32735 vsize=138800 CPUtime=1781.9
/proc/32757/stat : 32757 (minisat) R 32735 32735 31861 0 -1 4194304 34061 0 0 0 178144 46 0 0 25 0 1 0 173519609 142131200 34043 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520387 0 0 4096 3 0 0 0 17 0 0 0
/proc/32757/statm: 34700 34043 54 142 0 34556 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 186380

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 32735 and gives childrusage.ru_utime.tv_sec=17 childrusage.ru_utime.tv_usec=918276 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=296954
CPU time returned by wait4() is 18.2152
while last known CPU time is 1800.09

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

Real time (s): 1806.32
CPU time (s): 1800.09
CPU user time (s): 1799.35
CPU system time (s): 0.74
CPU usage (%): 99.655
Max. virtual memory (cumulated for all children) (KiB): 908432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.9183
system time used= 0.296954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38395
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= 1487
involuntary context switches= 1970

runsolver used 1.90371 s user time and 5.70213 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Mon Jan  8 10:13:15 UTC 2007


IDJOB= 218144
IDBENCH= 5204
FILE ID= node55/218144-1168251195

PBS_JOBID= 3481903

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  3c0a223225c8489ef84874d36f1a988b

RANDOM SEED= 549003661

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.218
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	: 5931.00
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.218
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:       1604000 kB
Buffers:         47336 kB
Cached:         153180 kB
SwapCached:        424 kB
Active:         292796 kB
Inactive:       102140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604000 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            4032 kB
Writeback:           0 kB
Mapped:         212128 kB
Slab:            42056 kB
Committed_AS:  4496364 kB
PageTables:       2156 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= 66554 MiB



End job on node55 on Mon Jan  8 10:43:22 UTC 2007