Trace number 3257333

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) 3989.28 1300.01

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.0956
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6

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-3257333-1304033410/watcher-3257333-1304033410 -o /tmp/evaluation-result-3257333-1304033410/solver-3257333-1304033410 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3257333-1304033410.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: 9.90 10.00 9.27 6/182 28259
/proc/meminfo: memFree=12010340/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) R 28257 28259 27798 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 514940658 18763776 390 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/28259/statm: 4581 390 341 23 0 91 0

[startup+0.220575 s]
/proc/loadavg: 9.90 10.00 9.27 6/182 28259
/proc/meminfo: memFree=12010340/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 514940658 18763776 390 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 4576088096822525951 0 0 17 4 0 0 0
/proc/28259/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300563 s]
/proc/loadavg: 9.90 10.00 9.27 6/182 28259
/proc/meminfo: memFree=12010340/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 514940658 18763776 390 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 4576088096822525951 0 0 17 4 0 0 0
/proc/28259/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400545 s]
/proc/loadavg: 9.90 10.00 9.27 6/182 28259
/proc/meminfo: memFree=12010340/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 514940658 18763776 390 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 4576088096822525951 0 0 17 4 0 0 0
/proc/28259/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700491 s]
/proc/loadavg: 9.90 10.00 9.27 6/182 28259
/proc/meminfo: memFree=12010340/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 514940658 18763776 390 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 4576088096822525951 0 0 17 4 0 0 0
/proc/28259/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50035 s]
/proc/loadavg: 9.90 10.00 9.27 11/188 28265
/proc/meminfo: memFree=11895592/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514940658 18763776 390 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 4576088096822525951 0 0 17 4 0 0 0
/proc/28259/statm: 4581 390 341 23 0 91 0
[pid=28260] ppid=28259 vsize=58460 CPUtime=1.49 cores=0
/proc/28260/stat : 28260 (cryptominisat) R 28259 28259 27798 0 -1 4202496 11279 0 0 0 148 1 0 0 25 0 1 0 514940659 59863040 9149 33554432000 4194304 4587354 140734228078448 18446744073709551615 4241288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28260/statm: 14615 9149 329 96 0 11177 0
[pid=28261] ppid=28259 vsize=39012 CPUtime=1.49 cores=4
/proc/28261/stat : 28261 (clasp) R 28259 28259 27798 0 -1 4202496 8314 0 0 0 148 1 0 0 25 0 1 0 514940659 39948288 7033 33554432000 4194304 4785740 140736385860848 18446744073709551615 4304232 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28261/statm: 9753 7033 340 145 0 6798 0
[pid=28262] ppid=28259 vsize=463084 CPUtime=0.78 cores=6
/proc/28262/stat : 28262 (TNM) R 28259 28259 27798 0 -1 4202496 3724 0 0 0 77 1 0 0 25 0 1 0 514940659 474198016 3620 33554432000 134512640 134534564 4288103472 18446744073709551615 134524550 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28262/statm: 115771 3620 91 6 0 114437 0
[pid=28263] ppid=28259 vsize=16780 CPUtime=1.48 cores=2
/proc/28263/stat : 28263 (lingeling) R 28259 28259 27798 0 -1 4202496 5096 0 0 0 148 0 0 0 25 0 1 0 514940659 17182720 3362 33554432000 4194304 4352236 140735846711376 18446744073709551615 4276530 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28263/statm: 4195 3362 127 39 0 3275 0
[pid=28264] ppid=28259 vsize=59912 CPUtime=0.7 cores=6
/proc/28264/stat : 28264 (march_hi) R 28259 28259 27798 0 -1 4202496 26888 0 0 0 67 3 0 0 25 0 1 0 514940659 61349888 10717 33554432000 4194304 4331988 140734443914480 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28264/statm: 14978 10717 151 34 0 13420 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 655572

