Trace number 3283188

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
ppfolio parUNSAT 194.397 48.6711

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.7879
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
194.09/48.65	s UNSATISFIABLE
194.09/48.67	solver [4] lingeling 276-6264d55-100731 answered
194.09/48.67	Done

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3283188-1304033705/watcher-3283188-1304033705 -o /tmp/evaluation-result-3283188-1304033705/solver-3283188-1304033705 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3283188-1304033705.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.38 9.99 9.40 2/178 26900
/proc/meminfo: memFree=31372764/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0

[startup+0.972771 s]
/proc/loadavg: 9.38 9.99 9.40 2/178 26900
/proc/meminfo: memFree=31372764/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00077 s]
/proc/loadavg: 9.38 9.99 9.40 2/178 26900
/proc/meminfo: memFree=31372764/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.16874 s]
/proc/loadavg: 9.38 9.99 9.40 2/178 26900
/proc/meminfo: memFree=31372764/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20073 s]
/proc/loadavg: 9.38 9.99 9.40 2/178 26900
/proc/meminfo: memFree=31372764/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56866 s]
/proc/loadavg: 9.38 9.99 9.40 2/178 26900
/proc/meminfo: memFree=31372764/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 17 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10739 s]
/proc/loadavg: 9.38 9.99 9.40 11/192 26917
/proc/meminfo: memFree=30510860/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
[pid=26901] ppid=26900 vsize=117852 CPUtime=3.1 cores=1
/proc/26901/stat : 26901 (cryptominisat) R 26900 26900 26347 0 -1 4202496 24114 0 0 0 307 3 0 0 25 0 1 0 514968399 120680448 23638 33554432000 4194304 4587354 140734609448080 18446744073709551615 4421069 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26901/statm: 29463 23638 316 96 0 26025 0
[pid=26902] ppid=26900 vsize=80292 CPUtime=3.09 cores=5
/proc/26902/stat : 26902 (clasp) R 26900 26900 26347 0 -1 4202496 24134 0 0 0 306 3 0 0 25 0 1 0 514968399 82219008 16995 33554432000 4194304 4785740 140736792674864 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26902/statm: 20073 16995 340 145 0 17118 0
[pid=26903] ppid=26900 vsize=497140 CPUtime=1.97 cores=7
/proc/26903/stat : 26903 (TNM) R 26900 26900 26347 0 -1 4202496 20640 0 0 0 193 4 0 0 21 0 1 0 514968399 509071360 20537 33554432000 134512640 134534564 4292602608 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26903/statm: 124285 20537 95 6 0 122951 0
[pid=26904] ppid=26900 vsize=38652 CPUtime=3.09 cores=3
/proc/26904/stat : 26904 (lingeling) R 26900 26900 26347 0 -1 4202496 15409 0 0 0 307 2 0 0 25 0 1 0 514968399 39579648 8344 33554432000 4194304 4352236 140736342667328 18446744073709551615 4319056 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26904/statm: 9663 8344 119 39 0 8743 0
[pid=26905] ppid=26900 vsize=95376 CPUtime=1.11 cores=7
/proc/26905/stat : 26905 (march_hi) R 26900 26900 26347 0 -1 4194304 32227 0 0 0 106 5 0 0 25 0 1 0 514968399 97665024 15532 33554432000 4194304 4331988 140735120791440 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26905/statm: 23844 15532 129 34 0 22286 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 847636

