Trace number 218192

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 1813.44

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-37_ext.xml
MD5SUM7d4f55c7d1f5355a3b9f879cc7756cc5
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 benchmark173.762
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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.82	c start processing
1.82	c start relation processing
5.02	c start cnf exporting
19.02	c parsing time : 1.604
19.02	c preprocessing time : 18.812
19.02	
19.02	c Nary constraints - conflicts : 0 supports : 58
19.02	c Binary constraints - conflicts : 0 supports :0
19.02	c max arity constraint : 3
19.02	c Max Tuples generated 0
19.02	c relations : 58
19.02	c relations BDD: 58
19.02	c vars : 128695 - clauses :  411121
19.03	
19.08	 
19.08	c --- Minisat Stats ---
19.08	 

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/node6/watcher-218192-1168251635 -o ROOT/results/node6/solver-218192-1168251635 -C 1800 -M 900 /tmp/evaluation/218192-1168251635/galac.sh /tmp/evaluation/218192-1168251635/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 2.00 5/87 10514
/proc/meminfo: memFree=1609832/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=8560 CPUtime=0
/proc/10513/stat : 10513 (galac.sh) R 10511 10513 9592 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 173558946 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268583028623 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10513/statm: 2140 253 197 79 0 133 0

[startup+0.105877 s]
/proc/loadavg: 2.00 2.00 2.00 5/87 10514
/proc/meminfo: memFree=1609832/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=0.01
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.517923 s]
/proc/loadavg: 2.00 2.00 2.00 5/87 10514
/proc/meminfo: memFree=1609832/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=0.01
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.34703 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 10534
/proc/meminfo: memFree=1539368/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=0.01
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10527] ppid=10513 vsize=861064 CPUtime=1.24
/proc/10527/stat : 10527 (java) R 10513 10513 9592 0 -1 0 21566 0 1 0 112 12 0 0 22 0 8 0 173558950 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073686034 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10527/statm: 215266 21319 1965 14 0 201471 0
[pid=10527/tid=10528] ppid=10513 vsize=861064 CPUtime=0.05
/proc/10527/task/10528/stat : 10528 (java) S 10513 10513 9592 0 -1 64 5812 0 0 0 3 2 0 0 16 0 8 0 173558958 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10529] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10529/stat : 10529 (java) S 10513 10513 9592 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173558958 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10530] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10530/stat : 10530 (java) S 10513 10513 9592 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173558958 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10531] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10531/stat : 10531 (java) S 10513 10513 9592 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173558962 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10532] ppid=10513 vsize=861064 CPUtime=0.13
/proc/10527/task/10532/stat : 10532 (java) S 10513 10513 9592 0 -1 64 894 0 0 0 13 0 0 0 16 0 8 0 173558962 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10533] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10533/stat : 10533 (java) S 10513 10513 9592 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173558962 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10534] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10534/stat : 10534 (java) S 10513 10513 9592 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173558962 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 908632

[startup+2.98622 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 10534
/proc/meminfo: memFree=1526376/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=0.01
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10527] ppid=10513 vsize=861064 CPUtime=2.86
/proc/10527/stat : 10527 (java) R 10513 10513 9592 0 -1 0 22842 0 1 0 273 13 0 0 25 0 8 0 173558950 881729536 22592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073822735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10527/statm: 215266 22592 1973 14 0 201471 0
[pid=10527/tid=10528] ppid=10513 vsize=861064 CPUtime=0.11
/proc/10527/task/10528/stat : 10528 (java) S 10513 10513 9592 0 -1 64 7043 0 0 0 8 3 0 0 17 0 8 0 173558958 881729536 22592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10529] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10529/stat : 10529 (java) S 10513 10513 9592 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173558958 881729536 22592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10530] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10530/stat : 10530 (java) S 10513 10513 9592 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173558958 881729536 22592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10531] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10531/stat : 10531 (java) S 10513 10513 9592 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173558962 881729536 22592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10532] ppid=10513 vsize=861064 CPUtime=0.18
/proc/10527/task/10532/stat : 10532 (java) S 10513 10513 9592 0 -1 64 918 0 0 0 18 0 0 0 16 0 8 0 173558962 881729536 22592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10533] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10533/stat : 10533 (java) S 10513 10513 9592 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173558962 881729536 22592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10534] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10534/stat : 10534 (java) S 10513 10513 9592 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173558962 881729536 22592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 908632