[startup+3.10107 s]
/proc/loadavg: 9.90 10.00 9.27 11/188 28265
/proc/meminfo: memFree=11820324/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514940658 18763776 390 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 4576088096822525951 0 0 17 4 0 0 0
/proc/28259/statm: 4581 390 341 23 0 91 0
[pid=28260] ppid=28259 vsize=95964 CPUtime=3.09 cores=0
/proc/28260/stat : 28260 (cryptominisat) R 28259 28259 27798 0 -1 4202496 12888 0 0 0 308 1 0 0 25 0 1 0 514940659 98267136 10751 33554432000 4194304 4587354 140734228078448 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28260/statm: 23991 10751 329 96 0 20553 0
[pid=28261] ppid=28259 vsize=55776 CPUtime=3.08 cores=4
/proc/28261/stat : 28261 (clasp) R 28259 28259 27798 0 -1 4202496 12479 0 0 0 307 1 0 0 25 0 1 0 514940659 57114624 11198 33554432000 4194304 4785740 140736385860848 18446744073709551615 274473628357 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28261/statm: 13944 11198 340 145 0 10989 0
[pid=28262] ppid=28259 vsize=463084 CPUtime=1.57 cores=6
/proc/28262/stat : 28262 (TNM) R 28259 28259 27798 0 -1 4202496 3724 0 0 0 156 1 0 0 25 0 1 0 514940659 474198016 3620 33554432000 134512640 134534564 4288103472 18446744073709551615 134524546 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28262/statm: 115771 3620 91 6 0 114437 0
[pid=28263] ppid=28259 vsize=20128 CPUtime=3.08 cores=2
/proc/28263/stat : 28263 (lingeling) R 28259 28259 27798 0 -1 4202496 5936 0 0 0 308 0 0 0 25 0 1 0 514940659 20611072 4199 33554432000 4194304 4352236 140735846711376 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28263/statm: 5032 4199 127 39 0 4112 0
[pid=28264] ppid=28259 vsize=160796 CPUtime=1.49 cores=6
/proc/28264/stat : 28264 (march_hi) R 28259 28259 27798 0 -1 4202496 48880 0 0 0 144 5 0 0 25 0 1 0 514940659 164655104 32709 33554432000 4194304 4331988 140734443914480 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28264/statm: 40199 32709 151 34 0 38641 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 814072

[startup+6.30051 s]
/proc/loadavg: 9.90 10.00 9.27 11/188 28265
/proc/meminfo: memFree=11593272/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514940658 18763776 390 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 4576088096822525951 0 0 17 4 0 0 0
/proc/28259/statm: 4581 390 341 23 0 91 0
[pid=28260] ppid=28259 vsize=1626788 CPUtime=6.29 cores=0
/proc/28260/stat : 28260 (cryptominisat) R 28259 28259 27798 0 -1 4202496 20125 0 0 0 627 2 0 0 25 0 1 0 514940659 1665830912 14077 33554432000 4194304 4587354 140734228078448 18446744073709551615 4353852 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28260/statm: 406697 14077 338 96 0 403259 0
[pid=28261] ppid=28259 vsize=78748 CPUtime=6.28 cores=4
/proc/28261/stat : 28261 (clasp) R 28259 28259 27798 0 -1 4202496 18096 0 0 0 626 2 0 0 25 0 1 0 514940659 80637952 16815 33554432000 4194304 4785740 140736385860848 18446744073709551615 4278573 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28261/statm: 19687 16815 340 145 0 16732 0
[pid=28262] ppid=28259 vsize=476284 CPUtime=3.15 cores=6
/proc/28262/stat : 28262 (TNM) R 28259 28259 27798 0 -1 4202496 7050 0 0 0 314 1 0 0 25 0 1 0 514940659 487714816 6946 33554432000 134512640 134534564 4288103472 18446744073709551615 134529823 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28262/statm: 119071 6946 95 6 0 117737 0
[pid=28263] ppid=28259 vsize=20128 CPUtime=6.28 cores=2
/proc/28263/stat : 28263 (lingeling) R 28259 28259 27798 0 -1 4202496 5936 0 0 0 628 0 0 0 25 0 1 0 514940659 20611072 4199 33554432000 4194304 4352236 140735846711376 18446744073709551615 4241315 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28263/statm: 5032 4199 127 39 0 4112 0
[pid=28264] ppid=28259 vsize=337724 CPUtime=3.1 cores=6
/proc/28264/stat : 28264 (march_hi) R 28259 28259 27798 0 -1 4202496 92812 0 0 0 299 11 0 0 25 0 1 0 514940659 345829376 76641 33554432000 4194304 4331988 140734443914480 18446744073709551615 4271136 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28264/statm: 84431 76641 151 34 0 82873 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 2557996

