Trace number 3190969

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) 4800.32 1201.71

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S313445894-099-UNKNOWN.cnf
MD5SUM47e52af6d58221f8bfb6fc06198e4e15
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.0009
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
Minimum clause length5
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 525000
Number of clauses of size over 50

Solver Data

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

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-3190969-1304049958/watcher-3190969-1304049958 -o /tmp/evaluation-result-3190969-1304049958/solver-3190969-1304049958 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190969-1304049958.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: 10.06 10.15 8.53 6/186 29171
/proc/meminfo: memFree=30770904/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) R 29169 29171 26347 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0

[startup+0.0180551 s]
/proc/loadavg: 10.06 10.15 8.53 6/186 29171
/proc/meminfo: memFree=30770904/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) R 29169 29171 26347 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101044 s]
/proc/loadavg: 10.06 10.15 8.53 6/186 29171
/proc/meminfo: memFree=30770904/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) R 29169 29171 26347 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301005 s]
/proc/loadavg: 10.06 10.15 8.53 6/186 29171
/proc/meminfo: memFree=30770904/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700934 s]
/proc/loadavg: 10.06 10.15 8.53 6/186 29171
/proc/meminfo: memFree=30770904/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 521 0 0 0 0 0 0 0 21 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50079 s]
/proc/loadavg: 10.06 10.15 8.53 11/192 29177
/proc/meminfo: memFree=30734748/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
[pid=29172] ppid=29171 vsize=490700 CPUtime=1.49 cores=1
/proc/29172/stat : 29172 (cryptominisat) R 29171 29171 26347 0 -1 4202496 5646 0 0 0 149 0 0 0 25 0 1 0 516593709 502476800 3149 33554432000 4194304 4587354 140734517555168 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29172/statm: 122675 3149 327 96 0 119237 0
[pid=29173] ppid=29171 vsize=22916 CPUtime=1.48 cores=5
/proc/29173/stat : 29173 (clasp) R 29171 29171 26347 0 -1 4202496 3272 0 0 0 148 0 0 0 25 0 1 0 516593709 23465984 3068 33554432000 4194304 4785740 140737303244304 18446744073709551615 4287114 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29173/statm: 5729 3068 340 145 0 2774 0
[pid=29174] ppid=29171 vsize=459788 CPUtime=0.74 cores=7
/proc/29174/stat : 29174 (TNM) R 29171 29171 26347 0 -1 4202496 1542 0 0 0 74 0 0 0 25 0 1 0 516593709 470822912 1439 33554432000 134512640 134534564 4294924672 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29174/statm: 114947 1439 95 6 0 113613 0
[pid=29175] ppid=29171 vsize=7068 CPUtime=1.49 cores=3
/proc/29175/stat : 29175 (lingeling) R 29171 29171 26347 0 -1 4202496 1182 0 0 0 149 0 0 0 25 0 1 0 516593709 7237632 933 33554432000 4194304 4352236 140733643512624 18446744073709551615 4327985 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29175/statm: 1767 933 127 39 0 847 0
[pid=29176] ppid=29171 vsize=13684 CPUtime=0.73 cores=7
/proc/29176/stat : 29176 (march_hi) R 29171 29171 26347 0 -1 4202496 4883 0 0 0 73 0 0 0 25 0 1 0 516593709 14012416 1390 33554432000 4194304 4331988 140734770191248 18446744073709551615 4265323 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29176/statm: 3421 1390 174 34 0 1863 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 1012480

