Trace number 1563677

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.41 1199.95

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-22.cnf
MD5SUM8d2a42a37522a445646cc07d2396ea2a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark100.985
Satisfiable
(Un)Satisfiability was proved
Number of variables129652
Number of clauses386749
Sum of the clauses size902413
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2257832
Number of clauses of size 3128916
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

26.45/26.59	c SATzilla is building models for class 3
26.45/26.59	c run presolver mxc-sr08 for 10 seconds ... 
26.45/26.59	c Bin: Executing mxc-sr08
26.45/26.59	c spawning binary file with 10 seconds ...
26.45/26.59	c child exit by a signal
26.45/26.59	c mxc-sr08 returned code 137.
26.45/26.59	c run presolver picosat846 for 5 seconds ... 
26.45/26.59	c Bin: Executing picosat846
26.45/26.59	c spawning binary file with 5 seconds ...
26.45/26.59	c child exit by a signal
26.45/26.59	c picosat846 returned code 137.
26.45/26.59	c Orignal number of varibales is 129652, number of clauses is 386749 
26.45/26.59	c predicted feature computation time is 8.338014 
26.45/26.59	c Bin: Executing satelite
26.45/26.59	c spawning binary file with 240 seconds ...
26.45/26.59	c child exited successfully
26.45/26.59	c satzilla computing base features
26.45/26.59	c Number of variabe is: 14271, Number of clause is : 98894 
26.45/26.59	c Initializing...
26.45/26.59	c satzilla doing clause learning
26.45/26.59	c start clause learning features ...
26.45/26.59	c Bin: Executing zchaff07
26.45/26.59	c spawning binary file with 2 seconds ...
26.45/26.59	c child exit by a signal
26.45/26.59	c satzilla doing survey propogation probe
26.45/26.59	c do survay propogation for 2 second ...
26.45/26.59	c satzilla doing local search probe
26.45/26.59	c features are:129652 386749 14271 98894 8.085 2.91074 0.144306 0.396353 0.58949 1.54989 0.000262274 0.545289 0.000140144 0.00455469 1.19921 0.0741905 0.543349 0.000262274 1.27279 7.07829e-05 0.00220438 2.69406 0.0609837 0.105185 0 0.940299 1.64549 8.28354e-05 1.00733 3.03355e-05 0.000819059 1.90188 0.397628 0.000172789 1.27049 4.04473e-05 0.00137521 997 0.493674 93 1537 1537 93 1239 923 1193 24.1256 0.329226 14.143 34.5507 34.5507 14.143 30.6425 16.1505 25.1412 0.196785 1.34315 1.80184e-06 0.984463 0.707932 0.00678102 0.224892 0.0199676 0.0634719 0.0370107 0.700436 4.44089e-16 0.259984 0.0840026 0.0151382 0.0402698 0.021563 0.0326322 1023.18 0.0231975 3232.45 0.0159502 3237 3180 3290 0.504663 0.150368 0.887536 0.00363375 
26.45/26.59	c satzilla's ranking:
26.45/26.59	c 1) mxc-sr08: 3.095703
26.45/26.59	c 2) picosat846: 2.591320
26.45/26.59	c 3) minisat20SAT07: 2.109393
26.45/26.59	c 4) zchaff_rand: 1.100273
26.45/26.59	c 5) march_dl2004: 0.396729
26.45/26.59	c 6) SATenstein: -10000.000000
26.45/26.59	c 7) gnovelty+: -10000.000000
26.45/26.59	c 8) adaptg2wsat+: -10000.000000
26.45/26.59	c 9) adaptg2wsat0: -10000.000000
26.45/26.59	c 10) tts-4-0: -10000.000000
26.45/26.59	c 11) vallst: -10000.000000
26.45/26.59	c 12) minisat20: -10000.000000
26.45/26.59	c 13) kcnfs04SAT07: -10000.000000
26.45/26.59	c satzilla running mxc-sr08 ... 
1199.32/1199.94	c Bin: Executing mxc-sr08
1199.32/1199.94	c spawning binary file with 1173 seconds ...
1199.32/1199.94	c child exit by a signal
1199.32/1199.94	c mxc-sr08 returned code 137.
1199.32/1199.94	c satzilla running picosat846 ... 
1199.32/1199.94	c Bin: Executing picosat846
1199.32/1199.94	c picosat846 returned code 1.
1199.32/1199.94	c satzilla running minisat20SAT07 ... 
1199.32/1199.94	c Bin: Executing minisat20SAT07
1199.32/1199.94	c minisat20SAT07 returned code 1.
1199.32/1199.94	c satzilla running zchaff_rand ... 
1199.32/1199.94	c Bin: Executing zchaff_rand
1199.32/1199.94	c zchaff_rand returned code 1.
1199.32/1199.94	c satzilla running march_dl2004 ... 
1199.32/1199.94	c Bin: Executing march_dl2004
1199.32/1199.94	c march_dl2004 returned code 1.
1199.32/1199.94	c satzilla running SATenstein ... 
1199.32/1199.94	c Bin: Executing SATenstein
1199.32/1199.94	c SATenstein returned code 1.
1199.32/1199.94	c satzilla running gnovelty+ ... 
1199.32/1199.94	c Bin: Executing gnovelty+
1199.32/1199.94	c gnovelty+ returned code 1.
1199.32/1199.94	c satzilla running adaptg2wsat+ ... 
1199.32/1199.94	c Bin: Executing adaptg2wsat+
1199.32/1199.94	c adaptg2wsat+ returned code 1.
1199.32/1199.94	c satzilla running adaptg2wsat0 ... 
1199.32/1199.94	c Bin: Executing adaptg2wsat0
1199.32/1199.94	c adaptg2wsat0 returned code 1.
1199.32/1199.94	c satzilla running tts-4-0 ... 
1199.32/1199.94	c Bin: Executing tts-4-0
1199.32/1199.94	c tts-4-0 returned code 1.
1199.32/1199.94	c satzilla running vallst ... 
1199.32/1199.94	c Bin: Executing vallst
1199.32/1199.94	c vallst returned code 1.
1199.32/1199.94	c satzilla running minisat20 ... 
1199.32/1199.95	c Bin: Executing minisat20
1199.32/1199.95	c minisat20 returned code 1.
1199.32/1199.95	c satzilla running kcnfs04SAT07 ... 
1199.32/1199.95	c Bin: Executing kcnfs04SAT07
1199.32/1199.95	c kcnfs04SAT07 returned code 1.
1199.32/1199.95	c ERROR: All Failed! 
1199.32/1199.95	c SATZILLA_TIME=1199.580000

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-1563677-1238788633/watcher-1563677-1238788633 -o /tmp/evaluation-result-1563677-1238788633/solver-1563677-1238788633 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1563677-1238788633.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: 1.00 1.01 1.01 3/81 27289
/proc/meminfo: memFree=1447560/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=2056 CPUtime=0
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1151527222 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 514 112 96 399 0 111 0
[pid=27290] ppid=27289 vsize=7368 CPUtime=0
/proc/27290/stat : 27290 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 907 0 0 0 0 0 0 0 19 0 1 0 1151527222 7544832 903 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27290/statm: 1842 910 44 138 0 1701 0