[startup+12.7004 s]
/proc/loadavg: 9.99 10.01 9.28 11/188 28266
/proc/meminfo: memFree=11490508/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514940658 18763776 390 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 4576088096822525951 0 0 17 4 0 0 0
/proc/28259/statm: 4581 390 341 23 0 91 0
[pid=28260] ppid=28259 vsize=1624056 CPUtime=12.68 cores=0
/proc/28260/stat : 28260 (cryptominisat) R 28259 28259 27798 0 -1 4202496 32381 0 0 0 1264 4 0 0 25 0 1 0 514940659 1663033344 14999 33554432000 4194304 4587354 140734228078448 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28260/statm: 406014 14999 338 96 0 402576 0
[pid=28261] ppid=28259 vsize=92672 CPUtime=12.68 cores=4
/proc/28261/stat : 28261 (clasp) R 28259 28259 27798 0 -1 4202496 21462 0 0 0 1265 3 0 0 25 0 1 0 514940659 94896128 20181 33554432000 4194304 4785740 140736385860848 18446744073709551615 4550848 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28261/statm: 23168 20181 340 145 0 20213 0
[pid=28262] ppid=28259 vsize=476284 CPUtime=6.31 cores=6
/proc/28262/stat : 28262 (TNM) R 28259 28259 27798 0 -1 4202496 7050 0 0 0 630 1 0 0 25 0 1 0 514940659 487714816 6946 33554432000 134512640 134534564 4288103472 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28262/statm: 119071 6946 95 6 0 117737 0
[pid=28263] ppid=28259 vsize=20128 CPUtime=12.68 cores=2
/proc/28263/stat : 28263 (lingeling) R 28259 28259 27798 0 -1 4202496 5936 0 0 0 1268 0 0 0 25 0 1 0 514940659 20611072 4199 33554432000 4194304 4352236 140735846711376 18446744073709551615 4328039 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28263/statm: 5032 4199 127 39 0 4112 0
[pid=28264] ppid=28259 vsize=395024 CPUtime=6.3 cores=6
/proc/28264/stat : 28264 (march_hi) R 28259 28259 27798 0 -1 4202496 171738 0 0 0 608 22 0 0 25 0 1 0 514940659 404504576 87979 33554432000 4194304 4331988 140734443914480 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28264/statm: 98756 87979 151 34 0 97198 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 2626488

[startup+25.5071 s]
/proc/loadavg: 9.99 10.01 9.29 11/188 28266
/proc/meminfo: memFree=11094700/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514940658 18763776 390 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 4576088096822525951 0 0 17 4 0 0 0
/proc/28259/statm: 4581 390 341 23 0 91 0
[pid=28260] ppid=28259 vsize=1699980 CPUtime=25.49 cores=0
/proc/28260/stat : 28260 (cryptominisat) R 28259 28259 27798 0 -1 4202496 64274 0 0 0 2539 10 0 0 25 0 1 0 514940659 1740779520 26769 33554432000 4194304 4587354 140734228078448 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28260/statm: 424995 26769 338 96 0 421557 0
[pid=28261] ppid=28259 vsize=111676 CPUtime=25.5 cores=4
/proc/28261/stat : 28261 (clasp) R 28259 28259 27798 0 -1 4202496 26033 0 0 0 2545 5 0 0 25 0 1 0 514940659 114356224 24752 33554432000 4194304 4785740 140736385860848 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28261/statm: 27919 24752 340 145 0 24964 0
[pid=28262] ppid=28259 vsize=476284 CPUtime=12.7 cores=6
/proc/28262/stat : 28262 (TNM) R 28259 28259 27798 0 -1 4202496 7050 0 0 0 1269 1 0 0 25 0 1 0 514940659 487714816 6946 33554432000 134512640 134534564 4288103472 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28262/statm: 119071 6946 95 6 0 117737 0
[pid=28263] ppid=28259 vsize=21292 CPUtime=25.49 cores=2
/proc/28263/stat : 28263 (lingeling) R 28259 28259 27798 0 -1 4202496 6227 0 0 0 2549 0 0 0 25 0 1 0 514940659 21803008 4490 33554432000 4194304 4352236 140735846711376 18446744073709551615 4238648 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28263/statm: 5323 4490 127 39 0 4403 0
[pid=28264] ppid=28259 vsize=907112 CPUtime=12.65 cores=6
/proc/28264/stat : 28264 (march_hi) R 28259 28259 27798 0 -1 4202496 355021 0 0 0 1221 44 0 0 25 0 1 0 514940659 928882688 165567 33554432000 4194304 4331988 140734443914480 18446744073709551615 4251467 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28264/statm: 226778 165567 160 34 0 225220 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 3234668