[startup+3.1005 s]
/proc/loadavg: 10.06 10.15 8.53 11/192 29177
/proc/meminfo: memFree=30732268/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
[pid=29172] ppid=29171 vsize=515204 CPUtime=3.09 cores=1
/proc/29172/stat : 29172 (cryptominisat) R 29171 29171 26347 0 -1 4202496 13494 0 0 0 308 1 0 0 25 0 1 0 516593709 527568896 8072 33554432000 4194304 4587354 140734517555168 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29172/statm: 128801 8072 337 96 0 125363 0
[pid=29173] ppid=29171 vsize=25704 CPUtime=3.08 cores=5
/proc/29173/stat : 29173 (clasp) R 29171 29171 26347 0 -1 4202496 3981 0 0 0 308 0 0 0 25 0 1 0 516593709 26320896 3777 33554432000 4194304 4785740 140737303244304 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29173/statm: 6426 3777 340 145 0 3471 0
[pid=29174] ppid=29171 vsize=459788 CPUtime=1.54 cores=7
/proc/29174/stat : 29174 (TNM) R 29171 29171 26347 0 -1 4202496 1542 0 0 0 154 0 0 0 25 0 1 0 516593709 470822912 1439 33554432000 134512640 134534564 4294924672 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29174/statm: 114947 1439 95 6 0 113613 0
[pid=29175] ppid=29171 vsize=7528 CPUtime=3.09 cores=3
/proc/29175/stat : 29175 (lingeling) R 29171 29171 26347 0 -1 4202496 1293 0 0 0 309 0 0 0 25 0 1 0 516593709 7708672 1044 33554432000 4194304 4352236 140733643512624 18446744073709551615 4329279 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29175/statm: 1882 1044 127 39 0 962 0
[pid=29176] ppid=29171 vsize=13880 CPUtime=1.52 cores=7
/proc/29176/stat : 29176 (march_hi) R 29171 29171 26347 0 -1 4202496 4926 0 0 0 152 0 0 0 25 0 1 0 516593709 14213120 1433 33554432000 4194304 4331988 140734770191248 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29176/statm: 3470 1433 174 34 0 1912 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1040428

[startup+6.30092 s]
/proc/loadavg: 10.14 10.16 8.54 11/192 29177
/proc/meminfo: memFree=30695876/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
[pid=29172] ppid=29171 vsize=517924 CPUtime=6.29 cores=1
/proc/29172/stat : 29172 (cryptominisat) R 29171 29171 26347 0 -1 4202496 15259 0 0 0 628 1 0 0 25 0 1 0 516593709 530354176 8095 33554432000 4194304 4587354 140734517555168 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29172/statm: 129481 8095 337 96 0 126043 0
[pid=29173] ppid=29171 vsize=28856 CPUtime=6.28 cores=5
/proc/29173/stat : 29173 (clasp) R 29171 29171 26347 0 -1 4202496 4734 0 0 0 628 0 0 0 25 0 1 0 516593709 29548544 4530 33554432000 4194304 4785740 140737303244304 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29173/statm: 7214 4530 340 145 0 4259 0
[pid=29174] ppid=29171 vsize=459788 CPUtime=3.14 cores=7
/proc/29174/stat : 29174 (TNM) R 29171 29171 26347 0 -1 4202496 1542 0 0 0 314 0 0 0 25 0 1 0 516593709 470822912 1439 33554432000 134512640 134534564 4294924672 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29174/statm: 114947 1439 95 6 0 113613 0
[pid=29175] ppid=29171 vsize=8236 CPUtime=6.29 cores=3
/proc/29175/stat : 29175 (lingeling) R 29171 29171 26347 0 -1 4202496 1494 0 0 0 629 0 0 0 25 0 1 0 516593709 8433664 1245 33554432000 4194304 4352236 140733643512624 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29175/statm: 2059 1245 127 39 0 1139 0
[pid=29176] ppid=29171 vsize=14296 CPUtime=3.11 cores=7
/proc/29176/stat : 29176 (march_hi) R 29171 29171 26347 0 -1 4202496 4983 0 0 0 311 0 0 0 25 0 1 0 516593709 14639104 1490 33554432000 4194304 4331988 140734770191248 18446744073709551615 4237419 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29176/statm: 3574 1490 174 34 0 2016 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1047424