[startup+6.30081 s]
/proc/loadavg: 9.43 9.99 9.41 11/192 26917
/proc/meminfo: memFree=30506512/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
[pid=26901] ppid=26900 vsize=117852 CPUtime=6.3 cores=1
/proc/26901/stat : 26901 (cryptominisat) R 26900 26900 26347 0 -1 4202496 24114 0 0 0 627 3 0 0 25 0 1 0 514968399 120680448 23638 33554432000 4194304 4587354 140734609448080 18446744073709551615 4421069 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26901/statm: 29463 23638 316 96 0 26025 0
[pid=26902] ppid=26900 vsize=80292 CPUtime=6.29 cores=5
/proc/26902/stat : 26902 (clasp) R 26900 26900 26347 0 -1 4202496 24134 0 0 0 626 3 0 0 25 0 1 0 514968399 82219008 16995 33554432000 4194304 4785740 140736792674864 18446744073709551615 4552685 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26902/statm: 20073 16995 340 145 0 17118 0
[pid=26903] ppid=26900 vsize=497140 CPUtime=3.55 cores=7
/proc/26903/stat : 26903 (TNM) R 26900 26900 26347 0 -1 4202496 20640 0 0 0 351 4 0 0 25 0 1 0 514968399 509071360 20537 33554432000 134512640 134534564 4292602608 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26903/statm: 124285 20537 95 6 0 122951 0
[pid=26904] ppid=26900 vsize=41444 CPUtime=6.29 cores=3
/proc/26904/stat : 26904 (lingeling) R 26900 26900 26347 0 -1 4202496 16118 0 0 0 627 2 0 0 25 0 1 0 514968399 42438656 9053 33554432000 4194304 4352236 140736342667328 18446744073709551615 4228604 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26904/statm: 10361 9053 124 39 0 9441 0
[pid=26905] ppid=26900 vsize=98352 CPUtime=2.71 cores=7
/proc/26905/stat : 26905 (march_hi) R 26900 26900 26347 0 -1 4202496 77020 0 0 0 259 12 0 0 25 0 1 0 514968399 100712448 16595 33554432000 4194304 4331988 140735120791440 18446744073709551615 4251467 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26905/statm: 24588 16595 150 34 0 23030 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 853404

[startup+12.7006 s]
/proc/loadavg: 9.56 10.00 9.41 11/192 26917
/proc/meminfo: memFree=30337892/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
[pid=26901] ppid=26900 vsize=190628 CPUtime=12.69 cores=1
/proc/26901/stat : 26901 (cryptominisat) R 26900 26900 26347 0 -1 4202496 42285 0 0 0 1263 6 0 0 25 0 1 0 514968399 195203072 33452 33554432000 4194304 4587354 140734609448080 18446744073709551615 4243416 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26901/statm: 47657 33452 333 96 0 44219 0
[pid=26902] ppid=26900 vsize=80292 CPUtime=12.69 cores=5
/proc/26902/stat : 26902 (clasp) R 26900 26900 26347 0 -1 4202496 24134 0 0 0 1266 3 0 0 25 0 1 0 514968399 82219008 16995 33554432000 4194304 4785740 140736792674864 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26902/statm: 20073 16995 340 145 0 17118 0
[pid=26903] ppid=26900 vsize=497140 CPUtime=6.74 cores=7
/proc/26903/stat : 26903 (TNM) R 26900 26900 26347 0 -1 4202496 20640 0 0 0 670 4 0 0 25 0 1 0 514968399 509071360 20537 33554432000 134512640 134534564 4292602608 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26903/statm: 124285 20537 95 6 0 122951 0
[pid=26904] ppid=26900 vsize=41244 CPUtime=12.69 cores=3
/proc/26904/stat : 26904 (lingeling) R 26900 26900 26347 0 -1 4202496 16121 0 0 0 1267 2 0 0 25 0 1 0 514968399 42233856 9006 33554432000 4194304 4352236 140736342667328 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26904/statm: 10311 9006 127 39 0 9391 0
[pid=26905] ppid=26900 vsize=314784 CPUtime=5.87 cores=7
/proc/26905/stat : 26905 (march_hi) R 26900 26900 26347 0 -1 4202496 133677 0 0 0 568 19 0 0 25 0 1 0 514968399 322338816 35517 33554432000 4194304 4331988 140735120791440 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26905/statm: 78696 35517 172 34 0 77138 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1142412

