Trace number 225849

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.07 1802.68

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-57_ext.xml
MD5SUMf8bf2ea5c0f5bd31444eac644d9156f8
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 benchmark126.471
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.21	c start processing
2.21	c start relation processing
4.21	c start cnf exporting
23.81	c parsing time : 2.043
23.81	c preprocessing time : 23.649
23.81	
23.81	c Nary constraints - conflicts : 0 supports : 0
23.81	c Binary constraints - conflicts : 0 supports :84
23.81	c max arity constraint : 2
23.81	c Max Tuples generated 0
23.81	c relations : 84
23.81	c relations BDD: 0
23.81	c vars : 7201 - clauses :  674680
23.81	
23.86	 
23.87	c --- Minisat Stats ---
23.87	 

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/node18/watcher-225849-1168273663 -o ROOT/results/node18/solver-225849-1168273663 -C 1800 -M 900 /tmp/evaluation/225849-1168273663/galac.sh /tmp/evaluation/225849-1168273663/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.92 1.97 1.95 5/94 31804
/proc/meminfo: memFree=1574824/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=8560 CPUtime=0
/proc/31803/stat : 31803 (galac.sh) R 31801 31803 30771 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 175760959 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848996751 0 0 4096 8192 0 0 0 17 1 0 0
/proc/31803/statm: 2140 253 197 79 0 133 0

[startup+0.106503 s]
/proc/loadavg: 1.92 1.97 1.95 5/94 31804
/proc/meminfo: memFree=1574824/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=0.01
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.514538 s]
/proc/loadavg: 1.92 1.97 1.95 5/94 31804
/proc/meminfo: memFree=1574824/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=0.01
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.33762 s]
/proc/loadavg: 1.92 1.97 1.95 3/102 31824
/proc/meminfo: memFree=1496160/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=0.01
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31817] ppid=31803 vsize=861064 CPUtime=1.27
/proc/31817/stat : 31817 (java) R 31803 31803 30771 0 -1 0 22277 0 1 0 117 10 0 0 21 0 8 0 175760963 881729536 22029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073703918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31817/statm: 215266 22029 1970 14 0 201471 0
[pid=31817/tid=31818] ppid=31803 vsize=861064 CPUtime=0.08
/proc/31817/task/31818/stat : 31818 (java) S 31803 31803 30771 0 -1 64 6510 0 0 0 6 2 0 0 16 0 8 0 175760967 881729536 22029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31819] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31819/stat : 31819 (java) S 31803 31803 30771 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 175760967 881729536 22029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31820] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31820/stat : 31820 (java) S 31803 31803 30771 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175760967 881729536 22029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31821] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31821/stat : 31821 (java) S 31803 31803 30771 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175760971 881729536 22029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31822] ppid=31803 vsize=861064 CPUtime=0.12
/proc/31817/task/31822/stat : 31822 (java) S 31803 31803 30771 0 -1 64 899 0 0 0 12 0 0 0 16 0 8 0 175760971 881729536 22029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31823] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31823/stat : 31823 (java) S 31803 31803 30771 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175760971 881729536 22029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31824] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31824/stat : 31824 (java) S 31803 31803 30771 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175760971 881729536 22029 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.99077 s]
/proc/loadavg: 1.92 1.97 1.95 3/102 31824
/proc/meminfo: memFree=1485792/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=0.01
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31817] ppid=31803 vsize=861064 CPUtime=2.91
/proc/31817/stat : 31817 (java) R 31803 31803 30771 0 -1 0 24235 0 1 0 280 11 0 0 25 0 8 0 175760963 881729536 23984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073888554 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31817/statm: 215266 23984 1974 14 0 201471 0
[pid=31817/tid=31818] ppid=31803 vsize=861064 CPUtime=0.15
/proc/31817/task/31818/stat : 31818 (java) S 31803 31803 30771 0 -1 64 8429 0 0 0 12 3 0 0 16 0 8 0 175760967 881729536 23984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31819] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31819/stat : 31819 (java) S 31803 31803 30771 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 175760967 881729536 23984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31820] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31820/stat : 31820 (java) S 31803 31803 30771 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175760967 881729536 23984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31821] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31821/stat : 31821 (java) S 31803 31803 30771 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175760971 881729536 23984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31822] ppid=31803 vsize=861064 CPUtime=0.17
/proc/31817/task/31822/stat : 31822 (java) S 31803 31803 30771 0 -1 64 924 0 0 0 17 0 0 0 16 0 8 0 175760971 881729536 23984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31823] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31823/stat : 31823 (java) S 31803 31803 30771 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175760971 881729536 23984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31824] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31824/stat : 31824 (java) S 31803 31803 30771 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175760971 881729536 23984 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.2751 s]
/proc/loadavg: 1.93 1.97 1.95 3/102 31824
/proc/meminfo: memFree=1470752/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=0.01
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31817] ppid=31803 vsize=861064 CPUtime=6.17
/proc/31817/stat : 31817 (java) R 31803 31803 30771 0 -1 0 27788 0 1 0 603 14 0 0 25 0 8 0 175760963 881729536 27532 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073751212 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31817/statm: 215266 27532 1993 14 0 201471 0
[pid=31817/tid=31818] ppid=31803 vsize=861064 CPUtime=0.29
/proc/31817/task/31818/stat : 31818 (java) S 31803 31803 30771 0 -1 64 11897 0 0 0 25 4 0 0 16 0 8 0 175760967 881729536 27532 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31819] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31819/stat : 31819 (java) S 31803 31803 30771 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175760967 881729536 27532 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31820] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31820/stat : 31820 (java) S 31803 31803 30771 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175760967 881729536 27532 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31821] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31821/stat : 31821 (java) S 31803 31803 30771 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175760971 881729536 27532 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31822] ppid=31803 vsize=861064 CPUtime=0.23
/proc/31817/task/31822/stat : 31822 (java) S 31803 31803 30771 0 -1 64 966 0 0 0 23 0 0 0 16 0 8 0 175760971 881729536 27532 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31823] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31823/stat : 31823 (java) S 31803 31803 30771 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175760971 881729536 27532 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31824] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31824/stat : 31824 (java) S 31803 31803 30771 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175760971 881729536 27532 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908636

