Trace number 218056

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.08 1812.28

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-13_ext.xml
MD5SUMb4a375544d06b9f6e3dcb50ecb8a1900
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 benchmark5.33019
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.75	c start processing
1.75	c start relation processing
4.86	c start cnf exporting
18.79	c parsing time : 1.583
18.79	c preprocessing time : 18.628
18.79	
18.79	c Nary constraints - conflicts : 0 supports : 58
18.79	c Binary constraints - conflicts : 0 supports :0
18.79	c max arity constraint : 3
18.80	c Max Tuples generated 0
18.80	c relations : 58
18.80	c relations BDD: 58
18.80	c vars : 128640 - clauses :  410943
18.80	
18.84	 
18.84	c --- Minisat Stats ---
18.84	 

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

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

/proc/loadavg: 2.04 2.05 2.00 5/94 13759
/proc/meminfo: memFree=1587288/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=18540 CPUtime=0
/proc/13758/stat : 13758 (runsolver) R 13756 13758 13145 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 173450987 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13758/statm: 4635 279 244 17 0 2626 0

[startup+0.108721 s]
/proc/loadavg: 2.04 2.05 2.00 5/94 13759
/proc/meminfo: memFree=1587288/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=0.01
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.516764 s]
/proc/loadavg: 2.04 2.05 2.00 5/94 13759
/proc/meminfo: memFree=1587288/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=0.01
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.33985 s]
/proc/loadavg: 2.04 2.05 2.00 3/102 13779
/proc/meminfo: memFree=1508888/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=0.01
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13772] ppid=13758 vsize=861064 CPUtime=1.27
/proc/13772/stat : 13772 (java) R 13758 13758 13145 0 -1 0 21566 0 1 0 116 11 0 0 23 0 8 0 173450991 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073770909 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13772/statm: 215266 21319 1965 14 0 201471 0
[pid=13772/tid=13773] ppid=13758 vsize=861064 CPUtime=0.05
/proc/13772/task/13773/stat : 13773 (java) S 13758 13758 13145 0 -1 64 5813 0 0 0 3 2 0 0 16 0 8 0 173450994 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13774] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13774/stat : 13774 (java) S 13758 13758 13145 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173450995 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13775] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13775/stat : 13775 (java) S 13758 13758 13145 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173450995 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13776] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13776/stat : 13776 (java) S 13758 13758 13145 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173450998 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13777] ppid=13758 vsize=861064 CPUtime=0.13
/proc/13772/task/13777/stat : 13777 (java) S 13758 13758 13145 0 -1 64 894 0 0 0 13 0 0 0 16 0 8 0 173450998 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13778] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13778/stat : 13778 (java) S 13758 13758 13145 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173450998 881729536 21319 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13779] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13779/stat : 13779 (java) S 13758 13758 13145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173450998 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.28
Current children cumulated vsize (KiB) 908636

[startup+2.99303 s]
/proc/loadavg: 2.04 2.05 2.00 3/102 13779
/proc/meminfo: memFree=1503832/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=0.01
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13772] ppid=13758 vsize=861064 CPUtime=2.91
/proc/13772/stat : 13772 (java) R 13758 13758 13145 0 -1 0 22833 0 1 0 280 11 0 0 25 0 8 0 173450991 881729536 22583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073879927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13772/statm: 215266 22583 1973 14 0 201471 0
[pid=13772/tid=13773] ppid=13758 vsize=861064 CPUtime=0.11
/proc/13772/task/13773/stat : 13773 (java) S 13758 13758 13145 0 -1 64 7035 0 0 0 8 3 0 0 17 0 8 0 173450994 881729536 22583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13774] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13774/stat : 13774 (java) S 13758 13758 13145 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173450995 881729536 22583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13775] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13775/stat : 13775 (java) S 13758 13758 13145 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173450995 881729536 22583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13776] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13776/stat : 13776 (java) S 13758 13758 13145 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173450998 881729536 22583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13777] ppid=13758 vsize=861064 CPUtime=0.18
/proc/13772/task/13777/stat : 13777 (java) S 13758 13758 13145 0 -1 64 918 0 0 0 18 0 0 0 16 0 8 0 173450998 881729536 22583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13778] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13778/stat : 13778 (java) S 13758 13758 13145 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173450998 881729536 22583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13779] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13779/stat : 13779 (java) S 13758 13758 13145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173450998 881729536 22583 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908636