[startup+25.5013 s]
/proc/loadavg: 9.66 10.00 9.42 11/192 26917
/proc/meminfo: memFree=30200772/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
[pid=26901] ppid=26900 vsize=190628 CPUtime=25.49 cores=1
/proc/26901/stat : 26901 (cryptominisat) R 26900 26900 26347 0 -1 4202496 44122 0 0 0 2541 8 0 0 25 0 1 0 514968399 195203072 35282 33554432000 4194304 4587354 140734609448080 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26901/statm: 47657 35282 333 96 0 44219 0
[pid=26902] ppid=26900 vsize=88496 CPUtime=25.48 cores=5
/proc/26902/stat : 26902 (clasp) R 26900 26900 26347 0 -1 4202496 26290 0 0 0 2545 3 0 0 25 0 1 0 514968399 90619904 19151 33554432000 4194304 4785740 140736792674864 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26902/statm: 22124 19151 340 145 0 19169 0
[pid=26903] ppid=26900 vsize=497140 CPUtime=13.14 cores=7
/proc/26903/stat : 26903 (TNM) R 26900 26900 26347 0 -1 4202496 20640 0 0 0 1310 4 0 0 25 0 1 0 514968399 509071360 20537 33554432000 134512640 134534564 4292602608 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26903/statm: 124285 20537 95 6 0 122951 0
[pid=26904] ppid=26900 vsize=43012 CPUtime=25.49 cores=3
/proc/26904/stat : 26904 (lingeling) R 26900 26900 26347 0 -1 4202496 17041 0 0 0 2547 2 0 0 25 0 1 0 514968399 44044288 9920 33554432000 4194304 4352236 140736342667328 18446744073709551615 4207631 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26904/statm: 10753 9920 127 39 0 9833 0
[pid=26905] ppid=26900 vsize=315384 CPUtime=12.2 cores=7
/proc/26905/stat : 26905 (march_hi) R 26900 26900 26347 0 -1 4202496 133861 0 0 0 1201 19 0 0 25 0 1 0 514968399 322953216 35701 33554432000 4194304 4331988 140735120791440 18446744073709551615 4237409 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26905/statm: 78846 35701 172 34 0 77288 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1152984

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

[startup+26.4012 s]
/proc/loadavg: 9.66 10.00 9.42 11/192 26917
/proc/meminfo: memFree=30198292/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
[pid=26901] ppid=26900 vsize=190628 CPUtime=26.39 cores=1
/proc/26901/stat : 26901 (cryptominisat) R 26900 26900 26347 0 -1 4202496 44214 0 0 0 2631 8 0 0 25 0 1 0 514968399 195203072 35374 33554432000 4194304 4587354 140734609448080 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26901/statm: 47657 35374 333 96 0 44219 0
[pid=26902] ppid=26900 vsize=89292 CPUtime=26.39 cores=5
/proc/26902/stat : 26902 (clasp) R 26900 26900 26347 0 -1 4202496 26487 0 0 0 2635 4 0 0 25 0 1 0 514968399 91435008 19348 33554432000 4194304 4785740 140736792674864 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26902/statm: 22323 19348 340 145 0 19368 0
[pid=26903] ppid=26900 vsize=497140 CPUtime=13.54 cores=7
/proc/26903/stat : 26903 (TNM) R 26900 26900 26347 0 -1 4202496 20640 0 0 0 1350 4 0 0 25 0 1 0 514968399 509071360 20537 33554432000 134512640 134534564 4292602608 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26903/statm: 124285 20537 95 6 0 122951 0
[pid=26904] ppid=26900 vsize=43012 CPUtime=26.39 cores=3
/proc/26904/stat : 26904 (lingeling) R 26900 26900 26347 0 -1 4202496 17041 0 0 0 2637 2 0 0 25 0 1 0 514968399 44044288 9920 33554432000 4194304 4352236 140736342667328 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26904/statm: 10753 9920 127 39 0 9833 0
[pid=26905] ppid=26900 vsize=316044 CPUtime=12.7 cores=7
/proc/26905/stat : 26905 (march_hi) R 26900 26900 26347 0 -1 4202496 134026 0 0 0 1251 19 0 0 25 0 1 0 514968399 323629056 35866 33554432000 4194304 4331988 140735120791440 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26905/statm: 79011 35866 172 34 0 77453 0
Current children cumulated CPU time (s) 105.41
Current children cumulated vsize (KiB) 1154440

