Trace number 3190861

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 par? (TO) 3902.15 1300.01

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S949556727-080-UNKNOWN.cnf
MD5SUM274f6c2fc3e630d8716a09f7c87233f2
Bench CategoryRANDOM (random 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 variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

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

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3190861-1304039129/watcher-3190861-1304039129 -o /tmp/evaluation-result-3190861-1304039129/solver-3190861-1304039129 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190861-1304039129.cnf 

running on 4 cores: 0,2,4,6

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: 5.18 5.13 5.92 1/171 8519
/proc/meminfo: memFree=15609376/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) R 8517 8519 7235 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 515513390 18763776 389 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/8519/statm: 4581 389 341 23 0 91 0

[startup+0.0273989 s]
/proc/loadavg: 5.18 5.13 5.92 1/171 8519
/proc/meminfo: memFree=15609376/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) R 8517 8519 7235 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 515513390 18763776 389 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/8519/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100384 s]
/proc/loadavg: 5.18 5.13 5.92 1/171 8519
/proc/meminfo: memFree=15609376/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) R 8517 8519 7235 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 515513390 18763776 389 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/8519/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30035 s]
/proc/loadavg: 5.18 5.13 5.92 1/171 8519
/proc/meminfo: memFree=15609376/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 515513390 18763776 389 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 3215728742789808127 0 0 17 2 0 0 0
/proc/8519/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700273 s]
/proc/loadavg: 5.18 5.13 5.92 1/171 8519
/proc/meminfo: memFree=15609376/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 515513390 18763776 389 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 3215728742789808127 0 0 17 2 0 0 0
/proc/8519/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50112 s]
/proc/loadavg: 5.18 5.13 5.92 6/177 8525
/proc/meminfo: memFree=15590844/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515513390 18763776 389 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 3215728742789808127 0 0 17 2 0 0 0
/proc/8519/statm: 4581 389 341 23 0 91 0
[pid=8520] ppid=8519 vsize=1129588 CPUtime=1.49 cores=0
/proc/8520/stat : 8520 (cryptominisat) R 8519 8519 7235 0 -1 4202496 4518 0 0 0 149 0 0 0 25 0 1 0 515513390 1156698112 1762 33554432000 4194304 4587354 140736148219520 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8520/statm: 282397 1762 327 96 0 278959 0
[pid=8521] ppid=8519 vsize=18364 CPUtime=1.49 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 2060 0 0 0 149 0 0 0 25 0 1 0 515513390 18804736 1917 33554432000 4194304 4785740 140735458878768 18446744073709551615 4287088 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 4591 1917 341 145 0 1636 0
[pid=8522] ppid=8519 vsize=453976 CPUtime=0.71 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 842 0 0 0 71 0 0 0 25 0 1 0 515513390 464871424 739 33554432000 134512640 134534564 4293666752 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 113494 739 91 6 0 112160 0
[pid=8523] ppid=8519 vsize=6856 CPUtime=1.49 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 1441 0 0 0 149 0 0 0 25 0 1 0 515513390 7020544 908 33554432000 4194304 4352236 140733366376448 18446744073709551615 4222658 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 1714 908 127 39 0 794 0
[pid=8524] ppid=8519 vsize=9532 CPUtime=0.77 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 3134 0 0 0 77 0 0 0 25 0 1 0 515513390 9760768 769 33554432000 4194304 4331988 140734637308560 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 2383 769 150 34 0 825 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1636640

