Trace number 208669

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 1810.54

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-41_ext.xml
MD5SUM9aaeaecec66b29c7811ac135389ddd6e
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.79681
SatisfiableYES
(Un)Satisfiability was provedYES
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.77	c start processing
1.77	c start relation processing
4.70	c start cnf exporting
19.68	c parsing time : 1.609
19.68	c preprocessing time : 19.527
19.68	
19.68	c Nary constraints - conflicts : 0 supports : 60
19.68	c Binary constraints - conflicts : 0 supports :0
19.68	c max arity constraint : 3
19.69	c Max Tuples generated 0
19.69	c relations : 60
19.69	c relations BDD: 60
19.69	c vars : 135634 - clauses :  432784
19.69	
19.76	 
19.76	c --- Minisat Stats ---
19.76	 

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-208669-1168189280 -o ROOT/results/node7/solver-208669-1168189280 -C 1800 -M 900 /tmp/evaluation/208669-1168189280/galac.sh /tmp/evaluation/208669-1168189280/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.02 2.00 5/93 25102
/proc/meminfo: memFree=1477352/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=8560 CPUtime=0
/proc/25101/stat : 25101 (galac.sh) R 25099 25101 24188 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 167323436 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244671301519 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25101/statm: 2140 253 197 79 0 133 0

