Trace number 1772780

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) 9998.26 10003.9

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
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 variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

Solver Data

50.55/50.72	c SATzilla is building models for class 3
50.55/50.72	c run presolver mxc-sr08 for 10 seconds ... 
50.55/50.72	c Bin: Executing mxc-sr08
50.55/50.72	c spawning binary file with 10 seconds ...
50.55/50.72	c child exit by a signal
50.55/50.72	c mxc-sr08 returned code 137.
50.55/50.72	c run presolver picosat846 for 5 seconds ... 
50.55/50.72	c Bin: Executing picosat846
50.55/50.72	c spawning binary file with 5 seconds ...
50.55/50.72	c child exit by a signal
50.55/50.72	c picosat846 returned code 137.
50.55/50.72	c Orignal number of varibales is 164158, number of clauses is 730719 
50.55/50.72	c predicted feature computation time is 15.214928 
50.55/50.72	c Bin: Executing satelite
50.55/50.72	c spawning binary file with 240 seconds ...
50.55/50.72	c child exited successfully
50.55/50.72	c satzilla computing base features
50.55/50.72	c Number of variabe is: 76968, Number of clause is : 408968 
50.55/50.72	c Initializing...
50.55/50.72	c satzilla doing clause learning
50.55/50.72	c start clause learning features ...
50.55/50.72	c Bin: Executing zchaff07
50.55/50.72	c spawning binary file with 2 seconds ...
50.55/50.72	c child exit by a signal
50.55/50.72	c satzilla doing survey propogation probe
50.55/50.72	c do survay propogation for 2 second ...
50.55/50.72	c satzilla doing local search probe
50.55/50.72	c features are:164158 730719 76968 408968 1.13281 0.786739 0.188201 0.398173 1.00671 1.3876 3.53679e-05 0.503 2.59848e-05 0.000129924 1.00788 0.642285 0.863654 3.53679e-05 0.421907 1.71163e-05 9.04716e-05 2.52647 0.270709 0.160171 0 0.733333 2.88478 2.10984e-05 0.435459 7.33554e-06 6.11295e-05 2.2272 0.75535 3.84447e-05 0.448302 9.78072e-06 9.78072e-05 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.58437 0.527923 1.63342e-08 0.939733 0.879778 0.0832656 0.835334 0.266563 0.751012 0.0166759 0.840422 4.54109e-07 0.137892 0.0321382 9.87301e-05 0.0272798 0.00439919 0.0165837 8013 0 27223 0 27223 27223 27223 2.39887 0 0.980679 0 
50.55/50.72	c satzilla's ranking:
50.55/50.72	c 1) mxc-sr08: 3.372492
50.55/50.72	c 2) picosat846: 2.611856
50.55/50.72	c 3) zchaff_rand: 1.999736
50.55/50.72	c 4) minisat20SAT07: 1.274056
50.55/50.72	c 5) march_dl2004: 0.035068
50.55/50.72	c 6) SATenstein: -10000.000000
50.55/50.72	c 7) gnovelty+: -10000.000000
50.55/50.72	c 8) adaptg2wsat+: -10000.000000
50.55/50.72	c 9) adaptg2wsat0: -10000.000000
50.55/50.72	c 10) tts-4-0: -10000.000000
50.55/50.72	c 11) vallst: -10000.000000
50.55/50.72	c 12) minisat20: -10000.000000
50.55/50.72	c 13) kcnfs04SAT07: -10000.000000
50.55/50.72	c satzilla running mxc-sr08 ... 
9998.18/10003.93	c Bin: Executing mxc-sr08
9998.18/10003.93	c spawning binary file with 9949 seconds ...
9998.18/10003.93	c child exit by a signal
9998.18/10003.93	c mxc-sr08 returned code 137.
9998.18/10003.93	c satzilla running picosat846 ... 
9998.18/10003.93	c Bin: Executing picosat846
9998.18/10003.93	c picosat846 returned code 1.
9998.18/10003.93	c satzilla running zchaff_rand ... 
9998.18/10003.93	c Bin: Executing zchaff_rand
9998.18/10003.93	c zchaff_rand returned code 1.
9998.18/10003.93	c satzilla running minisat20SAT07 ... 
9998.18/10003.93	c Bin: Executing minisat20SAT07
9998.18/10003.93	c minisat20SAT07 returned code 1.
9998.18/10003.93	c satzilla running march_dl2004 ... 
9998.18/10003.93	c Bin: Executing march_dl2004
9998.18/10003.93	c march_dl2004 returned code 1.
9998.18/10003.93	c satzilla running SATenstein ... 
9998.18/10003.93	c Bin: Executing SATenstein
9998.18/10003.93	c SATenstein returned code 1.
9998.18/10003.93	c satzilla running gnovelty+ ... 
9998.18/10003.93	c Bin: Executing gnovelty+
9998.18/10003.93	c gnovelty+ returned code 1.
9998.18/10003.93	c satzilla running adaptg2wsat+ ... 
9998.18/10003.93	c Bin: Executing adaptg2wsat+
9998.18/10003.93	c adaptg2wsat+ returned code 1.
9998.18/10003.93	c satzilla running adaptg2wsat0 ... 
9998.18/10003.93	c Bin: Executing adaptg2wsat0
9998.18/10003.93	c adaptg2wsat0 returned code 1.
9998.18/10003.93	c satzilla running tts-4-0 ... 
9998.18/10003.93	c Bin: Executing tts-4-0
9998.18/10003.93	c tts-4-0 returned code 1.
9998.18/10003.93	c satzilla running vallst ... 
9998.18/10003.93	c Bin: Executing vallst
9998.18/10003.93	c vallst returned code 1.
9998.18/10003.93	c satzilla running minisat20 ... 
9998.18/10003.93	c Bin: Executing minisat20
9998.18/10003.93	c minisat20 returned code 1.
9998.18/10003.93	c satzilla running kcnfs04SAT07 ... 
9998.18/10003.93	c Bin: Executing kcnfs04SAT07
9998.18/10003.93	c kcnfs04SAT07 returned code 1.
9998.18/10003.93	c ERROR: All Failed! 
9998.18/10003.93	c SATZILLA_TIME=9999.750000

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-1772780-1241344543/watcher-1772780-1241344543 -o /tmp/evaluation-result-1772780-1241344543/solver-1772780-1241344543 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1772780-1241344543.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29275
/proc/meminfo: memFree=1729960/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=2056 CPUtime=0
/proc/29275/stat : 29275 (SATzilla2009_I) R 29273 29275 29238 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 162489107 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/29275/statm: 514 112 96 399 0 111 0
[pid=29276] ppid=29275 vsize=13372 CPUtime=0
/proc/29276/stat : 29276 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 708 0 0 0 0 0 0 0 18 0 1 0 162489107 13692928 704 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29276/statm: 3343 711 44 138 0 3202 0

