Trace number 218328

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.03 1804.95

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-27_ext.xml
MD5SUM9f0f35ac60ef0860cbde30d7b6992e3d
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 benchmark14.7738
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.75	c start processing
1.75	c start relation processing
4.68	c start cnf exporting
19.59	c parsing time : 1.59
19.59	c preprocessing time : 19.427
19.59	
19.59	c Nary constraints - conflicts : 0 supports : 60
19.59	c Binary constraints - conflicts : 0 supports :0
19.59	c max arity constraint : 3
19.59	c Max Tuples generated 0
19.59	c relations : 60
19.59	c relations BDD: 60
19.59	c vars : 135815 - clauses :  433311
19.59	
19.66	 
19.66	c --- Minisat Stats ---
19.66	 

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

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

/proc/loadavg: 1.80 1.55 1.29 5/87 23049
/proc/meminfo: memFree=1679824/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=18540 CPUtime=0
/proc/23048/stat : 23048 (runsolver) R 23046 23048 22361 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 173607165 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23048/statm: 4635 279 244 17 0 2626 0

[startup+0.111042 s]
/proc/loadavg: 1.80 1.55 1.29 5/87 23049
/proc/meminfo: memFree=1679824/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=0
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 761 1704 0 0 0 0 0 0 24 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+0.523083 s]
/proc/loadavg: 1.80 1.55 1.29 5/87 23049
/proc/meminfo: memFree=1679824/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=0
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 761 1704 0 0 0 0 0 0 24 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+1.35216 s]
/proc/loadavg: 1.80 1.55 1.29 3/95 23069
/proc/meminfo: memFree=1601552/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=0
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 761 1704 0 0 0 0 0 0 24 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23062] ppid=23048 vsize=861064 CPUtime=1.29
/proc/23062/stat : 23062 (java) R 23048 23048 22361 0 -1 0 21546 0 1 0 119 10 0 0 22 0 8 0 173607169 881729536 21298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23062/statm: 215266 21298 1965 14 0 201471 0
[pid=23062/tid=23063] ppid=23048 vsize=861064 CPUtime=0.07
/proc/23062/task/23063/stat : 23063 (java) S 23048 23048 22361 0 -1 64 5791 0 0 0 5 2 0 0 16 0 8 0 173607173 881729536 21298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23064] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23064/stat : 23064 (java) S 23048 23048 22361 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173607173 881729536 21298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23065] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23065/stat : 23065 (java) S 23048 23048 22361 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173607173 881729536 21298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23066] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23066/stat : 23066 (java) S 23048 23048 22361 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173607177 881729536 21298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23067] ppid=23048 vsize=861064 CPUtime=0.12
/proc/23062/task/23067/stat : 23067 (java) S 23048 23048 22361 0 -1 64 894 0 0 0 12 0 0 0 16 0 8 0 173607177 881729536 21298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23068] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23068/stat : 23068 (java) S 23048 23048 22361 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173607177 881729536 21298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23069] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23069/stat : 23069 (java) S 23048 23048 22361 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173607177 881729536 21298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908632

[startup+2.99131 s]
/proc/loadavg: 1.80 1.55 1.29 3/95 23069
/proc/meminfo: memFree=1596496/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=0
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 761 1704 0 0 0 0 0 0 24 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23062] ppid=23048 vsize=861064 CPUtime=2.91
/proc/23062/stat : 23062 (java) R 23048 23048 22361 0 -1 0 22814 0 1 0 280 11 0 0 25 0 8 0 173607169 881729536 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073820804 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23062/statm: 215266 22564 1973 14 0 201471 0
[pid=23062/tid=23063] ppid=23048 vsize=861064 CPUtime=0.1
/proc/23062/task/23063/stat : 23063 (java) S 23048 23048 22361 0 -1 64 7015 0 0 0 8 2 0 0 17 0 8 0 173607173 881729536 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23064] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23064/stat : 23064 (java) S 23048 23048 22361 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173607173 881729536 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23065] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23065/stat : 23065 (java) S 23048 23048 22361 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173607173 881729536 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23066] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23066/stat : 23066 (java) S 23048 23048 22361 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173607177 881729536 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23067] ppid=23048 vsize=861064 CPUtime=0.17
/proc/23062/task/23067/stat : 23067 (java) S 23048 23048 22361 0 -1 64 918 0 0 0 17 0 0 0 16 0 8 0 173607177 881729536 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23068] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23068/stat : 23068 (java) S 23048 23048 22361 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173607177 881729536 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23069] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23069/stat : 23069 (java) S 23048 23048 22361 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173607177 881729536 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908632

