Trace number 225208

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 1805.91

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-49_ext.xml
MD5SUMe7744e2e0b31c6eb2d2c94934bc76323
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.98479
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
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 ---
2.28	c start processing
2.28	c start relation processing
4.28	c start cnf exporting
23.38	c parsing time : 2.12
23.38	c preprocessing time : 23.218
23.38	
23.38	c Nary constraints - conflicts : 0 supports : 0
23.38	c Binary constraints - conflicts : 0 supports :84
23.38	c max arity constraint : 2
23.38	c Max Tuples generated 0
23.38	c relations : 84
23.38	c relations BDD: 0
23.38	c vars : 7201 - clauses :  674680
23.38	
23.44	 
23.44	c --- Minisat Stats ---
23.44	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node7/watcher-225208-1168271303 -o ROOT/results/node7/solver-225208-1168271303 -C 1800 -M 900 /tmp/evaluation/225208-1168271303/galac.sh /tmp/evaluation/225208-1168271303/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.14 2.50 2.45 5/87 32600
/proc/meminfo: memFree=1572368/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=8560 CPUtime=0
/proc/32599/stat : 32599 (galac.sh) R 32597 32599 32529 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 175525753 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244671301519 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32599/statm: 2140 253 197 79 0 133 0

[startup+0.106296 s]
/proc/loadavg: 2.14 2.50 2.45 5/87 32600
/proc/meminfo: memFree=1572368/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=0.02
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.514338 s]
/proc/loadavg: 2.14 2.50 2.45 5/87 32600
/proc/meminfo: memFree=1572368/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=0.02
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+1.33543 s]
/proc/loadavg: 2.14 2.50 2.45 3/95 32620
/proc/meminfo: memFree=1493520/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=0.02
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32613] ppid=32599 vsize=860852 CPUtime=1.27
/proc/32613/stat : 32613 (java) R 32599 32599 32529 0 -1 0 21649 0 1 0 114 13 0 0 25 0 8 0 175525756 881512448 21401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073526978 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32613/statm: 215213 21401 1970 14 0 201471 0
[pid=32613/tid=32614] ppid=32599 vsize=860852 CPUtime=0.08
/proc/32613/task/32614/stat : 32614 (java) S 32599 32599 32529 0 -1 64 5881 0 0 0 6 2 0 0 16 0 8 0 175525760 881512448 21401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32615] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32615/stat : 32615 (java) S 32599 32599 32529 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 175525760 881512448 21401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32616] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32616/stat : 32616 (java) S 32599 32599 32529 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175525760 881512448 21401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32617] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32617/stat : 32617 (java) S 32599 32599 32529 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 175525764 881512448 21401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32618] ppid=32599 vsize=860852 CPUtime=0.13
/proc/32613/task/32618/stat : 32618 (java) S 32599 32599 32529 0 -1 64 898 0 0 0 12 1 0 0 16 0 8 0 175525764 881512448 21401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32619] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32619/stat : 32619 (java) S 32599 32599 32529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175525764 881512448 21401 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32620] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32620/stat : 32620 (java) S 32599 32599 32529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175525764 881512448 21401 18446744073709551615 134512640 134570532 4294956096 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) 908416

[startup+2.97359 s]
/proc/loadavg: 2.13 2.49 2.44 3/95 32620
/proc/meminfo: memFree=1480656/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=0.02
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32613] ppid=32599 vsize=860852 CPUtime=2.91
/proc/32613/stat : 32613 (java) R 32599 32599 32529 0 -1 0 24857 0 1 0 275 16 0 0 25 0 8 0 175525756 881512448 24606 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073883644 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32613/statm: 215213 24606 1974 14 0 201471 0
[pid=32613/tid=32614] ppid=32599 vsize=860852 CPUtime=0.18
/proc/32613/task/32614/stat : 32614 (java) S 32599 32599 32529 0 -1 64 9050 0 0 0 14 4 0 0 16 0 8 0 175525760 881512448 24606 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32615] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32615/stat : 32615 (java) S 32599 32599 32529 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 175525760 881512448 24606 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32616] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32616/stat : 32616 (java) S 32599 32599 32529 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175525760 881512448 24606 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32617] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32617/stat : 32617 (java) S 32599 32599 32529 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 175525764 881512448 24606 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32618] ppid=32599 vsize=860852 CPUtime=0.18
/proc/32613/task/32618/stat : 32618 (java) S 32599 32599 32529 0 -1 64 923 0 0 0 17 1 0 0 16 0 8 0 175525764 881512448 24606 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32619] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32619/stat : 32619 (java) S 32599 32599 32529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175525764 881512448 24606 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32620] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32620/stat : 32620 (java) R 32599 32599 32529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175525764 881512448 24606 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908416

