Trace number 1716175

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.86

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-13-u.cnf
MD5SUM4bb23e70b97827425fcf5759bf0a79a2
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 variables184196
Number of clauses833889
Sum of the clauses size1904914
Maximum clause length10
Minimum clause length1
Number of clauses of size 113964
Number of clauses of size 2672565
Number of clauses of size 3112780
Number of clauses of size 43840
Number of clauses of size 515360
Number of clauses of size over 515380

Solver Data

57.29/57.46	c SATzilla is building models for class 3
57.29/57.46	c run presolver mxc-sr08 for 10 seconds ... 
57.29/57.46	c Bin: Executing mxc-sr08
57.29/57.46	c spawning binary file with 10 seconds ...
57.29/57.46	c child exit by a signal
57.29/57.46	c mxc-sr08 returned code 137.
57.29/57.46	c run presolver picosat846 for 5 seconds ... 
57.29/57.46	c Bin: Executing picosat846
57.29/57.46	c spawning binary file with 5 seconds ...
57.29/57.46	c child exit by a signal
57.29/57.46	c picosat846 returned code 137.
57.29/57.46	c Orignal number of varibales is 184196, number of clauses is 833889 
57.29/57.46	c predicted feature computation time is 18.994254 
57.29/57.46	c Bin: Executing satelite
57.29/57.46	c spawning binary file with 240 seconds ...
57.29/57.46	c child exited successfully
57.29/57.46	c satzilla computing base features
57.29/57.46	c Number of variabe is: 86440, Number of clause is : 472816 
57.29/57.46	c Initializing...
57.29/57.46	c satzilla doing clause learning
57.29/57.46	c start clause learning features ...
57.29/57.46	c Bin: Executing zchaff07
57.29/57.46	c spawning binary file with 2 seconds ...
57.29/57.46	c child exit by a signal
57.29/57.46	c satzilla doing survey propogation probe
57.29/57.46	c do survay propogation for 2 second ...
57.29/57.46	c satzilla doing local search probe
57.29/57.46	c features are:184196 833889 86440 472816 1.13091 0.763665 0.18282 0.393289 1.00253 1.38659 3.15303e-05 0.49241 2.31374e-05 0.000115687 1.01861 0.623412 0.869493 3.15303e-05 0.451697 1.48049e-05 7.82545e-05 2.58232 0.267441 0.161005 0 0.764706 2.87968 1.87697e-05 0.459064 6.34496e-06 5.28747e-05 2.26313 0.748566 3.40727e-05 0.46021 8.45995e-06 8.45995e-05 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.576352 0.547277 8.61679e-09 0.945815 0.880168 0.0803633 0.837679 0.241752 0.739454 0.0160981 0.813739 3.03495e-07 0.14928 0.0305885 3.8715e-05 0.0255397 0.00502529 0.0165118 12377 0 0 0 0 0 0 2.65818 0 1.16046 0 
57.29/57.46	c satzilla's ranking:
57.29/57.46	c 1) mxc-sr08: 3.231914
57.29/57.46	c 2) picosat846: 2.852981
57.29/57.46	c 3) minisat20SAT07: 1.266283
57.29/57.46	c 4) zchaff_rand: 0.872791
57.29/57.46	c 5) march_dl2004: 0.037628
57.29/57.46	c 6) SATenstein: -10000.000000
57.29/57.46	c 7) gnovelty+: -10000.000000
57.29/57.46	c 8) adaptg2wsat+: -10000.000000
57.29/57.46	c 9) adaptg2wsat0: -10000.000000
57.29/57.46	c 10) tts-4-0: -10000.000000
57.29/57.46	c 11) vallst: -10000.000000
57.29/57.46	c 12) minisat20: -10000.000000
57.29/57.46	c 13) kcnfs04SAT07: -10000.000000
57.29/57.46	c satzilla running mxc-sr08 ... 
1199.17/1199.84	c Bin: Executing mxc-sr08
1199.17/1199.84	c spawning binary file with 1142 seconds ...
1199.17/1199.84	c child exit by a signal
1199.17/1199.84	c mxc-sr08 returned code 137.
1199.17/1199.84	c satzilla running picosat846 ... 
1199.17/1199.84	c Bin: Executing picosat846
1199.17/1199.84	c picosat846 returned code 1.
1199.17/1199.84	c satzilla running minisat20SAT07 ... 
1199.17/1199.84	c Bin: Executing minisat20SAT07
1199.17/1199.84	c minisat20SAT07 returned code 1.
1199.17/1199.84	c satzilla running zchaff_rand ... 
1199.17/1199.84	c Bin: Executing zchaff_rand
1199.17/1199.84	c zchaff_rand returned code 1.
1199.17/1199.84	c satzilla running march_dl2004 ... 
1199.17/1199.84	c Bin: Executing march_dl2004
1199.17/1199.84	c march_dl2004 returned code 1.
1199.17/1199.84	c satzilla running SATenstein ... 
1199.17/1199.84	c Bin: Executing SATenstein
1199.17/1199.84	c SATenstein returned code 1.
1199.17/1199.84	c satzilla running gnovelty+ ... 
1199.17/1199.84	c Bin: Executing gnovelty+
1199.17/1199.84	c gnovelty+ returned code 1.
1199.17/1199.84	c satzilla running adaptg2wsat+ ... 
1199.17/1199.84	c Bin: Executing adaptg2wsat+
1199.17/1199.84	c adaptg2wsat+ returned code 1.
1199.17/1199.84	c satzilla running adaptg2wsat0 ... 
1199.17/1199.84	c Bin: Executing adaptg2wsat0
1199.17/1199.84	c adaptg2wsat0 returned code 1.
1199.17/1199.84	c satzilla running tts-4-0 ... 
1199.17/1199.84	c Bin: Executing tts-4-0
1199.17/1199.84	c tts-4-0 returned code 1.
1199.17/1199.84	c satzilla running vallst ... 
1199.17/1199.84	c Bin: Executing vallst
1199.17/1199.84	c vallst returned code 1.
1199.17/1199.84	c satzilla running minisat20 ... 
1199.17/1199.84	c Bin: Executing minisat20
1199.17/1199.84	c minisat20 returned code 1.
1199.17/1199.84	c satzilla running kcnfs04SAT07 ... 
1199.17/1199.84	c Bin: Executing kcnfs04SAT07
1199.17/1199.84	c kcnfs04SAT07 returned code 1.
1199.17/1199.84	c ERROR: All Failed! 
1199.17/1199.84	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-1716175-1240612316/watcher-1716175-1240612316 -o /tmp/evaluation-result-1716175-1240612316/solver-1716175-1240612316 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1716175-1240612316.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.98 0.95 3/64 10378
/proc/meminfo: memFree=1038576/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=2056 CPUtime=0
/proc/10378/stat : 10378 (SATzilla2009_I) R 10376 10378 10128 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 89264341 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/10378/statm: 514 112 96 399 0 111 0
[pid=10379] ppid=10378 vsize=15368 CPUtime=0
/proc/10379/stat : 10379 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 705 0 0 0 0 0 0 0 18 0 1 0 89264342 15736832 702 1992294400 134512640 135078026 4294956176 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10379/statm: 3842 708 44 138 0 3701 0