[startup+51.1006 s]
/proc/loadavg: 10.06 10.03 9.31 11/188 28266
/proc/meminfo: memFree=11068172/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514940658 18763776 390 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 4576088096822525951 0 0 17 4 0 0 0
/proc/28259/statm: 4581 390 341 23 0 91 0
[pid=28260] ppid=28259 vsize=1650716 CPUtime=51.09 cores=0
/proc/28260/stat : 28260 (cryptominisat) R 28259 28259 27798 0 -1 4202496 77159 0 0 0 5096 13 0 0 25 0 1 0 514940659 1690333184 21281 33554432000 4194304 4587354 140734228078448 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28260/statm: 412679 21281 338 96 0 409241 0
[pid=28261] ppid=28259 vsize=136796 CPUtime=51.08 cores=4
/proc/28261/stat : 28261 (clasp) R 28259 28259 27798 0 -1 4202496 31830 0 0 0 5102 6 0 0 25 0 1 0 514940659 140079104 30549 33554432000 4194304 4785740 140736385860848 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28261/statm: 34199 30549 340 145 0 31244 0
[pid=28262] ppid=28259 vsize=476284 CPUtime=25.41 cores=6
/proc/28262/stat : 28262 (TNM) R 28259 28259 27798 0 -1 4202496 7050 0 0 0 2540 1 0 0 25 0 1 0 514940659 487714816 6946 33554432000 134512640 134534564 4288103472 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28262/statm: 119071 6946 95 6 0 117737 0
[pid=28263] ppid=28259 vsize=21280 CPUtime=51.08 cores=2

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


[startup+942.301 s]
/proc/loadavg: 9.12 9.04 9.00 10/187 28451
/proc/meminfo: memFree=13550112/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=96.57 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 524 110240 0 0 0 0 9638 19 15 0 1 0 514940658 18763776 391 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/28259/statm: 4581 391 342 23 0 91 0
[pid=28261] ppid=28259 vsize=492084 CPUtime=942.13 cores=4
/proc/28261/stat : 28261 (clasp) R 28259 28259 27798 0 -1 4202496 114779 0 0 0 94168 45 0 0 25 0 1 0 514940659 503894016 113498 33554432000 4194304 4785740 140736385860848 18446744073709551615 4309551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28261/statm: 123021 113498 340 145 0 120066 0
[pid=28262] ppid=28259 vsize=476284 CPUtime=468.63 cores=6
/proc/28262/stat : 28262 (TNM) R 28259 28259 27798 0 -1 4202496 7050 0 0 0 46862 1 0 0 25 0 1 0 514940659 487714816 6946 33554432000 134512640 134534564 4288103472 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28262/statm: 119071 6946 95 6 0 117737 0
[pid=28263] ppid=28259 vsize=36072 CPUtime=942.22 cores=2
/proc/28263/stat : 28263 (lingeling) R 28259 28259 27798 0 -1 4202496 10000 0 0 0 94220 2 0 0 25 0 1 0 514940659 36937728 8185 33554432000 4194304 4352236 140735846711376 18446744073709551615 4207627 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28263/statm: 9018 8185 127 39 0 8098 0
[pid=28264] ppid=28259 vsize=936616 CPUtime=468.57 cores=6
/proc/28264/stat : 28264 (march_hi) R 28259 28259 27798 0 -1 4202496 485132 0 0 0 46795 62 0 0 25 0 1 0 514940659 959094784 183318 33554432000 4194304 4331988 140734443914480 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28264/statm: 234154 183318 175 34 0 232596 0
Current children cumulated CPU time (s) 2918.12
Current children cumulated vsize (KiB) 1959380