[startup+3.1008 s]
/proc/loadavg: 5.16 5.13 5.91 6/177 8525
/proc/meminfo: memFree=15586508/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515513390 18763776 389 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 3215728742789808127 0 0 17 2 0 0 0
/proc/8519/statm: 4581 389 341 23 0 91 0
[pid=8520] ppid=8519 vsize=1144800 CPUtime=3.09 cores=0
/proc/8520/stat : 8520 (cryptominisat) R 8519 8519 7235 0 -1 4202496 9732 0 0 0 308 1 0 0 25 0 1 0 515513390 1172275200 5410 33554432000 4194304 4587354 140736148219520 18446744073709551615 4388284 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8520/statm: 286200 5410 337 96 0 282762 0
[pid=8521] ppid=8519 vsize=19808 CPUtime=3.09 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 2423 0 0 0 309 0 0 0 25 0 1 0 515513390 20283392 2280 33554432000 4194304 4785740 140735458878768 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 4952 2280 341 145 0 1997 0
[pid=8522] ppid=8519 vsize=453976 CPUtime=1.51 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 842 0 0 0 151 0 0 0 25 0 1 0 515513390 464871424 739 33554432000 134512640 134534564 4293666752 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 113494 739 91 6 0 112160 0
[pid=8523] ppid=8519 vsize=7532 CPUtime=3.09 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 1866 0 0 0 309 0 0 0 25 0 1 0 515513390 7712768 1077 33554432000 4194304 4352236 140733366376448 18446744073709551615 4330981 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 1883 1077 127 39 0 963 0
[pid=8524] ppid=8519 vsize=11768 CPUtime=1.56 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 3837 0 0 0 156 0 0 0 25 0 1 0 515513390 12050432 1222 33554432000 4194304 4331988 140734637308560 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 2942 1222 174 34 0 1384 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1656208

[startup+6.30121 s]
/proc/loadavg: 5.16 5.13 5.91 6/177 8525
/proc/meminfo: memFree=15568412/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515513390 18763776 389 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 3215728742789808127 0 0 17 2 0 0 0
/proc/8519/statm: 4581 389 341 23 0 91 0
[pid=8520] ppid=8519 vsize=1146692 CPUtime=6.29 cores=0
/proc/8520/stat : 8520 (cryptominisat) R 8519 8519 7235 0 -1 4202496 10524 0 0 0 628 1 0 0 25 0 1 0 515513390 1174212608 5273 33554432000 4194304 4587354 140736148219520 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8520/statm: 286673 5273 337 96 0 283235 0
[pid=8521] ppid=8519 vsize=21872 CPUtime=6.29 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 2903 0 0 0 629 0 0 0 25 0 1 0 515513390 22396928 2760 33554432000 4194304 4785740 140735458878768 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 5468 2760 341 145 0 2513 0
[pid=8522] ppid=8519 vsize=458076 CPUtime=3.11 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 1001 0 0 0 311 0 0 0 25 0 1 0 515513390 469069824 898 33554432000 134512640 134534564 4293666752 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 114519 898 95 6 0 113185 0
[pid=8523] ppid=8519 vsize=7700 CPUtime=6.29 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 2029 0 0 0 629 0 0 0 25 0 1 0 515513390 7884800 1119 33554432000 4194304 4352236 140733366376448 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 1925 1119 127 39 0 1005 0
[pid=8524] ppid=8519 vsize=11768 CPUtime=3.15 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 3837 0 0 0 315 0 0 0 25 0 1 0 515513390 12050432 1222 33554432000 4194304 4331988 140734637308560 18446744073709551615 244450405372 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 2942 1222 174 34 0 1384 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 1664432

[startup+12.701 s]
/proc/loadavg: 5.06 5.11 5.90 5/176 8525
/proc/meminfo: memFree=15584056/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=8.13 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 521 11093 0 0 0 0 812 1 15 0 1 0 515513390 18763776 390 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/8519/statm: 4581 390 342 23 0 91 0
[pid=8521] ppid=8519 vsize=24496 CPUtime=12.69 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 3529 0 0 0 1269 0 0 0 25 0 1 0 515513390 25083904 3386 33554432000 4194304 4785740 140735458878768 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 6124 3386 341 145 0 3169 0
[pid=8522] ppid=8519 vsize=458076 CPUtime=6.31 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 1001 0 0 0 631 0 0 0 25 0 1 0 515513390 469069824 898 33554432000 134512640 134534564 4293666752 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 114519 898 95 6 0 113185 0
[pid=8523] ppid=8519 vsize=7832 CPUtime=12.69 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 2254 0 0 0 1269 0 0 0 25 0 1 0 515513390 8019968 1152 33554432000 4194304 4352236 140733366376448 18446744073709551615 4329205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 1958 1152 127 39 0 1038 0
[pid=8524] ppid=8519 vsize=11768 CPUtime=6.31 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 3837 0 0 0 631 0 0 0 25 0 1 0 515513390 12050432 1222 33554432000 4194304 4331988 140734637308560 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 2942 1222 174 34 0 1384 0
Current children cumulated CPU time (s) 46.13
Current children cumulated vsize (KiB) 520496

