Trace number 339521

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
SATzilla CRAFTED? (exit code) 1198.93 1199.25

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-hwb-n26-01-S1957858365.sat05-500.reshuffled-07.cnf
MD5SUM19ef5308d30d988d80538312a4c92391
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1144
Satisfiable
(Un)Satisfiability was proved
Number of variables172
Number of clauses832
Sum of the clauses size2818
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3482
Number of clauses of size 4336
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.98/11.09	c run March_dl for 5 seconds ... 
10.98/11.09	c Bin: Executing march_dl
10.98/11.09	c child exit by a signal
10.98/11.09	c march_dl returned code 137.
10.98/11.09	c run saps (UBCSAT implementation) for 2 seconds ... 
10.98/11.09	c Bin: Executing ubcsat2006
10.98/11.09	c child exited successfully
10.98/11.09	c ubcsat2006 returned code 0.
10.98/11.09	c satzilla computing base features
10.98/11.09	c satzilla doing unit-prop probe
10.98/11.09	c satzilla doing local search probe
10.98/11.09	c satzilla doing lobjois search-space size estimate
10.98/11.09	c satzilla's ranking:
10.98/11.09	c 1) zchaff_rand+P: -1.346421
10.98/11.09	c 2) march_dl+P: 0.276264
10.98/11.09	c 3) minisat20: 0.750419
10.98/11.09	c 4) vallst+P: 1.189226
10.98/11.09	c 5) minisat20+P: 1.384132
10.98/11.09	c 6) march_dl: 2.564609
10.98/11.09	c 7) kcnfs+P: 999.000000
10.98/11.09	c 8) kcnfs: 999.000000
10.98/11.09	c 9) vallst: 999.000000
10.98/11.09	c 10) zchaff_rand: 999.000000
10.98/11.09	c satzilla running zchaff_rand with preprocessing ... 
1198.86/1199.24	c Preprocessing...
1198.86/1199.24	c Inital problem has 172 variables, 818 nary clauses (14 binary clauses).
1198.86/1199.24	c Num non-binary clauses 818, Average non-binary clause length 3.411
1198.86/1199.24	c Theory has no gaps
1198.86/1199.24	c Preprocessor runtime was 0.000 seconds.
1198.86/1199.24	c 
1198.86/1199.24	c Satisfiability of theory still undetermined.
1198.86/1199.24	c See file /tmp/8UYk25 for simplified theory.
1198.86/1199.24	c Bin: Executing zchaff_rand
1198.86/1199.24	c child exit by a signal
1198.86/1199.24	c zchaff_rand returned code 137.
1198.86/1199.24	c zchaff_rand returned code 137.
1198.86/1199.24	c satzilla running march_dl with preprocessing ... 
1198.86/1199.24	c Bin: Executing march_dl
1198.86/1199.24	c march_dl returned code 1.
1198.86/1199.24	c march_dl returned code 1.
1198.86/1199.24	c satzilla running minisat20 ... 
1198.86/1199.24	c Bin: Executing minisat20
1198.86/1199.24	c minisat20 returned code 1.
1198.86/1199.24	c minisat20 returned code 1.
1198.86/1199.24	c satzilla running vallst with preprocessing ... 
1198.86/1199.24	c Bin: Executing vallst
1198.86/1199.24	c vallst returned code 1.
1198.86/1199.24	c vallst returned code 1.
1198.86/1199.24	c satzilla running minisat20 with preprocessing ... 
1198.86/1199.24	c Bin: Executing minisat20
1198.86/1199.24	c minisat20 returned code 1.
1198.86/1199.24	c minisat20 returned code 1.
1198.86/1199.24	c satzilla running march_dl ... 
1198.86/1199.24	c Bin: Executing march_dl
1198.86/1199.24	c march_dl returned code 1.
1198.86/1199.24	c march_dl returned code 1.
1198.86/1199.24	c satzilla running kcnfs with preprocessing ... 
1198.86/1199.24	c Bin: Executing kcnfs
1198.86/1199.24	c kcnfs returned code 1.
1198.86/1199.24	c kcnfs returned code 1.
1198.86/1199.24	c satzilla running kcnfs ... 
1198.86/1199.24	c Bin: Executing kcnfs
1198.86/1199.24	c kcnfs returned code 1.
1198.86/1199.24	c kcnfs returned code 1.
1198.86/1199.24	c satzilla running vallst ... 
1198.86/1199.24	c Bin: Executing vallst
1198.86/1199.24	c vallst returned code 1.
1198.86/1199.24	c vallst returned code 1.
1198.86/1199.24	c satzilla running zchaff_rand ... 
1198.86/1199.24	c Bin: Executing zchaff_rand
1198.86/1199.24	c zchaff_rand returned code 1.
1198.86/1199.24	c zchaff_rand returned code 1.
1198.86/1199.24	c ERROR: All Failed! 
1198.86/1199.24	c SATZILLA_TIME=1199.090000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node59/watcher-339521-1173706388 -o ROOT/results/node59/solver-339521-1173706388 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339521-1173706388/SATzilla2007_C /tmp/evaluation/339521-1173706388/instance-339521-1173706388.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.43 6.94 4.28 3/64 27784
/proc/meminfo: memFree=1788960/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1440 CPUtime=0
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390595482 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 360 110 95 260 0 84 0
[pid=27785] ppid=27784 vsize=640 CPUtime=0
/proc/27785/stat : 27785 (march_dl) R 27784 27784 26921 0 -1 4194304 95 0 0 0 0 0 0 0 19 0 1 0 390595482 655360 87 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134588912 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27785/statm: 160 88 57 118 0 39 0