[startup+6.17393 s]
/proc/loadavg: 2.13 2.49 2.44 3/95 32620
/proc/meminfo: memFree=1464976/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=0.02
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32613] ppid=32599 vsize=860852 CPUtime=6.09
/proc/32613/stat : 32613 (java) R 32599 32599 32529 0 -1 0 28420 0 1 0 589 20 0 0 25 0 8 0 175525756 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073658548 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32613/statm: 215213 28165 1993 14 0 201471 0
[pid=32613/tid=32614] ppid=32599 vsize=860852 CPUtime=0.34
/proc/32613/task/32614/stat : 32614 (java) S 32599 32599 32529 0 -1 64 12529 0 0 0 28 6 0 0 16 0 8 0 175525760 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32615] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32615/stat : 32615 (java) S 32599 32599 32529 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 175525760 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32616] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32616/stat : 32616 (java) S 32599 32599 32529 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175525760 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32617] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32617/stat : 32617 (java) S 32599 32599 32529 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 175525764 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32618] ppid=32599 vsize=860852 CPUtime=0.25
/proc/32613/task/32618/stat : 32618 (java) S 32599 32599 32529 0 -1 64 965 0 0 0 23 2 0 0 15 0 8 0 175525764 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32619] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32619/stat : 32619 (java) S 32599 32599 32529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175525764 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32620] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32620/stat : 32620 (java) S 32599 32599 32529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175525764 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 908416

[startup+12.6606 s]
/proc/loadavg: 2.11 2.47 2.44 3/95 32620
/proc/meminfo: memFree=1459280/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=0.02
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32613] ppid=32599 vsize=860852 CPUtime=12.55
/proc/32613/stat : 32613 (java) R 32599 32599 32529 0 -1 0 28433 0 1 0 1232 23 0 0 25 0 8 0 175525756 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073939943 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32613/statm: 215213 28165 1993 14 0 201471 0
[pid=32613/tid=32614] ppid=32599 vsize=860852 CPUtime=0.34
/proc/32613/task/32614/stat : 32614 (java) S 32599 32599 32529 0 -1 64 12529 0 0 0 28 6 0 0 16 0 8 0 175525760 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32615] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32615/stat : 32615 (java) S 32599 32599 32529 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 175525760 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32616] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32616/stat : 32616 (java) S 32599 32599 32529 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175525760 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32617] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32617/stat : 32617 (java) S 32599 32599 32529 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 175525764 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32618] ppid=32599 vsize=860852 CPUtime=0.25
/proc/32613/task/32618/stat : 32618 (java) S 32599 32599 32529 0 -1 64 965 0 0 0 23 2 0 0 15 0 8 0 175525764 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32619] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32619/stat : 32619 (java) S 32599 32599 32529 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175525764 881512448 28165 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32613/tid=32620] ppid=32599 vsize=860852 CPUtime=0
/proc/32613/task/32620/stat : 32620 (java) S 32599 32599 32529 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175525764 881512448 28165 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) 908416

[startup+25.558 s]
/proc/loadavg: 2.09 2.46 2.43 3/88 32621
/proc/meminfo: memFree=1525512/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=34956 CPUtime=2.09
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 8606 0 0 0 202 7 0 0 25 0 1 0 175528097 35794944 8588 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529450 0 0 4096 3 0 0 0 17 1 0 0
/proc/32621/statm: 8739 8588 54 142 0 8595 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 82520

[startup+51.2387 s]
/proc/loadavg: 2.06 2.42 2.42 3/88 32621
/proc/meminfo: memFree=1479304/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=75700 CPUtime=27.65
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 18788 0 0 0 2749 16 0 0 25 0 1 0 175528097 77516800 18770 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529412 0 0 4096 3 0 0 0 17 1 0 0
/proc/32621/statm: 18925 18770 54 142 0 18781 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 123264

[startup+102.489 s]
/proc/loadavg: 2.02 2.35 2.40 3/88 32621
/proc/meminfo: memFree=1428488/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=121396 CPUtime=78.65
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 30214 0 0 0 7840 25 0 0 25 0 1 0 175528097 124309504 30196 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/32621/statm: 30349 30196 54 142 0 30205 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 168960

