Trace number 1737903

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.04 1199.6

General information on the benchmark

NameCRAFTED/parity-games/
instance_n9_i9_pp_ci_ce.cnf
MD5SUM17405d60322fbbfc84267e396be14b66
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark145.595
Satisfiable
(Un)Satisfiability was proved
Number of variables33867
Number of clauses457280
Sum of the clauses size1516932
Maximum clause length72
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272774
Number of clauses of size 3228663
Number of clauses of size 4122769
Number of clauses of size 525920
Number of clauses of size over 57154

Solver Data

28.16/28.20	c SATzilla is building models for class 3
28.16/28.20	c run presolver mxc-sr08 for 10 seconds ... 
28.16/28.20	c Bin: Executing mxc-sr08
28.16/28.20	c spawning binary file with 10 seconds ...
28.16/28.20	c child exit by a signal
28.16/28.20	c mxc-sr08 returned code 137.
28.16/28.20	c run presolver picosat846 for 5 seconds ... 
28.16/28.20	c Bin: Executing picosat846
28.16/28.20	c spawning binary file with 5 seconds ...
28.16/28.20	c child exit by a signal
28.16/28.20	c picosat846 returned code 137.
28.16/28.20	c Orignal number of varibales is 33867, number of clauses is 457280 
28.16/28.20	c predicted feature computation time is 3.761629 
28.16/28.20	c Bin: Executing satelite
28.16/28.20	c spawning binary file with 240 seconds ...
28.16/28.20	c child exited successfully
28.16/28.20	c satzilla computing base features
28.16/28.20	c Number of variabe is: 23801, Number of clause is : 430817 
28.16/28.20	c Initializing...
28.16/28.20	c satzilla doing clause learning
28.16/28.20	c start clause learning features ...
28.16/28.20	c Bin: Executing zchaff07
28.16/28.20	c spawning binary file with 2 seconds ...
28.16/28.20	c child exit by a signal
28.16/28.20	c satzilla doing survey propogation probe
28.16/28.20	c do survay propogation for 2 second ...
28.16/28.20	c satzilla doing local search probe
28.16/28.20	c features are:33867 457280 23801 430817 0.422923 0.0614252 0.0552462 0.54356 0.604 1.54459 0.000141847 0.359283 8.40301e-05 0.00302508 1.24366 0.149852 0.619535 0.000141847 1.93561 1.16059e-05 0.0064575 3.62803 0.317863 0.269752 0 0.952849 3.37785 0.000108744 2.19813 2.32117e-06 0.0032009 3.50522 0.832546 0.000116061 1.49896 1.16059e-05 0.00510426 778 0 778 778 778 778 778 778 778 22.3522 0 22.3522 22.3522 22.3522 22.3522 22.3522 22.3522 22.3522 0.596664 0.493723 0 0.976177 0.897743 0.0949724 0.823306 0.375801 0.722269 0.0603554 1.47431 -1.11022e-16 0.357745 0.161211 4.60689e-05 0.060128 0.00333019 0.0439665 1795 0.583787 4546.67 0.866072 6779 0 6779 2.99454 1.17967 0.996961 0.0573533 
28.16/28.20	c satzilla's ranking:
28.16/28.20	c 1) mxc-sr08: 2.650600
28.16/28.20	c 2) picosat846: 2.472380
28.16/28.20	c 3) minisat20SAT07: 2.084795
28.16/28.20	c 4) zchaff_rand: 1.714440
28.16/28.20	c 5) march_dl2004: -0.249019
28.16/28.20	c 6) SATenstein: -10000.000000
28.16/28.20	c 7) gnovelty+: -10000.000000
28.16/28.20	c 8) adaptg2wsat+: -10000.000000
28.16/28.20	c 9) adaptg2wsat0: -10000.000000
28.16/28.20	c 10) tts-4-0: -10000.000000
28.16/28.20	c 11) vallst: -10000.000000
28.16/28.20	c 12) minisat20: -10000.000000
28.16/28.20	c 13) kcnfs04SAT07: -10000.000000
28.16/28.20	c satzilla running mxc-sr08 ... 
1198.90/1199.59	c Bin: Executing mxc-sr08
1198.90/1199.59	c spawning binary file with 1171 seconds ...
1198.90/1199.59	c child exit by a signal
1198.90/1199.59	c mxc-sr08 returned code 137.
1198.90/1199.59	c satzilla running picosat846 ... 
1198.90/1199.59	c Bin: Executing picosat846
1198.90/1199.59	c picosat846 returned code 1.
1198.90/1199.59	c satzilla running minisat20SAT07 ... 
1198.90/1199.59	c Bin: Executing minisat20SAT07
1198.90/1199.59	c minisat20SAT07 returned code 1.
1198.90/1199.59	c satzilla running zchaff_rand ... 
1198.90/1199.59	c Bin: Executing zchaff_rand
1198.90/1199.59	c zchaff_rand returned code 1.
1198.90/1199.59	c satzilla running march_dl2004 ... 
1198.90/1199.59	c Bin: Executing march_dl2004
1198.90/1199.59	c march_dl2004 returned code 1.
1198.90/1199.59	c satzilla running SATenstein ... 
1198.90/1199.59	c Bin: Executing SATenstein
1198.90/1199.59	c SATenstein returned code 1.
1198.90/1199.59	c satzilla running gnovelty+ ... 
1198.90/1199.59	c Bin: Executing gnovelty+
1198.90/1199.59	c gnovelty+ returned code 1.
1198.90/1199.59	c satzilla running adaptg2wsat+ ... 
1198.90/1199.59	c Bin: Executing adaptg2wsat+
1198.90/1199.59	c adaptg2wsat+ returned code 1.
1198.90/1199.59	c satzilla running adaptg2wsat0 ... 
1198.90/1199.59	c Bin: Executing adaptg2wsat0
1198.90/1199.59	c adaptg2wsat0 returned code 1.
1198.90/1199.59	c satzilla running tts-4-0 ... 
1198.90/1199.59	c Bin: Executing tts-4-0
1198.90/1199.59	c tts-4-0 returned code 1.
1198.90/1199.59	c satzilla running vallst ... 
1198.90/1199.59	c Bin: Executing vallst
1198.90/1199.59	c vallst returned code 1.
1198.90/1199.59	c satzilla running minisat20 ... 
1198.90/1199.59	c Bin: Executing minisat20
1198.90/1199.59	c minisat20 returned code 1.
1198.90/1199.59	c satzilla running kcnfs04SAT07 ... 
1198.90/1199.59	c Bin: Executing kcnfs04SAT07
1198.90/1199.59	c kcnfs04SAT07 returned code 1.
1198.90/1199.59	c ERROR: All Failed! 
1198.90/1199.59	c SATZILLA_TIME=1199.200000

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-1737903-1240833947/watcher-1737903-1240833947 -o /tmp/evaluation-result-1737903-1240833947/solver-1737903-1240833947 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1737903-1240833947.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.92 0.99 0.93 3/64 5169
/proc/meminfo: memFree=1563104/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=2056 CPUtime=0
/proc/5169/stat : 5169 (SATzilla2009_I) R 5167 5169 5068 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 111422496 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/5169/statm: 514 112 96 399 0 111 0
[pid=5170] ppid=5169 vsize=10904 CPUtime=0
/proc/5170/stat : 5170 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 716 0 0 0 0 0 0 0 18 0 1 0 111422497 11165696 712 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5170/statm: 2726 719 44 138 0 2585 0