[startup+6.19836 s]
/proc/loadavg: 2.04 2.05 2.00 3/102 13779
/proc/meminfo: memFree=1455448/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=0.01
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13772] ppid=13758 vsize=861064 CPUtime=6.08
/proc/13772/stat : 13772 (java) R 13758 13758 13145 0 -1 0 34862 0 1 0 590 18 0 0 25 0 8 0 173450991 881729536 34609 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4072918507 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13772/statm: 215266 34609 1993 14 0 201471 0
[pid=13772/tid=13773] ppid=13758 vsize=861064 CPUtime=0.72
/proc/13772/task/13773/stat : 13773 (java) S 13758 13758 13145 0 -1 64 18975 0 0 0 63 9 0 0 17 0 8 0 173450994 881729536 34609 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13774] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13774/stat : 13774 (java) S 13758 13758 13145 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 173450995 881729536 34609 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13775] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13775/stat : 13775 (java) S 13758 13758 13145 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173450995 881729536 34609 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13776] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13776/stat : 13776 (java) S 13758 13758 13145 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173450998 881729536 34609 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13777] ppid=13758 vsize=861064 CPUtime=0.25
/proc/13772/task/13777/stat : 13777 (java) S 13758 13758 13145 0 -1 64 964 0 0 0 24 1 0 0 16 0 8 0 173450998 881729536 34609 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13778] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13778/stat : 13778 (java) S 13758 13758 13145 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173450998 881729536 34609 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13779] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13779/stat : 13779 (java) S 13758 13758 13145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173450998 881729536 34609 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 908636

[startup+12.689 s]
/proc/loadavg: 2.03 2.05 2.00 3/102 13779
/proc/meminfo: memFree=1446488/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=0.01
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13772] ppid=13758 vsize=861064 CPUtime=12.51
/proc/13772/stat : 13772 (java) R 13758 13758 13145 0 -1 0 36252 0 1 0 1229 22 0 0 25 0 8 0 173450991 881729536 35988 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073915778 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13772/statm: 215266 35988 1993 14 0 201471 0
[pid=13772/tid=13773] ppid=13758 vsize=861064 CPUtime=0.76
/proc/13772/task/13773/stat : 13773 (java) S 13758 13758 13145 0 -1 64 20354 0 0 0 67 9 0 0 16 0 8 0 173450994 881729536 35988 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13774] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13774/stat : 13774 (java) S 13758 13758 13145 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 173450995 881729536 35988 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13775] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13775/stat : 13775 (java) S 13758 13758 13145 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173450995 881729536 35988 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13776] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13776/stat : 13776 (java) S 13758 13758 13145 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173450998 881729536 35988 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13777] ppid=13758 vsize=861064 CPUtime=0.25
/proc/13772/task/13777/stat : 13777 (java) S 13758 13758 13145 0 -1 64 964 0 0 0 24 1 0 0 16 0 8 0 173450998 881729536 35988 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13778] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13778/stat : 13778 (java) S 13758 13758 13145 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173450998 881729536 35988 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13772/tid=13779] ppid=13758 vsize=861064 CPUtime=0
/proc/13772/task/13779/stat : 13779 (java) S 13758 13758 13145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173450998 881729536 35988 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 908636

[startup+25.5424 s]
/proc/loadavg: 2.03 2.05 2.00 3/95 13780
/proc/meminfo: memFree=1553488/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=28000 CPUtime=6.62
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 6614 0 0 0 659 3 0 0 25 0 1 0 173452871 28672000 6596 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 1 0 0
/proc/13780/statm: 7000 6596 54 142 0 6856 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 75572

[startup+51.2341 s]
/proc/loadavg: 2.02 2.04 2.00 3/95 13780
/proc/meminfo: memFree=1548112/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=33464 CPUtime=32.08
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 7981 0 0 0 3202 6 0 0 25 0 1 0 173452871 34267136 7963 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529348 0 0 4096 3 0 0 0 17 1 0 0
/proc/13780/statm: 8366 7963 54 142 0 8222 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 81036