[startup+12.7008 s]
/proc/loadavg: 10.13 10.16 8.55 11/192 29177
/proc/meminfo: memFree=30688520/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
[pid=29172] ppid=29171 vsize=504912 CPUtime=12.69 cores=1
/proc/29172/stat : 29172 (cryptominisat) R 29171 29171 26347 0 -1 4202496 18848 0 0 0 1267 2 0 0 25 0 1 0 516593709 517029888 7387 33554432000 4194304 4587354 140734517555168 18446744073709551615 4243788 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29172/statm: 126228 7387 337 96 0 122790 0
[pid=29173] ppid=29171 vsize=33872 CPUtime=12.69 cores=5
/proc/29173/stat : 29173 (clasp) R 29171 29171 26347 0 -1 4202496 5963 0 0 0 1268 1 0 0 25 0 1 0 516593709 34684928 5759 33554432000 4194304 4785740 140737303244304 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29173/statm: 8468 5759 340 145 0 5513 0
[pid=29174] ppid=29171 vsize=459788 CPUtime=6.31 cores=7
/proc/29174/stat : 29174 (TNM) R 29171 29171 26347 0 -1 4202496 1542 0 0 0 631 0 0 0 25 0 1 0 516593709 470822912 1439 33554432000 134512640 134534564 4294924672 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29174/statm: 114947 1439 95 6 0 113613 0
[pid=29175] ppid=29171 vsize=8496 CPUtime=12.69 cores=3
/proc/29175/stat : 29175 (lingeling) R 29171 29171 26347 0 -1 4202496 1823 0 0 0 1269 0 0 0 25 0 1 0 516593709 8699904 1318 33554432000 4194304 4352236 140733643512624 18446744073709551615 4276518 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29175/statm: 2124 1318 127 39 0 1204 0
[pid=29176] ppid=29171 vsize=15320 CPUtime=6.3 cores=7
/proc/29176/stat : 29176 (march_hi) R 29171 29171 26347 0 -1 4202496 5232 0 0 0 630 0 0 0 25 0 1 0 516593709 15687680 1739 33554432000 4194304 4331988 140734770191248 18446744073709551615 4237393 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29176/statm: 3830 1739 175 34 0 2272 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1040712

[startup+25.5004 s]
/proc/loadavg: 10.18 10.16 8.57 11/192 29178
/proc/meminfo: memFree=30681192/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
[pid=29172] ppid=29171 vsize=513412 CPUtime=25.48 cores=1
/proc/29172/stat : 29172 (cryptominisat) R 29171 29171 26347 0 -1 4202496 28281 0 0 0 2545 3 0 0 25 0 1 0 516593709 525733888 8475 33554432000 4194304 4587354 140734517555168 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29172/statm: 128353 8475 337 96 0 124915 0
[pid=29173] ppid=29171 vsize=39008 CPUtime=25.48 cores=5
/proc/29173/stat : 29173 (clasp) R 29171 29171 26347 0 -1 4202496 7253 0 0 0 2547 1 0 0 25 0 1 0 516593709 39944192 7049 33554432000 4194304 4785740 140737303244304 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29173/statm: 9752 7049 340 145 0 6797 0
[pid=29174] ppid=29171 vsize=459788 CPUtime=12.64 cores=7
/proc/29174/stat : 29174 (TNM) R 29171 29171 26347 0 -1 4202496 1542 0 0 0 1264 0 0 0 25 0 1 0 516593709 470822912 1439 33554432000 134512640 134534564 4294924672 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29174/statm: 114947 1439 95 6 0 113613 0
[pid=29175] ppid=29171 vsize=8756 CPUtime=25.49 cores=3
/proc/29175/stat : 29175 (lingeling) R 29171 29171 26347 0 -1 4202496 2048 0 0 0 2549 0 0 0 25 0 1 0 516593709 8966144 1383 33554432000 4194304 4352236 140733643512624 18446744073709551615 4207636 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29175/statm: 2189 1383 127 39 0 1269 0
[pid=29176] ppid=29171 vsize=16596 CPUtime=12.7 cores=7
/proc/29176/stat : 29176 (march_hi) R 29171 29171 26347 0 -1 4202496 5473 0 0 0 1270 0 0 0 25 0 1 0 516593709 16994304 1980 33554432000 4194304 4331988 140734770191248 18446744073709551615 271550234142 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29176/statm: 4149 1980 175 34 0 2591 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 1055884