[startup+6.2796 s]
/proc/loadavg: 2.08 2.02 2.01 4/95 10534
/proc/meminfo: memFree=1490792/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=0.01
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10527] ppid=10513 vsize=861064 CPUtime=6.12
/proc/10527/stat : 10527 (java) R 10513 10513 9592 0 -1 0 34877 0 1 0 591 21 0 0 25 0 8 0 173558950 881729536 34624 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153380160 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10527/statm: 215266 34624 1994 14 0 201471 0
[pid=10527/tid=10528] ppid=10513 vsize=861064 CPUtime=0.73
/proc/10527/task/10528/stat : 10528 (java) S 10513 10513 9592 0 -1 64 18989 0 0 0 63 10 0 0 17 0 8 0 173558958 881729536 34624 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10529] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10529/stat : 10529 (java) S 10513 10513 9592 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173558958 881729536 34624 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10530] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10530/stat : 10530 (java) S 10513 10513 9592 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173558958 881729536 34624 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10531] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10531/stat : 10531 (java) S 10513 10513 9592 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173558962 881729536 34624 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10532] ppid=10513 vsize=861064 CPUtime=0.26
/proc/10527/task/10532/stat : 10532 (java) S 10513 10513 9592 0 -1 64 963 0 0 0 25 1 0 0 16 0 8 0 173558962 881729536 34624 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10533] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10533/stat : 10533 (java) S 10513 10513 9592 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173558962 881729536 34624 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10534] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10534/stat : 10534 (java) S 10513 10513 9592 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173558962 881729536 34624 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 908632

[startup+12.7734 s]
/proc/loadavg: 2.14 2.03 2.01 3/95 10534
/proc/meminfo: memFree=1468904/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=0.01
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10527] ppid=10513 vsize=861064 CPUtime=12.56
/proc/10527/stat : 10527 (java) R 10513 10513 9592 0 -1 0 36267 0 1 0 1232 24 0 0 25 0 8 0 173558950 881729536 36003 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073753124 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10527/statm: 215266 36003 1994 14 0 201471 0
[pid=10527/tid=10528] ppid=10513 vsize=861064 CPUtime=0.78
/proc/10527/task/10528/stat : 10528 (java) S 10513 10513 9592 0 -1 64 20368 0 0 0 67 11 0 0 16 0 8 0 173558958 881729536 36003 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10529] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10529/stat : 10529 (java) S 10513 10513 9592 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173558958 881729536 36003 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10530] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10530/stat : 10530 (java) S 10513 10513 9592 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173558958 881729536 36003 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10531] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10531/stat : 10531 (java) S 10513 10513 9592 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173558962 881729536 36003 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10532] ppid=10513 vsize=861064 CPUtime=0.26
/proc/10527/task/10532/stat : 10532 (java) S 10513 10513 9592 0 -1 64 963 0 0 0 25 1 0 0 16 0 8 0 173558962 881729536 36003 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10533] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10533/stat : 10533 (java) S 10513 10513 9592 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173558962 881729536 36003 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10527/tid=10534] ppid=10513 vsize=861064 CPUtime=0
/proc/10527/task/10534/stat : 10534 (java) S 10513 10513 9592 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173558962 881729536 36003 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 908632

[startup+25.6362 s]
/proc/loadavg: 2.12 2.03 2.01 3/88 10535
/proc/meminfo: memFree=1575200/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=28216 CPUtime=6.47
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 6664 0 0 0 643 4 0 0 25 0 1 0 173560854 28893184 6646 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/10535/statm: 7054 6646 54 142 0 6910 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 75784