[startup+39.2008 s]
/proc/loadavg: 9.79 10.02 9.43 11/192 26918
/proc/meminfo: memFree=30194552/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
[pid=26901] ppid=26900 vsize=190628 CPUtime=39.19 cores=1
/proc/26901/stat : 26901 (cryptominisat) R 26900 26900 26347 0 -1 4202496 45507 0 0 0 3910 9 0 0 25 0 1 0 514968399 195203072 36663 33554432000 4194304 4587354 140734609448080 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26901/statm: 47657 36663 333 96 0 44219 0
[pid=26902] ppid=26900 vsize=100388 CPUtime=39.18 cores=5
/proc/26902/stat : 26902 (clasp) R 26900 26900 26347 0 -1 4202496 29284 0 0 0 3913 5 0 0 25 0 1 0 514968399 102797312 22145 33554432000 4194304 4785740 140736792674864 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26902/statm: 25097 22145 340 145 0 22142 0
[pid=26903] ppid=26900 vsize=497140 CPUtime=19.94 cores=7
/proc/26903/stat : 26903 (TNM) R 26900 26900 26347 0 -1 4202496 20640 0 0 0 1990 4 0 0 25 0 1 0 514968399 509071360 20537 33554432000 134512640 134534564 4292602608 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26903/statm: 124285 20537 95 6 0 122951 0
[pid=26904] ppid=26900 vsize=45960 CPUtime=39.19 cores=3
/proc/26904/stat : 26904 (lingeling) R 26900 26900 26347 0 -1 4202496 18417 0 0 0 3917 2 0 0 25 0 1 0 514968399 47063040 10657 33554432000 4194304 4352236 140736342667328 18446744073709551615 4327919 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26904/statm: 11490 10657 127 39 0 10570 0
[pid=26905] ppid=26900 vsize=319908 CPUtime=19.04 cores=7
/proc/26905/stat : 26905 (march_hi) R 26900 26900 26347 0 -1 4202496 134932 0 0 0 1884 20 0 0 25 0 1 0 514968399 327585792 36772 33554432000 4194304 4331988 140735120791440 18446744073709551615 4239530 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26905/statm: 79977 36772 172 34 0 78419 0
Current children cumulated CPU time (s) 156.54
Current children cumulated vsize (KiB) 1172348

[startup+45.6007 s]
/proc/loadavg: 9.90 10.03 9.44 11/192 26918
/proc/meminfo: memFree=30159204/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
[pid=26901] ppid=26900 vsize=190628 CPUtime=45.59 cores=1
/proc/26901/stat : 26901 (cryptominisat) R 26900 26900 26347 0 -1 4202496 46044 0 0 0 4550 9 0 0 25 0 1 0 514968399 195203072 37199 33554432000 4194304 4587354 140734609448080 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26901/statm: 47657 37199 333 96 0 44219 0
[pid=26902] ppid=26900 vsize=105424 CPUtime=45.59 cores=5
/proc/26902/stat : 26902 (clasp) R 26900 26900 26347 0 -1 4202496 30519 0 0 0 4553 6 0 0 25 0 1 0 514968399 107954176 23380 33554432000 4194304 4785740 140736792674864 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26902/statm: 26356 23380 340 145 0 23401 0
[pid=26903] ppid=26900 vsize=497140 CPUtime=23.14 cores=7
/proc/26903/stat : 26903 (TNM) R 26900 26900 26347 0 -1 4202496 20640 0 0 0 2310 4 0 0 25 0 1 0 514968399 509071360 20537 33554432000 134512640 134534564 4292602608 18446744073709551615 134514044 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26903/statm: 124285 20537 95 6 0 122951 0
[pid=26904] ppid=26900 vsize=56572 CPUtime=45.59 cores=3
/proc/26904/stat : 26904 (lingeling) R 26900 26900 26347 0 -1 4202496 21074 0 0 0 4556 3 0 0 25 0 1 0 514968399 57929728 13310 33554432000 4194304 4352236 140736342667328 18446744073709551615 4208050 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26904/statm: 14143 13310 127 39 0 13223 0
[pid=26905] ppid=26900 vsize=322656 CPUtime=22.2 cores=7
/proc/26905/stat : 26905 (march_hi) R 26900 26900 26347 0 -1 4202496 135834 0 0 0 2200 20 0 0 25 0 1 0 514968399 330399744 37674 33554432000 4194304 4331988 140735120791440 18446744073709551615 4237393 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26905/statm: 80664 37674 175 34 0 79106 0
Current children cumulated CPU time (s) 182.11
Current children cumulated vsize (KiB) 1190744