[startup+0.078851 s]
/proc/loadavg: 0.92 0.99 0.93 3/64 5169
/proc/meminfo: memFree=1563104/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=2056 CPUtime=0
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 111422496 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 514 112 96 399 0 111 0
[pid=5170] ppid=5169 vsize=21644 CPUtime=0.07
/proc/5170/stat : 5170 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 4921 0 0 0 5 2 0 0 19 0 1 0 111422497 22163456 4917 1992294400 134512640 135078026 4294956192 18446744073709551615 134566140 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5170/statm: 5411 4918 54 138 0 5270 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23700

[startup+0.102853 s]
/proc/loadavg: 0.92 0.99 0.93 3/64 5169
/proc/meminfo: memFree=1563104/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=2056 CPUtime=0
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 111422496 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 514 112 96 399 0 111 0
[pid=5170] ppid=5169 vsize=23468 CPUtime=0.09
/proc/5170/stat : 5170 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 5381 0 0 0 7 2 0 0 19 0 1 0 111422497 24031232 5377 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5170/statm: 5867 5378 54 138 0 5726 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25524

[startup+0.302871 s]
/proc/loadavg: 0.92 0.99 0.93 3/64 5169
/proc/meminfo: memFree=1563104/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=2056 CPUtime=0
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 111422496 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 514 112 96 399 0 111 0
[pid=5170] ppid=5169 vsize=38532 CPUtime=0.29
/proc/5170/stat : 5170 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 8868 0 0 0 25 4 0 0 21 0 1 0 111422497 39456768 8864 1992294400 134512640 135078026 4294956192 18446744073709551615 134544010 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5170/statm: 9633 8865 54 138 0 9492 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40588