[startup+51.1008 s]
/proc/loadavg: 10.18 10.17 8.62 11/192 29178
/proc/meminfo: memFree=30673984/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
[pid=29172] ppid=29171 vsize=510480 CPUtime=51.09 cores=1
/proc/29172/stat : 29172 (cryptominisat) R 29171 29171 26347 0 -1 4202496 48343 0 0 0 5102 7 0 0 25 0 1 0 516593709 522731520 7931 33554432000 4194304 4587354 140734517555168 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29172/statm: 127620 7931 337 96 0 124182 0
[pid=29173] ppid=29171 vsize=49688 CPUtime=51.08 cores=5
/proc/29173/stat : 29173 (clasp) R 29171 29171 26347 0 -1 4202496 9821 0 0 0 5106 2 0 0 25 0 1 0 516593709 50880512 9617 33554432000 4194304 4785740 140737303244304 18446744073709551615 4538896 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29173/statm: 12422 9617 340 145 0 9467 0
[pid=29174] ppid=29171 vsize=459788 CPUtime=25.41 cores=7
/proc/29174/stat : 29174 (TNM) R 29171 29171 26347 0 -1 4202496 1542 0 0 0 2541 0 0 0 25 0 1 0 516593709 470822912 1439 33554432000 134512640 134534564 4294924672 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29174/statm: 114947 1439 95 6 0 113613 0
[pid=29175] ppid=29171 vsize=10168 CPUtime=51.09 cores=3

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

/proc/29176/statm: 26033 19407 175 34 0 24475 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 1447688

[startup+1002.3 s]
/proc/loadavg: 5.17 5.89 7.30 6/181 29222
/proc/meminfo: memFree=30587540/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
[pid=29172] ppid=29171 vsize=725244 CPUtime=1002.29 cores=1
/proc/29172/stat : 29172 (cryptominisat) R 29171 29171 26347 0 -1 4202496 539127 0 0 0 100049 180 0 0 25 0 1 0 516593709 742649856 64784 33554432000 4194304 4587354 140734517555168 18446744073709551615 4364904 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29172/statm: 181311 64784 337 96 0 177873 0
[pid=29173] ppid=29171 vsize=125816 CPUtime=1002.31 cores=5
/proc/29173/stat : 29173 (clasp) R 29171 29171 26347 0 -1 4202496 27870 0 0 0 100222 9 0 0 25 0 1 0 516593709 128835584 27619 33554432000 4194304 4785740 140737303244304 18446744073709551615 4552536 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29173/statm: 31454 27619 341 145 0 28499 0
[pid=29174] ppid=29171 vsize=459788 CPUtime=498.42 cores=7
/proc/29174/stat : 29174 (TNM) R 29171 29171 26347 0 -1 4202496 1542 0 0 0 49842 0 0 0 25 0 1 0 516593709 470822912 1439 33554432000 134512640 134534564 4294924672 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29174/statm: 114947 1439 95 6 0 113613 0
[pid=29175] ppid=29171 vsize=15940 CPUtime=1002.32 cores=3
/proc/29175/stat : 29175 (lingeling) R 29171 29171 26347 0 -1 4202496 25820 0 0 0 100229 3 0 0 25 0 1 0 516593709 16322560 3179 33554432000 4194304 4352236 140733643512624 18446744073709551615 4276521 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29175/statm: 3985 3179 127 39 0 3065 0
[pid=29176] ppid=29171 vsize=104132 CPUtime=498.43 cores=7
/proc/29176/stat : 29176 (march_hi) R 29171 29171 26347 0 -1 4202496 24021 0 0 0 49832 11 0 0 25 0 1 0 516593709 106631168 20528 33554432000 4194304 4331988 140734770191248 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29176/statm: 26033 20528 175 34 0 24475 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 1449244