[startup+6.28162 s]
/proc/loadavg: 1.90 1.58 1.29 3/95 23069
/proc/meminfo: memFree=1544848/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=0
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 761 1704 0 0 0 0 0 0 24 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23062] ppid=23048 vsize=861064 CPUtime=6.17
/proc/23062/stat : 23062 (java) R 23048 23048 22361 0 -1 0 37037 0 1 0 599 18 0 0 25 0 8 0 173607169 881729536 36784 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073927015 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23062/statm: 215266 36784 1993 14 0 201471 0
[pid=23062/tid=23063] ppid=23048 vsize=861064 CPUtime=0.75
/proc/23062/task/23063/stat : 23063 (java) S 23048 23048 22361 0 -1 64 21148 0 0 0 67 8 0 0 16 0 8 0 173607173 881729536 36784 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23064] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23064/stat : 23064 (java) S 23048 23048 22361 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173607173 881729536 36784 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23065] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23065/stat : 23065 (java) S 23048 23048 22361 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173607173 881729536 36784 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23066] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23066/stat : 23066 (java) S 23048 23048 22361 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173607177 881729536 36784 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23067] ppid=23048 vsize=861064 CPUtime=0.25
/proc/23062/task/23067/stat : 23067 (java) S 23048 23048 22361 0 -1 64 965 0 0 0 24 1 0 0 16 0 8 0 173607177 881729536 36784 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23068] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23068/stat : 23068 (java) S 23048 23048 22361 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173607177 881729536 36784 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23069] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23069/stat : 23069 (java) S 23048 23048 22361 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173607177 881729536 36784 18446744073709551615 134512640 134570532 4294956112 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) 908632

[startup+12.7742 s]
/proc/loadavg: 1.90 1.58 1.30 4/95 23069
/proc/meminfo: memFree=1536080/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=0
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 761 1704 0 0 0 0 0 0 24 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23062] ppid=23048 vsize=861064 CPUtime=12.61
/proc/23062/stat : 23062 (java) R 23048 23048 22361 0 -1 0 37049 0 1 0 1241 20 0 0 25 0 8 0 173607169 881729536 36785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073417495 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23062/statm: 215266 36785 1994 14 0 201471 0
[pid=23062/tid=23063] ppid=23048 vsize=861064 CPUtime=0.75
/proc/23062/task/23063/stat : 23063 (java) S 23048 23048 22361 0 -1 64 21149 0 0 0 67 8 0 0 16 0 8 0 173607173 881729536 36785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23064] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23064/stat : 23064 (java) S 23048 23048 22361 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173607173 881729536 36785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23065] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23065/stat : 23065 (java) S 23048 23048 22361 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173607173 881729536 36785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23066] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23066/stat : 23066 (java) S 23048 23048 22361 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173607177 881729536 36785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23067] ppid=23048 vsize=861064 CPUtime=0.25
/proc/23062/task/23067/stat : 23067 (java) S 23048 23048 22361 0 -1 64 965 0 0 0 24 1 0 0 16 0 8 0 173607177 881729536 36785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23068] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23068/stat : 23068 (java) S 23048 23048 22361 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173607177 881729536 36785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23062/tid=23069] ppid=23048 vsize=861064 CPUtime=0
/proc/23062/task/23069/stat : 23069 (java) S 23048 23048 22361 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173607177 881729536 36785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 908632

[startup+25.6274 s]
/proc/loadavg: 1.92 1.60 1.31 3/88 23070
/proc/meminfo: memFree=1644488/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=28816 CPUtime=5.89
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 6927 0 0 0 585 4 0 0 25 0 1 0 173609132 29507584 6909 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521429 0 0 4096 3 0 0 0 17 1 0 0
/proc/23070/statm: 7204 6909 54 142 0 7060 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 76384

[startup+51.2999 s]
/proc/loadavg: 1.95 1.63 1.32 3/88 23070
/proc/meminfo: memFree=1641160/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=32420 CPUtime=31.32
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 7828 0 0 0 3127 5 0 0 25 0 1 0 173609132 33198080 7810 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/23070/statm: 8105 7810 54 142 0 7961 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 79988