[startup+0.702907 s]
/proc/loadavg: 0.92 0.99 0.93 3/64 5169
/proc/meminfo: memFree=1563104/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=2056 CPUtime=0
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 111422496 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 514 112 96 399 0 111 0
[pid=5170] ppid=5169 vsize=36800 CPUtime=0.69
/proc/5170/stat : 5170 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 11021 0 0 0 64 5 0 0 25 0 1 0 111422497 37683200 8474 1992294400 134512640 135078026 4294956192 18446744073709551615 134561286 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5170/statm: 9200 8474 55 138 0 9059 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38856

[startup+1.50198 s]
/proc/loadavg: 0.92 0.99 0.93 2/66 5171
/proc/meminfo: memFree=1529040/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=2056 CPUtime=0
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 111422496 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 514 112 96 399 0 111 0
[pid=5170] ppid=5169 vsize=42380 CPUtime=1.49
/proc/5170/stat : 5170 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 12363 0 0 0 143 6 0 0 25 0 1 0 111422497 43397120 9816 1992294400 134512640 135078026 4294956192 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5170/statm: 10595 9816 55 138 0 10454 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44436

[startup+3.10113 s]
/proc/loadavg: 0.92 0.99 0.93 2/66 5171
/proc/meminfo: memFree=1526224/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=2056 CPUtime=0
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 111422496 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 514 112 96 399 0 111 0
[pid=5170] ppid=5169 vsize=44164 CPUtime=3.09
/proc/5170/stat : 5170 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 13988 0 0 0 302 7 0 0 25 0 1 0 111422497 45223936 10282 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5170/statm: 11041 10282 71 138 0 10900 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46220

[startup+6.30143 s]
/proc/loadavg: 0.93 0.99 0.93 2/66 5171
/proc/meminfo: memFree=1521680/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=2056 CPUtime=0
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 111422496 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 514 112 96 399 0 111 0
[pid=5170] ppid=5169 vsize=45088 CPUtime=6.29
/proc/5170/stat : 5170 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 14218 0 0 0 622 7 0 0 25 0 1 0 111422497 46170112 10512 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5170/statm: 11272 10512 71 138 0 11131 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47144

[startup+12.701 s]
/proc/loadavg: 0.93 0.99 0.93 2/66 5172
/proc/meminfo: memFree=1543760/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=2056 CPUtime=9.99
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 152 14492 0 0 0 0 992 7 16 0 1 0 111422496 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 514 121 104 399 0 111 0
[pid=5172] ppid=5169 vsize=21372 CPUtime=2.68
/proc/5172/stat : 5172 (picosat846) R 5169 5169 5068 0 -1 4194304 4990 0 0 0 266 2 0 0 25 0 1 0 111423497 21884928 4977 1992294400 134512640 134570484 4294956192 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5172/statm: 5343 4977 85 14 0 5009 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23428