[startup+0.070709 s]
/proc/loadavg: 1.00 1.01 1.01 3/81 27289
/proc/meminfo: memFree=1447560/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=2056 CPUtime=0
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1151527222 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 514 112 96 399 0 111 0
[pid=27290] ppid=27289 vsize=33740 CPUtime=0.06
/proc/27290/stat : 27290 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 7156 0 0 0 3 3 0 0 19 0 1 0 1151527222 34549760 7130 1992294400 134512640 135078026 4294956192 18446744073709551615 134566380 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27290/statm: 8435 7130 54 138 0 8294 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35796

[startup+0.101711 s]
/proc/loadavg: 1.00 1.01 1.01 3/81 27289
/proc/meminfo: memFree=1447560/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=2056 CPUtime=0
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1151527222 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 514 112 96 399 0 111 0
[pid=27290] ppid=27289 vsize=35848 CPUtime=0.09
/proc/27290/stat : 27290 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 7702 0 0 0 6 3 0 0 19 0 1 0 1151527222 36708352 7676 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27290/statm: 8962 7677 54 138 0 8821 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37904

[startup+0.301733 s]
/proc/loadavg: 1.00 1.01 1.01 3/81 27289
/proc/meminfo: memFree=1447560/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=2056 CPUtime=0
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1151527222 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 514 112 96 399 0 111 0
[pid=27290] ppid=27289 vsize=50068 CPUtime=0.29
/proc/27290/stat : 27290 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 11276 0 0 0 25 4 0 0 21 0 1 0 1151527222 51269632 11250 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27290/statm: 12517 11250 54 138 0 12376 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52124