[startup+0.0757851 s]
/proc/loadavg: 7.43 6.94 4.28 3/64 27784
/proc/meminfo: memFree=1788960/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1440 CPUtime=0
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390595482 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 360 110 95 260 0 84 0
[pid=27785] ppid=27784 vsize=772 CPUtime=0.07
/proc/27785/stat : 27785 (march_dl) R 27784 27784 26921 0 -1 4194304 154 0 0 0 7 0 0 0 19 0 1 0 390595482 790528 146 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27785/statm: 193 146 75 118 0 72 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2212

[startup+0.101787 s]
/proc/loadavg: 7.43 6.94 4.28 3/64 27784
/proc/meminfo: memFree=1788960/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1440 CPUtime=0
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390595482 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 360 110 95 260 0 84 0
[pid=27785] ppid=27784 vsize=772 CPUtime=0.09
/proc/27785/stat : 27785 (march_dl) R 27784 27784 26921 0 -1 4194304 155 0 0 0 9 0 0 0 19 0 1 0 390595482 790528 147 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134568210 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27785/statm: 193 147 75 118 0 72 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2212

[startup+0.301809 s]
/proc/loadavg: 7.43 6.94 4.28 3/64 27784
/proc/meminfo: memFree=1788960/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1440 CPUtime=0
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390595482 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 360 110 95 260 0 84 0
[pid=27785] ppid=27784 vsize=772 CPUtime=0.29
/proc/27785/stat : 27785 (march_dl) R 27784 27784 26921 0 -1 4194304 155 0 0 0 29 0 0 0 20 0 1 0 390595482 790528 147 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134521552 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27785/statm: 193 148 75 118 0 72 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2212

[startup+0.701853 s]
/proc/loadavg: 7.43 6.94 4.28 3/64 27784
/proc/meminfo: memFree=1788960/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1440 CPUtime=0
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390595482 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 360 110 95 260 0 84 0
[pid=27785] ppid=27784 vsize=772 CPUtime=0.69
/proc/27785/stat : 27785 (march_dl) R 27784 27784 26921 0 -1 4194304 157 0 0 0 69 0 0 0 24 0 1 0 390595482 790528 149 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134587489 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27785/statm: 193 149 75 118 0 72 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2212