[startup+0.098975 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 10378
/proc/meminfo: memFree=1038576/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=2056 CPUtime=0
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 89264341 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10378/statm: 514 112 96 399 0 111 0
[pid=10379] ppid=10378 vsize=52960 CPUtime=0.09
/proc/10379/stat : 10379 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 11290 0 0 0 4 5 0 0 19 0 1 0 89264342 54231040 11262 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10379/statm: 13240 11263 54 138 0 13099 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55016

[startup+0.101972 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 10378
/proc/meminfo: memFree=1038576/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=2056 CPUtime=0
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 89264341 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10378/statm: 514 112 96 399 0 111 0
[pid=10379] ppid=10378 vsize=53224 CPUtime=0.09
/proc/10379/stat : 10379 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 11346 0 0 0 4 5 0 0 19 0 1 0 89264342 54501376 11318 1992294400 134512640 135078026 4294956176 18446744073709551615 134721445 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10379/statm: 13306 11318 54 138 0 13165 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55280

[startup+0.301996 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 10378
/proc/meminfo: memFree=1038576/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=2056 CPUtime=0
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 89264341 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10378/statm: 514 112 96 399 0 111 0
[pid=10379] ppid=10378 vsize=68440 CPUtime=0.29
/proc/10379/stat : 10379 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 15084 0 0 0 23 6 0 0 21 0 1 0 89264342 70082560 15056 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10379/statm: 17110 15057 54 138 0 16969 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70496

[startup+0.701043 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 10378
/proc/meminfo: memFree=1038576/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=2056 CPUtime=0
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 89264341 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10378/statm: 514 112 96 399 0 111 0
[pid=10379] ppid=10378 vsize=91016 CPUtime=0.69
/proc/10379/stat : 10379 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 20703 0 0 0 60 9 0 0 25 0 1 0 89264342 93200384 20675 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10379/statm: 22754 20678 54 138 0 22613 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93072

[startup+1.50114 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10380
/proc/meminfo: memFree=959008/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=2056 CPUtime=0
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 89264341 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10378/statm: 514 112 96 399 0 111 0
[pid=10379] ppid=10378 vsize=92448 CPUtime=1.48
/proc/10379/stat : 10379 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 24574 0 0 0 137 11 0 0 25 0 1 0 89264342 94666752 20887 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10379/statm: 23112 20888 55 138 0 22971 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 94504

[startup+3.10134 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10380
/proc/meminfo: memFree=940832/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=2056 CPUtime=0
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 89264341 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10378/statm: 514 112 96 399 0 111 0
[pid=10379] ppid=10378 vsize=111272 CPUtime=3.08
/proc/10379/stat : 10379 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 29120 0 0 0 293 15 0 0 25 0 1 0 89264342 113942528 25217 1992294400 134512640 135078026 4294956176 18446744073709551615 134571240 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10379/statm: 27818 25217 55 138 0 27677 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 113328

[startup+6.30271 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10380
/proc/meminfo: memFree=947104/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=2056 CPUtime=0
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 89264341 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10378/statm: 514 112 96 399 0 111 0
[pid=10379] ppid=10378 vsize=98004 CPUtime=6.28
/proc/10379/stat : 10379 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 30067 0 0 0 612 16 0 0 25 0 1 0 89264342 100356096 22941 1992294400 134512640 135078026 4294956176 18446744073709551615 134524158 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10379/statm: 24501 22941 71 138 0 24360 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 100060

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10381
/proc/meminfo: memFree=997608/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=2056 CPUtime=10
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 152 30075 0 0 0 0 983 17 16 0 1 0 89264341 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 514 121 104 399 0 111 0
[pid=10381] ppid=10378 vsize=43872 CPUtime=2.65
/proc/10381/stat : 10381 (picosat846) R 10378 10378 10128 0 -1 4194304 10406 0 0 0 261 4 0 0 25 0 1 0 89265345 44924928 10395 1992294400 134512640 134570484 4294956176 18446744073709551615 134552725 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10381/statm: 10968 10395 85 14 0 10634 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 45928

[startup+25.502 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 10382
/proc/meminfo: memFree=987568/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=46032 CPUtime=25.45
/proc/10378/stat : 10378 (SATzilla2009_I) R 10376 10378 10128 0 -1 4194304 10743 75304 0 0 424 5 2069 47 25 0 1 0 89264341 47136768 10694 1992294400 134512640 136149169 4294956208 18446744073709551615 134535500 0 0 4096 0 0 0 0 17 0 0 0
/proc/10378/statm: 11508 10694 135 399 0 11105 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 46032

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10383
/proc/meminfo: memFree=968872/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=42556 CPUtime=51.02
/proc/10378/stat : 10378 (SATzilla2009_I) R 10376 10378 10128 0 -1 4194304 15589 87829 0 0 2778 8 2262 54 19 0 1 0 89264341 43577344 10095 1992294400 134512640 136149169 4294956208 18446744073709551615 134846348 0 0 4096 3 0 0 0 17 0 0 0
/proc/10378/statm: 10639 10095 151 399 0 10236 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 42556

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10384
/proc/meminfo: memFree=884520/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=98928 CPUtime=44.8
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 30302 0 0 0 4466 14 0 0 25 0 1 0 89270088 101302272 23176 1992294400 134512640 135078026 4294956176 18446744073709551615 134540379 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 24732 23176 71 138 0 24591 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 154016

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10384
/proc/meminfo: memFree=869480/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=114408 CPUtime=104.78
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 34157 0 0 0 10459 19 0 0 25 0 1 0 89270088 117153792 27031 1992294400 134512640 135078026 4294956176 18446744073709551615 134533919 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 28602 27031 71 138 0 28461 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 169496

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10384
/proc/meminfo: memFree=853352/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=130164 CPUtime=164.75
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 38096 0 0 0 16452 23 0 0 25 0 1 0 89270088 133287936 30970 1992294400 134512640 135078026 4294956176 18446744073709551615 134523669 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 32541 30970 71 138 0 32400 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 185252

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10384
/proc/meminfo: memFree=840936/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=142332 CPUtime=224.73
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 41164 0 0 0 22447 26 0 0 25 0 1 0 89270088 145747968 34038 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 35583 34038 71 138 0 35442 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 197420

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10384
/proc/meminfo: memFree=817896/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=165776 CPUtime=284.71
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 46975 0 0 0 28439 32 0 0 25 0 1 0 89270088 169754624 39849 1992294400 134512640 135078026 4294956176 18446744073709551615 134534609 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 41444 39849 71 138 0 41303 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 220864

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=809832/2055920 swapFree=4192956/4192956

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


[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=696616/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=286844 CPUtime=764.49
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 77246 0 0 0 76383 66 0 0 25 0 1 0 89270088 293728256 70120 1992294400 134512640 135078026 4294956176 18446744073709551615 134534572 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 71711 70120 71 138 0 71570 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 341932

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=670120/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=313080 CPUtime=824.47
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 83793 0 0 0 82373 74 0 0 25 0 1 0 89270088 320593920 76667 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 78270 76667 71 138 0 78129 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 368168

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=670120/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=313080 CPUtime=884.45
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 83793 0 0 0 88371 74 0 0 25 0 1 0 89270088 320593920 76667 1992294400 134512640 135078026 4294956176 18446744073709551615 134523741 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 78270 76667 71 138 0 78129 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 368168

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=670120/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=313080 CPUtime=944.42
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 83793 0 0 0 94368 74 0 0 25 0 1 0 89270088 320593920 76667 1992294400 134512640 135078026 4294956176 18446744073709551615 134523818 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 78270 76667 71 138 0 78129 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 368168

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=670056/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=313080 CPUtime=1004.4
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 83794 0 0 0 100366 74 0 0 25 0 1 0 89270088 320593920 76668 1992294400 134512640 135078026 4294956176 18446744073709551615 134533843 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 78270 76668 71 138 0 78129 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 368168

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=670056/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=313080 CPUtime=1064.35
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 83794 0 0 0 106360 75 0 0 25 0 1 0 89270088 320593920 76668 1992294400 134512640 135078026 4294956176 18446744073709551615 134534421 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 78270 76668 71 138 0 78129 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 368168

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=644264/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=339324 CPUtime=1124.33
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 90360 0 0 0 112352 81 0 0 25 0 1 0 89270088 347467776 83234 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 84831 83234 71 138 0 84690 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 394412

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=640296/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=342904 CPUtime=1132.32
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 91247 0 0 0 113150 82 0 0 25 0 1 0 89270088 351133696 84121 1992294400 134512640 135078026 4294956176 18446744073709551615 134523659 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 85726 84121 71 138 0 85585 0
Current children cumulated CPU time (s) 1189.67
Current children cumulated vsize (KiB) 397992

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=637992/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=345164 CPUtime=1138.73
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 91816 0 0 0 113790 83 0 0 25 0 1 0 89270088 353447936 84690 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 86291 84690 71 138 0 86150 0
Current children cumulated CPU time (s) 1196.08
Current children cumulated vsize (KiB) 400252

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=637608/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=345692 CPUtime=1140.32
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 91959 0 0 0 113949 83 0 0 25 0 1 0 89270088 353988608 84833 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 86423 84833 71 138 0 86282 0
Current children cumulated CPU time (s) 1197.67
Current children cumulated vsize (KiB) 400780

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=637160/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=346088 CPUtime=1141.12
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 92044 0 0 0 114029 83 0 0 25 0 1 0 89270088 354394112 84918 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 86522 84918 71 138 0 86381 0
Current children cumulated CPU time (s) 1198.47
Current children cumulated vsize (KiB) 401176

[startup+1199.5 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=637160/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=346220 CPUtime=1141.52
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 92088 0 0 0 114069 83 0 0 25 0 1 0 89270088 354529280 84962 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 86555 84962 71 138 0 86414 0
Current children cumulated CPU time (s) 1198.87
Current children cumulated vsize (KiB) 401308

[startup+1199.7 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=637160/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=346352 CPUtime=1141.72
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4194304 92112 0 0 0 114089 83 0 0 25 0 1 0 89270088 354664448 84986 1992294400 134512640 135078026 4294956176 18446744073709551615 134522662 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 86588 84986 71 138 0 86447 0
Current children cumulated CPU time (s) 1199.07
Current children cumulated vsize (KiB) 401440

[startup+1199.8 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 10386
/proc/meminfo: memFree=637160/2055920 swapFree=4192956/4192956
[pid=10378] ppid=10376 vsize=55088 CPUtime=57.35
/proc/10378/stat : 10378 (SATzilla2009_I) S 10376 10378 10128 0 -1 4194304 22577 87829 0 0 3405 14 2262 54 25 0 1 0 89264341 56410112 13466 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 13772 13466 217 399 0 13369 0
[pid=10384] ppid=10378 vsize=0 CPUtime=1141.82
/proc/10384/stat : 10384 (mxc-sr08) R 10378 10378 10128 0 -1 4195332 92117 0 0 0 114098 84 0 0 25 0 1 0 89270088 0 0 1992294400 0 0 0 0 0 256 0 8392704 0 0 0 0 17 0 0 0
/proc/10384/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.17
Current children cumulated vsize (KiB) 55088

Child status: 17
Real time (s): 1199.86
CPU time (s): 1199.27
CPU user time (s): 1197.67
CPU system time (s): 1.60076
CPU usage (%): 99.9506
Max. virtual memory (cumulated for all children) (KiB): 401440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.67
system time used= 1.60076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202543
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= 18
involuntary context switches= 3625

runsolver used 1.08283 second user time and 3.2875 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-25 00:31:57
IDJOB=1716175
IDBENCH=20370
IDSOLVER=528
FILE ID=node33/1716175-1240612316
PBS_JOBID= 9186281
Free space on /tmp= 66364 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-13-u.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716175-1240612316/watcher-1716175-1240612316 -o /tmp/evaluation-result-1716175-1240612316/solver-1716175-1240612316 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1716175-1240612316.cnf

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

MD5SUM BENCH= 4bb23e70b97827425fcf5759bf0a79a2
RANDOM SEED=1064657403

node33.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.212
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.212
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:       1039056 kB
Buffers:         83488 kB
Cached:         829276 kB
SwapCached:          0 kB
Active:         172268 kB
Inactive:       754468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1039056 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           46088 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            76208 kB
Committed_AS:   262224 kB
PageTables:       1400 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= 66336 MiB
End job on node33 at 2009-04-25 00:51:57