Trace number 208708

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 1809.63

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-35_ext.xml
MD5SUM55c7f81cf11a56ea4e68593d3f2d1c40
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.55985
SatisfiableYES
(Un)Satisfiability was provedYES
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.04	c --- Preproc Stats ---
1.73	c start processing
1.73	c start relation processing
4.89	c start cnf exporting
18.45	c parsing time : 1.555
18.45	c preprocessing time : 18.27
18.45	
18.45	c Nary constraints - conflicts : 0 supports : 57
18.45	c Binary constraints - conflicts : 0 supports :0
18.45	c max arity constraint : 3
18.45	c Max Tuples generated 0
18.45	c relations : 57
18.45	c relations BDD: 57
18.45	c vars : 125039 - clauses :  399716
18.45	
18.48	 
18.48	c --- Minisat Stats ---
18.48	 

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/node7/watcher-208708-1168189506 -o ROOT/results/node7/solver-208708-1168189506 -C 1800 -M 900 /tmp/evaluation/208708-1168189506/galac.sh /tmp/evaluation/208708-1168189506/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.88 2.00 1.99 5/87 25521
/proc/meminfo: memFree=1543448/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=8560 CPUtime=0
/proc/25520/stat : 25520 (galac.sh) R 25518 25520 24820 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 167346053 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244671301519 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25520/statm: 2140 253 197 79 0 133 0

[startup+0.107254 s]
/proc/loadavg: 1.88 2.00 1.99 5/87 25521
/proc/meminfo: memFree=1543448/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=0.01
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.519298 s]
/proc/loadavg: 1.88 2.00 1.99 5/87 25521
/proc/meminfo: memFree=1543448/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=0.01
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.34639 s]
/proc/loadavg: 1.88 2.00 1.99 3/95 25541
/proc/meminfo: memFree=1465048/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=0.01
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25534] ppid=25520 vsize=860852 CPUtime=1.27
/proc/25534/stat : 25534 (java) R 25520 25520 24820 0 -1 0 21537 0 1 0 115 12 0 0 22 0 8 0 167346057 881512448 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073651616 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25534/statm: 215213 21290 1966 14 0 201471 0
[pid=25534/tid=25535] ppid=25520 vsize=860852 CPUtime=0.06
/proc/25534/task/25535/stat : 25535 (java) S 25520 25520 24820 0 -1 64 5791 0 0 0 4 2 0 0 16 0 8 0 167346061 881512448 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25536] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25536/stat : 25536 (java) S 25520 25520 24820 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167346061 881512448 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25537] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25537/stat : 25537 (java) S 25520 25520 24820 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167346062 881512448 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25538] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25538/stat : 25538 (java) S 25520 25520 24820 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167346065 881512448 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25539] ppid=25520 vsize=860852 CPUtime=0.13
/proc/25534/task/25539/stat : 25539 (java) S 25520 25520 24820 0 -1 64 893 0 0 0 13 0 0 0 16 0 8 0 167346065 881512448 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25540] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25540/stat : 25540 (java) S 25520 25520 24820 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 167346065 881512448 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25541] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25541/stat : 25541 (java) S 25520 25520 24820 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167346065 881512448 21290 18446744073709551615 134512640 134570532 4294956096 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) 908416

[startup+2.98357 s]
/proc/loadavg: 1.88 2.00 1.99 3/95 25541
/proc/meminfo: memFree=1459928/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=0.01
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25534] ppid=25520 vsize=860852 CPUtime=2.9
/proc/25534/stat : 25534 (java) R 25520 25520 24820 0 -1 0 22817 0 1 0 277 13 0 0 25 0 8 0 167346057 881512448 22567 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073876098 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25534/statm: 215213 22567 1974 14 0 201471 0
[pid=25534/tid=25535] ppid=25520 vsize=860852 CPUtime=0.11
/proc/25534/task/25535/stat : 25535 (java) S 25520 25520 24820 0 -1 64 7018 0 0 0 9 2 0 0 17 0 8 0 167346061 881512448 22567 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25536] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25536/stat : 25536 (java) S 25520 25520 24820 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167346061 881512448 22567 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25537] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25537/stat : 25537 (java) S 25520 25520 24820 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167346062 881512448 22567 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25538] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25538/stat : 25538 (java) S 25520 25520 24820 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167346065 881512448 22567 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25539] ppid=25520 vsize=860852 CPUtime=0.19
/proc/25534/task/25539/stat : 25539 (java) S 25520 25520 24820 0 -1 64 917 0 0 0 18 1 0 0 16 0 8 0 167346065 881512448 22567 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25540] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25540/stat : 25540 (java) S 25520 25520 24820 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 167346065 881512448 22567 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25541] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25541/stat : 25541 (java) S 25520 25520 24820 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167346065 881512448 22567 18446744073709551615 134512640 134570532 4294956096 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) 908416