[startup+1062.3 s]
/proc/loadavg: 5.06 5.72 7.15 6/181 29223
/proc/meminfo: memFree=30790992/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
[pid=29172] ppid=29171 vsize=513556 CPUtime=1062.29 cores=1
/proc/29172/stat : 29172 (cryptominisat) R 29171 29171 26347 0 -1 4202496 558774 0 0 0 106037 192 0 0 25 0 1 0 516593709 525881344 12789 33554432000 4194304 4587354 140734517555168 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29172/statm: 128389 12789 337 96 0 124951 0
[pid=29173] ppid=29171 vsize=127728 CPUtime=1062.31 cores=5
/proc/29173/stat : 29173 (clasp) R 29171 29171 26347 0 -1 4202496 28282 0 0 0 106222 9 0 0 25 0 1 0 516593709 130793472 28031 33554432000 4194304 4785740 140737303244304 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29173/statm: 31932 28031 341 145 0 28977 0
[pid=29174] ppid=29171 vsize=459788 CPUtime=528.26 cores=7
/proc/29174/stat : 29174 (TNM) R 29171 29171 26347 0 -1 4202496 1542 0 0 0 52826 0 0 0 25 0 1 0 516593709 470822912 1439 33554432000 134512640 134534564 4294924672 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29174/statm: 114947 1439 95 6 0 113613 0
[pid=29175] ppid=29171 vsize=16068 CPUtime=1062.32 cores=3
/proc/29175/stat : 29175 (lingeling) R 29171 29171 26347 0 -1 4202496 27068 0 0 0 106229 3 0 0 25 0 1 0 516593709 16453632 3211 33554432000 4194304 4352236 140733643512624 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29175/statm: 4017 3211 127 39 0 3097 0
[pid=29176] ppid=29171 vsize=104984 CPUtime=528.25 cores=7
/proc/29176/stat : 29176 (march_hi) R 29171 29171 26347 0 -1 4202496 25176 0 0 0 52814 11 0 0 25 0 1 0 516593709 107503616 21683 33554432000 4194304 4331988 140734770191248 18446744073709551615 4237421 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29176/statm: 26246 21683 175 34 0 24688 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 1240448

[startup+1122.3 s]
/proc/loadavg: 5.05 5.60 7.02 6/181 29225
/proc/meminfo: memFree=30748172/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
[pid=29172] ppid=29171 vsize=542924 CPUtime=1122.29 cores=1
/proc/29172/stat : 29172 (cryptominisat) R 29171 29171 26347 0 -1 4202496 585587 0 0 0 112023 206 0 0 25 0 1 0 516593709 555954176 19533 33554432000 4194304 4587354 140734517555168 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29172/statm: 135731 19533 337 96 0 132293 0
[pid=29173] ppid=29171 vsize=134184 CPUtime=1122.32 cores=5
/proc/29173/stat : 29173 (clasp) R 29171 29171 26347 0 -1 4202496 29861 0 0 0 112222 10 0 0 25 0 1 0 516593709 137404416 29529 33554432000 4194304 4785740 140737303244304 18446744073709551615 4278073 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29173/statm: 33546 29529 341 145 0 30591 0
[pid=29174] ppid=29171 vsize=459788 CPUtime=558.08 cores=7
/proc/29174/stat : 29174 (TNM) R 29171 29171 26347 0 -1 4202496 1542 0 0 0 55808 0 0 0 25 0 1 0 516593709 470822912 1439 33554432000 134512640 134534564 4294924672 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29174/statm: 114947 1439 95 6 0 113613 0
[pid=29175] ppid=29171 vsize=20936 CPUtime=1122.32 cores=3
/proc/29175/stat : 29175 (lingeling) R 29171 29171 26347 0 -1 4202496 28285 0 0 0 112229 3 0 0 25 0 1 0 516593709 21438464 4428 33554432000 4194304 4352236 140733643512624 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29175/statm: 5234 4428 127 39 0 4314 0
[pid=29176] ppid=29171 vsize=104984 CPUtime=558.11 cores=7
/proc/29176/stat : 29176 (march_hi) R 29171 29171 26347 0 -1 4202496 26324 0 0 0 55799 12 0 0 25 0 1 0 516593709 107503616 22831 33554432000 4194304 4331988 140734770191248 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29176/statm: 26246 22831 175 34 0 24688 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 1281140