[startup+162.577 s]
/proc/loadavg: 2.01 2.28 2.37 3/88 32621
/proc/meminfo: memFree=1377416/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=166208 CPUtime=138.45
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 41392 0 0 0 13812 33 0 0 25 0 1 0 175528097 170196992 41374 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/32621/statm: 41552 41374 54 142 0 41408 0
Current children cumulated CPU time (s) 161.71
Current children cumulated vsize (KiB) 213772

[startup+222.666 s]
/proc/loadavg: 2.00 2.23 2.34 3/88 32621
/proc/meminfo: memFree=1336136/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=200812 CPUtime=198.27
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 50037 0 0 0 19786 41 0 0 25 0 1 0 175528097 205631488 50019 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/32621/statm: 50203 50019 54 142 0 50059 0
Current children cumulated CPU time (s) 221.53
Current children cumulated vsize (KiB) 248376

[startup+282.759 s]
/proc/loadavg: 2.05 2.20 2.32 3/88 32621

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

/proc/loadavg: 1.99 2.00 2.11 3/87 431
/proc/meminfo: memFree=1178072/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=480604 CPUtime=1095.4
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 119658 0 0 0 109438 102 0 0 25 0 1 0 175528097 492138496 119640 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 0 0 0
/proc/32621/statm: 120151 119640 54 142 0 120007 0
Current children cumulated CPU time (s) 1118.66
Current children cumulated vsize (KiB) 528168

[startup+1183.72 s]
/proc/loadavg: 1.99 2.00 2.09 3/87 431
/proc/meminfo: memFree=1179672/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=490776 CPUtime=1155.27
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 122145 0 0 0 115424 103 0 0 25 0 1 0 175528097 502554624 122127 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 0 0 0
/proc/32621/statm: 122694 122127 54 142 0 122550 0
Current children cumulated CPU time (s) 1178.53
Current children cumulated vsize (KiB) 538340

[startup+1243.76 s]
/proc/loadavg: 1.99 2.00 2.09 3/87 431
/proc/meminfo: memFree=1164376/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=500560 CPUtime=1215.25
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 124578 0 0 0 121420 105 0 0 25 0 1 0 175528097 512573440 124560 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32621/statm: 125140 124560 54 142 0 124996 0
Current children cumulated CPU time (s) 1238.51
Current children cumulated vsize (KiB) 548124

[startup+1303.8 s]
/proc/loadavg: 1.99 2.00 2.08 3/87 431
/proc/meminfo: memFree=1150360/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=511736 CPUtime=1275.2
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 127360 0 0 0 127414 106 0 0 25 0 1 0 175528097 524017664 127342 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/32621/statm: 127934 127342 54 142 0 127790 0
Current children cumulated CPU time (s) 1298.46
Current children cumulated vsize (KiB) 559300

[startup+1363.83 s]
/proc/loadavg: 1.99 2.00 2.08 3/87 431
/proc/meminfo: memFree=1150744/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=520320 CPUtime=1335.18
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 129485 0 0 0 133410 108 0 0 25 0 1 0 175528097 532807680 129467 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/32621/statm: 130080 129467 54 142 0 129936 0
Current children cumulated CPU time (s) 1358.44
Current children cumulated vsize (KiB) 567884

[startup+1423.86 s]
/proc/loadavg: 1.99 2.00 2.07 3/87 431
/proc/meminfo: memFree=1144152/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=529668 CPUtime=1395.17
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 131808 0 0 0 139407 110 0 0 25 0 1 0 175528097 542380032 131790 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32621/statm: 132417 131790 54 142 0 132273 0
Current children cumulated CPU time (s) 1418.43
Current children cumulated vsize (KiB) 577232

[startup+1483.9 s]
/proc/loadavg: 1.99 2.00 2.06 3/87 431
/proc/meminfo: memFree=1147096/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=542916 CPUtime=1455.12
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 134983 0 0 0 145399 113 0 0 25 0 1 0 175528097 555945984 134965 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529318 0 0 4096 3 0 0 0 17 0 0 0
/proc/32621/statm: 135729 134965 54 142 0 135585 0
Current children cumulated CPU time (s) 1478.38
Current children cumulated vsize (KiB) 590480

[startup+1543.94 s]
/proc/loadavg: 1.99 2.00 2.06 3/87 431
/proc/meminfo: memFree=1153560/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=555968 CPUtime=1515.1
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 138147 0 0 0 151395 115 0 0 25 0 1 0 175528097 569311232 138129 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32621/statm: 138992 138129 54 142 0 138848 0
Current children cumulated CPU time (s) 1538.36
Current children cumulated vsize (KiB) 603532