[startup+25.5007 s]
/proc/loadavg: 4.90 5.07 5.88 5/176 8526
/proc/meminfo: memFree=15577980/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=8.13 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 521 11093 0 0 0 0 812 1 15 0 1 0 515513390 18763776 390 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/8519/statm: 4581 390 342 23 0 91 0
[pid=8521] ppid=8519 vsize=29184 CPUtime=25.48 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 4602 0 0 0 2548 0 0 0 25 0 1 0 515513390 29884416 4459 33554432000 4194304 4785740 140735458878768 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 7296 4459 341 145 0 4341 0
[pid=8522] ppid=8519 vsize=458076 CPUtime=12.67 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 1001 0 0 0 1267 0 0 0 25 0 1 0 515513390 469069824 898 33554432000 134512640 134534564 4293666752 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 114519 898 95 6 0 113185 0
[pid=8523] ppid=8519 vsize=8408 CPUtime=25.48 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 2686 0 0 0 2548 0 0 0 25 0 1 0 515513390 8609792 1281 33554432000 4194304 4352236 140733366376448 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 2102 1281 127 39 0 1182 0
[pid=8524] ppid=8519 vsize=13304 CPUtime=12.69 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 4141 0 0 0 1269 0 0 0 25 0 1 0 515513390 13623296 1526 33554432000 4194304 4331988 140734637308560 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 3326 1526 175 34 0 1768 0
Current children cumulated CPU time (s) 84.45
Current children cumulated vsize (KiB) 527296

[startup+51.1009 s]
/proc/loadavg: 4.66 5.00 5.83 5/176 8526
/proc/meminfo: memFree=15571772/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=8.13 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 521 11093 0 0 0 0 812 1 15 0 1 0 515513390 18763776 390 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/8519/statm: 4581 390 342 23 0 91 0
[pid=8521] ppid=8519 vsize=33480 CPUtime=51.08 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 5583 0 0 0 5108 0 0 0 25 0 1 0 515513390 34283520 5440 33554432000 4194304 4785740 140735458878768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 8370 5440 341 145 0 5415 0
[pid=8522] ppid=8519 vsize=458076 CPUtime=25.4 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 1001 0 0 0 2540 0 0 0 25 0 1 0 515513390 469069824 898 33554432000 134512640 134534564 4293666752 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 114519 898 95 6 0 113185 0
[pid=8523] ppid=8519 vsize=9560 CPUtime=51.09 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 4606 0 0 0 5108 1 0 0 25 0 1 0 515513390 9789440 1569 33554432000 4194304 4352236 140733366376448 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 2390 1569 127 39 0 1470 0
[pid=8524] ppid=8519 vsize=15220 CPUtime=25.44 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 4514 0 0 0 2544 0 0 0 25 0 1 0 515513390 15585280 1899 33554432000 4194304 4331988 140734637308560 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 3805 1899 175 34 0 2247 0
Current children cumulated CPU time (s) 161.14
Current children cumulated vsize (KiB) 534660

[startup+102.306 s]

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

[pid=8521] ppid=8519 vsize=76668 CPUtime=882.32 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 15485 0 0 0 88229 3 0 0 25 0 1 0 515513390 78508032 15001 33554432000 4194304 4785740 140735458878768 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 19167 15001 341 145 0 16212 0
[pid=8522] ppid=8519 vsize=458076 CPUtime=439.03 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 1001 0 0 0 43903 0 0 0 25 0 1 0 515513390 469069824 898 33554432000 134512640 134534564 4293666752 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 114519 898 95 6 0 113185 0
[pid=8523] ppid=8519 vsize=20448 CPUtime=882.32 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 42191 0 0 0 88226 6 0 0 25 0 1 0 515513390 20938752 4306 33554432000 4194304 4352236 140733366376448 18446744073709551615 4329312 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 5112 4306 127 39 0 4192 0
[pid=8524] ppid=8519 vsize=71696 CPUtime=439.11 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 16639 0 0 0 43904 7 0 0 25 0 1 0 515513390 73416704 14024 33554432000 4194304 4331988 140734637308560 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 17924 14024 175 34 0 16366 0
Current children cumulated CPU time (s) 2650.91
Current children cumulated vsize (KiB) 645212

