Trace number 1721867

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.06 1199.64

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

22.13/22.27	c SATzilla is building models for class 3
22.13/22.27	c run presolver mxc-sr08 for 10 seconds ... 
22.13/22.27	c Bin: Executing mxc-sr08
22.13/22.27	c spawning binary file with 10 seconds ...
22.13/22.27	c child exit by a signal
22.13/22.27	c mxc-sr08 returned code 137.
22.13/22.27	c run presolver picosat846 for 5 seconds ... 
22.13/22.27	c Bin: Executing picosat846
22.13/22.27	c spawning binary file with 5 seconds ...
22.13/22.27	c child exit by a signal
22.13/22.27	c picosat846 returned code 137.
22.13/22.27	c Orignal number of varibales is 1278, number of clauses is 68055 
22.13/22.27	c predicted feature computation time is 1.493956 
22.13/22.27	c Bin: Executing satelite
22.13/22.27	c spawning binary file with 240 seconds ...
22.13/22.27	c child exited successfully
22.13/22.27	c satzilla computing base features
22.13/22.27	c Number of variabe is: 763, Number of clause is : 67183 
22.13/22.27	c Initializing...
22.13/22.27	c satzilla doing clause learning
22.13/22.27	c start clause learning features ...
22.13/22.27	c Bin: Executing zchaff07
22.13/22.27	c spawning binary file with 2 seconds ...
22.13/22.27	c child exit by a signal
22.13/22.27	c satzilla doing survey propogation probe
22.13/22.27	c do survay propogation for 2 second ...
22.13/22.27	c satzilla doing local search probe
22.13/22.27	c features are:1278 68055 763 67183 0.674967 0.0129795 0.011357 0.456404 0.565658 0.685661 0.00555502 0.928819 0.00262123 0.0314548 0.577293 0.0279535 0.891103 0.00555502 1.08601 0.000104193 0.0189036 4.1294 0.288161 0.279195 0 0.928389 2.66768 0.00346705 0.858655 8.93083e-05 0.00960064 4.00779 0.891103 0.00242287 0.900138 8.93083e-05 0.00678743 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.544589 0.431092 0.00946624 0.96376 0.939321 0.150576 0.589937 0.479434 0.54496 0.0053895 3.1085 -1.11022e-16 0.171653 0.0231841 0 0.000312727 1.38778e-17 5.77681e-07 85.5 0.229871 254.9 0.360677 272 0 306 19.4633 0.320908 0.999014 0.0053636 
22.13/22.27	c satzilla's ranking:
22.13/22.27	c 1) mxc-sr08: 3.208344
22.13/22.27	c 2) picosat846: 3.124889
22.13/22.27	c 3) zchaff_rand: 2.257592
22.13/22.27	c 4) minisat20SAT07: 1.935091
22.13/22.27	c 5) march_dl2004: 0.409313
22.13/22.27	c 6) SATenstein: -10000.000000
22.13/22.27	c 7) gnovelty+: -10000.000000
22.13/22.27	c 8) adaptg2wsat+: -10000.000000
22.13/22.27	c 9) adaptg2wsat0: -10000.000000
22.13/22.27	c 10) tts-4-0: -10000.000000
22.13/22.27	c 11) vallst: -10000.000000
22.13/22.27	c 12) minisat20: -10000.000000
22.13/22.27	c 13) kcnfs04SAT07: -10000.000000
22.13/22.27	c satzilla running mxc-sr08 ... 
1198.99/1199.64	c Bin: Executing mxc-sr08
1198.99/1199.64	c spawning binary file with 1177 seconds ...
1198.99/1199.64	c child exit by a signal
1198.99/1199.64	c mxc-sr08 returned code 137.
1198.99/1199.64	c satzilla running picosat846 ... 
1198.99/1199.64	c Bin: Executing picosat846
1198.99/1199.64	c picosat846 returned code 1.
1198.99/1199.64	c satzilla running zchaff_rand ... 
1198.99/1199.64	c Bin: Executing zchaff_rand
1198.99/1199.64	c zchaff_rand returned code 1.
1198.99/1199.64	c satzilla running minisat20SAT07 ... 
1198.99/1199.64	c Bin: Executing minisat20SAT07
1198.99/1199.64	c minisat20SAT07 returned code 1.
1198.99/1199.64	c satzilla running march_dl2004 ... 
1198.99/1199.64	c Bin: Executing march_dl2004
1198.99/1199.64	c march_dl2004 returned code 1.
1198.99/1199.64	c satzilla running SATenstein ... 
1198.99/1199.64	c Bin: Executing SATenstein
1198.99/1199.64	c SATenstein returned code 1.
1198.99/1199.64	c satzilla running gnovelty+ ... 
1198.99/1199.64	c Bin: Executing gnovelty+
1198.99/1199.64	c gnovelty+ returned code 1.
1198.99/1199.64	c satzilla running adaptg2wsat+ ... 
1198.99/1199.64	c Bin: Executing adaptg2wsat+
1198.99/1199.64	c adaptg2wsat+ returned code 1.
1198.99/1199.64	c satzilla running adaptg2wsat0 ... 
1198.99/1199.64	c Bin: Executing adaptg2wsat0
1198.99/1199.64	c adaptg2wsat0 returned code 1.
1198.99/1199.64	c satzilla running tts-4-0 ... 
1198.99/1199.64	c Bin: Executing tts-4-0
1198.99/1199.64	c tts-4-0 returned code 1.
1198.99/1199.64	c satzilla running vallst ... 
1198.99/1199.64	c Bin: Executing vallst
1198.99/1199.64	c vallst returned code 1.
1198.99/1199.64	c satzilla running minisat20 ... 
1198.99/1199.64	c Bin: Executing minisat20
1198.99/1199.64	c minisat20 returned code 1.
1198.99/1199.64	c satzilla running kcnfs04SAT07 ... 
1198.99/1199.64	c Bin: Executing kcnfs04SAT07
1198.99/1199.64	c kcnfs04SAT07 returned code 1.
1198.99/1199.64	c ERROR: All Failed! 
1198.99/1199.64	c SATZILLA_TIME=1199.230000

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-1721867-1240670639/watcher-1721867-1240670639 -o /tmp/evaluation-result-1721867-1240670639/solver-1721867-1240670639 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1721867-1240670639.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.93 0.99 0.99 2/65 17157
/proc/meminfo: memFree=1709224/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=2056 CPUtime=0
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95093074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 514 112 96 399 0 111 0
[pid=17158] ppid=17157 vsize=2056 CPUtime=0
/proc/17158/stat : 17158 (SATzilla2009_I) R 17157 17157 16938 0 -1 4194368 5 0 0 0 0 0 0 0 19 0 1 0 95093074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135720740 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17158/statm: 514 112 96 399 0 111 0

