Trace number 1721217

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SATzilla2009_I 2009-03-22? (exit code) 1199.27 1199.94

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_08_UNSAT.cnf
MD5SUM0b7170d33b896e8b879b19b65ac5c517
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses74789
Sum of the clauses size222346
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22159
Number of clauses of size 372607
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

22.36/22.55	c SATzilla is building models for class 3
22.36/22.55	c run presolver mxc-sr08 for 10 seconds ... 
22.36/22.55	c Bin: Executing mxc-sr08
22.36/22.55	c spawning binary file with 10 seconds ...
22.36/22.55	c child exit by a signal
22.36/22.55	c mxc-sr08 returned code 137.
22.36/22.55	c run presolver picosat846 for 5 seconds ... 
22.36/22.55	c Bin: Executing picosat846
22.36/22.55	c spawning binary file with 5 seconds ...
22.36/22.55	c child exit by a signal
22.36/22.55	c picosat846 returned code 137.
22.36/22.55	c Orignal number of varibales is 1278, number of clauses is 74789 
22.36/22.55	c predicted feature computation time is 1.502860 
22.36/22.55	c Bin: Executing satelite
22.36/22.55	c spawning binary file with 240 seconds ...
22.36/22.55	c child exited successfully
22.36/22.55	c satzilla computing base features
22.36/22.55	c Number of variabe is: 763, Number of clause is : 73888 
22.36/22.55	c Initializing...
22.36/22.55	c satzilla doing clause learning
22.36/22.55	c start clause learning features ...
22.36/22.55	c Bin: Executing zchaff07
22.36/22.55	c spawning binary file with 2 seconds ...
22.36/22.55	c child exit by a signal
22.36/22.55	c satzilla doing survey propogation probe
22.36/22.55	c do survay propogation for 2 second ...
22.36/22.55	c satzilla doing local search probe
22.36/22.55	c features are:1278 74789 763 73888 0.674967 0.0121941 0.0103264 0.498534 0.576334 0.761609 0.00566269 0.973759 0.00262123 0.0314548 0.578912 0.0255657 0.890875 0.00566269 1.13925 9.4738e-05 0.0187852 4.12553 0.2919 0.278286 0 0.930348 2.65425 0.00346928 0.905438 8.1204e-05 0.00952793 3.96089 0.890875 0.00222486 0.894173 8.1204e-05 0.00607676 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.547915 0.421057 0.0147747 0.964773 0.938541 0.149833 0.589404 0.484345 0.544851 0.00549075 3.071 -1.11022e-16 0.170243 0.024932 0 0.000264454 2.08167e-17 4.84627e-07 127.8 1.09291 254.7 0.353701 277.5 0 296 26.7955 0.722362 1.00558 0.0249844 
22.36/22.55	c satzilla's ranking:
22.36/22.55	c 1) mxc-sr08: 3.248840
22.36/22.55	c 2) picosat846: 3.138594
22.36/22.55	c 3) zchaff_rand: 2.264027
22.36/22.55	c 4) minisat20SAT07: 2.043341
22.36/22.55	c 5) march_dl2004: 0.371409
22.36/22.55	c 6) SATenstein: -10000.000000
22.36/22.55	c 7) gnovelty+: -10000.000000
22.36/22.55	c 8) adaptg2wsat+: -10000.000000
22.36/22.55	c 9) adaptg2wsat0: -10000.000000
22.36/22.55	c 10) tts-4-0: -10000.000000
22.36/22.55	c 11) vallst: -10000.000000
22.36/22.55	c 12) minisat20: -10000.000000
22.36/22.55	c 13) kcnfs04SAT07: -10000.000000
22.36/22.55	c satzilla running mxc-sr08 ... 
1199.19/1199.93	c Bin: Executing mxc-sr08
1199.19/1199.93	c spawning binary file with 1177 seconds ...
1199.19/1199.93	c child exit by a signal
1199.19/1199.93	c mxc-sr08 returned code 137.
1199.19/1199.93	c satzilla running picosat846 ... 
1199.19/1199.93	c Bin: Executing picosat846
1199.19/1199.93	c picosat846 returned code 1.
1199.19/1199.93	c satzilla running zchaff_rand ... 
1199.19/1199.93	c Bin: Executing zchaff_rand
1199.19/1199.93	c zchaff_rand returned code 1.
1199.19/1199.93	c satzilla running minisat20SAT07 ... 
1199.19/1199.93	c Bin: Executing minisat20SAT07
1199.19/1199.93	c minisat20SAT07 returned code 1.
1199.19/1199.93	c satzilla running march_dl2004 ... 
1199.19/1199.93	c Bin: Executing march_dl2004
1199.19/1199.93	c march_dl2004 returned code 1.
1199.19/1199.93	c satzilla running SATenstein ... 
1199.19/1199.93	c Bin: Executing SATenstein
1199.19/1199.93	c SATenstein returned code 1.
1199.19/1199.93	c satzilla running gnovelty+ ... 
1199.19/1199.93	c Bin: Executing gnovelty+
1199.19/1199.93	c gnovelty+ returned code 1.
1199.19/1199.93	c satzilla running adaptg2wsat+ ... 
1199.19/1199.93	c Bin: Executing adaptg2wsat+
1199.19/1199.93	c adaptg2wsat+ returned code 1.
1199.19/1199.93	c satzilla running adaptg2wsat0 ... 
1199.19/1199.93	c Bin: Executing adaptg2wsat0
1199.19/1199.93	c adaptg2wsat0 returned code 1.
1199.19/1199.93	c satzilla running tts-4-0 ... 
1199.19/1199.93	c Bin: Executing tts-4-0
1199.19/1199.93	c tts-4-0 returned code 1.
1199.19/1199.93	c satzilla running vallst ... 
1199.19/1199.93	c Bin: Executing vallst
1199.19/1199.93	c vallst returned code 1.
1199.19/1199.93	c satzilla running minisat20 ... 
1199.19/1199.93	c Bin: Executing minisat20
1199.19/1199.93	c minisat20 returned code 1.
1199.19/1199.93	c satzilla running kcnfs04SAT07 ... 
1199.19/1199.93	c Bin: Executing kcnfs04SAT07
1199.19/1199.93	c kcnfs04SAT07 returned code 1.
1199.19/1199.93	c ERROR: All Failed! 
1199.19/1199.93	c SATZILLA_TIME=1199.430000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1721217-1240664366/watcher-1721217-1240664366 -o /tmp/evaluation-result-1721217-1240664366/solver-1721217-1240664366 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1721217-1240664366.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): 1800 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: 0.99 0.97 0.98 3/64 18534
/proc/meminfo: memFree=1780544/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=2052 CPUtime=0
/proc/18534/stat : 18534 (SATzilla2009_I) D 18532 18534 18469 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 94469844 2101248 99 1992294400 134512640 136149169 4294956224 18446744073709551615 135546494 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/18534/statm: 513 99 88 399 0 110 0