[startup+6.2819 s]
/proc/loadavg: 1.97 2.01 1.99 4/95 25541
/proc/meminfo: memFree=1415256/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=0.01
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25534] ppid=25520 vsize=860852 CPUtime=6.16
/proc/25534/stat : 25534 (java) R 25520 25520 24820 0 -1 0 34692 0 1 0 595 21 0 0 25 0 8 0 167346057 881512448 34438 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25534/statm: 215213 34438 1994 14 0 201471 0
[pid=25534/tid=25535] ppid=25520 vsize=860852 CPUtime=0.72
/proc/25534/task/25535/stat : 25535 (java) R 25520 25520 24820 0 -1 64 18802 0 0 0 62 10 0 0 16 0 8 0 167346061 881512448 34438 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155533104 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25536] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25536/stat : 25536 (java) S 25520 25520 24820 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167346061 881512448 34438 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25537] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25537/stat : 25537 (java) S 25520 25520 24820 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167346062 881512448 34438 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25538] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25538/stat : 25538 (java) S 25520 25520 24820 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167346065 881512448 34438 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25539] ppid=25520 vsize=860852 CPUtime=0.26
/proc/25534/task/25539/stat : 25539 (java) S 25520 25520 24820 0 -1 64 964 0 0 0 25 1 0 0 16 0 8 0 167346065 881512448 34438 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25540] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25540/stat : 25540 (java) S 25520 25520 24820 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 167346065 881512448 34438 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25541] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25541/stat : 25541 (java) S 25520 25520 24820 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167346065 881512448 34438 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 908416

[startup+12.7834 s]
/proc/loadavg: 1.97 2.01 1.99 3/95 25541
/proc/meminfo: memFree=1403608/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=0.01
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25534] ppid=25520 vsize=860852 CPUtime=12.64
/proc/25534/stat : 25534 (java) R 25520 25520 24820 0 -1 0 35866 0 1 0 1239 25 0 0 25 0 8 0 167346057 881512448 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073681429 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25534/statm: 215213 35602 1994 14 0 201471 0
[pid=25534/tid=25535] ppid=25520 vsize=860852 CPUtime=0.77
/proc/25534/task/25535/stat : 25535 (java) S 25520 25520 24820 0 -1 64 19966 0 0 0 66 11 0 0 16 0 8 0 167346061 881512448 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25536] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25536/stat : 25536 (java) S 25520 25520 24820 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167346061 881512448 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25537] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25537/stat : 25537 (java) S 25520 25520 24820 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167346062 881512448 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25538] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25538/stat : 25538 (java) S 25520 25520 24820 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167346065 881512448 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25539] ppid=25520 vsize=860852 CPUtime=0.26
/proc/25534/task/25539/stat : 25539 (java) S 25520 25520 24820 0 -1 64 964 0 0 0 25 1 0 0 16 0 8 0 167346065 881512448 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25540] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25540/stat : 25540 (java) S 25520 25520 24820 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 167346065 881512448 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25534/tid=25541] ppid=25520 vsize=860852 CPUtime=0
/proc/25534/task/25541/stat : 25541 (java) S 25520 25520 24820 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167346065 881512448 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 908416

[startup+25.6337 s]
/proc/loadavg: 1.98 2.01 1.99 3/88 25542
/proc/meminfo: memFree=1508752/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=27852 CPUtime=7.1
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 6530 0 0 0 707 3 0 0 25 0 1 0 167347901 28520448 6512 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25542/statm: 6963 6512 54 142 0 6819 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 75416