[startup+1002.31 s]
/proc/loadavg: 9.12 9.06 9.01 10/187 28453
/proc/meminfo: memFree=13503332/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=96.57 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 524 110240 0 0 0 0 9638 19 15 0 1 0 514940658 18763776 391 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/28259/statm: 4581 391 342 23 0 91 0
[pid=28261] ppid=28259 vsize=515612 CPUtime=1002.13 cores=4
/proc/28261/stat : 28261 (clasp) R 28259 28259 27798 0 -1 4202496 120496 0 0 0 100166 47 0 0 25 0 1 0 514940659 527986688 119215 33554432000 4194304 4785740 140736385860848 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28261/statm: 128903 119215 340 145 0 125948 0
[pid=28262] ppid=28259 vsize=476284 CPUtime=498.46 cores=6
/proc/28262/stat : 28262 (TNM) R 28259 28259 27798 0 -1 4202496 7050 0 0 0 49845 1 0 0 25 0 1 0 514940659 487714816 6946 33554432000 134512640 134534564 4288103472 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28262/statm: 119071 6946 95 6 0 117737 0
[pid=28263] ppid=28259 vsize=36072 CPUtime=1002.22 cores=2
/proc/28263/stat : 28263 (lingeling) R 28259 28259 27798 0 -1 4202496 10000 0 0 0 100220 2 0 0 25 0 1 0 514940659 36937728 8185 33554432000 4194304 4352236 140735846711376 18446744073709551615 4328351 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28263/statm: 9018 8185 127 39 0 8098 0
[pid=28264] ppid=28259 vsize=936616 CPUtime=498.42 cores=6
/proc/28264/stat : 28264 (march_hi) R 28259 28259 27798 0 -1 4202496 485299 0 0 0 49779 63 0 0 25 0 1 0 514940659 959094784 183485 33554432000 4194304 4331988 140734443914480 18446744073709551615 4228226 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28264/statm: 234154 183485 175 34 0 232596 0
Current children cumulated CPU time (s) 3097.8
Current children cumulated vsize (KiB) 1982908

[startup+1062.3 s]
/proc/loadavg: 9.16 9.09 9.02 10/187 28455
/proc/meminfo: memFree=13459640/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=96.57 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 524 110240 0 0 0 0 9638 19 15 0 1 0 514940658 18763776 391 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/28259/statm: 4581 391 342 23 0 91 0
[pid=28261] ppid=28259 vsize=544168 CPUtime=1062.13 cores=4
/proc/28261/stat : 28261 (clasp) R 28259 28259 27798 0 -1 4202496 127322 0 0 0 106163 50 0 0 25 0 1 0 514940659 557228032 126041 33554432000 4194304 4785740 140736385860848 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28261/statm: 136042 126041 340 145 0 133087 0
[pid=28262] ppid=28259 vsize=476284 CPUtime=528.32 cores=6
/proc/28262/stat : 28262 (TNM) R 28259 28259 27798 0 -1 4202496 7050 0 0 0 52831 1 0 0 25 0 1 0 514940659 487714816 6946 33554432000 134512640 134534564 4288103472 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28262/statm: 119071 6946 95 6 0 117737 0
[pid=28263] ppid=28259 vsize=42216 CPUtime=1062.21 cores=2
/proc/28263/stat : 28263 (lingeling) R 28259 28259 27798 0 -1 4202496 11536 0 0 0 106218 3 0 0 25 0 1 0 514940659 43229184 9721 33554432000 4194304 4352236 140735846711376 18446744073709551615 4278712 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28263/statm: 10554 9721 127 39 0 9634 0
[pid=28264] ppid=28259 vsize=947396 CPUtime=528.23 cores=6
/proc/28264/stat : 28264 (march_hi) R 28259 28259 27798 0 -1 4202496 485468 0 0 0 52760 63 0 0 25 0 1 0 514940659 970133504 183654 33554432000 4194304 4331988 140734443914480 18446744073709551615 4228288 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28264/statm: 236849 183654 175 34 0 235291 0
Current children cumulated CPU time (s) 3277.46
Current children cumulated vsize (KiB) 2028388