[startup+0.0471491 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 17157
/proc/meminfo: memFree=1709224/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=2056 CPUtime=0
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95093074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 514 112 96 399 0 111 0
[pid=17158] ppid=17157 vsize=5396 CPUtime=0.03
/proc/17158/stat : 17158 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 1243 0 0 0 3 0 0 0 19 0 1 0 95093074 5525504 1239 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17158/statm: 1349 1239 54 138 0 1208 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7452

[startup+0.101154 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 17157
/proc/meminfo: memFree=1709224/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=2056 CPUtime=0
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95093074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 514 112 96 399 0 111 0
[pid=17158] ppid=17157 vsize=5000 CPUtime=0.08
/proc/17158/stat : 17158 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 1348 0 0 0 8 0 0 0 19 0 1 0 95093074 5120000 1086 1992294400 134512640 135078026 4294956176 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17158/statm: 1250 1086 55 138 0 1109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7056

[startup+0.301176 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 17157
/proc/meminfo: memFree=1709224/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=2056 CPUtime=0
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95093074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 514 112 96 399 0 111 0
[pid=17158] ppid=17157 vsize=5000 CPUtime=0.28
/proc/17158/stat : 17158 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 1348 0 0 0 28 0 0 0 21 0 1 0 95093074 5120000 1086 1992294400 134512640 135078026 4294956176 18446744073709551615 134561041 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17158/statm: 1250 1086 55 138 0 1109 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7056

[startup+0.70122 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 17157
/proc/meminfo: memFree=1709224/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=2056 CPUtime=0
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95093074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 514 112 96 399 0 111 0
[pid=17158] ppid=17157 vsize=7436 CPUtime=0.68
/proc/17158/stat : 17158 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 1941 0 0 0 68 0 0 0 25 0 1 0 95093074 7614464 1679 1992294400 134512640 135078026 4294956176 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17158/statm: 1859 1679 55 138 0 1718 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9492

[startup+1.50131 s]
/proc/loadavg: 0.93 0.99 0.99 2/67 17159
/proc/meminfo: memFree=1701848/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=2056 CPUtime=0
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95093074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 514 112 96 399 0 111 0
[pid=17158] ppid=17157 vsize=8204 CPUtime=1.49
/proc/17158/stat : 17158 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 2352 0 0 0 148 1 0 0 25 0 1 0 95093074 8400896 1947 1992294400 134512640 135078026 4294956176 18446744073709551615 134526795 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17158/statm: 2051 1947 71 138 0 1910 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10260

[startup+3.1025 s]
/proc/loadavg: 0.93 0.99 0.99 2/67 17159
/proc/meminfo: memFree=1701208/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=2056 CPUtime=0
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95093074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 514 112 96 399 0 111 0
[pid=17158] ppid=17157 vsize=8872 CPUtime=3.08
/proc/17158/stat : 17158 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 2502 0 0 0 307 1 0 0 25 0 1 0 95093074 9084928 2097 1992294400 134512640 135078026 4294956176 18446744073709551615 134534621 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17158/statm: 2218 2097 71 138 0 2077 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10928

[startup+6.30184 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 17159
/proc/meminfo: memFree=1699032/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=2056 CPUtime=0
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95093074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 514 112 96 399 0 111 0
[pid=17158] ppid=17157 vsize=9964 CPUtime=6.28
/proc/17158/stat : 17158 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 2785 0 0 0 627 1 0 0 25 0 1 0 95093074 10203136 2380 1992294400 134512640 135078026 4294956176 18446744073709551615 134534958 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17158/statm: 2491 2380 71 138 0 2350 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12020

[startup+12.7026 s]
/proc/loadavg: 1.09 1.02 1.01 2/67 17160
/proc/meminfo: memFree=1705112/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=2056 CPUtime=9.99
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 152 3005 0 0 0 0 998 1 16 0 1 0 95093074 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 514 121 104 399 0 111 0
[pid=17160] ppid=17157 vsize=5924 CPUtime=2.66
/proc/17160/stat : 17160 (picosat846) R 17157 17157 16938 0 -1 4194304 1170 0 0 0 266 0 0 0 25 0 1 0 95094076 6066176 1159 1992294400 134512640 134570484 4294956176 18446744073709551615 134553126 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17160/statm: 1481 1159 85 14 0 1147 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 7980

[startup+25.502 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 17163
/proc/meminfo: memFree=1690272/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=8872 CPUtime=3.21
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 2510 0 0 0 320 1 0 0 25 0 1 0 95095301 9084928 2105 1992294400 134512640 135078026 4294956176 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 2218 2105 71 138 0 2077 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 20552

[startup+51.1018 s]
/proc/loadavg: 1.05 1.02 1.00 2/67 17163
/proc/meminfo: memFree=1685600/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=13932 CPUtime=28.8
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 3663 0 0 0 2878 2 0 0 25 0 1 0 95095301 14266368 3258 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 3483 3258 71 138 0 3342 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 25612

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 17163
/proc/meminfo: memFree=1680096/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=20344 CPUtime=79.97
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 5048 0 0 0 7993 4 0 0 25 0 1 0 95095301 20832256 4643 1992294400 134512640 135078026 4294956176 18446744073709551615 134534228 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 5086 4643 71 138 0 4945 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 32024

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 17163
/proc/meminfo: memFree=1678496/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=22184 CPUtime=139.93
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 5440 0 0 0 13989 4 0 0 25 0 1 0 95095301 22716416 5035 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 5546 5035 71 138 0 5405 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 33864

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17163
/proc/meminfo: memFree=1677216/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=23824 CPUtime=199.91
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 5764 0 0 0 19986 5 0 0 25 0 1 0 95095301 24395776 5359 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 5956 5359 71 138 0 5815 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 35504

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17163
/proc/meminfo: memFree=1676256/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=25312 CPUtime=259.88
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 6011 0 0 0 25983 5 0 0 25 0 1 0 95095301 25919488 5606 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 6328 5606 71 138 0 6187 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 36992

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17163
/proc/meminfo: memFree=1675488/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=26176 CPUtime=319.85
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 6188 0 0 0 31980 5 0 0 25 0 1 0 95095301 26804224 5783 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 6544 5783 71 138 0 6403 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17163
/proc/meminfo: memFree=1669920/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=32596 CPUtime=799.66
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 7534 0 0 0 79958 8 0 0 25 0 1 0 95095301 33378304 7129 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8149 7129 71 138 0 8008 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 44276

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17163
/proc/meminfo: memFree=1669728/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=32980 CPUtime=859.62
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 7587 0 0 0 85954 8 0 0 25 0 1 0 95095301 33771520 7182 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8245 7182 71 138 0 8104 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 44660

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17163
/proc/meminfo: memFree=1669344/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=33496 CPUtime=919.59
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 7663 0 0 0 91951 8 0 0 25 0 1 0 95095301 34299904 7258 1992294400 134512640 135078026 4294956176 18446744073709551615 134534249 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8374 7258 71 138 0 8233 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 45176

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17163
/proc/meminfo: memFree=1669024/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=33760 CPUtime=979.57
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 7731 0 0 0 97949 8 0 0 25 0 1 0 95095301 34570240 7326 1992294400 134512640 135078026 4294956176 18446744073709551615 134534344 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8440 7326 71 138 0 8299 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 45440

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17169
/proc/meminfo: memFree=1668632/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=34076 CPUtime=1039.53
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 7796 0 0 0 103945 8 0 0 25 0 1 0 95095301 34893824 7391 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8519 7391 71 138 0 8378 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 45756

[startup+1122.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/67 17169
/proc/meminfo: memFree=1668312/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=34368 CPUtime=1099.51
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 7873 0 0 0 109943 8 0 0 25 0 1 0 95095301 35192832 7468 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8592 7468 71 138 0 8451 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 46048

[startup+1182.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 17169
/proc/meminfo: memFree=1667608/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=35176 CPUtime=1159.49
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 8052 0 0 0 115940 9 0 0 25 0 1 0 95095301 36020224 7647 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8794 7647 71 138 0 8653 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 46856

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

[startup+1190.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 17169
/proc/meminfo: memFree=1667608/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=35176 CPUtime=1167.48
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 8053 0 0 0 116739 9 0 0 25 0 1 0 95095301 36020224 7648 1992294400 134512640 135078026 4294956176 18446744073709551615 134534579 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8794 7648 71 138 0 8653 0
Current children cumulated CPU time (s) 1189.69
Current children cumulated vsize (KiB) 46856

[startup+1193.51 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 17169
/proc/meminfo: memFree=1667608/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=35176 CPUtime=1170.69
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 8054 0 0 0 117060 9 0 0 25 0 1 0 95095301 36020224 7649 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8794 7649 71 138 0 8653 0
Current children cumulated CPU time (s) 1192.9
Current children cumulated vsize (KiB) 46856

[startup+1196.7 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 17169
/proc/meminfo: memFree=1667608/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=35176 CPUtime=1173.89
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 8055 0 0 0 117380 9 0 0 25 0 1 0 95095301 36020224 7650 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8794 7650 71 138 0 8653 0
Current children cumulated CPU time (s) 1196.1
Current children cumulated vsize (KiB) 46856

[startup+1198.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 17169
/proc/meminfo: memFree=1667608/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=35308 CPUtime=1175.48
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 8068 0 0 0 117539 9 0 0 25 0 1 0 95095301 36155392 7663 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8827 7663 71 138 0 8686 0
Current children cumulated CPU time (s) 1197.69
Current children cumulated vsize (KiB) 46988

[startup+1199.1 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 17169
/proc/meminfo: memFree=1667480/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=35308 CPUtime=1176.28
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 8087 0 0 0 117619 9 0 0 25 0 1 0 95095301 36155392 7682 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8827 7682 71 138 0 8686 0
Current children cumulated CPU time (s) 1198.49
Current children cumulated vsize (KiB) 46988

[startup+1199.5 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 17169
/proc/meminfo: memFree=1667480/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=35468 CPUtime=1176.68
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 8093 0 0 0 117659 9 0 0 25 0 1 0 95095301 36319232 7688 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8867 7688 71 138 0 8726 0
Current children cumulated CPU time (s) 1198.89
Current children cumulated vsize (KiB) 47148

[startup+1199.6 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 17169
/proc/meminfo: memFree=1667480/2055920 swapFree=4180992/4192956
[pid=17157] ppid=17155 vsize=11680 CPUtime=22.21
/proc/17157/stat : 17157 (SATzilla2009_I) S 17155 17157 16938 0 -1 4194304 3747 8598 0 0 463 2 1751 5 25 0 1 0 95093074 11960320 2665 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17157/statm: 2920 2665 217 399 0 2517 0
[pid=17163] ppid=17157 vsize=35468 CPUtime=1176.78
/proc/17163/stat : 17163 (mxc-sr08) R 17157 17157 16938 0 -1 4194304 8096 0 0 0 117669 9 0 0 25 0 1 0 95095301 36319232 7691 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17163/statm: 8867 7691 71 138 0 8726 0
Current children cumulated CPU time (s) 1198.99
Current children cumulated vsize (KiB) 47148

Child status: 17
Real time (s): 1199.64
CPU time (s): 1199.06
CPU user time (s): 1198.88
CPU system time (s): 0.179972
CPU usage (%): 99.9516
Max. virtual memory (cumulated for all children) (KiB): 47148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.88
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20461
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= 17
involuntary context switches= 5152

runsolver used 1.10483 second user time and 3.2625 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-25 16:43:59
IDJOB=1721867
IDBENCH=71078
IDSOLVER=528
FILE ID=node87/1721867-1240670639
PBS_JOBID= 9186614
Free space on /tmp= 66420 MiB

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

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=950108604

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.213
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.213
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:       1709768 kB
Buffers:         44104 kB
Cached:         231032 kB
SwapCached:       5772 kB
Active:         119800 kB
Inactive:       163472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709768 kB
SwapTotal:     4192956 kB
SwapFree:      4180992 kB
Dirty:           32484 kB
Writeback:           0 kB
Mapped:          13392 kB
Slab:            48756 kB
Committed_AS:   304632 kB
PageTables:       1456 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= 66388 MiB
End job on node87 at 2009-04-25 17:03:59