[startup+1.50194 s]
/proc/loadavg: 7.43 6.94 4.28 2/66 27786
/proc/meminfo: memFree=1788496/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1440 CPUtime=0
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390595482 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 360 110 95 260 0 84 0
[pid=27785] ppid=27784 vsize=904 CPUtime=1.49
/proc/27785/stat : 27785 (march_dl) R 27784 27784 26921 0 -1 4194304 159 0 0 0 149 0 0 0 25 0 1 0 390595482 925696 151 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551833 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27785/statm: 226 151 75 118 0 105 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2344

[startup+3.10112 s]
/proc/loadavg: 7.43 6.94 4.28 2/66 27786
/proc/meminfo: memFree=1788368/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1440 CPUtime=0
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390595482 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 360 110 95 260 0 84 0
[pid=27785] ppid=27784 vsize=904 CPUtime=3.09
/proc/27785/stat : 27785 (march_dl) R 27784 27784 26921 0 -1 4194304 160 0 0 0 309 0 0 0 25 0 1 0 390595482 925696 152 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27785/statm: 226 152 75 118 0 105 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2344

[startup+6.30147 s]
/proc/loadavg: 7.00 6.86 4.26 2/66 27787
/proc/meminfo: memFree=1788240/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1440 CPUtime=4.99
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 135 162 0 0 0 0 499 0 16 0 1 0 390595482 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27784/statm: 360 111 96 260 0 84 0
[pid=27787] ppid=27784 vsize=6188 CPUtime=1.29
/proc/27787/stat : 27787 (ubcsat2006) R 27784 27784 26921 0 -1 4194304 247 0 0 0 101 28 0 0 25 0 1 0 390595982 6336512 230 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27787/statm: 1547 230 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7012 s]
/proc/loadavg: 6.52 6.76 4.25 2/66 27788
/proc/meminfo: memFree=1786200/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=5252 CPUtime=1.58
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 952 0 0 0 157 1 0 0 25 0 1 0 390596592 5378048 822 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 1313 822 112 208 0 1085 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 7096

[startup+25.5016 s]
/proc/loadavg: 5.29 6.48 4.19 2/66 27788
/proc/meminfo: memFree=1780376/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=9968 CPUtime=14.38
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 2380 0 0 0 1432 6 0 0 25 0 1 0 390596592 10207232 2089 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 2492 2089 112 208 0 2264 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11812

[startup+51.1014 s]
/proc/loadavg: 3.83 6.04 4.11 2/66 27788
/proc/meminfo: memFree=1775576/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=17456 CPUtime=39.97
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 3930 0 0 0 3984 13 0 0 25 0 1 0 390596592 17874944 3318 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134544047 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 4364 3318 112 208 0 4136 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 19300

[startup+102.305 s]
/proc/loadavg: 2.23 5.26 3.94 2/66 27788
/proc/meminfo: memFree=1770328/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=30352 CPUtime=91.16
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 5865 0 0 0 9093 23 0 0 25 0 1 0 390596592 31080448 4612 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134555468 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 7588 4612 112 208 0 7360 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 32196

[startup+162.302 s]
/proc/loadavg: 1.45 4.48 3.75 2/66 27788
/proc/meminfo: memFree=1766616/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=31900 CPUtime=151.15
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 6813 0 0 0 15083 32 0 0 25 0 1 0 390596592 32665600 5560 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 7975 5560 112 208 0 7747 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 33744

[startup+222.301 s]
/proc/loadavg: 1.16 3.84 3.58 2/66 27788
/proc/meminfo: memFree=1763800/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=33208 CPUtime=211.13
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 7502 0 0 0 21075 38 0 0 25 0 1 0 390596592 34004992 6249 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 8302 6249 112 208 0 8074 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 35052