[startup+0.10628 s]
/proc/loadavg: 2.00 2.02 2.00 5/93 25102
/proc/meminfo: memFree=1477352/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=0.01
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.514322 s]
/proc/loadavg: 2.00 2.02 2.00 5/93 25102
/proc/meminfo: memFree=1477352/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=0.01
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33741 s]
/proc/loadavg: 2.08 2.04 2.01 3/101 25122
/proc/meminfo: memFree=1399080/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=0.01
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25115] ppid=25101 vsize=860852 CPUtime=1.27
/proc/25115/stat : 25115 (java) R 25101 25101 24188 0 -1 0 21538 0 1 0 117 10 0 0 25 0 8 0 167323440 881512448 21291 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073658628 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25115/statm: 215213 21291 1966 14 0 201471 0
[pid=25115/tid=25116] ppid=25101 vsize=860852 CPUtime=0.05
/proc/25115/task/25116/stat : 25116 (java) S 25101 25101 24188 0 -1 64 5783 0 0 0 3 2 0 0 16 0 8 0 167323443 881512448 21291 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25117] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25117/stat : 25117 (java) S 25101 25101 24188 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167323443 881512448 21291 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25118] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25118/stat : 25118 (java) S 25101 25101 24188 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167323443 881512448 21291 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25119] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25119/stat : 25119 (java) S 25101 25101 24188 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167323447 881512448 21291 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25120] ppid=25101 vsize=860852 CPUtime=0.12
/proc/25115/task/25120/stat : 25120 (java) S 25101 25101 24188 0 -1 64 893 0 0 0 12 0 0 0 16 0 8 0 167323447 881512448 21291 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25121] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25121/stat : 25121 (java) S 25101 25101 24188 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 167323447 881512448 21291 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25122] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25122/stat : 25122 (java) S 25101 25101 24188 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167323447 881512448 21291 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.99059 s]
/proc/loadavg: 2.08 2.04 2.01 3/101 25122
/proc/meminfo: memFree=1394024/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=0.01
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25115] ppid=25101 vsize=860852 CPUtime=2.9
/proc/25115/stat : 25115 (java) R 25101 25101 24188 0 -1 0 22806 0 1 0 279 11 0 0 25 0 8 0 167323440 881512448 22556 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073880516 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25115/statm: 215213 22556 1974 14 0 201471 0
[pid=25115/tid=25116] ppid=25101 vsize=860852 CPUtime=0.1
/proc/25115/task/25116/stat : 25116 (java) S 25101 25101 24188 0 -1 64 7006 0 0 0 7 3 0 0 17 0 8 0 167323443 881512448 22556 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25117] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25117/stat : 25117 (java) S 25101 25101 24188 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167323443 881512448 22556 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25118] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25118/stat : 25118 (java) S 25101 25101 24188 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167323443 881512448 22556 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25119] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25119/stat : 25119 (java) S 25101 25101 24188 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167323447 881512448 22556 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25120] ppid=25101 vsize=860852 CPUtime=0.18
/proc/25115/task/25120/stat : 25120 (java) S 25101 25101 24188 0 -1 64 917 0 0 0 17 1 0 0 16 0 8 0 167323447 881512448 22556 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25121] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25121/stat : 25121 (java) S 25101 25101 24188 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 167323447 881512448 22556 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25122] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25122/stat : 25122 (java) S 25101 25101 24188 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167323447 881512448 22556 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.28893 s]
/proc/loadavg: 2.23 2.07 2.02 3/101 25146
/proc/meminfo: memFree=1342440/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=0.01
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25115] ppid=25101 vsize=860852 CPUtime=6.16
/proc/25115/stat : 25115 (java) R 25101 25101 24188 0 -1 0 37015 0 1 0 596 20 0 0 25 0 8 0 167323440 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073938292 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25115/statm: 215213 36762 1994 14 0 201471 0
[pid=25115/tid=25116] ppid=25101 vsize=860852 CPUtime=0.75
/proc/25115/task/25116/stat : 25116 (java) S 25101 25101 24188 0 -1 64 21125 0 0 0 64 11 0 0 16 0 8 0 167323443 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25117] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25117/stat : 25117 (java) S 25101 25101 24188 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167323443 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25118] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25118/stat : 25118 (java) S 25101 25101 24188 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167323443 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25119] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25119/stat : 25119 (java) S 25101 25101 24188 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167323447 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25120] ppid=25101 vsize=860852 CPUtime=0.24
/proc/25115/task/25120/stat : 25120 (java) S 25101 25101 24188 0 -1 64 964 0 0 0 23 1 0 0 15 0 8 0 167323447 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25121] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25121/stat : 25121 (java) S 25101 25101 24188 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 167323447 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25122] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25122/stat : 25122 (java) S 25101 25101 24188 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167323447 881512448 36762 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.7896 s]
/proc/loadavg: 2.21 2.07 2.02 3/101 25156
/proc/meminfo: memFree=1333736/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=0.01
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25115] ppid=25101 vsize=860852 CPUtime=12.58
/proc/25115/stat : 25115 (java) R 25101 25101 24188 0 -1 0 37026 0 1 0 1237 21 0 0 25 0 8 0 167323440 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073466960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25115/statm: 215213 36762 1994 14 0 201471 0
[pid=25115/tid=25116] ppid=25101 vsize=860852 CPUtime=0.76
/proc/25115/task/25116/stat : 25116 (java) S 25101 25101 24188 0 -1 64 21125 0 0 0 65 11 0 0 16 0 8 0 167323443 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25117] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25117/stat : 25117 (java) S 25101 25101 24188 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167323443 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25118] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25118/stat : 25118 (java) S 25101 25101 24188 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167323443 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25119] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25119/stat : 25119 (java) S 25101 25101 24188 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167323447 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25120] ppid=25101 vsize=860852 CPUtime=0.24
/proc/25115/task/25120/stat : 25120 (java) S 25101 25101 24188 0 -1 64 964 0 0 0 23 1 0 0 15 0 8 0 167323447 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25121] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25121/stat : 25121 (java) S 25101 25101 24188 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 167323447 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25115/tid=25122] ppid=25101 vsize=860852 CPUtime=0
/proc/25115/task/25122/stat : 25122 (java) S 25101 25101 24188 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167323447 881512448 36762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 908416

[startup+25.644 s]
/proc/loadavg: 2.18 2.07 2.01 3/94 25179
/proc/meminfo: memFree=1442208/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=28648 CPUtime=5.81
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 6874 0 0 0 578 3 0 0 25 0 1 0 167325412 29335552 6856 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/25175/statm: 7162 6856 54 142 0 7018 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 76212