[startup+102.542 s]
/proc/loadavg: 1.98 1.69 1.36 3/88 23070
/proc/meminfo: memFree=1632840/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=40528 CPUtime=82.1
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 9873 0 0 0 8202 8 0 0 25 0 1 0 173609132 41500672 9855 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/23070/statm: 10132 9855 54 142 0 9988 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 88096

[startup+162.616 s]
/proc/loadavg: 1.99 1.74 1.39 3/88 23070
/proc/meminfo: memFree=1627976/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=45376 CPUtime=141.63
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 11078 0 0 0 14153 10 0 0 25 0 1 0 173609132 46465024 11060 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/23070/statm: 11344 11060 54 142 0 11200 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 92944

[startup+222.694 s]
/proc/loadavg: 1.99 1.79 1.43 3/88 23070
/proc/meminfo: memFree=1624072/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=49212 CPUtime=201.16
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 12042 0 0 0 20104 12 0 0 25 0 1 0 173609132 50393088 12024 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529749 0 0 4096 3 0 0 0 17 1 0 0
/proc/23070/statm: 12303 12024 54 142 0 12159 0
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (KiB) 96780

[startup+282.768 s]
/proc/loadavg: 1.99 1.82 1.46 3/88 23070

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

/proc/loadavg: 1.09 1.58 1.61 2/79 23440
/proc/meminfo: memFree=1703336/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=98204 CPUtime=1099.41
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 24160 0 0 0 109907 34 0 0 25 0 1 0 173609132 100560896 24142 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 0 0 0
/proc/23070/statm: 24551 24142 54 142 0 24407 0
Current children cumulated CPU time (s) 1118.81
Current children cumulated vsize (KiB) 145772

[startup+1183.57 s]
/proc/loadavg: 1.03 1.47 1.57 2/79 23440
/proc/meminfo: memFree=1701224/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=100316 CPUtime=1159.48
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 24685 0 0 0 115913 35 0 0 25 0 1 0 173609132 102723584 24667 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23070/statm: 25079 24667 54 142 0 24935 0
Current children cumulated CPU time (s) 1178.88
Current children cumulated vsize (KiB) 147884

[startup+1243.66 s]
/proc/loadavg: 1.05 1.39 1.53 3/79 23440
/proc/meminfo: memFree=1698152/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=103220 CPUtime=1219.55
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 25418 0 0 0 121919 36 0 0 25 0 1 0 173609132 105697280 25400 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/23070/statm: 25805 25400 54 142 0 25661 0
Current children cumulated CPU time (s) 1238.95
Current children cumulated vsize (KiB) 150788

[startup+1303.75 s]
/proc/loadavg: 1.02 1.32 1.50 3/79 23440
/proc/meminfo: memFree=1695728/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=105596 CPUtime=1279.62
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 26034 0 0 0 127925 37 0 0 25 0 1 0 173609132 108130304 26016 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23070/statm: 26399 26016 54 142 0 26255 0
Current children cumulated CPU time (s) 1299.02
Current children cumulated vsize (KiB) 153164

[startup+1363.83 s]
/proc/loadavg: 1.00 1.26 1.47 2/79 23440
/proc/meminfo: memFree=1692144/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=109196 CPUtime=1339.69
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 26921 0 0 0 133931 38 0 0 25 0 1 0 173609132 111816704 26903 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/23070/statm: 27299 26903 54 142 0 27155 0
Current children cumulated CPU time (s) 1359.09
Current children cumulated vsize (KiB) 156764

[startup+1423.92 s]
/proc/loadavg: 1.00 1.21 1.44 2/79 23440
/proc/meminfo: memFree=1689200/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=112240 CPUtime=1399.76
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 27645 0 0 0 139937 39 0 0 25 0 1 0 173609132 114933760 27627 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23070/statm: 28060 27627 54 142 0 27916 0
Current children cumulated CPU time (s) 1419.16
Current children cumulated vsize (KiB) 159808

[startup+1484.01 s]
/proc/loadavg: 1.00 1.17 1.40 2/79 23440
/proc/meminfo: memFree=1686768/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=115048 CPUtime=1459.84
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 28221 0 0 0 145944 40 0 0 25 0 1 0 173609132 117809152 28203 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 0 0 0
/proc/23070/statm: 28762 28203 54 142 0 28618 0
Current children cumulated CPU time (s) 1479.24
Current children cumulated vsize (KiB) 162616