[startup+282.302 s]
/proc/loadavg: 1.06 3.32 3.41 2/66 27788
/proc/meminfo: memFree=1762392/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=38988 CPUtime=271.11
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 9091 0 0 0 27065 46 0 0 25 0 1 0 390596592 39923712 6557 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543639 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 9747 6557 112 208 0 9519 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 40832

[startup+342.302 s]
/proc/loadavg: 1.02 2.90 3.26 2/66 27788
/proc/meminfo: memFree=1761496/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=39252 CPUtime=331.1
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 9342 0 0 0 33058 52 0 0 25 0 1 0 390596592 40194048 6808 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 9813 6808 112 208 0 9585 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.37 2.33 2/66 27790
/proc/meminfo: memFree=1749848/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=52900 CPUtime=810.97
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 14794 0 0 0 80996 101 0 0 25 0 1 0 390596592 54169600 9699 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 13225 9699 112 208 0 12997 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 54744

[startup+882.301 s]
/proc/loadavg: 1.00 1.30 2.24 2/66 27790
/proc/meminfo: memFree=1748824/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=53428 CPUtime=870.96
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 15052 0 0 0 86989 107 0 0 25 0 1 0 390596592 54710272 9957 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 13357 9957 112 208 0 13129 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 55272

[startup+942.302 s]
/proc/loadavg: 1.00 1.24 2.16 2/66 27790
/proc/meminfo: memFree=1747416/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=53692 CPUtime=930.94
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 15403 0 0 0 92982 112 0 0 25 0 1 0 390596592 54980608 10308 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 13423 10308 112 208 0 13195 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 55536

[startup+1002.3 s]
/proc/loadavg: 1.00 1.20 2.09 2/66 27790
/proc/meminfo: memFree=1746008/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=70604 CPUtime=990.92
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 15733 0 0 0 98975 117 0 0 25 0 1 0 390596592 72298496 10638 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 17651 10638 112 208 0 17423 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 72448

[startup+1062.3 s]
/proc/loadavg: 1.00 1.16 2.02 2/66 27790
/proc/meminfo: memFree=1744600/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=71396 CPUtime=1050.91
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 16099 0 0 0 104968 123 0 0 25 0 1 0 390596592 73109504 11004 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 17849 11004 112 208 0 17621 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 73240

[startup+1122.3 s]
/proc/loadavg: 1.00 1.13 1.95 2/66 27790
/proc/meminfo: memFree=1743512/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=71788 CPUtime=1110.89
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 16374 0 0 0 110962 127 0 0 25 0 1 0 390596592 73510912 11246 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 17947 11246 112 208 0 17719 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 73632

[startup+1182.3 s]
/proc/loadavg: 1.00 1.10 1.89 2/66 27790
/proc/meminfo: memFree=1742808/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=71920 CPUtime=1170.87
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 16583 0 0 0 116955 132 0 0 25 0 1 0 390596592 73646080 11455 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 17980 11455 112 208 0 17752 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 73764

Solver just ended. Dumping a history of the last processes samples