[startup+1182.3 s]
/proc/loadavg: 5.09 5.51 6.90 6/181 29226
/proc/meminfo: memFree=30738212/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
[pid=29172] ppid=29171 vsize=529248 CPUtime=1182.29 cores=1
/proc/29172/stat : 29172 (cryptominisat) R 29171 29171 26347 0 -1 4202496 607624 0 0 0 118010 219 0 0 25 0 1 0 516593709 541949952 20938 33554432000 4194304 4587354 140734517555168 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29172/statm: 132312 20938 337 96 0 128874 0
[pid=29173] ppid=29171 vsize=139064 CPUtime=1182.31 cores=5
/proc/29173/stat : 29173 (clasp) R 29171 29171 26347 0 -1 4202496 30948 0 0 0 118221 10 0 0 25 0 1 0 516593709 142401536 30616 33554432000 4194304 4785740 140737303244304 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29173/statm: 34766 30616 341 145 0 31811 0
[pid=29174] ppid=29171 vsize=459788 CPUtime=587.95 cores=7
/proc/29174/stat : 29174 (TNM) R 29171 29171 26347 0 -1 4202496 1542 0 0 0 58795 0 0 0 25 0 1 0 516593709 470822912 1439 33554432000 134512640 134534564 4294924672 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29174/statm: 114947 1439 95 6 0 113613 0
[pid=29175] ppid=29171 vsize=16716 CPUtime=1182.32 cores=3
/proc/29175/stat : 29175 (lingeling) R 29171 29171 26347 0 -1 4202496 28446 0 0 0 118229 3 0 0 25 0 1 0 516593709 17117184 3373 33554432000 4194304 4352236 140733643512624 18446744073709551615 4328797 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29175/statm: 4179 3373 127 39 0 3259 0
[pid=29176] ppid=29171 vsize=149184 CPUtime=587.92 cores=7
/proc/29176/stat : 29176 (march_hi) R 29171 29171 26347 0 -1 4202496 27480 0 0 0 58778 14 0 0 25 0 1 0 516593709 152764416 23987 33554432000 4194304 4331988 140734770191248 18446744073709551615 4287447 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29176/statm: 37296 23987 175 34 0 35738 0
Current children cumulated CPU time (s) 4722.79
Current children cumulated vsize (KiB) 1312324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.06 5.47 6.86 6/181 29227
/proc/meminfo: memFree=30727912/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
[pid=29172] ppid=29171 vsize=556944 CPUtime=1201.71 cores=1
/proc/29172/stat : 29172 (cryptominisat) R 29171 29171 26347 0 -1 4202496 616773 0 0 0 119947 224 0 0 25 0 1 0 516593709 570310656 21539 33554432000 4194304 4587354 140734517555168 18446744073709551615 271550234306 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29172/statm: 139236 21539 337 96 0 135798 0
[pid=29173] ppid=29171 vsize=140088 CPUtime=1201.72 cores=5
/proc/29173/stat : 29173 (clasp) R 29171 29171 26347 0 -1 4202496 31175 0 0 0 120162 10 0 0 25 0 1 0 516593709 143450112 30843 33554432000 4194304 4785740 140737303244304 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29173/statm: 35022 30843 341 145 0 32067 0
[pid=29174] ppid=29171 vsize=459788 CPUtime=597.55 cores=7
/proc/29174/stat : 29174 (TNM) R 29171 29171 26347 0 -1 4202496 1542 0 0 0 59755 0 0 0 25 0 1 0 516593709 470822912 1439 33554432000 134512640 134534564 4294924672 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29174/statm: 114947 1439 95 6 0 113613 0
[pid=29175] ppid=29171 vsize=21068 CPUtime=1201.73 cores=3
/proc/29175/stat : 29175 (lingeling) R 29171 29171 26347 0 -1 4202496 29534 0 0 0 120170 3 0 0 25 0 1 0 516593709 21573632 4461 33554432000 4194304 4352236 140733643512624 18446744073709551615 4295600 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29175/statm: 5267 4461 127 39 0 4347 0
[pid=29176] ppid=29171 vsize=149184 CPUtime=597.61 cores=7
/proc/29176/stat : 29176 (march_hi) R 29171 29171 26347 0 -1 4202496 27857 0 0 0 59747 14 0 0 25 0 1 0 516593709 152764416 24364 33554432000 4194304 4331988 140734770191248 18446744073709551615 4299221 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29176/statm: 37296 24364 175 34 0 35738 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 1345396

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

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