[startup+51.3201 s]
/proc/loadavg: 2.07 2.03 2.01 3/88 10535
/proc/meminfo: memFree=1569056/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=33556 CPUtime=31.92
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 7984 0 0 0 3186 6 0 0 25 0 1 0 173560854 34361344 7966 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10535/statm: 8389 7966 54 142 0 8245 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 81124

[startup+102.58 s]
/proc/loadavg: 2.03 2.02 2.00 3/88 10535
/proc/meminfo: memFree=1553952/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=46528 CPUtime=82.71
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 11217 0 0 0 8261 10 0 0 25 0 1 0 173560854 47644672 11199 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10535/statm: 11632 11199 54 142 0 11488 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 94096

[startup+162.675 s]
/proc/loadavg: 2.06 2.03 2.00 3/88 10535
/proc/meminfo: memFree=1539040/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=59308 CPUtime=142.26
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 14415 0 0 0 14212 14 0 0 25 0 1 0 173560854 60731392 14397 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10535/statm: 14827 14397 54 142 0 14683 0
Current children cumulated CPU time (s) 161.06
Current children cumulated vsize (KiB) 106876

[startup+222.675 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 10535
/proc/meminfo: memFree=1527008/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=67744 CPUtime=201.71
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 16535 0 0 0 20154 17 0 0 25 0 1 0 173560854 69369856 16517 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10535/statm: 16936 16517 54 142 0 16792 0
Current children cumulated CPU time (s) 220.51
Current children cumulated vsize (KiB) 115312

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

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

/proc/loadavg: 2.04 2.01 2.00 3/96 10805
/proc/meminfo: memFree=1411616/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=131964 CPUtime=1096.89
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 32496 0 0 0 109641 48 0 0 25 0 1 0 173560854 135131136 32478 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/10535/statm: 32991 32478 54 142 0 32847 0
Current children cumulated CPU time (s) 1115.69
Current children cumulated vsize (KiB) 179532

[startup+1183.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/96 10805
/proc/meminfo: memFree=1408096/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=135648 CPUtime=1156.64
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 33403 0 0 0 115615 49 0 0 25 0 1 0 173560854 138903552 33385 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/10535/statm: 33912 33385 54 142 0 33768 0
Current children cumulated CPU time (s) 1175.44
Current children cumulated vsize (KiB) 183216

[startup+1243.68 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 10805
/proc/meminfo: memFree=1404768/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=139384 CPUtime=1216.4
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 34236 0 0 0 121590 50 0 0 25 0 1 0 173560854 142729216 34218 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10535/statm: 34846 34218 54 142 0 34702 0
Current children cumulated CPU time (s) 1235.2
Current children cumulated vsize (KiB) 186952

[startup+1303.78 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 10805
/proc/meminfo: memFree=1402400/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=141640 CPUtime=1276.17
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 34810 0 0 0 127566 51 0 0 25 0 1 0 173560854 145039360 34792 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10535/statm: 35410 34792 54 142 0 35266 0
Current children cumulated CPU time (s) 1294.97
Current children cumulated vsize (KiB) 189208

[startup+1363.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 10805
/proc/meminfo: memFree=1399904/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=144204 CPUtime=1335.92
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 35445 0 0 0 133540 52 0 0 25 0 1 0 173560854 147664896 35427 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/10535/statm: 36051 35427 54 142 0 35907 0
Current children cumulated CPU time (s) 1354.72
Current children cumulated vsize (KiB) 191772

[startup+1423.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 10805
/proc/meminfo: memFree=1397600/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=146448 CPUtime=1395.43
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 36013 0 0 0 139490 53 0 0 25 0 1 0 173560854 149962752 35995 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/10535/statm: 36612 35995 54 142 0 36468 0
Current children cumulated CPU time (s) 1414.23
Current children cumulated vsize (KiB) 194016

[startup+1484.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 10805
/proc/meminfo: memFree=1395168/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=149008 CPUtime=1454.95
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 36625 0 0 0 145441 54 0 0 25 0 1 0 173560854 152584192 36607 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/10535/statm: 37252 36607 54 142 0 37108 0
Current children cumulated CPU time (s) 1473.75
Current children cumulated vsize (KiB) 196576

[startup+1544.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 10805
/proc/meminfo: memFree=1392352/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=151708 CPUtime=1514.44
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 37321 0 0 0 151389 55 0 0 25 0 1 0 173560854 155348992 37303 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/10535/statm: 37927 37303 54 142 0 37783 0
Current children cumulated CPU time (s) 1533.24
Current children cumulated vsize (KiB) 199276

[startup+1604.18 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 10805
/proc/meminfo: memFree=1389152/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=154960 CPUtime=1573.96
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 38115 0 0 0 157340 56 0 0 25 0 1 0 173560854 158679040 38097 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10535/statm: 38740 38097 54 142 0 38596 0
Current children cumulated CPU time (s) 1592.76
Current children cumulated vsize (KiB) 202528

[startup+1664.26 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 10805
/proc/meminfo: memFree=1386080/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=157912 CPUtime=1633.49
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 38861 0 0 0 163292 57 0 0 25 0 1 0 173560854 161701888 38843 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10535/statm: 39478 38843 54 142 0 39334 0
Current children cumulated CPU time (s) 1652.29
Current children cumulated vsize (KiB) 205480

[startup+1724.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/96 10805
/proc/meminfo: memFree=1383072/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=160816 CPUtime=1692.95
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 39624 0 0 0 169237 58 0 0 25 0 1 0 173560854 164675584 39606 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/10535/statm: 40204 39606 54 142 0 40060 0
Current children cumulated CPU time (s) 1711.75
Current children cumulated vsize (KiB) 208384

[startup+1784.38 s]
/proc/loadavg: 2.14 2.04 2.01 4/96 10805
/proc/meminfo: memFree=1380960/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=162864 CPUtime=1752.45
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 40137 0 0 0 175186 59 0 0 25 0 1 0 173560854 166772736 40119 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/10535/statm: 40716 40119 54 142 0 40572 0
Current children cumulated CPU time (s) 1771.25
Current children cumulated vsize (KiB) 210432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.43 s]
/proc/loadavg: 2.08 2.03 2.01 3/96 10805
/proc/meminfo: memFree=1379872/2055924 swapFree=4165672/4192956
[pid=10513] ppid=10511 vsize=47568 CPUtime=18.8
/proc/10513/stat : 10513 (galac.sh) S 10511 10513 9592 0 -1 4194304 799 37990 0 1 0 0 1850 30 17 0 1 0 173558946 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10513/statm: 11892 363 245 79 0 218 0
[pid=10535] ppid=10513 vsize=164064 CPUtime=1781.22
/proc/10535/stat : 10535 (minisat) R 10513 10513 9592 0 -1 4194304 40422 0 0 0 178062 60 0 0 25 0 1 0 173560854 168001536 40404 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10535/statm: 41016 40404 54 142 0 40872 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 211632

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 10513 and gives childrusage.ru_utime.tv_sec=18 childrusage.ru_utime.tv_usec=503187 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=311952
CPU time returned by wait4() is 18.8151
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): 1813.44
CPU time (s): 1800.02
CPU user time (s): 1799.12
CPU system time (s): 0.9
CPU usage (%): 99.2598
Max. virtual memory (cumulated for all children) (KiB): 908632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.5032
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38789
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= 1505
involuntary context switches= 1827

runsolver used 2.14067 s user time and 5.74713 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan  8 10:20:35 UTC 2007


IDJOB= 218192
IDBENCH= 5212
FILE ID= node6/218192-1168251635

PBS_JOBID= 3481625

Free space on /tmp= 66538 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  7d4f55c7d1f5355a3b9f879cc7756cc5

RANDOM SEED= 692180345

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.240
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.240
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:      2055924 kB
MemFree:       1610312 kB
Buffers:         53120 kB
Cached:         182440 kB
SwapCached:       2916 kB
Active:         272944 kB
Inactive:       113112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1610312 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            4144 kB
Writeback:           0 kB
Mapped:         160800 kB
Slab:            44136 kB
Committed_AS:  5307392 kB
PageTables:       2604 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= 66538 MiB



End job on node6 on Mon Jan  8 10:50:49 UTC 2007