[startup+1190.3 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 27790
/proc/meminfo: memFree=1742680/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=71920 CPUtime=1178.88
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 16600 0 0 0 117755 133 0 0 25 0 1 0 390596592 73646080 11472 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 17980 11472 112 208 0 17752 0
Current children cumulated CPU time (s) 1189.96
Current children cumulated vsize (KiB) 73764

[startup+1193.51 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 27790
/proc/meminfo: memFree=1742616/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=71920 CPUtime=1182.08
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 16608 0 0 0 118075 133 0 0 25 0 1 0 390596592 73646080 11480 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 17980 11480 112 208 0 17752 0
Current children cumulated CPU time (s) 1193.16
Current children cumulated vsize (KiB) 73764

[startup+1196.7 s]
/proc/loadavg: 1.00 1.10 1.87 2/66 27790
/proc/meminfo: memFree=1742488/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=72052 CPUtime=1185.28
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 16636 0 0 0 118395 133 0 0 25 0 1 0 390596592 73781248 11508 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 18013 11508 112 208 0 17785 0
Current children cumulated CPU time (s) 1196.36
Current children cumulated vsize (KiB) 73896

[startup+1198.3 s]
/proc/loadavg: 1.00 1.10 1.87 2/66 27790
/proc/meminfo: memFree=1742488/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=72052 CPUtime=1186.88
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 16640 0 0 0 118554 134 0 0 25 0 1 0 390596592 73781248 11512 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 18013 11512 112 208 0 17785 0
Current children cumulated CPU time (s) 1197.96
Current children cumulated vsize (KiB) 73896

[startup+1198.7 s]
/proc/loadavg: 1.00 1.10 1.87 2/66 27790
/proc/meminfo: memFree=1742488/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=72052 CPUtime=1187.28
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 16641 0 0 0 118594 134 0 0 25 0 1 0 390596592 73781248 11513 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 18013 11513 112 208 0 17785 0
Current children cumulated CPU time (s) 1198.36
Current children cumulated vsize (KiB) 73896

[startup+1199.1 s]
/proc/loadavg: 1.00 1.09 1.87 2/66 27790
/proc/meminfo: memFree=1742488/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=72052 CPUtime=1187.68
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 16648 0 0 0 118634 134 0 0 25 0 1 0 390596592 73781248 11520 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 18013 11520 112 208 0 17785 0
Current children cumulated CPU time (s) 1198.76
Current children cumulated vsize (KiB) 73896

[startup+1199.2 s]
/proc/loadavg: 1.00 1.09 1.87 2/66 27790
/proc/meminfo: memFree=1742488/2055920 swapFree=4174680/4192956
[pid=27784] ppid=27782 vsize=1844 CPUtime=11.08
/proc/27784/stat : 27784 (SATzilla2007_C) S 27782 27784 26921 0 -1 4194304 566 415 0 0 308 46 700 54 25 0 1 0 390595482 1888256 261 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 461 261 165 260 0 185 0
[pid=27788] ppid=27784 vsize=72052 CPUtime=1187.78
/proc/27788/stat : 27788 (zchaff_rand) R 27784 27784 26921 0 -1 4194304 16648 0 0 0 118644 134 0 0 25 0 1 0 390596592 73781248 11520 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27788/statm: 18013 11520 112 208 0 17785 0
Current children cumulated CPU time (s) 1198.86
Current children cumulated vsize (KiB) 73896

Child status: 17
Real time (s): 1199.25
CPU time (s): 1198.93
CPU user time (s): 1196.57
CPU system time (s): 2.36064
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 73896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.57
system time used= 2.36064
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17642
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 1280

runsolver used 1.03084 second user time and 2.53062 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Mon Mar 12 13:33:08 UTC 2007

IDJOB= 339521
IDBENCH= 24748
IDSOLVER= 135
FILE ID= node59/339521-1173706388

PBS_JOBID= 4101766

Free space on /tmp= 66531 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest03-hwb-n26-01-S1957858365.sat05-500.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339521-1173706388/SATzilla2007_C /tmp/evaluation/339521-1173706388/instance-339521-1173706388.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-339521-1173706388 -o ROOT/results/node59/solver-339521-1173706388 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339521-1173706388/SATzilla2007_C /tmp/evaluation/339521-1173706388/instance-339521-1173706388.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  19ef5308d30d988d80538312a4c92391

RANDOM SEED= 782976759

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.225
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.225
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:       1789368 kB
Buffers:         30348 kB
Cached:         178228 kB
SwapCached:      12696 kB
Active:          91964 kB
Inactive:       136256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789368 kB
SwapTotal:     4192956 kB
SwapFree:      4174680 kB
Dirty:            8364 kB
Writeback:           0 kB
Mapped:          15644 kB
Slab:            24332 kB
Committed_AS:   726356 kB
PageTables:       1472 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= 66531 MiB

End job on node59 on Mon Mar 12 13:53:07 UTC 2007