[startup+942.301 s]
/proc/loadavg: 4.10 4.14 4.74 5/176 8550
/proc/meminfo: memFree=15468092/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=8.13 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 521 11093 0 0 0 0 812 1 15 0 1 0 515513390 18763776 390 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/8519/statm: 4581 390 342 23 0 91 0
[pid=8521] ppid=8519 vsize=77140 CPUtime=942.32 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 15609 0 0 0 94229 3 0 0 25 0 1 0 515513390 78991360 15125 33554432000 4194304 4785740 140735458878768 18446744073709551615 4549596 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 19285 15125 341 145 0 16330 0
[pid=8522] ppid=8519 vsize=458076 CPUtime=468.93 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 1001 0 0 0 46893 0 0 0 25 0 1 0 515513390 469069824 898 33554432000 134512640 134534564 4293666752 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 114519 898 95 6 0 113185 0
[pid=8523] ppid=8519 vsize=23008 CPUtime=942.31 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 44783 0 0 0 94225 6 0 0 25 0 1 0 515513390 23560192 4946 33554432000 4194304 4352236 140733366376448 18446744073709551615 4328039 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 5752 4946 127 39 0 4832 0
[pid=8524] ppid=8519 vsize=71696 CPUtime=468.93 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 17429 0 0 0 46886 7 0 0 25 0 1 0 515513390 73416704 14814 33554432000 4194304 4331988 140734637308560 18446744073709551615 4263296 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 17924 14814 175 34 0 16366 0
Current children cumulated CPU time (s) 2830.62
Current children cumulated vsize (KiB) 648244

[startup+1002.3 s]
/proc/loadavg: 4.14 4.14 4.70 5/176 8552
/proc/meminfo: memFree=15463360/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=8.13 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 521 11093 0 0 0 0 812 1 15 0 1 0 515513390 18763776 390 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/8519/statm: 4581 390 342 23 0 91 0
[pid=8521] ppid=8519 vsize=78752 CPUtime=1002.33 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 15971 0 0 0 100230 3 0 0 25 0 1 0 515513390 80642048 15487 33554432000 4194304 4785740 140735458878768 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 19688 15487 341 145 0 16733 0
[pid=8522] ppid=8519 vsize=458076 CPUtime=498.77 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 1001 0 0 0 49877 0 0 0 25 0 1 0 515513390 469069824 898 33554432000 134512640 134534564 4293666752 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 114519 898 95 6 0 113185 0
[pid=8523] ppid=8519 vsize=23008 CPUtime=1002.31 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 46735 0 0 0 100225 6 0 0 25 0 1 0 515513390 23560192 4946 33554432000 4194304 4352236 140733366376448 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 5752 4946 127 39 0 4832 0
[pid=8524] ppid=8519 vsize=71696 CPUtime=498.82 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 18286 0 0 0 49874 8 0 0 25 0 1 0 515513390 73416704 15671 33554432000 4194304 4331988 140734637308560 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 17924 15671 175 34 0 16366 0
Current children cumulated CPU time (s) 3010.36
Current children cumulated vsize (KiB) 649856

[startup+1062.3 s]
/proc/loadavg: 4.11 4.13 4.66 5/176 8553
/proc/meminfo: memFree=15458504/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=8.13 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 521 11093 0 0 0 0 812 1 15 0 1 0 515513390 18763776 390 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/8519/statm: 4581 390 342 23 0 91 0
[pid=8521] ppid=8519 vsize=80176 CPUtime=1062.33 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 16300 0 0 0 106230 3 0 0 25 0 1 0 515513390 82100224 15816 33554432000 4194304 4785740 140735458878768 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 20044 15816 341 145 0 17089 0
[pid=8522] ppid=8519 vsize=458076 CPUtime=528.62 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 1001 0 0 0 52862 0 0 0 25 0 1 0 515513390 469069824 898 33554432000 134512640 134534564 4293666752 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 114519 898 95 6 0 113185 0
[pid=8523] ppid=8519 vsize=23904 CPUtime=1062.32 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 48911 0 0 0 106225 7 0 0 25 0 1 0 515513390 24477696 5170 33554432000 4194304 4352236 140733366376448 18446744073709551615 4207655 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 5976 5170 127 39 0 5056 0
[pid=8524] ppid=8519 vsize=101164 CPUtime=528.69 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 19131 0 0 0 52861 8 0 0 25 0 1 0 515513390 103591936 16516 33554432000 4194304 4331988 140734637308560 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 25291 16516 175 34 0 23733 0
Current children cumulated CPU time (s) 3190.09
Current children cumulated vsize (KiB) 681644