[startup+51.3307 s]
/proc/loadavg: 2.11 2.06 2.01 3/94 25203
/proc/meminfo: memFree=1439712/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=31288 CPUtime=31.22
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 7550 0 0 0 3118 4 0 0 25 0 1 0 167325412 32038912 7532 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25175/statm: 7822 7532 54 142 0 7678 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 78852

[startup+102.582 s]
/proc/loadavg: 2.05 2.05 2.01 3/88 25237
/proc/meminfo: memFree=1434576/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=37508 CPUtime=81.96
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 9118 0 0 0 8189 7 0 0 25 0 1 0 167325412 38408192 9100 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/25175/statm: 9377 9100 54 142 0 9233 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 85072

[startup+162.656 s]
/proc/loadavg: 2.02 2.04 2.00 3/88 25237
/proc/meminfo: memFree=1429200/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=42824 CPUtime=141.49
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 10442 0 0 0 14140 9 0 0 25 0 1 0 167325412 43851776 10424 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525819 0 0 4096 3 0 0 0 17 1 0 0
/proc/25175/statm: 10706 10424 54 142 0 10562 0
Current children cumulated CPU time (s) 160.93
Current children cumulated vsize (KiB) 90388

[startup+222.7 s]
/proc/loadavg: 1.96 2.01 1.99 3/84 25477
/proc/meminfo: memFree=1539632/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=46868 CPUtime=201.28
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 11422 0 0 0 20116 12 0 0 25 0 1 0 167325412 47992832 11404 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 11717 11404 54 142 0 11573 0
Current children cumulated CPU time (s) 220.72
Current children cumulated vsize (KiB) 94432

[startup+282.794 s]
/proc/loadavg: 1.99 2.01 1.99 3/88 25542

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

/proc/loadavg: 2.07 2.03 2.00 3/88 25544
/proc/meminfo: memFree=1362512/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=102152 CPUtime=1097.89
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 25173 0 0 0 109753 36 0 0 25 0 1 0 167325412 104603648 25155 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 25538 25155 54 142 0 25394 0
Current children cumulated CPU time (s) 1117.33
Current children cumulated vsize (KiB) 149716