[startup+102.5 s]
/proc/loadavg: 2.00 2.04 2.00 3/95 13780
/proc/meminfo: memFree=1537360/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=44396 CPUtime=82.88
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 10698 0 0 0 8278 10 0 0 25 0 1 0 173452871 45461504 10680 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/13780/statm: 11099 10680 54 142 0 10955 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 91968

[startup+162.594 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 13780
/proc/meminfo: memFree=1508624/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=73580 CPUtime=142.42
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 18002 0 0 0 14226 16 0 0 25 0 1 0 173452871 75345920 17984 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525941 0 0 4096 3 0 0 0 17 1 0 0
/proc/13780/statm: 18395 17984 54 142 0 18251 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 121152

[startup+222.676 s]
/proc/loadavg: 2.00 2.02 2.00 3/98 13834
/proc/meminfo: memFree=1474032/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=117620 CPUtime=201.97
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 29013 0 0 0 20170 27 0 0 25 0 1 0 173452871 120442880 28995 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526382 0 0 4096 3 0 0 0 17 0 0 0
/proc/13780/statm: 29405 28995 54 142 0 29261 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 165192

[startup+282.703 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 13835

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

/proc/loadavg: 2.00 2.00 2.00 3/99 13837
/proc/meminfo: memFree=1135592/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=262944 CPUtime=1096.65
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 65315 0 0 0 109592 73 0 0 25 0 1 0 173452871 269254656 65297 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 1 0 0
/proc/13780/statm: 65736 65297 54 142 0 65592 0
Current children cumulated CPU time (s) 1115.26
Current children cumulated vsize (KiB) 310516

[startup+1183.41 s]
/proc/loadavg: 2.10 2.03 2.01 3/99 13837
/proc/meminfo: memFree=1125544/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=265224 CPUtime=1156.06
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 65860 0 0 0 115532 74 0 0 25 0 1 0 173452871 271589376 65842 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/13780/statm: 66306 65842 54 142 0 66162 0
Current children cumulated CPU time (s) 1174.67
Current children cumulated vsize (KiB) 312796

[startup+1243.5 s]
/proc/loadavg: 2.03 2.02 2.00 3/99 13837
/proc/meminfo: memFree=1123304/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=267396 CPUtime=1215.61
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 66409 0 0 0 121486 75 0 0 25 0 1 0 173452871 273813504 66391 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13780/statm: 66849 66391 54 142 0 66705 0
Current children cumulated CPU time (s) 1234.22
Current children cumulated vsize (KiB) 314968

[startup+1303.58 s]
/proc/loadavg: 2.01 2.02 2.00 3/99 13837
/proc/meminfo: memFree=1119720/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=270916 CPUtime=1275.11
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 67283 0 0 0 127435 76 0 0 25 0 1 0 173452871 277417984 67265 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529336 0 0 4096 3 0 0 0 17 1 0 0
/proc/13780/statm: 67729 67265 54 142 0 67585 0
Current children cumulated CPU time (s) 1293.72
Current children cumulated vsize (KiB) 318488

[startup+1363.66 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 13837
/proc/meminfo: memFree=1116840/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=273772 CPUtime=1334.63
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 68000 0 0 0 133386 77 0 0 25 0 1 0 173452871 280342528 67982 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/13780/statm: 68443 67982 54 142 0 68299 0
Current children cumulated CPU time (s) 1353.24
Current children cumulated vsize (KiB) 321344

[startup+1423.67 s]
/proc/loadavg: 2.03 2.02 2.00 3/99 13837
/proc/meminfo: memFree=1086120/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=277512 CPUtime=1394.35
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 68944 0 0 0 139356 79 0 0 25 0 1 0 173452871 284172288 68926 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/13780/statm: 69378 68926 54 142 0 69234 0
Current children cumulated CPU time (s) 1412.96
Current children cumulated vsize (KiB) 325084

[startup+1483.7 s]
/proc/loadavg: 2.01 2.02 2.00 3/99 13837
/proc/meminfo: memFree=1081832/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=282232 CPUtime=1454.3
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 70003 0 0 0 145350 80 0 0 25 0 1 0 173452871 289005568 69985 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/13780/statm: 70558 69985 54 142 0 70414 0
Current children cumulated CPU time (s) 1472.91
Current children cumulated vsize (KiB) 329804

[startup+1543.71 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 13837
/proc/meminfo: memFree=1078568/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=285616 CPUtime=1514.26
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 70824 0 0 0 151345 81 0 0 25 0 1 0 173452871 292470784 70806 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/13780/statm: 71404 70806 54 142 0 71260 0
Current children cumulated CPU time (s) 1532.87
Current children cumulated vsize (KiB) 333188

[startup+1603.77 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 13837
/proc/meminfo: memFree=1075368/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=288652 CPUtime=1574.25
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 71606 0 0 0 157343 82 0 0 25 0 1 0 173452871 295579648 71588 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/13780/statm: 72163 71588 54 142 0 72019 0
Current children cumulated CPU time (s) 1592.86
Current children cumulated vsize (KiB) 336224

[startup+1663.84 s]
/proc/loadavg: 2.00 2.00 2.00 4/99 13837
/proc/meminfo: memFree=1072424/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=291592 CPUtime=1634.26
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 72343 0 0 0 163343 83 0 0 25 0 1 0 173452871 298590208 72325 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/13780/statm: 72898 72325 54 142 0 72754 0
Current children cumulated CPU time (s) 1652.87
Current children cumulated vsize (KiB) 339164

[startup+1723.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 13837
/proc/meminfo: memFree=1043304/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=293488 CPUtime=1693.97
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 72816 0 0 0 169313 84 0 0 25 0 1 0 173452871 300531712 72798 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13780/statm: 73372 72798 54 142 0 73228 0
Current children cumulated CPU time (s) 1712.58
Current children cumulated vsize (KiB) 341060

[startup+1783.99 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 13837
/proc/meminfo: memFree=1041000/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=295776 CPUtime=1753.46
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 73389 0 0 0 175261 85 0 0 25 0 1 0 173452871 302874624 73371 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529313 0 0 4096 3 0 0 0 17 1 0 0
/proc/13780/statm: 73944 73371 54 142 0 73800 0
Current children cumulated CPU time (s) 1772.07
Current children cumulated vsize (KiB) 343348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.27 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 13837
/proc/meminfo: memFree=1039976/2055920 swapFree=4192812/4192956
[pid=13758] ppid=13756 vsize=47572 CPUtime=18.61
/proc/13758/stat : 13758 (galac.sh) S 13756 13758 13145 0 -1 4194304 799 37976 0 1 0 0 1832 29 17 0 1 0 173450987 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13758/statm: 11893 363 245 79 0 218 0
[pid=13780] ppid=13758 vsize=296700 CPUtime=1781.47
/proc/13780/stat : 13780 (minisat) R 13758 13758 13145 0 -1 4194304 73627 0 0 0 178061 86 0 0 25 0 1 0 173452871 303820800 73609 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13780/statm: 74175 73609 54 142 0 74031 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 344272

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 13758 and gives childrusage.ru_utime.tv_sec=18 childrusage.ru_utime.tv_usec=327213 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=298954
CPU time returned by wait4() is 18.6262
while last known CPU time is 1800.08

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

Real time (s): 1812.28
CPU time (s): 1800.08
CPU user time (s): 1798.93
CPU system time (s): 1.15
CPU usage (%): 99.3267
Max. virtual memory (cumulated for all children) (KiB): 908636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3272
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38775
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= 1501
involuntary context switches= 1836

runsolver used 2.01669 s user time and 6.48201 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Jan  8 10:02:42 UTC 2007


IDJOB= 218056
IDBENCH= 5193
FILE ID= node17/218056-1168250562

PBS_JOBID= 3481654

Free space on /tmp= 66324 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  b4a375544d06b9f6e3dcb50ecb8a1900

RANDOM SEED= 562657109

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.236
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.236
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:       1587768 kB
Buffers:         58948 kB
Cached:         190816 kB
SwapCached:          0 kB
Active:         282860 kB
Inactive:       121116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4176 kB
Writeback:           0 kB
Mapped:         181084 kB
Slab:            48696 kB
Committed_AS:  4943644 kB
PageTables:       2512 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= 66314 MiB



End job on node17 on Mon Jan  8 10:32:54 UTC 2007