[startup+1201.7 s]
/proc/loadavg: 5.06 5.47 6.86 6/181 29227
/proc/meminfo: memFree=30727912/32951124 swapFree=67111344/67111528
[pid=29171] ppid=29169 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29171/stat : 29171 (ppfolio) S 29169 29171 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516593709 18763776 390 33554432000 4194304 4287625 140737103064672 18446744073709551615 271550557711 0 0 4096 65536 4605730930307366911 0 0 17 5 0 0 0
/proc/29171/statm: 4581 390 341 23 0 91 0
[pid=29172] ppid=29171 vsize=556944 CPUtime=1201.71 cores=1
/proc/29172/stat : 29172 (cryptominisat) R 29171 29171 26347 0 -1 4202496 616773 0 0 0 119947 224 0 0 25 0 1 0 516593709 570310656 21539 33554432000 4194304 4587354 140734517555168 18446744073709551615 271550234306 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29172/statm: 139236 21539 337 96 0 135798 0
[pid=29173] ppid=29171 vsize=140088 CPUtime=1201.72 cores=5
/proc/29173/stat : 29173 (clasp) R 29171 29171 26347 0 -1 4202496 31175 0 0 0 120162 10 0 0 25 0 1 0 516593709 143450112 30843 33554432000 4194304 4785740 140737303244304 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29173/statm: 35022 30843 341 145 0 32067 0
[pid=29174] ppid=29171 vsize=459788 CPUtime=597.55 cores=7
/proc/29174/stat : 29174 (TNM) R 29171 29171 26347 0 -1 4202496 1542 0 0 0 59755 0 0 0 25 0 1 0 516593709 470822912 1439 33554432000 134512640 134534564 4294924672 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29174/statm: 114947 1439 95 6 0 113613 0
[pid=29175] ppid=29171 vsize=21068 CPUtime=1201.73 cores=3
/proc/29175/stat : 29175 (lingeling) R 29171 29171 26347 0 -1 4202496 29534 0 0 0 120170 3 0 0 25 0 1 0 516593709 21573632 4461 33554432000 4194304 4352236 140733643512624 18446744073709551615 4295600 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29175/statm: 5267 4461 127 39 0 4347 0
[pid=29176] ppid=29171 vsize=149184 CPUtime=597.61 cores=7
/proc/29176/stat : 29176 (march_hi) R 29171 29171 26347 0 -1 4202496 27857 0 0 0 59747 14 0 0 25 0 1 0 516593709 152764416 24364 33554432000 4194304 4331988 140734770191248 18446744073709551615 4299221 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29176/statm: 37296 24364 175 34 0 35738 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 1345396

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29171 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=8998
# CPU time returned by wait4() is 0.010997
# while last known CPU time is 4800.32
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.71
CPU time (s): 4800.32
CPU user time (s): 4797.81
CPU system time (s): 2.51
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 1701924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.008998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 521
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= 313
involuntary context switches= 6

runsolver used 1.72374 second user time and 4.83926 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 06:05:58
IDJOB=3190969
IDBENCH=82700
IDSOLVER=1612
FILE ID=node133/3190969-1304049958
RUNJOBID= node133-1304048754-28974
PBS_JOBID= 13170319
Free space on /tmp= 71884 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S313445894-099-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190969-1304049958/watcher-3190969-1304049958 -o /tmp/evaluation-result-3190969-1304049958/solver-3190969-1304049958 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190969-1304049958.cnf

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

MD5SUM BENCH= 47e52af6d58221f8bfb6fc06198e4e15
RANDOM SEED=824839334

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:      30771184 kB
Buffers:        705104 kB
Cached:         778404 kB
SwapCached:        124 kB
Active:         839628 kB
Inactive:       982336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30771184 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           10508 kB
Writeback:           0 kB
AnonPages:      338352 kB
Mapped:          16724 kB
Slab:           293768 kB
PageTables:       5840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1132420 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= 71884 MiB
End job on node133 at 2011-04-29 06:26:02