[startup+0.103591 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29275
/proc/meminfo: memFree=1729960/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=2056 CPUtime=0
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162489107 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29275/statm: 514 112 96 399 0 111 0
[pid=29276] ppid=29275 vsize=49872 CPUtime=0.09
/proc/29276/stat : 29276 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 10257 0 0 0 5 4 0 0 19 0 1 0 162489107 51068928 10229 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29276/statm: 12468 10230 54 138 0 12327 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51928

[startup+0.201609 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29275
/proc/meminfo: memFree=1729960/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=2056 CPUtime=0
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162489107 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29275/statm: 514 112 96 399 0 111 0
[pid=29276] ppid=29275 vsize=57964 CPUtime=0.19
/proc/29276/stat : 29276 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 12182 0 0 0 14 5 0 0 20 0 1 0 162489107 59355136 12154 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29276/statm: 14491 12155 54 138 0 14350 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 60020

[startup+0.30163 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29275
/proc/meminfo: memFree=1729960/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=2056 CPUtime=0
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162489107 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29275/statm: 514 112 96 399 0 111 0
[pid=29276] ppid=29275 vsize=64316 CPUtime=0.29
/proc/29276/stat : 29276 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 13817 0 0 0 23 6 0 0 21 0 1 0 162489107 65859584 13789 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29276/statm: 16079 13789 54 138 0 15938 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66372

[startup+0.701708 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29275
/proc/meminfo: memFree=1729960/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=2056 CPUtime=0
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162489107 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29275/statm: 514 112 96 399 0 111 0
[pid=29276] ppid=29275 vsize=86468 CPUtime=0.69
/proc/29276/stat : 29276 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 19323 0 0 0 61 8 0 0 25 0 1 0 162489107 88543232 19295 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29276/statm: 21617 19295 54 138 0 21476 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88524

[startup+1.50187 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 29277
/proc/meminfo: memFree=1661016/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=2056 CPUtime=0
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162489107 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29275/statm: 514 112 96 399 0 111 0
[pid=29276] ppid=29275 vsize=89632 CPUtime=1.49
/proc/29276/stat : 29276 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 23027 0 0 0 139 10 0 0 25 0 1 0 162489107 91783168 19839 1992294400 134512640 135078026 4294956192 18446744073709551615 134565915 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29276/statm: 22408 19839 55 138 0 22267 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91688

[startup+3.10218 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29277
/proc/meminfo: memFree=1642520/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=2056 CPUtime=0
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162489107 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29275/statm: 514 112 96 399 0 111 0
[pid=29276] ppid=29275 vsize=88408 CPUtime=3.09
/proc/29276/stat : 29276 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 26481 0 0 0 298 11 0 0 25 0 1 0 162489107 90529792 20257 1992294400 134512640 135078026 4294956192 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29276/statm: 22102 20257 71 138 0 21961 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90464

[startup+6.30182 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29277
/proc/meminfo: memFree=1649048/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=2056 CPUtime=0
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162489107 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29275/statm: 514 112 96 399 0 111 0
[pid=29276] ppid=29275 vsize=88408 CPUtime=6.29
/proc/29276/stat : 29276 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 26492 0 0 0 616 13 0 0 25 0 1 0 162489107 90529792 20268 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29276/statm: 22102 20268 71 138 0 21961 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90464

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 29278
/proc/meminfo: memFree=1693168/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=2056 CPUtime=10
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 152 26495 0 0 0 0 986 14 16 0 1 0 162489107 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 514 121 104 399 0 111 0
[pid=29278] ppid=29275 vsize=39468 CPUtime=2.59
/proc/29278/stat : 29278 (picosat846) R 29275 29275 29238 0 -1 4194304 9166 0 9 0 255 4 0 0 25 0 1 0 162490109 40415232 9164 1992294400 134512640 134570484 4294956192 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29278/statm: 9867 9164 85 14 0 9533 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 41524

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 29279
/proc/meminfo: memFree=1684664/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=40412 CPUtime=25.38
/proc/29275/stat : 29275 (SATzilla2009_I) R 29273 29275 29238 0 -1 4194304 9410 66746 0 9 479 5 2012 42 25 0 1 0 162489107 41381888 9361 1992294400 134512640 136149169 4294956224 18446744073709551615 134535492 0 0 4096 0 0 0 0 17 0 0 0
/proc/29275/statm: 10103 9361 135 399 0 9700 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 40412

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 29280
/proc/meminfo: memFree=1672888/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 42752

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 29281
/proc/meminfo: memFree=1596656/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=91844 CPUtime=51.54
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 27351 0 0 0 5139 15 0 0 25 0 1 0 162494180 94048256 21127 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 22961 21127 71 138 0 22820 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 134596

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29281
/proc/meminfo: memFree=1584944/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=103868 CPUtime=111.51
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 30344 0 0 0 11134 17 0 0 25 0 1 0 162494180 106360832 24120 1992294400 134512640 135078026 4294956192 18446744073709551615 134523777 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 25967 24120 71 138 0 25826 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 146620

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29281
/proc/meminfo: memFree=1573104/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=115364 CPUtime=171.48
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 33219 0 0 0 17127 21 0 0 25 0 1 0 162494180 118132736 26995 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 28841 26995 71 138 0 28700 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 158116

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29281
/proc/meminfo: memFree=1548976/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=139412 CPUtime=231.43
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 39246 0 0 0 23115 28 0 0 25 0 1 0 162494180 142757888 33022 1992294400 134512640 135078026 4294956192 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 34853 33022 71 138 0 34712 0
Current children cumulated CPU time (s) 282
Current children cumulated vsize (KiB) 182164

[startup+342.302 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 29287
/proc/meminfo: memFree=1544816/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=143636 CPUtime=291.38
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 40283 0 0 0 29108 30 0 0 25 0 1 0 162494180 147083264 34059 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 35909 34059 71 138 0 35768 0
Current children cumulated CPU time (s) 341.95
Current children cumulated vsize (KiB) 186388

[startup+402.301 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 29287
/proc/meminfo: memFree=1518256/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57

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


[startup+9462.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29303
/proc/meminfo: memFree=475760/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=1215080 CPUtime=9406.31
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 306108 0 0 0 940310 321 0 0 25 0 1 0 162494180 1244241920 299884 1992294400 134512640 135078026 4294956192 18446744073709551615 134534609 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 303770 299884 71 138 0 303629 0
Current children cumulated CPU time (s) 9456.88
Current children cumulated vsize (KiB) 1257832

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29303
/proc/meminfo: memFree=475760/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=1215080 CPUtime=9466.28
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 306111 0 0 0 946307 321 0 0 25 0 1 0 162494180 1244241920 299887 1992294400 134512640 135078026 4294956192 18446744073709551615 134523784 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 303770 299887 71 138 0 303629 0
Current children cumulated CPU time (s) 9516.85
Current children cumulated vsize (KiB) 1257832

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29303
/proc/meminfo: memFree=475696/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=1215080 CPUtime=9526.24
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 306115 0 0 0 952303 321 0 0 25 0 1 0 162494180 1244241920 299891 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 303770 299891 71 138 0 303629 0
Current children cumulated CPU time (s) 9576.81
Current children cumulated vsize (KiB) 1257832

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29303
/proc/meminfo: memFree=475696/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=1215080 CPUtime=9586.21
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 306117 0 0 0 958300 321 0 0 25 0 1 0 162494180 1244241920 299893 1992294400 134512640 135078026 4294956192 18446744073709551615 134534579 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 303770 299893 71 138 0 303629 0
Current children cumulated CPU time (s) 9636.78
Current children cumulated vsize (KiB) 1257832

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29303
/proc/meminfo: memFree=475696/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=1215080 CPUtime=9646.17
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 306117 0 0 0 964296 321 0 0 25 0 1 0 162494180 1244241920 299893 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 303770 299893 71 138 0 303629 0
Current children cumulated CPU time (s) 9696.74
Current children cumulated vsize (KiB) 1257832

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29303
/proc/meminfo: memFree=475632/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=1215080 CPUtime=9706.13
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 306125 0 0 0 970292 321 0 0 25 0 1 0 162494180 1244241920 299901 1992294400 134512640 135078026 4294956192 18446744073709551615 134523474 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 303770 299901 71 138 0 303629 0
Current children cumulated CPU time (s) 9756.7
Current children cumulated vsize (KiB) 1257832

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29303
/proc/meminfo: memFree=475632/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=1215080 CPUtime=9766.11
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 306128 0 0 0 976290 321 0 0 25 0 1 0 162494180 1244241920 299904 1992294400 134512640 135078026 4294956192 18446744073709551615 134534478 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 303770 299904 71 138 0 303629 0
Current children cumulated CPU time (s) 9816.68
Current children cumulated vsize (KiB) 1257832

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29305
/proc/meminfo: memFree=475376/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=1215080 CPUtime=9826.08
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 306144 0 0 0 982287 321 0 0 25 0 1 0 162494180 1244241920 299920 1992294400 134512640 135078026 4294956192 18446744073709551615 134534579 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 303770 299920 71 138 0 303629 0
Current children cumulated CPU time (s) 9876.65
Current children cumulated vsize (KiB) 1257832

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29305
/proc/meminfo: memFree=475376/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=1215080 CPUtime=9886.04
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 306149 0 0 0 988283 321 0 0 25 0 1 0 162494180 1244241920 299925 1992294400 134512640 135078026 4294956192 18446744073709551615 134523779 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 303770 299925 71 138 0 303629 0
Current children cumulated CPU time (s) 9936.61
Current children cumulated vsize (KiB) 1257832

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29305
/proc/meminfo: memFree=475376/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=1215080 CPUtime=9946.02
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 306153 0 0 0 994281 321 0 0 25 0 1 0 162494180 1244241920 299929 1992294400 134512640 135078026 4294956192 18446744073709551615 134523813 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 303770 299929 71 138 0 303629 0
Current children cumulated CPU time (s) 9996.59
Current children cumulated vsize (KiB) 1257832

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

[startup+10003.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29305
/proc/meminfo: memFree=475376/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=1215080 CPUtime=9946.91
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 306153 0 0 0 994370 321 0 0 25 0 1 0 162494180 1244241920 299929 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 303770 299929 71 138 0 303629 0
Current children cumulated CPU time (s) 9997.48
Current children cumulated vsize (KiB) 1257832

[startup+10003.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29305
/proc/meminfo: memFree=475376/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=1215080 CPUtime=9947.31
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4194304 306153 0 0 0 994410 321 0 0 25 0 1 0 162494180 1244241920 299929 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 303770 299929 71 138 0 303629 0
Current children cumulated CPU time (s) 9997.88
Current children cumulated vsize (KiB) 1257832

[startup+10003.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29305
/proc/meminfo: memFree=475376/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=0 CPUtime=9947.51
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4195332 306153 0 0 0 994426 325 0 0 25 0 1 0 162494180 0 0 1992294400 0 0 0 0 0 256 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9998.08
Current children cumulated vsize (KiB) 42752

[startup+10003.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29305
/proc/meminfo: memFree=475376/2055920 swapFree=4180232/4192956
[pid=29275] ppid=29273 vsize=42752 CPUtime=50.57
/proc/29275/stat : 29275 (SATzilla2009_I) S 29273 29275 29238 0 -1 4194304 21374 78295 0 9 2789 14 2206 48 25 0 1 0 162489107 43778048 10391 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29275/statm: 10688 10391 217 399 0 10285 0
[pid=29281] ppid=29275 vsize=0 CPUtime=9947.61
/proc/29281/stat : 29281 (mxc-sr08) R 29275 29275 29238 0 -1 4195332 306153 0 0 0 994426 335 0 0 25 0 1 0 162494180 0 0 1992294400 0 0 0 0 0 256 0 8392704 0 0 0 0 17 0 0 0
/proc/29281/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9998.18
Current children cumulated vsize (KiB) 42752

Child status: 17
Real time (s): 10003.9
CPU time (s): 9998.26
CPU user time (s): 9994.23
CPU system time (s): 4.03639
CPU usage (%): 99.9432
Max. virtual memory (cumulated for all children) (KiB): 1257832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9994.23
system time used= 4.03639
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 405846
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= 42
involuntary context switches= 23479

runsolver used 8.96564 second user time and 27.4158 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-03 11:55:44
IDJOB=1772780
IDBENCH=20386
IDSOLVER=616
FILE ID=node1/1772780-1241344543
PBS_JOBID= 9225513
Free space on /tmp= 66536 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772780-1241344543/watcher-1772780-1241344543 -o /tmp/evaluation-result-1772780-1241344543/solver-1772780-1241344543 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1772780-1241344543.cnf

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=831202407

node1.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.259
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.259
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:       1730504 kB
Buffers:         36564 kB
Cached:         219720 kB
SwapCached:       6604 kB
Active:          93308 kB
Inactive:       170868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730504 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:           44436 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            47220 kB
Committed_AS:   730292 kB
PageTables:       1436 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= 66504 MiB
End job on node1 at 2009-05-03 14:42:28