[startup+47.2004 s]
/proc/loadavg: 9.90 10.03 9.44 11/192 26918
/proc/meminfo: memFree=30151520/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
[pid=26901] ppid=26900 vsize=190628 CPUtime=47.19 cores=1
/proc/26901/stat : 26901 (cryptominisat) R 26900 26900 26347 0 -1 4202496 46175 0 0 0 4710 9 0 0 25 0 1 0 514968399 195203072 37329 33554432000 4194304 4587354 140734609448080 18446744073709551615 4238227 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26901/statm: 47657 37329 333 96 0 44219 0
[pid=26902] ppid=26900 vsize=106292 CPUtime=47.19 cores=5
/proc/26902/stat : 26902 (clasp) R 26900 26900 26347 0 -1 4202496 30740 0 0 0 4713 6 0 0 25 0 1 0 514968399 108843008 23601 33554432000 4194304 4785740 140736792674864 18446744073709551615 4290576 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26902/statm: 26573 23601 340 145 0 23618 0
[pid=26903] ppid=26900 vsize=497140 CPUtime=23.93 cores=7
/proc/26903/stat : 26903 (TNM) R 26900 26900 26347 0 -1 4202496 20640 0 0 0 2389 4 0 0 25 0 1 0 514968399 509071360 20537 33554432000 134512640 134534564 4292602608 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26903/statm: 124285 20537 95 6 0 122951 0
[pid=26904] ppid=26900 vsize=56572 CPUtime=47.19 cores=3
/proc/26904/stat : 26904 (lingeling) R 26900 26900 26347 0 -1 4202496 21074 0 0 0 4716 3 0 0 25 0 1 0 514968399 57929728 13310 33554432000 4194304 4352236 140736342667328 18446744073709551615 4241464 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26904/statm: 14143 13310 127 39 0 13223 0
[pid=26905] ppid=26900 vsize=326552 CPUtime=23 cores=7
/proc/26905/stat : 26905 (march_hi) R 26900 26900 26347 0 -1 4202496 136830 0 0 0 2280 20 0 0 25 0 1 0 514968399 334389248 38670 33554432000 4194304 4331988 140735120791440 18446744073709551615 4239684 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26905/statm: 81638 38670 175 34 0 80080 0
Current children cumulated CPU time (s) 188.5
Current children cumulated vsize (KiB) 1195508