[startup+1544.1 s]
/proc/loadavg: 1.00 1.13 1.37 2/79 23440
/proc/meminfo: memFree=1684656/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=117080 CPUtime=1519.9
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 28740 0 0 0 151950 40 0 0 25 0 1 0 173609132 119889920 28722 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529277 0 0 4096 3 0 0 0 17 0 0 0
/proc/23070/statm: 29270 28722 54 142 0 29126 0
Current children cumulated CPU time (s) 1539.3
Current children cumulated vsize (KiB) 164648

[startup+1604.18 s]
/proc/loadavg: 1.00 1.11 1.35 2/79 23440
/proc/meminfo: memFree=1682736/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=119000 CPUtime=1579.97
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 29211 0 0 0 157956 41 0 0 25 0 1 0 173609132 121856000 29193 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 0 0 0
/proc/23070/statm: 29750 29193 54 142 0 29606 0
Current children cumulated CPU time (s) 1599.37
Current children cumulated vsize (KiB) 166568

[startup+1664.26 s]
/proc/loadavg: 1.00 1.08 1.33 2/79 23440
/proc/meminfo: memFree=1680496/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=121252 CPUtime=1640.03
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 29772 0 0 0 163961 42 0 0 25 0 1 0 173609132 124162048 29754 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23070/statm: 30313 29754 54 142 0 30169 0
Current children cumulated CPU time (s) 1659.43
Current children cumulated vsize (KiB) 168820

[startup+1724.35 s]
/proc/loadavg: 1.00 1.07 1.30 2/79 23440
/proc/meminfo: memFree=1678320/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=123340 CPUtime=1700.09
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 30284 0 0 0 169967 42 0 0 25 0 1 0 173609132 126300160 30266 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23070/statm: 30835 30266 54 142 0 30691 0
Current children cumulated CPU time (s) 1719.49
Current children cumulated vsize (KiB) 170908

[startup+1784.44 s]
/proc/loadavg: 1.00 1.05 1.28 2/79 23440
/proc/meminfo: memFree=1675952/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=125604 CPUtime=1760.14
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 30847 0 0 0 175971 43 0 0 25 0 1 0 173609132 128618496 30829 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23070/statm: 31401 30829 54 142 0 31257 0
Current children cumulated CPU time (s) 1779.54
Current children cumulated vsize (KiB) 173172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.94 s]
/proc/loadavg: 1.00 1.05 1.27 2/79 23440
/proc/meminfo: memFree=1675248/2055920 swapFree=4192812/4192956
[pid=23048] ppid=23046 vsize=47568 CPUtime=19.4
/proc/23048/stat : 23048 (galac.sh) S 23046 23048 22361 0 -1 4194304 799 38772 0 1 0 0 1914 26 17 0 1 0 173607165 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23048/statm: 11892 363 245 79 0 218 0
[pid=23070] ppid=23048 vsize=126316 CPUtime=1780.63
/proc/23070/stat : 23070 (minisat) R 23048 23048 22361 0 -1 4194304 31021 0 0 0 178020 43 0 0 25 0 1 0 173609132 129347584 31003 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/23070/statm: 31579 31003 54 142 0 31435 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 173884

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 23048 and gives childrusage.ru_utime.tv_sec=19 childrusage.ru_utime.tv_usec=149088 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=273958
CPU time returned by wait4() is 19.423
while last known CPU time is 1800.03

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

Real time (s): 1804.95
CPU time (s): 1800.03
CPU user time (s): 1799.34
CPU system time (s): 0.69
CPU usage (%): 99.7273
Max. virtual memory (cumulated for all children) (KiB): 908632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1491
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39571
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= 1519
involuntary context switches= 2205

runsolver used 2.09268 s user time and 5.13222 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Jan  8 10:28:47 UTC 2007


IDJOB= 218328
IDBENCH= 5226
FILE ID= node26/218328-1168252125

PBS_JOBID= 3481933

Free space on /tmp= 66535 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  9f0f35ac60ef0860cbde30d7b6992e3d

RANDOM SEED= 146169546

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:       1680368 kB
Buffers:         33324 kB
Cached:         100704 kB
SwapCached:          0 kB
Active:         257676 kB
Inactive:        62060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4236 kB
Writeback:           0 kB
Mapped:         205936 kB
Slab:            40116 kB
Committed_AS:  3648700 kB
PageTables:       2640 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= 66532 MiB



End job on node26 on Mon Jan  8 10:58:54 UTC 2007