[startup+1184.22 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 25544
/proc/meminfo: memFree=1352976/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=108860 CPUtime=1157.67
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 26841 0 0 0 115728 39 0 0 25 0 1 0 167325412 111472640 26823 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 27215 26823 54 142 0 27071 0
Current children cumulated CPU time (s) 1177.11
Current children cumulated vsize (KiB) 156424

[startup+1244.32 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 25544
/proc/meminfo: memFree=1345680/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=113500 CPUtime=1217.46
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 27986 0 0 0 121705 41 0 0 25 0 1 0 167325412 116224000 27968 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 28375 27968 54 142 0 28231 0
Current children cumulated CPU time (s) 1236.9
Current children cumulated vsize (KiB) 161064

[startup+1304.41 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 25544
/proc/meminfo: memFree=1340752/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=115920 CPUtime=1277.18
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 28577 0 0 0 127676 42 0 0 25 0 1 0 167325412 118702080 28559 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 28980 28559 54 142 0 28836 0
Current children cumulated CPU time (s) 1296.62
Current children cumulated vsize (KiB) 163484

[startup+1364.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 25544
/proc/meminfo: memFree=1334928/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=118888 CPUtime=1336.96
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 29324 0 0 0 133653 43 0 0 25 0 1 0 167325412 121741312 29306 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 29722 29306 54 142 0 29578 0
Current children cumulated CPU time (s) 1356.4
Current children cumulated vsize (KiB) 166452

[startup+1424.6 s]
/proc/loadavg: 2.08 2.02 2.01 3/88 25544
/proc/meminfo: memFree=1328976/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=121824 CPUtime=1396.74
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 30091 0 0 0 139630 44 0 0 25 0 1 0 167325412 124747776 30073 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 30456 30073 54 142 0 30312 0
Current children cumulated CPU time (s) 1416.18
Current children cumulated vsize (KiB) 169388

[startup+1484.69 s]
/proc/loadavg: 2.03 2.01 2.00 3/88 25544
/proc/meminfo: memFree=1322448/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=125208 CPUtime=1456.48
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 30912 0 0 0 145602 46 0 0 25 0 1 0 167325412 128212992 30894 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529302 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 31302 30894 54 142 0 31158 0
Current children cumulated CPU time (s) 1475.92
Current children cumulated vsize (KiB) 172772

[startup+1544.79 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 25544
/proc/meminfo: memFree=1316048/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=128676 CPUtime=1516.27
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 31777 0 0 0 151579 48 0 0 25 0 1 0 167325412 131764224 31759 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 32169 31759 54 142 0 32025 0
Current children cumulated CPU time (s) 1535.71
Current children cumulated vsize (KiB) 176240

[startup+1604.88 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 25544
/proc/meminfo: memFree=1310736/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=131888 CPUtime=1576.05
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 32470 0 0 0 157556 49 0 0 25 0 1 0 167325412 135053312 32452 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 32972 32452 54 142 0 32828 0
Current children cumulated CPU time (s) 1595.49
Current children cumulated vsize (KiB) 179452

[startup+1664.97 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 25544
/proc/meminfo: memFree=1306704/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=133984 CPUtime=1635.8
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 32982 0 0 0 163531 49 0 0 25 0 1 0 167325412 137199616 32964 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 33496 32964 54 142 0 33352 0
Current children cumulated CPU time (s) 1655.24
Current children cumulated vsize (KiB) 181548

[startup+1725.07 s]
/proc/loadavg: 2.06 2.01 2.00 3/88 25544
/proc/meminfo: memFree=1302992/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=136008 CPUtime=1695.58
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 33476 0 0 0 169508 50 0 0 25 0 1 0 167325412 139272192 33458 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529327 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 34002 33458 54 142 0 33858 0
Current children cumulated CPU time (s) 1715.02
Current children cumulated vsize (KiB) 183572

[startup+1785.16 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 25544
/proc/meminfo: memFree=1298704/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=138716 CPUtime=1755.33
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 34136 0 0 0 175481 52 0 0 25 0 1 0 167325412 142045184 34118 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 34679 34118 54 142 0 34535 0
Current children cumulated CPU time (s) 1774.77
Current children cumulated vsize (KiB) 186280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.53 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 25544
/proc/meminfo: memFree=1296912/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=47564 CPUtime=19.44
/proc/25101/stat : 25101 (galac.sh) S 25099 25101 24188 0 -1 4194304 800 38750 0 1 0 0 1916 28 17 0 1 0 167323436 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25101/statm: 11891 364 246 79 0 218 0
[pid=25175] ppid=25101 vsize=139508 CPUtime=1780.58
/proc/25175/stat : 25175 (minisat) R 25101 25101 24188 0 -1 4194304 34352 0 0 0 178006 52 0 0 25 0 1 0 167325412 142856192 34334 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25175/statm: 34877 34334 54 142 0 34733 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 187072

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 25101 and gives childrusage.ru_utime.tv_sec=19 childrusage.ru_utime.tv_usec=171085 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=292955
CPU time returned by wait4() is 19.464
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): 1810.54
CPU time (s): 1800.02
CPU user time (s): 1799.22
CPU system time (s): 0.8
CPU usage (%): 99.4187
Max. virtual memory (cumulated for all children) (KiB): 908416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1711
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39550
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= 1594
involuntary context switches= 2006

runsolver used 1.93071 s user time and 6.07308 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Jan  7 17:01:20 UTC 2007


IDJOB= 208669
IDBENCH= 4420
FILE ID= node7/208669-1168189280

PBS_JOBID= 3478980

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  9aaeaecec66b29c7811ac135389ddd6e

RANDOM SEED= 951240798

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:       1477768 kB
Buffers:         70616 kB
Cached:         268024 kB
SwapCached:          0 kB
Active:         299584 kB
Inactive:       221468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1477768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4364 kB
Writeback:           0 kB
Mapped:         203036 kB
Slab:            40960 kB
Committed_AS:  4924200 kB
PageTables:       2972 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= 66533 MiB



End job on node7 on Sun Jan  7 17:31:32 UTC 2007