[startup+48.0012 s]
/proc/loadavg: 9.90 10.03 9.44 11/192 26918
/proc/meminfo: memFree=30151520/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
[pid=26901] ppid=26900 vsize=190628 CPUtime=47.99 cores=1
/proc/26901/stat : 26901 (cryptominisat) R 26900 26900 26347 0 -1 4202496 46244 0 0 0 4790 9 0 0 25 0 1 0 514968399 195203072 37398 33554432000 4194304 4587354 140734609448080 18446744073709551615 4236473 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26901/statm: 47657 37398 333 96 0 44219 0
[pid=26902] ppid=26900 vsize=106828 CPUtime=47.99 cores=5
/proc/26902/stat : 26902 (clasp) R 26900 26900 26347 0 -1 4202496 30871 0 0 0 4793 6 0 0 25 0 1 0 514968399 109391872 23732 33554432000 4194304 4785740 140736792674864 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26902/statm: 26707 23732 340 145 0 23752 0
[pid=26903] ppid=26900 vsize=497140 CPUtime=24.33 cores=7
/proc/26903/stat : 26903 (TNM) R 26900 26900 26347 0 -1 4202496 20640 0 0 0 2429 4 0 0 25 0 1 0 514968399 509071360 20537 33554432000 134512640 134534564 4292602608 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26903/statm: 124285 20537 95 6 0 122951 0
[pid=26904] ppid=26900 vsize=56572 CPUtime=47.99 cores=3
/proc/26904/stat : 26904 (lingeling) R 26900 26900 26347 0 -1 4202496 21074 0 0 0 4796 3 0 0 25 0 1 0 514968399 57929728 13310 33554432000 4194304 4352236 140736342667328 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26904/statm: 14143 13310 127 39 0 13223 0
[pid=26905] ppid=26900 vsize=327220 CPUtime=23.4 cores=7
/proc/26905/stat : 26905 (march_hi) R 26900 26900 26347 0 -1 4202496 137012 0 0 0 2320 20 0 0 25 0 1 0 514968399 335073280 38852 33554432000 4194304 4331988 140735120791440 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26905/statm: 81805 38852 175 34 0 80247 0
Current children cumulated CPU time (s) 191.7
Current children cumulated vsize (KiB) 1196712

[startup+48.4012 s]
/proc/loadavg: 9.90 10.03 9.44 11/192 26918
/proc/meminfo: memFree=30148736/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
[pid=26901] ppid=26900 vsize=190628 CPUtime=48.39 cores=1
/proc/26901/stat : 26901 (cryptominisat) R 26900 26900 26347 0 -1 4202496 46265 0 0 0 4830 9 0 0 25 0 1 0 514968399 195203072 37419 33554432000 4194304 4587354 140734609448080 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26901/statm: 47657 37419 333 96 0 44219 0
[pid=26902] ppid=26900 vsize=107364 CPUtime=48.39 cores=5
/proc/26902/stat : 26902 (clasp) R 26900 26900 26347 0 -1 4202496 31005 0 0 0 4833 6 0 0 25 0 1 0 514968399 109940736 23866 33554432000 4194304 4785740 140736792674864 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26902/statm: 26841 23866 340 145 0 23886 0
[pid=26903] ppid=26900 vsize=497140 CPUtime=24.52 cores=7
/proc/26903/stat : 26903 (TNM) R 26900 26900 26347 0 -1 4202496 20640 0 0 0 2448 4 0 0 25 0 1 0 514968399 509071360 20537 33554432000 134512640 134534564 4292602608 18446744073709551615 134530905 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26903/statm: 124285 20537 95 6 0 122951 0
[pid=26904] ppid=26900 vsize=56572 CPUtime=48.39 cores=3
/proc/26904/stat : 26904 (lingeling) R 26900 26900 26347 0 -1 4202496 21074 0 0 0 4836 3 0 0 25 0 1 0 514968399 57929728 13310 33554432000 4194304 4352236 140736342667328 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26904/statm: 14143 13310 127 39 0 13223 0
[pid=26905] ppid=26900 vsize=327220 CPUtime=23.6 cores=7
/proc/26905/stat : 26905 (march_hi) R 26900 26900 26347 0 -1 4202496 137012 0 0 0 2340 20 0 0 25 0 1 0 514968399 335073280 38852 33554432000 4194304 4331988 140735120791440 18446744073709551615 4226450 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26905/statm: 81805 38852 175 34 0 80247 0
Current children cumulated CPU time (s) 193.29
Current children cumulated vsize (KiB) 1197248