[startup+0.701777 s]
/proc/loadavg: 1.00 1.01 1.01 3/81 27289
/proc/meminfo: memFree=1447560/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=2056 CPUtime=0
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1151527222 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 514 112 96 399 0 111 0
[pid=27290] ppid=27289 vsize=59276 CPUtime=0.69
/proc/27290/stat : 27290 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 14788 0 0 0 64 5 0 0 25 0 1 0 1151527222 60698624 13103 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27290/statm: 14819 13103 55 138 0 14678 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61332

[startup+1.50187 s]
/proc/loadavg: 1.00 1.01 1.01 2/83 27291
/proc/meminfo: memFree=1386616/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=2056 CPUtime=0
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1151527222 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 514 112 96 399 0 111 0
[pid=27290] ppid=27289 vsize=80888 CPUtime=1.49
/proc/27290/stat : 27290 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 19986 0 0 0 142 7 0 0 25 0 1 0 1151527222 82829312 18301 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27290/statm: 20222 18301 55 138 0 20081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82944

[startup+3.10104 s]
/proc/loadavg: 1.00 1.01 1.01 2/83 27291
/proc/meminfo: memFree=1360568/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=2056 CPUtime=0
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1151527222 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 514 112 96 399 0 111 0
[pid=27290] ppid=27289 vsize=87756 CPUtime=3.09
/proc/27290/stat : 27290 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 24755 0 0 0 300 9 0 0 25 0 1 0 1151527222 89862144 20810 1992294400 134512640 135078026 4294956192 18446744073709551615 134539507 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27290/statm: 21939 20810 71 138 0 21798 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89812

[startup+6.3014 s]
/proc/loadavg: 1.00 1.01 1.01 2/83 27291
/proc/meminfo: memFree=1362680/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=2056 CPUtime=0
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1151527222 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 514 112 96 399 0 111 0
[pid=27290] ppid=27289 vsize=87756 CPUtime=6.29
/proc/27290/stat : 27290 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 24759 0 0 0 619 10 0 0 25 0 1 0 1151527222 89862144 20814 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27290/statm: 21939 20814 71 138 0 21798 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 89812

[startup+12.7011 s]
/proc/loadavg: 1.08 1.03 1.02 2/83 27292
/proc/meminfo: memFree=1424568/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=2056 CPUtime=10
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 152 24760 0 0 0 0 989 11 19 0 1 0 1151527222 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 514 121 104 399 0 111 0
[pid=27292] ppid=27289 vsize=25940 CPUtime=2.67
/proc/27292/stat : 27292 (picosat846) R 27289 27289 26811 0 -1 4194304 5669 0 0 0 263 4 0 0 25 0 1 0 1151528224 26562560 5658 1992294400 134512640 134570484 4294956192 18446744073709551615 134523454 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27292/statm: 6485 5658 85 14 0 6151 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27996

[startup+25.5015 s]
/proc/loadavg: 1.13 1.04 1.02 2/82 27294
/proc/meminfo: memFree=1429440/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=21152 CPUtime=25.45
/proc/27289/stat : 27289 (SATzilla2009_I) R 27287 27289 26811 0 -1 4194304 5589 61254 0 0 436 6 2064 39 25 0 1 0 1151527222 21659648 4230 1992294400 134512640 136149169 4294956224 18446744073709551615 134579688 0 0 4096 3 0 0 0 17 0 0 0
/proc/27289/statm: 5288 4230 207 399 0 4885 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 21152