[startup+0.0498111 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 18534
/proc/meminfo: memFree=1780544/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=2056 CPUtime=0
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 94469844 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18534/statm: 514 112 96 399 0 111 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2056

[startup+0.101813 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 18534
/proc/meminfo: memFree=1780544/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=2056 CPUtime=0
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 94469844 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18534/statm: 514 112 96 399 0 111 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2056

[startup+0.301835 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 18534
/proc/meminfo: memFree=1780544/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=2056 CPUtime=0
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 94469844 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18534/statm: 514 112 96 399 0 111 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2056

[startup+0.701881 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 18534
/proc/meminfo: memFree=1780544/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=2056 CPUtime=0
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 94469844 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18534/statm: 514 112 96 399 0 111 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2056

[startup+1.50197 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18536
/proc/meminfo: memFree=1773232/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=2056 CPUtime=0
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 94469844 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18534/statm: 514 112 96 399 0 111 0
[pid=18536] ppid=18534 vsize=9112 CPUtime=1.47
/proc/18536/stat : 18536 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 2554 0 0 0 147 0 0 0 25 0 1 0 94469845 9330688 2108 1992294400 134512640 135078026 4294956192 18446744073709551615 134722807 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18536/statm: 2278 2108 71 138 0 2137 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11168

[startup+3.10216 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18536
/proc/meminfo: memFree=1770608/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=2056 CPUtime=0
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 94469844 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18534/statm: 514 112 96 399 0 111 0
[pid=18536] ppid=18534 vsize=9508 CPUtime=3.07
/proc/18536/stat : 18536 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 2673 0 0 0 307 0 0 0 25 0 1 0 94469845 9736192 2227 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18536/statm: 2377 2227 71 138 0 2236 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11564

[startup+6.30153 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18536
/proc/meminfo: memFree=1770480/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=2056 CPUtime=0
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 94469844 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18534/statm: 514 112 96 399 0 111 0
[pid=18536] ppid=18534 vsize=11332 CPUtime=6.27
/proc/18536/stat : 18536 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 3078 0 0 0 627 0 0 0 25 0 1 0 94469845 11603968 2632 1992294400 134512640 135078026 4294956192 18446744073709551615 134534219 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18536/statm: 2833 2632 71 138 0 2692 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13388

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18537
/proc/meminfo: memFree=1775856/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=2056 CPUtime=9.99
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 152 3226 0 0 0 0 998 1 19 0 1 0 94469844 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 514 121 104 399 0 111 0
[pid=18537] ppid=18534 vsize=5744 CPUtime=2.59
/proc/18537/stat : 18537 (picosat846) R 18534 18534 18469 0 -1 4194304 1122 0 9 0 259 0 0 0 25 0 1 0 94470846 5881856 1120 1992294400 134512640 134570484 4294956192 18446744073709551615 134553064 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18537/statm: 1436 1120 85 14 0 1102 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 7800

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18540
/proc/meminfo: memFree=1759152/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=9508 CPUtime=2.93
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 2670 0 0 0 292 1 0 0 25 0 1 0 94472100 9736192 2224 1992294400 134512640 135078026 4294956192 18446744073709551615 134534673 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 2377 2224 71 138 0 2236 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 22068

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18540
/proc/meminfo: memFree=1754288/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=14984 CPUtime=28.51
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 3926 0 0 0 2849 2 0 0 25 0 1 0 94472100 15343616 3480 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 3746 3480 71 138 0 3605 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 27544

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1750632/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=18552 CPUtime=79.68
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 4755 0 0 0 7965 3 0 0 25 0 1 0 94472100 18997248 4309 1992294400 134512640 135078026 4294956192 18446744073709551615 134534297 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 4638 4309 71 138 0 4497 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 31112

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1746536/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=23096 CPUtime=139.65
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 5776 0 0 0 13961 4 0 0 25 0 1 0 94472100 23650304 5330 1992294400 134512640 135078026 4294956192 18446744073709551615 134533764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 5774 5330 71 138 0 5633 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 35656

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1745064/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=25156 CPUtime=199.63
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 6154 0 0 0 19958 5 0 0 25 0 1 0 94472100 25759744 5708 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 6289 5708 71 138 0 6148 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 37716

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1744232/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=25936 CPUtime=259.6
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 6345 0 0 0 25955 5 0 0 25 0 1 0 94472100 26558464 5899 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 6484 5899 71 138 0 6343 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 38496

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1743400/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=27000 CPUtime=319.57
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 6543 0 0 0 31952 5 0 0 25 0 1 0 94472100 27648000 6097 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 6750 6097 71 138 0 6609 0
Current children cumulated CPU time (s) 341.98
Current children cumulated vsize (KiB) 39560

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1742576/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=28052 CPUtime=379.55
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 6757 0 0 0 37950 5 0 0 25 0 1 0 94472100 28725248 6311 1992294400 134512640 135078026 4294956192 18446744073709551615 134534318 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 7013 6311 71 138 0 6872 0
Current children cumulated CPU time (s) 401.96
Current children cumulated vsize (KiB) 40612


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


[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1736816/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=35096 CPUtime=739.4
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8124 0 0 0 73933 7 0 0 25 0 1 0 94472100 35938304 7678 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 8774 7678 71 138 0 8633 0
Current children cumulated CPU time (s) 761.81
Current children cumulated vsize (KiB) 47656

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1735984/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=36136 CPUtime=799.36
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8336 0 0 0 79929 7 0 0 25 0 1 0 94472100 37003264 7890 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 9034 7890 71 138 0 8893 0
Current children cumulated CPU time (s) 821.77
Current children cumulated vsize (KiB) 48696

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1735664/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=36528 CPUtime=859.34
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8428 0 0 0 85927 7 0 0 25 0 1 0 94472100 37404672 7982 1992294400 134512640 135078026 4294956192 18446744073709551615 134533778 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 9132 7982 71 138 0 8991 0
Current children cumulated CPU time (s) 881.75
Current children cumulated vsize (KiB) 49088

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1735600/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=36660 CPUtime=919.32
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8455 0 0 0 91925 7 0 0 25 0 1 0 94472100 37539840 8009 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 9165 8009 71 138 0 9024 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 49220

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1734960/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=38072 CPUtime=979.28
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8601 0 0 0 97921 7 0 0 25 0 1 0 94472100 38985728 8155 1992294400 134512640 135078026 4294956192 18446744073709551615 134534603 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 9518 8155 71 138 0 9377 0
Current children cumulated CPU time (s) 1001.69
Current children cumulated vsize (KiB) 50632

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1734704/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=38584 CPUtime=1039.25
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8651 0 0 0 103918 7 0 0 25 0 1 0 94472100 39510016 8205 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 9646 8205 71 138 0 9505 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 51144

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1734512/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=38844 CPUtime=1099.22
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8696 0 0 0 109915 7 0 0 25 0 1 0 94472100 39776256 8250 1992294400 134512640 135078026 4294956192 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 9711 8250 71 138 0 9570 0
Current children cumulated CPU time (s) 1121.63
Current children cumulated vsize (KiB) 51404

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1734320/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=39140 CPUtime=1159.18
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8741 0 0 0 115911 7 0 0 25 0 1 0 94472100 40079360 8295 1992294400 134512640 135078026 4294956192 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 9785 8295 71 138 0 9644 0
Current children cumulated CPU time (s) 1181.59
Current children cumulated vsize (KiB) 51700

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1734192/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=39140 CPUtime=1167.18
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8765 0 0 0 116711 7 0 0 25 0 1 0 94472100 40079360 8319 1992294400 134512640 135078026 4294956192 18446744073709551615 134534478 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 9785 8319 71 138 0 9644 0
Current children cumulated CPU time (s) 1189.59
Current children cumulated vsize (KiB) 51700

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1734128/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=39272 CPUtime=1173.58
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8786 0 0 0 117351 7 0 0 25 0 1 0 94472100 40214528 8340 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 9818 8340 71 138 0 9677 0
Current children cumulated CPU time (s) 1195.99
Current children cumulated vsize (KiB) 51832

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1734128/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=39272 CPUtime=1175.18
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8786 0 0 0 117511 7 0 0 25 0 1 0 94472100 40214528 8340 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 9818 8340 71 138 0 9677 0
Current children cumulated CPU time (s) 1197.59
Current children cumulated vsize (KiB) 51832

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1734128/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=39272 CPUtime=1175.98
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8786 0 0 0 117591 7 0 0 25 0 1 0 94472100 40214528 8340 1992294400 134512640 135078026 4294956192 18446744073709551615 134534226 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 9818 8340 71 138 0 9677 0
Current children cumulated CPU time (s) 1198.39
Current children cumulated vsize (KiB) 51832

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1734128/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=39272 CPUtime=1176.38
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8786 0 0 0 117631 7 0 0 25 0 1 0 94472100 40214528 8340 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 9818 8340 71 138 0 9677 0
Current children cumulated CPU time (s) 1198.79
Current children cumulated vsize (KiB) 51832

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18546
/proc/meminfo: memFree=1734128/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=12560 CPUtime=22.41
/proc/18534/stat : 18534 (SATzilla2009_I) S 18532 18534 18469 0 -1 4194304 4039 9030 0 9 460 2 1774 5 25 0 1 0 94469844 12861440 2890 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/18534/statm: 3140 2890 217 399 0 2737 0
[pid=18540] ppid=18534 vsize=39272 CPUtime=1176.78
/proc/18540/stat : 18540 (mxc-sr08) R 18534 18534 18469 0 -1 4194304 8786 0 0 0 117671 7 0 0 25 0 1 0 94472100 40214528 8340 1992294400 134512640 135078026 4294956192 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/18540/statm: 9818 8340 71 138 0 9677 0
Current children cumulated CPU time (s) 1199.19
Current children cumulated vsize (KiB) 51832

Child status: 17
Real time (s): 1199.94
CPU time (s): 1199.27
CPU user time (s): 1199.1
CPU system time (s): 0.167974
CPU usage (%): 99.9441
Max. virtual memory (cumulated for all children) (KiB): 51832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.1
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21872
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45
involuntary context switches= 3155

runsolver used 0.973851 second user time and 3.40048 second system time

The end

Launcher Data

Begin job on node20 at 2009-04-25 14:59:26
IDJOB=1721217
IDBENCH=71065
IDSOLVER=528
FILE ID=node20/1721217-1240664366
PBS_JOBID= 9186588
Free space on /tmp= 66244 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_08_UNSAT.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721217-1240664366/watcher-1721217-1240664366 -o /tmp/evaluation-result-1721217-1240664366/solver-1721217-1240664366 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1721217-1240664366.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0b7170d33b896e8b879b19b65ac5c517
RANDOM SEED=1472062046

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

/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.214
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	: 5931.00
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.214
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:       1781024 kB
Buffers:         13512 kB
Cached:         187496 kB
SwapCached:          0 kB
Active:          70408 kB
Inactive:       144424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           32584 kB
Writeback:           0 kB
Mapped:          23632 kB
Slab:            46104 kB
Committed_AS:   382716 kB
PageTables:       1396 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= 66216 MiB
End job on node20 at 2009-04-25 15:19:26