[startup+12.6767 s]
/proc/loadavg: 1.93 1.97 1.95 3/102 31824
/proc/meminfo: memFree=1465576/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=0.01
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31817] ppid=31803 vsize=861064 CPUtime=12.5
/proc/31817/stat : 31817 (java) R 31803 31803 30771 0 -1 0 27801 0 1 0 1234 16 0 0 25 0 8 0 175760963 881729536 27533 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073945566 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31817/statm: 215266 27533 1994 14 0 201471 0
[pid=31817/tid=31818] ppid=31803 vsize=861064 CPUtime=0.29
/proc/31817/task/31818/stat : 31818 (java) S 31803 31803 30771 0 -1 64 11898 0 0 0 25 4 0 0 16 0 8 0 175760967 881729536 27533 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31819] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31819/stat : 31819 (java) S 31803 31803 30771 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175760967 881729536 27533 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31820] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31820/stat : 31820 (java) S 31803 31803 30771 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175760967 881729536 27533 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31821] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31821/stat : 31821 (java) S 31803 31803 30771 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175760971 881729536 27533 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31822] ppid=31803 vsize=861064 CPUtime=0.23
/proc/31817/task/31822/stat : 31822 (java) S 31803 31803 30771 0 -1 64 966 0 0 0 23 0 0 0 16 0 8 0 175760971 881729536 27533 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31823] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31823/stat : 31823 (java) S 31803 31803 30771 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175760971 881729536 27533 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31817/tid=31824] ppid=31803 vsize=861064 CPUtime=0
/proc/31817/task/31824/stat : 31824 (java) S 31803 31803 30771 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175760971 881729536 27533 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 908636