[startup+1122.3 s]
/proc/loadavg: 4.10 4.12 4.62 5/176 8555
/proc/meminfo: memFree=15453772/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=8.13 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 521 11093 0 0 0 0 812 1 15 0 1 0 515513390 18763776 390 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/8519/statm: 4581 390 342 23 0 91 0
[pid=8521] ppid=8519 vsize=81596 CPUtime=1122.33 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 16570 0 0 0 112230 3 0 0 25 0 1 0 515513390 83554304 16086 33554432000 4194304 4785740 140735458878768 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 20399 16086 341 145 0 17444 0
[pid=8522] ppid=8519 vsize=458076 CPUtime=558.5 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 1001 0 0 0 55850 0 0 0 25 0 1 0 515513390 469069824 898 33554432000 134512640 134534564 4293666752 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 114519 898 95 6 0 113185 0
[pid=8523] ppid=8519 vsize=23392 CPUtime=1122.32 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 49711 0 0 0 112225 7 0 0 25 0 1 0 515513390 23953408 5042 33554432000 4194304 4352236 140733366376448 18446744073709551615 4329300 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 5848 5042 127 39 0 4928 0
[pid=8524] ppid=8519 vsize=101164 CPUtime=558.51 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 19990 0 0 0 55842 9 0 0 25 0 1 0 515513390 103591936 17375 33554432000 4194304 4331988 140734637308560 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 25291 17375 175 34 0 23733 0
Current children cumulated CPU time (s) 3369.79
Current children cumulated vsize (KiB) 682552

[startup+1182.3 s]
/proc/loadavg: 4.15 4.12 4.59 5/176 8557
/proc/meminfo: memFree=15449788/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=8.13 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 521 11093 0 0 0 0 812 1 15 0 1 0 515513390 18763776 390 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/8519/statm: 4581 390 342 23 0 91 0
[pid=8521] ppid=8519 vsize=82356 CPUtime=1182.33 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 16773 0 0 0 118230 3 0 0 25 0 1 0 515513390 84332544 16289 33554432000 4194304 4785740 140735458878768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 20589 16289 341 145 0 17634 0
[pid=8522] ppid=8519 vsize=458076 CPUtime=588.33 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 1001 0 0 0 58833 0 0 0 25 0 1 0 515513390 469069824 898 33554432000 134512640 134534564 4293666752 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 114519 898 95 6 0 113185 0
[pid=8523] ppid=8519 vsize=23008 CPUtime=1182.32 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 50543 0 0 0 118225 7 0 0 25 0 1 0 515513390 23560192 4946 33554432000 4194304 4352236 140733366376448 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 5752 4946 127 39 0 4832 0
[pid=8524] ppid=8519 vsize=101164 CPUtime=588.4 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 20843 0 0 0 58831 9 0 0 25 0 1 0 515513390 103591936 18228 33554432000 4194304 4331988 140734637308560 18446744073709551615 4298552 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 25291 18228 175 34 0 23733 0
Current children cumulated CPU time (s) 3549.51
Current children cumulated vsize (KiB) 682928