[startup+48.6011 s]
/proc/loadavg: 9.90 10.03 9.44 11/192 26918
/proc/meminfo: memFree=30148736/32951124 swapFree=67111344/67111528
[pid=26900] ppid=26898 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (ppfolio) S 26898 26900 26347 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514968398 18763776 389 33554432000 4194304 4287625 140736021711840 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 5 0 0 0
/proc/26900/statm: 4581 389 341 23 0 91 0
[pid=26901] ppid=26900 vsize=190628 CPUtime=48.59 cores=1
/proc/26901/stat : 26901 (cryptominisat) R 26900 26900 26347 0 -1 4202496 46278 0 0 0 4850 9 0 0 25 0 1 0 514968399 195203072 37432 33554432000 4194304 4587354 140734609448080 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26901/statm: 47657 37432 333 96 0 44219 0
[pid=26902] ppid=26900 vsize=107500 CPUtime=48.59 cores=5
/proc/26902/stat : 26902 (clasp) R 26900 26900 26347 0 -1 4202496 31035 0 0 0 4853 6 0 0 25 0 1 0 514968399 110080000 23896 33554432000 4194304 4785740 140736792674864 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26902/statm: 26875 23896 340 145 0 23920 0
[pid=26903] ppid=26900 vsize=497140 CPUtime=24.62 cores=7
/proc/26903/stat : 26903 (TNM) R 26900 26900 26347 0 -1 4202496 20640 0 0 0 2458 4 0 0 25 0 1 0 514968399 509071360 20537 33554432000 134512640 134534564 4292602608 18446744073709551615 134526098 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26903/statm: 124285 20537 95 6 0 122951 0
[pid=26904] ppid=26900 vsize=56572 CPUtime=48.59 cores=3
/proc/26904/stat : 26904 (lingeling) R 26900 26900 26347 0 -1 4202496 21074 0 0 0 4856 3 0 0 25 0 1 0 514968399 57929728 13310 33554432000 4194304 4352236 140736342667328 18446744073709551615 4328068 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26904/statm: 14143 13310 127 39 0 13223 0
[pid=26905] ppid=26900 vsize=327220 CPUtime=23.7 cores=7
/proc/26905/stat : 26905 (march_hi) R 26900 26900 26347 0 -1 4202496 137012 0 0 0 2350 20 0 0 25 0 1 0 514968399 335073280 38852 33554432000 4194304 4331988 140735120791440 18446744073709551615 4210510 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26905/statm: 81805 38852 175 34 0 80247 0
Current children cumulated CPU time (s) 194.09
Current children cumulated vsize (KiB) 1197384

Child status: 0
Real time (s): 48.6711
CPU time (s): 194.397
CPU user time (s): 193.919
CPU system time (s): 0.478927
CPU usage (%): 399.41
Max. virtual memory (cumulated for all children) (KiB): 1197384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 193.919
system time used= 0.478927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256593
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= 82
involuntary context switches= 1787

runsolver used 0.068989 second user time and 0.19597 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 01:35:05
IDJOB=3283188
IDBENCH=71003
IDSOLVER=1612
FILE ID=node133/3283188-1304033705
RUNJOBID= node133-1304032500-26788
PBS_JOBID= 13170319
Free space on /tmp= 71876 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283188-1304033705/watcher-3283188-1304033705 -o /tmp/evaluation-result-3283188-1304033705/solver-3283188-1304033705 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3283188-1304033705.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=533741791

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6741.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31373052 kB
Buffers:        662304 kB
Cached:         503532 kB
SwapCached:        124 kB
Active:         536400 kB
Inactive:       696696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31373052 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           33196 kB
Writeback:           0 kB
AnonPages:       66924 kB
Mapped:          14556 kB
Slab:           280848 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189020 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71848 MiB
End job on node133 at 2011-04-29 01:35:54