[startup+1122.3 s]
/proc/loadavg: 9.18 9.11 9.03 10/187 28456
/proc/meminfo: memFree=13450304/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=96.57 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 524 110240 0 0 0 0 9638 19 15 0 1 0 514940658 18763776 391 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/28259/statm: 4581 391 342 23 0 91 0
[pid=28261] ppid=28259 vsize=551740 CPUtime=1122.13 cores=4
/proc/28261/stat : 28261 (clasp) R 28259 28259 27798 0 -1 4202496 128867 0 0 0 112163 50 0 0 25 0 1 0 514940659 564981760 127586 33554432000 4194304 4785740 140736385860848 18446744073709551615 274473665107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28261/statm: 137935 127586 340 145 0 134980 0
[pid=28262] ppid=28259 vsize=476284 CPUtime=558.11 cores=6
/proc/28262/stat : 28262 (TNM) R 28259 28259 27798 0 -1 4202496 7050 0 0 0 55810 1 0 0 25 0 1 0 514940659 487714816 6946 33554432000 134512640 134534564 4288103472 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28262/statm: 119071 6946 95 6 0 117737 0
[pid=28263] ppid=28259 vsize=42216 CPUtime=1122.21 cores=2
/proc/28263/stat : 28263 (lingeling) R 28259 28259 27798 0 -1 4202496 11536 0 0 0 112218 3 0 0 25 0 1 0 514940659 43229184 9721 33554432000 4194304 4352236 140735846711376 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28263/statm: 10554 9721 127 39 0 9634 0
[pid=28264] ppid=28259 vsize=947396 CPUtime=558.11 cores=6
/proc/28264/stat : 28264 (march_hi) R 28259 28259 27798 0 -1 4202496 485637 0 0 0 55748 63 0 0 25 0 1 0 514940659 970133504 183823 33554432000 4194304 4331988 140734443914480 18446744073709551615 4298859 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28264/statm: 236849 183823 175 34 0 235291 0
Current children cumulated CPU time (s) 3457.13
Current children cumulated vsize (KiB) 2035960

[startup+1182.3 s]
/proc/loadavg: 9.20 9.14 9.04 10/187 28458
/proc/meminfo: memFree=13441704/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=96.57 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 524 110240 0 0 0 0 9638 19 15 0 1 0 514940658 18763776 391 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/28259/statm: 4581 391 342 23 0 91 0
[pid=28261] ppid=28259 vsize=557500 CPUtime=1182.14 cores=4
/proc/28261/stat : 28261 (clasp) R 28259 28259 27798 0 -1 4202496 130157 0 0 0 118163 51 0 0 25 0 1 0 514940659 570880000 128876 33554432000 4194304 4785740 140736385860848 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28261/statm: 139375 128876 340 145 0 136420 0
[pid=28262] ppid=28259 vsize=476284 CPUtime=587.99 cores=6
/proc/28262/stat : 28262 (TNM) R 28259 28259 27798 0 -1 4202496 7050 0 0 0 58798 1 0 0 25 0 1 0 514940659 487714816 6946 33554432000 134512640 134534564 4288103472 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28262/statm: 119071 6946 95 6 0 117737 0
[pid=28263] ppid=28259 vsize=42216 CPUtime=1182.21 cores=2
/proc/28263/stat : 28263 (lingeling) R 28259 28259 27798 0 -1 4202496 11536 0 0 0 118218 3 0 0 25 0 1 0 514940659 43229184 9721 33554432000 4194304 4352236 140735846711376 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28263/statm: 10554 9721 127 39 0 9634 0
[pid=28264] ppid=28259 vsize=947396 CPUtime=587.9 cores=6
/proc/28264/stat : 28264 (march_hi) R 28259 28259 27798 0 -1 4202496 485806 0 0 0 58727 63 0 0 25 0 1 0 514940659 970133504 183992 33554432000 4194304 4331988 140734443914480 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28264/statm: 236849 183992 175 34 0 235291 0
Current children cumulated CPU time (s) 3636.81
Current children cumulated vsize (KiB) 2041720