[startup+1242.3 s]
/proc/loadavg: 4.10 4.11 4.55 5/176 8558
/proc/meminfo: memFree=15443944/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=8.13 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 521 11093 0 0 0 0 812 1 15 0 1 0 515513390 18763776 390 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/8519/statm: 4581 390 342 23 0 91 0
[pid=8521] ppid=8519 vsize=85104 CPUtime=1242.33 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 17442 0 0 0 124230 3 0 0 25 0 1 0 515513390 87146496 16886 33554432000 4194304 4785740 140735458878768 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 21276 16886 341 145 0 18321 0
[pid=8522] ppid=8519 vsize=458076 CPUtime=618.21 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 1001 0 0 0 61820 1 0 0 25 0 1 0 515513390 469069824 898 33554432000 134512640 134534564 4293666752 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 114519 898 95 6 0 113185 0
[pid=8523] ppid=8519 vsize=23008 CPUtime=1242.33 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 51471 0 0 0 124226 7 0 0 25 0 1 0 515513390 23560192 4946 33554432000 4194304 4352236 140733366376448 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 5752 4946 127 39 0 4832 0
[pid=8524] ppid=8519 vsize=101164 CPUtime=618.24 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 21697 0 0 0 61815 9 0 0 25 0 1 0 515513390 103591936 19082 33554432000 4194304 4331988 140734637308560 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 25291 19082 175 34 0 23733 0
Current children cumulated CPU time (s) 3729.24
Current children cumulated vsize (KiB) 685676



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.11 4.52 5/176 8560
/proc/meminfo: memFree=15441196/32951124 swapFree=67111528/67111528
[pid=8519] ppid=8517 vsize=18324 CPUtime=8.13 cores=0,2,4,6
/proc/8519/stat : 8519 (ppfolio) S 8517 8519 7235 0 -1 4202496 521 11093 0 0 0 0 812 1 15 0 1 0 515513390 18763776 390 33554432000 4194304 4287625 140734874144768 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/8519/statm: 4581 390 342 23 0 91 0
[pid=8521] ppid=8519 vsize=86244 CPUtime=1300.03 cores=4
/proc/8521/stat : 8521 (clasp) R 8519 8519 7235 0 -1 4202496 17742 0 0 0 130000 3 0 0 25 0 1 0 515513390 88313856 17186 33554432000 4194304 4785740 140735458878768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8521/statm: 21561 17186 341 145 0 18606 0
[pid=8522] ppid=8519 vsize=458076 CPUtime=646.91 cores=6
/proc/8522/stat : 8522 (TNM) R 8519 8519 7235 0 -1 4202496 1001 0 0 0 64690 1 0 0 25 0 1 0 515513390 469069824 898 33554432000 134512640 134534564 4293666752 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8522/statm: 114519 898 95 6 0 113185 0
[pid=8523] ppid=8519 vsize=20192 CPUtime=1300.03 cores=2
/proc/8523/stat : 8523 (lingeling) R 8519 8519 7235 0 -1 4202496 51695 0 0 0 129996 7 0 0 25 0 1 0 515513390 20676608 4242 33554432000 4194304 4352236 140733366376448 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8523/statm: 5048 4242 127 39 0 4128 0
[pid=8524] ppid=8519 vsize=101164 CPUtime=646.98 cores=6
/proc/8524/stat : 8524 (march_hi) R 8519 8519 7235 0 -1 4202496 22536 0 0 0 64688 10 0 0 25 0 1 0 515513390 103591936 19921 33554432000 4194304 4331988 140734637308560 18446744073709551615 4239542 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8524/statm: 25291 19921 175 34 0 23733 0
Current children cumulated CPU time (s) 3902.08
Current children cumulated vsize (KiB) 684000

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 3902.15
CPU user time (s): 3901.89
CPU system time (s): 0.26296
CPU usage (%): 300.163
Max. virtual memory (cumulated for all children) (KiB): 1665020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3901.89
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104620
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= 229
involuntary context switches= 30643

runsolver used 1.9517 second user time and 4.19336 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 03:05:29
IDJOB=3190861
IDBENCH=82592
IDSOLVER=1612
FILE ID=node105/3190861-1304039129
RUNJOBID= node105-1304028688-7254
PBS_JOBID= 13170347
Free space on /tmp= 71940 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S949556727-080-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190861-1304039129/watcher-3190861-1304039129 -o /tmp/evaluation-result-3190861-1304039129/solver-3190861-1304039129 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190861-1304039129.cnf

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

MD5SUM BENCH= 274f6c2fc3e630d8716a09f7c87233f2
RANDOM SEED=362737474

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.825
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	: 5332.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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:      15609656 kB
Buffers:       2299564 kB
Cached:       14406300 kB
SwapCached:          0 kB
Active:        8899744 kB
Inactive:      7872452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15609656 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10532 kB
Writeback:          24 kB
AnonPages:       65804 kB
Mapped:          14356 kB
Slab:           507024 kB
PageTables:       4444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187592 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71928 MiB
End job on node105 at 2011-04-29 03:27:10