[startup+25.531 s]
/proc/loadavg: 1.95 1.97 1.95 3/95 31825
/proc/meminfo: memFree=1531744/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=32584 CPUtime=1.64
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 8035 0 0 0 160 4 0 0 25 0 1 0 175763346 33366016 8017 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527256 0 0 4096 3 0 0 0 17 1 0 0
/proc/31825/statm: 8146 8017 54 142 0 8002 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 80156

[startup+51.2054 s]
/proc/loadavg: 1.96 1.97 1.95 3/95 31825
/proc/meminfo: memFree=1505504/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=58248 CPUtime=27.07
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 14428 0 0 0 2698 9 0 0 25 0 1 0 175763346 59645952 14410 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/31825/statm: 14562 14410 54 142 0 14418 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 105820

[startup+102.507 s]
/proc/loadavg: 2.06 1.99 1.96 3/99 31952
/proc/meminfo: memFree=1410496/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=86164 CPUtime=78.17
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 21373 0 0 0 7799 18 0 0 25 0 1 0 175763346 88231936 21355 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 21541 21355 54 142 0 21397 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 133736

[startup+162.594 s]
/proc/loadavg: 1.90 1.94 1.94 4/88 32060
/proc/meminfo: memFree=1413328/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=113488 CPUtime=138.16
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 28155 0 0 0 13790 26 0 0 25 0 1 0 175763346 116211712 28137 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 28372 28137 54 142 0 28228 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 161060

[startup+222.679 s]
/proc/loadavg: 1.96 1.95 1.94 3/88 32060
/proc/meminfo: memFree=1356112/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=137008 CPUtime=198.18
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 33951 0 0 0 19788 30 0 0 25 0 1 0 175763346 140296192 33933 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 34252 33933 54 142 0 34108 0
Current children cumulated CPU time (s) 221.75
Current children cumulated vsize (KiB) 184580

[startup+282.772 s]
/proc/loadavg: 2.21 2.00 1.96 3/88 32060

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

/proc/loadavg: 2.03 2.03 2.00 3/88 32060
/proc/meminfo: memFree=972688/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=338416 CPUtime=1098.56
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 83557 0 0 0 109777 79 0 0 25 0 1 0 175763346 346537984 83539 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 84604 83539 54 142 0 84460 0
Current children cumulated CPU time (s) 1122.13
Current children cumulated vsize (KiB) 385988