[startup+51.1014 s]
/proc/loadavg: 1.08 1.04 1.02 2/83 27295
/proc/meminfo: memFree=1347064/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=87756 CPUtime=24.48
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 24764 0 0 0 2437 11 0 0 25 0 1 0 1151529882 89862144 20819 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 21939 20819 71 138 0 21798 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 104808

[startup+102.306 s]
/proc/loadavg: 1.04 1.03 1.02 2/83 27295
/proc/meminfo: memFree=1346424/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=88812 CPUtime=75.66
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 24999 0 0 0 7554 12 0 0 25 0 1 0 1151529882 90943488 21054 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 22203 21054 71 138 0 22062 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 105864

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.01 2/83 27295
/proc/meminfo: memFree=1342072/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=93192 CPUtime=135.62
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 26080 0 0 0 13549 13 0 0 25 0 1 0 1151529882 95428608 22135 1992294400 134512640 135078026 4294956192 18446744073709551615 134534226 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 23298 22135 71 138 0 23157 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 110244

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/83 27295
/proc/meminfo: memFree=1335928/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=99612 CPUtime=195.61
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 27610 0 0 0 19546 15 0 0 25 0 1 0 1151529882 102002688 23665 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 24903 23665 71 138 0 24762 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 116664

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/83 27301
/proc/meminfo: memFree=1334968/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=100288 CPUtime=255.56
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 27799 0 0 0 25541 15 0 0 25 0 1 0 1151529882 102694912 23854 1992294400 134512640 135078026 4294956192 18446744073709551615 134534432 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 25072 23854 71 138 0 24931 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 117340

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1332152/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=103204 CPUtime=315.54
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 28519 0 0 0 31538 16 0 0 25 0 1 0 1151529882 105680896 24574 1992294400 134512640 135078026 4294956192 18446744073709551615 134523741 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 25801 24574 71 138 0 25660 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 120256


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