[startup+51.3104 s]
/proc/loadavg: 1.98 2.01 1.99 3/88 25542
/proc/meminfo: memFree=1503568/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=32208 CPUtime=32.66
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 7600 0 0 0 3261 5 0 0 25 0 1 0 167347901 32980992 7582 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/25542/statm: 8052 7582 54 142 0 7908 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 79772

[startup+102.55 s]
/proc/loadavg: 1.99 2.00 1.99 3/88 25542
/proc/meminfo: memFree=1483984/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=48108 CPUtime=83.65
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 11563 0 0 0 8357 8 0 0 25 0 1 0 167347901 49262592 11545 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/25542/statm: 12027 11545 54 142 0 11883 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 95672

[startup+162.625 s]
/proc/loadavg: 2.05 2.01 2.00 3/88 25542
/proc/meminfo: memFree=1468752/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=58616 CPUtime=143.44
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 14179 0 0 0 14332 12 0 0 25 0 1 0 167347901 60022784 14161 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/25542/statm: 14654 14161 54 142 0 14510 0
Current children cumulated CPU time (s) 161.76
Current children cumulated vsize (KiB) 106180

[startup+222.703 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 25542
/proc/meminfo: memFree=1459408/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=63504 CPUtime=203.24
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 15430 0 0 0 20310 14 0 0 25 0 1 0 167347901 65028096 15412 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/25542/statm: 15876 15412 54 142 0 15732 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 111068

[startup+282.776 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 25542

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

/proc/loadavg: 2.00 2.00 2.00 3/88 25544
/proc/meminfo: memFree=1336656/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=131156 CPUtime=1100.12
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 32255 0 0 0 109971 41 0 0 25 0 1 0 167347901 134303744 32237 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25542/statm: 32789 32237 54 142 0 32645 0
Current children cumulated CPU time (s) 1118.44
Current children cumulated vsize (KiB) 178720

[startup+1183.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 25544
/proc/meminfo: memFree=1330448/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=134336 CPUtime=1159.92
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 33029 0 0 0 115950 42 0 0 25 0 1 0 167347901 137560064 33011 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25542/statm: 33584 33011 54 142 0 33440 0
Current children cumulated CPU time (s) 1178.24
Current children cumulated vsize (KiB) 181900

[startup+1243.98 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 25544
/proc/meminfo: memFree=1323984/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=137756 CPUtime=1219.71
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 33792 0 0 0 121928 43 0 0 25 0 1 0 167347901 141062144 33774 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25542/statm: 34439 33774 54 142 0 34295 0
Current children cumulated CPU time (s) 1238.03
Current children cumulated vsize (KiB) 185320

[startup+1304.05 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 25544
/proc/meminfo: memFree=1317520/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=140800 CPUtime=1279.49
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 34529 0 0 0 127906 43 0 0 25 0 1 0 167347901 144179200 34511 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25542/statm: 35200 34511 54 142 0 35056 0
Current children cumulated CPU time (s) 1297.81
Current children cumulated vsize (KiB) 188364

[startup+1364.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 25544
/proc/meminfo: memFree=1312272/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=143472 CPUtime=1339.28
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 35181 0 0 0 133884 44 0 0 25 0 1 0 167347901 146915328 35163 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/25542/statm: 35868 35163 54 142 0 35724 0
Current children cumulated CPU time (s) 1357.6
Current children cumulated vsize (KiB) 191036

[startup+1424.19 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 25544
/proc/meminfo: memFree=1307856/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=145468 CPUtime=1399.07
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 35684 0 0 0 139862 45 0 0 25 0 1 0 167347901 148959232 35666 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25542/statm: 36367 35666 54 142 0 36223 0
Current children cumulated CPU time (s) 1417.39
Current children cumulated vsize (KiB) 193032

[startup+1484.27 s]
/proc/loadavg: 2.07 2.02 2.00 3/88 25544
/proc/meminfo: memFree=1303824/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=147332 CPUtime=1458.87
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 36167 0 0 0 145841 46 0 0 25 0 1 0 167347901 150867968 36149 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25542/statm: 36833 36149 54 142 0 36689 0
Current children cumulated CPU time (s) 1477.19
Current children cumulated vsize (KiB) 194896

[startup+1544.35 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 25544
/proc/meminfo: memFree=1299920/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=149036 CPUtime=1518.66
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 36561 0 0 0 151820 46 0 0 25 0 1 0 167347901 152612864 36543 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25542/statm: 37259 36543 54 142 0 37115 0
Current children cumulated CPU time (s) 1536.98
Current children cumulated vsize (KiB) 196600

[startup+1604.42 s]
/proc/loadavg: 2.08 2.02 2.00 3/95 25649
/proc/meminfo: memFree=1347736/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=150800 CPUtime=1578.43
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 37029 0 0 0 157794 49 0 0 25 0 1 0 167347901 154419200 37011 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/25542/statm: 37700 37011 54 142 0 37556 0
Current children cumulated CPU time (s) 1596.75
Current children cumulated vsize (KiB) 198364

[startup+1664.5 s]
/proc/loadavg: 2.07 2.03 2.00 3/95 25722
/proc/meminfo: memFree=1354520/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=152692 CPUtime=1638.21
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 37481 0 0 0 163771 50 0 0 25 0 1 0 167347901 156356608 37463 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25542/statm: 38173 37463 54 142 0 38029 0
Current children cumulated CPU time (s) 1656.53
Current children cumulated vsize (KiB) 200256

[startup+1724.53 s]
/proc/loadavg: 2.12 2.05 2.01 3/95 25722
/proc/meminfo: memFree=1265880/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=154312 CPUtime=1697.65
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 37878 0 0 0 169713 52 0 0 25 0 1 0 167347901 158015488 37860 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25542/statm: 38578 37860 54 142 0 38434 0
Current children cumulated CPU time (s) 1715.97
Current children cumulated vsize (KiB) 201876

[startup+1784.58 s]
/proc/loadavg: 2.23 2.09 2.02 3/95 25722
/proc/meminfo: memFree=1206104/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=155900 CPUtime=1757.1
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 38263 0 0 0 175658 52 0 0 25 0 1 0 167347901 159641600 38245 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/25542/statm: 38975 38245 54 142 0 38831 0
Current children cumulated CPU time (s) 1775.42
Current children cumulated vsize (KiB) 203464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.62 s]
/proc/loadavg: 2.19 2.09 2.02 3/95 25722
/proc/meminfo: memFree=1178712/2055920 swapFree=4192812/4192956
[pid=25520] ppid=25518 vsize=47564 CPUtime=18.32
/proc/25520/stat : 25520 (galac.sh) S 25518 25520 24820 0 -1 4194304 800 37588 0 1 0 0 1801 31 17 0 1 0 167346053 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25520/statm: 11891 364 246 79 0 218 0
[pid=25542] ppid=25520 vsize=156724 CPUtime=1781.7
/proc/25542/stat : 25542 (minisat) R 25520 25520 24820 0 -1 4194304 38463 0 0 0 178117 53 0 0 25 0 1 0 167347901 160485376 38445 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25542/statm: 39181 38445 54 142 0 39037 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 204288

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 25520 and gives childrusage.ru_utime.tv_sec=18 childrusage.ru_utime.tv_usec=17260 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=320951
CPU time returned by wait4() is 18.3382
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): 1809.63
CPU time (s): 1800.02
CPU user time (s): 1799.18
CPU system time (s): 0.84
CPU usage (%): 99.4689
Max. virtual memory (cumulated for all children) (KiB): 908416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.0173
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38388
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= 1482
involuntary context switches= 1673

runsolver used 2.36764 s user time and 5.40918 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Jan  7 17:05:06 UTC 2007


IDJOB= 208708
IDBENCH= 4427
FILE ID= node7/208708-1168189506

PBS_JOBID= 3478985

Free space on /tmp= 66539 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  55c7f81cf11a56ea4e68593d3f2d1c40

RANDOM SEED= 946412438

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.220
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.220
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:       1543864 kB
Buffers:         70896 kB
Cached:         277944 kB
SwapCached:          0 kB
Active:         234320 kB
Inactive:       221444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1543864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4164 kB
Writeback:           0 kB
Mapped:         127000 kB
Slab:            40952 kB
Committed_AS:  4795012 kB
PageTables:       2460 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= 66541 MiB



End job on node7 on Sun Jan  7 17:35:17 UTC 2007