[startup+25.5012 s]
/proc/loadavg: 0.95 0.99 0.93 2/65 5174
/proc/meminfo: memFree=1501208/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=35512 CPUtime=25.46
/proc/5169/stat : 5169 (SATzilla2009_I) R 5167 5169 5068 0 -1 4194304 17823 42514 0 0 654 8 1856 28 25 0 1 0 111422496 36364288 6626 1992294400 134512640 136149169 4294956224 18446744073709551615 134739958 0 0 4096 3 0 0 0 17 0 0 0
/proc/5169/statm: 8878 6626 196 399 0 8475 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 35512

[startup+51.1026 s]
/proc/loadavg: 0.96 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1482960/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=49060 CPUtime=22.86
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 15206 0 0 0 2279 7 0 0 25 0 1 0 111425317 50237440 11500 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 12265 11500 71 138 0 12124 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 76368

[startup+102.306 s]
/proc/loadavg: 0.98 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1469392/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=62384 CPUtime=74.01
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 18509 0 0 0 7390 11 0 0 25 0 1 0 111425317 63881216 14803 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 15596 14803 71 138 0 15455 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 89692

[startup+162.303 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1454480/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=77204 CPUtime=133.98
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 22238 0 0 0 13383 15 0 0 25 0 1 0 111425317 79056896 18532 1992294400 134512640 135078026 4294956192 18446744073709551615 134533845 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 19301 18532 71 138 0 19160 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 104512

[startup+222.303 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1450768/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=80900 CPUtime=193.96
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 23166 0 0 0 19379 17 0 0 25 0 1 0 111425317 82841600 19460 1992294400 134512640 135078026 4294956192 18446744073709551615 134523741 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 20225 19460 71 138 0 20084 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 108208

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1434512/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=97688 CPUtime=253.93
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 27265 0 0 0 25371 22 0 0 25 0 1 0 111425317 100032512 23559 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 24422 23559 71 138 0 24281 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 124996

[startup+342.303 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1433872/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=98084 CPUtime=313.9
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 27371 0 0 0 31368 22 0 0 25 0 1 0 111425317 100438016 23665 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 24521 23665 71 138 0 24380 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 125392


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

/proc/5175/statm: 37249 36212 71 138 0 37108 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 176304

[startup+822.301 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1372816/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=159976 CPUtime=793.7
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 42627 0 0 0 79327 43 0 0 25 0 1 0 111425317 163815424 38921 1992294400 134512640 135078026 4294956192 18446744073709551615 134534226 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 39994 38921 71 138 0 39853 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 187284

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1362896/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=169828 CPUtime=853.67
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 45084 0 0 0 85322 45 0 0 25 0 1 0 111425317 173903872 41378 1992294400 134512640 135078026 4294956192 18446744073709551615 134520184 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 42457 41378 71 138 0 42316 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 197136

[startup+942.302 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1362832/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=169828 CPUtime=913.64
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 45085 0 0 0 91319 45 0 0 25 0 1 0 111425317 173903872 41379 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 42457 41379 71 138 0 42316 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 197136

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1362832/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=169828 CPUtime=973.62
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 45087 0 0 0 97317 45 0 0 25 0 1 0 111425317 173903872 41381 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 42457 41381 71 138 0 42316 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 197136

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1362832/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=169828 CPUtime=1033.6
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 45092 0 0 0 103315 45 0 0 25 0 1 0 111425317 173903872 41386 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 42457 41386 71 138 0 42316 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 197136

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1362768/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=169828 CPUtime=1093.57
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 45096 0 0 0 109312 45 0 0 25 0 1 0 111425317 173903872 41390 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 42457 41390 71 138 0 42316 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 197136

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1362704/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=169828 CPUtime=1153.54
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 45103 0 0 0 115309 45 0 0 25 0 1 0 111425317 173903872 41397 1992294400 134512640 135078026 4294956192 18446744073709551615 134534605 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 42457 41397 71 138 0 42316 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 197136

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1362704/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=169828 CPUtime=1161.54
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 45104 0 0 0 116109 45 0 0 25 0 1 0 111425317 173903872 41398 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 42457 41398 71 138 0 42316 0
Current children cumulated CPU time (s) 1189.7
Current children cumulated vsize (KiB) 197136

[startup+1193.51 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1362704/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=169828 CPUtime=1164.74
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 45104 0 0 0 116429 45 0 0 25 0 1 0 111425317 173903872 41398 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 42457 41398 71 138 0 42316 0
Current children cumulated CPU time (s) 1192.9
Current children cumulated vsize (KiB) 197136

[startup+1196.7 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1362704/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=169828 CPUtime=1167.94
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 45104 0 0 0 116749 45 0 0 25 0 1 0 111425317 173903872 41398 1992294400 134512640 135078026 4294956192 18446744073709551615 134534301 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 42457 41398 71 138 0 42316 0
Current children cumulated CPU time (s) 1196.1
Current children cumulated vsize (KiB) 197136

[startup+1198.3 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1362704/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=169828 CPUtime=1169.54
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 45104 0 0 0 116909 45 0 0 25 0 1 0 111425317 173903872 41398 1992294400 134512640 135078026 4294956192 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 42457 41398 71 138 0 42316 0
Current children cumulated CPU time (s) 1197.7
Current children cumulated vsize (KiB) 197136

[startup+1199.1 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1362704/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=169828 CPUtime=1170.34
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 45104 0 0 0 116989 45 0 0 25 0 1 0 111425317 173903872 41398 1992294400 134512640 135078026 4294956192 18446744073709551615 134540379 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 42457 41398 71 138 0 42316 0
Current children cumulated CPU time (s) 1198.5
Current children cumulated vsize (KiB) 197136

[startup+1199.5 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1362704/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=27308 CPUtime=28.16
/proc/5169/stat : 5169 (SATzilla2009_I) S 5167 5169 5068 0 -1 4194304 22576 42514 0 0 915 17 1856 28 25 0 1 0 111422496 27963392 6581 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/5169/statm: 6827 6581 217 399 0 6424 0
[pid=5175] ppid=5169 vsize=169828 CPUtime=1170.74
/proc/5175/stat : 5175 (mxc-sr08) R 5169 5169 5068 0 -1 4194304 45104 0 0 0 117029 45 0 0 25 0 1 0 111425317 173903872 41398 1992294400 134512640 135078026 4294956192 18446744073709551615 134534219 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5175/statm: 42457 41398 71 138 0 42316 0
Current children cumulated CPU time (s) 1198.9
Current children cumulated vsize (KiB) 197136

[startup+1199.6 s]
/proc/loadavg: 0.99 0.99 0.93 2/66 5175
/proc/meminfo: memFree=1362704/2055920 swapFree=4181252/4192956
[pid=5169] ppid=5167 vsize=0 CPUtime=1199.01
/proc/5169/stat : 5169 (SATzilla2009_I) R 5167 5169 5068 0 -1 4194308 22593 87618 0 0 915 17 118892 77 16 0 1 0 111422496 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/5169/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.01
Current children cumulated vsize (KiB) 0

Child status: 17
Real time (s): 1199.6
CPU time (s): 1199.04
CPU user time (s): 1198.09
CPU system time (s): 0.954854
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 197136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.09
system time used= 0.954854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110211
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= 16
involuntary context switches= 3004

runsolver used 1.07184 second user time and 3.3005 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-27 14:05:47
IDJOB=1737903
IDBENCH=71797
IDSOLVER=528
FILE ID=node48/1737903-1240833947
PBS_JOBID= 9187487
Free space on /tmp= 66384 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n9_i9_pp_ci_ce.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1737903-1240833947/watcher-1737903-1240833947 -o /tmp/evaluation-result-1737903-1240833947/solver-1737903-1240833947 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1737903-1240833947.cnf

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

MD5SUM BENCH= 17405d60322fbbfc84267e396be14b66
RANDOM SEED=1694661566

node48.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.209
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.209
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:       1563648 kB
Buffers:         62396 kB
Cached:         355844 kB
SwapCached:       5740 kB
Active:         212352 kB
Inactive:       213948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1563648 kB
SwapTotal:     4192956 kB
SwapFree:      4181252 kB
Dirty:           41620 kB
Writeback:           0 kB
Mapped:          13524 kB
Slab:            52052 kB
Committed_AS:   524636 kB
PageTables:       1368 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= 66352 MiB
End job on node48 at 2009-04-27 14:25:47