[startup+1242.3 s]
/proc/loadavg: 9.34 9.19 9.06 10/187 28459
/proc/meminfo: memFree=13437448/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=96.57 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 524 110240 0 0 0 0 9638 19 15 0 1 0 514940658 18763776 391 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/28259/statm: 4581 391 342 23 0 91 0
[pid=28261] ppid=28259 vsize=557500 CPUtime=1242.14 cores=4
/proc/28261/stat : 28261 (clasp) R 28259 28259 27798 0 -1 4202496 130176 0 0 0 124163 51 0 0 25 0 1 0 514940659 570880000 128895 33554432000 4194304 4785740 140736385860848 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28261/statm: 139375 128895 340 145 0 136420 0
[pid=28262] ppid=28259 vsize=476284 CPUtime=617.8 cores=6
/proc/28262/stat : 28262 (TNM) R 28259 28259 27798 0 -1 4202496 7050 0 0 0 61779 1 0 0 25 0 1 0 514940659 487714816 6946 33554432000 134512640 134534564 4288103472 18446744073709551615 134528476 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28262/statm: 119071 6946 95 6 0 117737 0
[pid=28263] ppid=28259 vsize=42216 CPUtime=1242.2 cores=2
/proc/28263/stat : 28263 (lingeling) R 28259 28259 27798 0 -1 4202496 11536 0 0 0 124217 3 0 0 25 0 1 0 514940659 43229184 9721 33554432000 4194304 4352236 140735846711376 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28263/statm: 10554 9721 127 39 0 9634 0
[pid=28264] ppid=28259 vsize=947396 CPUtime=617.76 cores=6
/proc/28264/stat : 28264 (march_hi) R 28259 28259 27798 0 -1 4202496 485980 0 0 0 61713 63 0 0 25 0 1 0 514940659 970133504 184166 33554432000 4194304 4331988 140734443914480 18446744073709551615 4287456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28264/statm: 236849 184166 175 34 0 235291 0
Current children cumulated CPU time (s) 3816.47
Current children cumulated vsize (KiB) 2041720



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.32 9.21 9.07 10/187 28461
/proc/meminfo: memFree=13413844/32950928 swapFree=67111528/67111528
[pid=28259] ppid=28257 vsize=18324 CPUtime=96.57 cores=0,2,4,6
/proc/28259/stat : 28259 (ppfolio) S 28257 28259 27798 0 -1 4202496 524 110240 0 0 0 0 9638 19 15 0 1 0 514940658 18763776 391 33554432000 4194304 4287625 140736684061968 18446744073709551615 274473987599 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/28259/statm: 4581 391 342 23 0 91 0
[pid=28261] ppid=28259 vsize=557500 CPUtime=1299.85 cores=4
/proc/28261/stat : 28261 (clasp) R 28259 28259 27798 0 -1 4202496 130242 0 0 0 129934 51 0 0 25 0 1 0 514940659 570880000 128961 33554432000 4194304 4785740 140736385860848 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28261/statm: 139375 128961 340 145 0 136420 0
[pid=28262] ppid=28259 vsize=476284 CPUtime=646.5 cores=6
/proc/28262/stat : 28262 (TNM) R 28259 28259 27798 0 -1 4202496 7050 0 0 0 64649 1 0 0 25 0 1 0 514940659 487714816 6946 33554432000 134512640 134534564 4288103472 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28262/statm: 119071 6946 95 6 0 117737 0
[pid=28263] ppid=28259 vsize=58600 CPUtime=1299.9 cores=2
/proc/28263/stat : 28263 (lingeling) R 28259 28259 27798 0 -1 4202496 15632 0 0 0 129987 3 0 0 25 0 1 0 514940659 60006400 13817 33554432000 4194304 4352236 140735846711376 18446744073709551615 4208085 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28263/statm: 14650 13817 127 39 0 13730 0
[pid=28264] ppid=28259 vsize=947396 CPUtime=646.46 cores=6
/proc/28264/stat : 28264 (march_hi) R 28259 28259 27798 0 -1 4202496 486146 0 0 0 64583 63 0 0 25 0 1 0 514940659 970133504 184332 33554432000 4194304 4331988 140734443914480 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28264/statm: 236849 184332 175 34 0 235291 0
Current children cumulated CPU time (s) 3989.28
Current children cumulated vsize (KiB) 2058104

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.01
CPU time (s): 3989.28
CPU user time (s): 3987.91
CPU system time (s): 1.37
CPU usage (%): 306.865
Max. virtual memory (cumulated for all children) (KiB): 4842216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1396.26
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126397
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= 171
involuntary context switches= 16843

runsolver used 2.11668 second user time and 4.94125 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 01:30:10
IDJOB=3257333
IDBENCH=70908
IDSOLVER=1612
FILE ID=node125/3257333-1304033410
RUNJOBID= node125-1304032406-28175
PBS_JOBID= 13170327
Free space on /tmp= 72728 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257333-1304033410/watcher-3257333-1304033410 -o /tmp/evaluation-result-3257333-1304033410/solver-3257333-1304033410 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3257333-1304033410.cnf

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=709333462

node125.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.828
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.828
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.75
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.828
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:     32950928 kB
MemFree:      12010496 kB
Buffers:       2216008 kB
Cached:       14999144 kB
SwapCached:          0 kB
Active:       12062936 kB
Inactive:      8339104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12010496 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13836 kB
Writeback:           0 kB
AnonPages:     3186268 kB
Mapped:          16804 kB
Slab:           468556 kB
PageTables:      11592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4691624 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= 72740 MiB
End job on node125 at 2011-04-29 01:51:52