[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1320760/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=114540 CPUtime=735.37
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31363 0 0 0 73517 20 0 0 25 0 1 0 1151529882 117288960 27418 1992294400 134512640 135078026 4294956192 18446744073709551615 134523853 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 28635 27418 71 138 0 28494 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 131592

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1320760/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=114540 CPUtime=795.34
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31368 0 0 0 79514 20 0 0 25 0 1 0 1151529882 117288960 27423 1992294400 134512640 135078026 4294956192 18446744073709551615 134534237 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 28635 27423 71 138 0 28494 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 131592

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1320760/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=114540 CPUtime=855.32
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31369 0 0 0 85512 20 0 0 25 0 1 0 1151529882 117288960 27424 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 28635 27424 71 138 0 28494 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 131592

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1320760/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=114540 CPUtime=915.29
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31379 0 0 0 91509 20 0 0 25 0 1 0 1151529882 117288960 27434 1992294400 134512640 135078026 4294956192 18446744073709551615 134534673 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 28635 27434 71 138 0 28494 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 131592

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1320760/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=114540 CPUtime=975.26
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31380 0 0 0 97506 20 0 0 25 0 1 0 1151529882 117288960 27435 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 28635 27435 71 138 0 28494 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 131592

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1320696/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=114540 CPUtime=1035.24
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31385 0 0 0 103504 20 0 0 25 0 1 0 1151529882 117288960 27440 1992294400 134512640 135078026 4294956192 18446744073709551615 134540379 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 28635 27440 71 138 0 28494 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 131592

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1320696/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=114540 CPUtime=1095.22
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31385 0 0 0 109502 20 0 0 25 0 1 0 1151529882 117288960 27440 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 28635 27440 71 138 0 28494 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 131592

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1318776/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=116520 CPUtime=1155.19
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31871 0 0 0 115498 21 0 0 25 0 1 0 1151529882 119316480 27926 1992294400 134512640 135078026 4294956192 18446744073709551615 134523741 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 29130 27926 71 138 0 28989 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 133572

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1318776/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=116520 CPUtime=1163.19
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31871 0 0 0 116298 21 0 0 25 0 1 0 1151529882 119316480 27926 1992294400 134512640 135078026 4294956192 18446744073709551615 134534457 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 29130 27926 71 138 0 28989 0
Current children cumulated CPU time (s) 1189.73
Current children cumulated vsize (KiB) 133572

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1318776/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=116520 CPUtime=1169.59
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31871 0 0 0 116938 21 0 0 25 0 1 0 1151529882 119316480 27926 1992294400 134512640 135078026 4294956192 18446744073709551615 134522144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 29130 27926 71 138 0 28989 0
Current children cumulated CPU time (s) 1196.13
Current children cumulated vsize (KiB) 133572

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1318776/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=116520 CPUtime=1171.19
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31871 0 0 0 117098 21 0 0 25 0 1 0 1151529882 119316480 27926 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 29130 27926 71 138 0 28989 0
Current children cumulated CPU time (s) 1197.73
Current children cumulated vsize (KiB) 133572

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1318776/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=116520 CPUtime=1171.98
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31871 0 0 0 117177 21 0 0 25 0 1 0 1151529882 119316480 27926 1992294400 134512640 135078026 4294956192 18446744073709551615 134540519 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 29130 27926 71 138 0 28989 0
Current children cumulated CPU time (s) 1198.52
Current children cumulated vsize (KiB) 133572

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1318776/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=116520 CPUtime=1172.38
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31871 0 0 0 117217 21 0 0 25 0 1 0 1151529882 119316480 27926 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 29130 27926 71 138 0 28989 0
Current children cumulated CPU time (s) 1198.92
Current children cumulated vsize (KiB) 133572

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27301
/proc/meminfo: memFree=1318776/2055920 swapFree=4172784/4192956
[pid=27289] ppid=27287 vsize=17052 CPUtime=26.54
/proc/27289/stat : 27289 (SATzilla2009_I) S 27287 27289 26811 0 -1 4194304 5606 61254 0 0 539 12 2064 39 25 0 1 0 1151527222 17461248 3985 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27289/statm: 4263 3985 217 399 0 3860 0
[pid=27295] ppid=27289 vsize=116520 CPUtime=1172.78
/proc/27295/stat : 27295 (mxc-sr08) R 27289 27289 26811 0 -1 4194304 31871 0 0 0 117257 21 0 0 25 0 1 0 1151529882 119316480 27926 1992294400 134512640 135078026 4294956192 18446744073709551615 134534344 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27295/statm: 29130 27926 71 138 0 28989 0
Current children cumulated CPU time (s) 1199.32
Current children cumulated vsize (KiB) 133572

Child status: 17
Real time (s): 1199.95
CPU time (s): 1199.41
CPU user time (s): 1198.66
CPU system time (s): 0.751885
CPU usage (%): 99.9548
Max. virtual memory (cumulated for all children) (KiB): 133572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.66
system time used= 0.751885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98749
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= 4596

runsolver used 1.43378 second user time and 4.03439 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-03 21:57:14
IDJOB=1563677
IDBENCH=70958
IDSOLVER=528
FILE ID=node87/1563677-1238788633
PBS_JOBID= 9085571
Free space on /tmp= 66432 MiB

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

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

MD5SUM BENCH= 8d2a42a37522a445646cc07d2396ea2a
RANDOM SEED=293619129

node87.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1448040 kB
Buffers:         67312 kB
Cached:         456796 kB
SwapCached:       9352 kB
Active:         199404 kB
Inactive:       336020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448040 kB
SwapTotal:     4192956 kB
SwapFree:      4172784 kB
Dirty:           38112 kB
Writeback:           0 kB
Mapped:          16416 kB
Slab:            56604 kB
Committed_AS:  2897112 kB
PageTables:       2676 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= 66400 MiB
End job on node87 at 2009-04-03 22:17:14