[startup+1603.99 s]
/proc/loadavg: 1.98 2.00 2.05 2/79 530
/proc/meminfo: memFree=1174936/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=565676 CPUtime=1575.08
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 140500 0 0 0 157389 119 0 0 25 0 1 0 175528097 579252224 140482 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 0 0 0
/proc/32621/statm: 141419 140482 54 142 0 141275 0
Current children cumulated CPU time (s) 1598.34
Current children cumulated vsize (KiB) 613240

[startup+1664.04 s]
/proc/loadavg: 2.07 2.01 2.05 3/95 930
/proc/meminfo: memFree=1038416/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=576140 CPUtime=1635.05
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 143074 0 0 0 163380 125 0 0 25 0 1 0 175528097 589967360 143056 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/32621/statm: 144035 143056 54 142 0 143891 0
Current children cumulated CPU time (s) 1658.31
Current children cumulated vsize (KiB) 623704

[startup+1724.13 s]
/proc/loadavg: 1.89 1.98 2.03 3/95 1153
/proc/meminfo: memFree=1115856/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=585176 CPUtime=1695.08
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 145196 0 0 0 169376 132 0 0 25 0 1 0 175528097 599220224 145178 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/32621/statm: 146294 145178 54 142 0 146150 0
Current children cumulated CPU time (s) 1718.34
Current children cumulated vsize (KiB) 632740

[startup+1784.22 s]
/proc/loadavg: 1.96 1.98 2.03 3/95 1153
/proc/meminfo: memFree=1107280/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=594812 CPUtime=1755.12
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 147470 0 0 0 175378 134 0 0 25 0 1 0 175528097 609087488 147452 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 0 0 0
/proc/32621/statm: 148703 147452 54 142 0 148559 0
Current children cumulated CPU time (s) 1778.38
Current children cumulated vsize (KiB) 642376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.89 s]
/proc/loadavg: 1.97 1.98 2.03 3/95 1153
/proc/meminfo: memFree=1104336/2055920 swapFree=4192812/4192956
[pid=32599] ppid=32597 vsize=47564 CPUtime=23.26
/proc/32599/stat : 32599 (galac.sh) S 32597 32599 32529 0 -1 4194304 800 30177 0 1 0 1 2295 30 17 0 1 0 175525753 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32599/statm: 11891 364 246 79 0 218 0
[pid=32621] ppid=32599 vsize=597592 CPUtime=1776.77
/proc/32621/stat : 32621 (minisat) R 32599 32599 32529 0 -1 4194304 148133 0 0 0 177542 135 0 0 25 0 1 0 175528097 611934208 148115 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 0 0 0
/proc/32621/statm: 149398 148115 54 142 0 149254 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 645156

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 32599 and gives childrusage.ru_utime.tv_sec=22 childrusage.ru_utime.tv_usec=955510 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=315951
CPU time returned by wait4() is 23.2715
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): 1805.91
CPU time (s): 1800.03
CPU user time (s): 1798.37
CPU system time (s): 1.66
CPU usage (%): 99.6746
Max. virtual memory (cumulated for all children) (KiB): 908416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.9555
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30977
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= 1712
involuntary context switches= 1931

runsolver used 1.9467 s user time and 5.85711 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Jan  8 15:48:23 UTC 2007


IDJOB= 225208
IDBENCH= 5835
FILE ID= node7/225208-1168271303

PBS_JOBID= 3483005

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-49_ext.xml
COMMAND LINE= /tmp/evaluation/225208-1168271303/galac.sh /tmp/evaluation/225208-1168271303/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-225208-1168271303 -o ROOT/results/node7/solver-225208-1168271303 -C 1800 -M 900  /tmp/evaluation/225208-1168271303/galac.sh /tmp/evaluation/225208-1168271303/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  e7744e2e0b31c6eb2d2c94934bc76323

RANDOM SEED= 89070112

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1572848 kB
Buffers:         60452 kB
Cached:         140012 kB
SwapCached:          0 kB
Active:         341608 kB
Inactive:        88184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4820 kB
Writeback:           0 kB
Mapped:         249428 kB
Slab:            37740 kB
Committed_AS:  5525008 kB
PageTables:       2696 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= 66545 MiB



End job on node7 on Mon Jan  8 16:18:29 UTC 2007