[startup+1184.11 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 32060
/proc/meminfo: memFree=957968/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=346820 CPUtime=1158.59
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 85644 0 0 0 115777 82 0 0 25 0 1 0 175763346 355143680 85626 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 86705 85626 54 142 0 86561 0
Current children cumulated CPU time (s) 1182.16
Current children cumulated vsize (KiB) 394392

[startup+1244.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 32060
/proc/meminfo: memFree=944208/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=354144 CPUtime=1218.61
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 87464 0 0 0 121777 84 0 0 25 0 1 0 175763346 362643456 87446 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 88536 87446 54 142 0 88392 0
Current children cumulated CPU time (s) 1242.18
Current children cumulated vsize (KiB) 401716

[startup+1304.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 32060
/proc/meminfo: memFree=926480/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=364480 CPUtime=1278.65
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 89994 0 0 0 127779 86 0 0 25 0 1 0 175763346 373227520 89976 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 91120 89976 54 142 0 90976 0
Current children cumulated CPU time (s) 1302.22
Current children cumulated vsize (KiB) 412052

[startup+1364.38 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32060
/proc/meminfo: memFree=915536/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=371468 CPUtime=1338.68
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 91761 0 0 0 133780 88 0 0 25 0 1 0 175763346 380383232 91743 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 92867 91743 54 142 0 92723 0
Current children cumulated CPU time (s) 1362.25
Current children cumulated vsize (KiB) 419040

[startup+1424.47 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32060
/proc/meminfo: memFree=897424/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=384744 CPUtime=1398.68
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 94997 0 0 0 139777 91 0 0 25 0 1 0 175763346 393977856 94979 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 96186 94979 54 142 0 96042 0
Current children cumulated CPU time (s) 1422.25
Current children cumulated vsize (KiB) 432316

[startup+1484.55 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32060
/proc/meminfo: memFree=879696/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=393372 CPUtime=1458.72
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 97100 0 0 0 145778 94 0 0 25 0 1 0 175763346 402812928 97082 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 98343 97082 54 142 0 98199 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 440944

[startup+1544.64 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32060
/proc/meminfo: memFree=863824/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=402872 CPUtime=1518.75
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 99405 0 0 0 151779 96 0 0 25 0 1 0 175763346 412540928 99387 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 100718 99387 54 142 0 100574 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 450444

[startup+1604.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32060
/proc/meminfo: memFree=852240/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=410136 CPUtime=1578.76
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 101218 0 0 0 157778 98 0 0 25 0 1 0 175763346 419979264 101200 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 102534 101200 54 142 0 102390 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 457708

[startup+1664.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32060
/proc/meminfo: memFree=834576/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=422648 CPUtime=1638.79
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 104321 0 0 0 163779 100 0 0 25 0 1 0 175763346 432791552 104303 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 105662 104303 54 142 0 105518 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 470220

[startup+1724.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32060
/proc/meminfo: memFree=821840/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=430380 CPUtime=1698.82
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 106281 0 0 0 169780 102 0 0 25 0 1 0 175763346 440709120 106263 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 107595 106263 54 142 0 107451 0
Current children cumulated CPU time (s) 1722.39
Current children cumulated vsize (KiB) 477952

[startup+1784.99 s]
/proc/loadavg: 2.08 2.03 2.00 3/88 32060
/proc/meminfo: memFree=804688/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=437796 CPUtime=1758.83
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 108102 0 0 0 175779 104 0 0 25 0 1 0 175763346 448303104 108084 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 109449 108084 54 142 0 109305 0
Current children cumulated CPU time (s) 1782.4
Current children cumulated vsize (KiB) 485368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.66 s]
/proc/loadavg: 2.06 2.03 2.00 3/88 32060
/proc/meminfo: memFree=800720/2055920 swapFree=4192812/4192956
[pid=31803] ppid=31801 vsize=47572 CPUtime=23.57
/proc/31803/stat : 31803 (galac.sh) S 31801 31803 30771 0 -1 4194304 800 29546 0 1 0 0 2335 22 17 0 1 0 175760959 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31803/statm: 11893 364 246 79 0 218 0
[pid=31825] ppid=31803 vsize=439868 CPUtime=1776.5
/proc/31825/stat : 31825 (minisat) R 31803 31803 30771 0 -1 4194304 108615 0 0 0 177546 104 0 0 25 0 1 0 175763346 450424832 108597 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31825/statm: 109967 108597 54 142 0 109823 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 487440

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 31803 and gives childrusage.ru_utime.tv_sec=23 childrusage.ru_utime.tv_usec=358448 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=235964
CPU time returned by wait4() is 23.5944
while last known CPU time is 1800.07

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

Real time (s): 1802.68
CPU time (s): 1800.07
CPU user time (s): 1798.81
CPU system time (s): 1.26
CPU usage (%): 99.8555
Max. virtual memory (cumulated for all children) (KiB): 908636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.3584
system time used= 0.235964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30346
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= 1643
involuntary context switches= 2703

runsolver used 2.14367 s user time and 5.82911 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan  8 16:27:43 UTC 2007


IDJOB= 225849
IDBENCH= 5902
FILE ID= node18/225849-1168273663

PBS_JOBID= 3482989

Free space on /tmp= 66299 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  f8bf2ea5c0f5bd31444eac644d9156f8

RANDOM SEED= 647144728

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.231
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.231
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:       1575240 kB
Buffers:         76776 kB
Cached:         257784 kB
SwapCached:          0 kB
Active:         249448 kB
Inactive:       173384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4728 kB
Writeback:           0 kB
Mapped:         114868 kB
Slab:            42656 kB
Committed_AS:  5205672 kB
PageTables:       2200 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= 66274 MiB



End job on node18 on Mon Jan  8 16:57:45 UTC 2007