Trace number 3249499

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.15 1201.91

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x30.cnf
MD5SUM3a506c7557d86d0d326e3b3cdee85b69
Bench CategoryCRAFTED (crafted 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 variables2040
Number of clauses240210
Sum of the clauses size954720
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23060
Number of clauses of size 30
Number of clauses of size 4237150
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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

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

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


[startup+0 s]
/proc/loadavg: 9.80 10.08 9.37 6/180 7137
/proc/meminfo: memFree=16186620/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) R 7135 7137 5255 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0

[startup+0.267683 s]
/proc/loadavg: 9.80 10.08 9.37 6/180 7137
/proc/meminfo: memFree=16186620/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300679 s]
/proc/loadavg: 9.80 10.08 9.37 6/180 7137
/proc/meminfo: memFree=16186620/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400664 s]
/proc/loadavg: 9.80 10.08 9.37 6/180 7137
/proc/meminfo: memFree=16186620/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700615 s]
/proc/loadavg: 9.80 10.08 9.37 6/180 7137
/proc/meminfo: memFree=16186620/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50048 s]
/proc/loadavg: 9.80 10.08 9.37 11/186 7143
/proc/meminfo: memFree=16075824/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 520 0 0 0 0 0 0 0 17 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
[pid=7138] ppid=7137 vsize=57656 CPUtime=1.49 cores=1
/proc/7138/stat : 7138 (cryptominisat) R 7137 7137 5255 0 -1 4202496 10668 0 0 0 148 1 0 0 25 0 1 0 520001992 59039744 10554 33554432000 4194304 4587354 140736024501360 18446744073709551615 4432304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7138/statm: 14414 10554 310 96 0 10976 0
[pid=7139] ppid=7137 vsize=33056 CPUtime=1.48 cores=5
/proc/7139/stat : 7139 (clasp) R 7137 7137 5255 0 -1 4202496 6658 0 0 0 148 0 0 0 25 0 1 0 520001992 33849344 5381 33554432000 4194304 4785740 140733611946112 18446744073709551615 4482895 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7139/statm: 8264 5381 316 145 0 5309 0
[pid=7140] ppid=7137 vsize=470476 CPUtime=0.77 cores=7
/proc/7140/stat : 7140 (TNM) R 7137 7137 5255 0 -1 4202496 5852 0 0 0 76 1 0 0 25 0 1 0 520001992 481767424 5749 33554432000 134512640 134534564 4291152192 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7140/statm: 117619 5749 91 6 0 116285 0
[pid=7141] ppid=7137 vsize=39040 CPUtime=1.48 cores=3
/proc/7141/stat : 7141 (lingeling) R 7137 7137 5255 0 -1 4202496 10209 0 0 0 147 1 0 0 25 0 1 0 520001992 39976960 8951 33554432000 4194304 4352236 140734942468720 18446744073709551615 4289893 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7141/statm: 9760 8951 124 39 0 8840 0
[pid=7142] ppid=7137 vsize=36104 CPUtime=0.71 cores=7
/proc/7142/stat : 7142 (march_hi) R 7137 7137 5255 0 -1 4202496 25034 0 0 0 68 3 0 0 25 0 1 0 520001992 36970496 5250 33554432000 4194304 4331988 140735177176192 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7142/statm: 9026 5250 149 34 0 7468 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 654656

[startup+3.10121 s]
/proc/loadavg: 9.80 10.08 9.37 11/186 7144
/proc/meminfo: memFree=16024512/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 520 0 0 0 0 0 0 0 17 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
[pid=7138] ppid=7137 vsize=66708 CPUtime=3.09 cores=1
/proc/7138/stat : 7138 (cryptominisat) R 7137 7137 5255 0 -1 4202496 17875 0 0 0 307 2 0 0 25 0 1 0 520001992 68308992 12334 33554432000 4194304 4587354 140736024501360 18446744073709551615 4357656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7138/statm: 16677 12334 315 96 0 13239 0
[pid=7139] ppid=7137 vsize=38468 CPUtime=3.09 cores=5
/proc/7139/stat : 7139 (clasp) R 7137 7137 5255 0 -1 4202496 8007 0 0 0 308 1 0 0 25 0 1 0 520001992 39391232 6730 33554432000 4194304 4785740 140733611946112 18446744073709551615 4483049 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7139/statm: 9617 6730 316 145 0 6662 0
[pid=7140] ppid=7137 vsize=470476 CPUtime=1.56 cores=7
/proc/7140/stat : 7140 (TNM) R 7137 7137 5255 0 -1 4202496 5852 0 0 0 155 1 0 0 25 0 1 0 520001992 481767424 5749 33554432000 134512640 134534564 4291152192 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7140/statm: 117619 5749 91 6 0 116285 0
[pid=7141] ppid=7137 vsize=39536 CPUtime=3.08 cores=3
/proc/7141/stat : 7141 (lingeling) R 7137 7137 5255 0 -1 4202496 10301 0 0 0 307 1 0 0 25 0 1 0 520001992 40484864 9043 33554432000 4194304 4352236 140734942468720 18446744073709551615 4208486 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7141/statm: 9884 9043 124 39 0 8964 0
[pid=7142] ppid=7137 vsize=39600 CPUtime=1.5 cores=7
/proc/7142/stat : 7142 (march_hi) R 7137 7137 5255 0 -1 4202496 27801 0 0 0 147 3 0 0 25 0 1 0 520001992 40550400 6116 33554432000 4194304 4331988 140735177176192 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7142/statm: 9900 6116 150 34 0 8342 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 673112

[startup+6.30067 s]
/proc/loadavg: 10.05 10.12 9.38 14/186 7144
/proc/meminfo: memFree=16011168/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
[pid=7138] ppid=7137 vsize=139152 CPUtime=6.29 cores=1
/proc/7138/stat : 7138 (cryptominisat) R 7137 7137 5255 0 -1 4202496 32038 0 0 0 625 4 0 0 25 0 1 0 520001992 142491648 23655 33554432000 4194304 4587354 140736024501360 18446744073709551615 4388248 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7138/statm: 34788 23655 337 96 0 31350 0
[pid=7139] ppid=7137 vsize=45992 CPUtime=6.29 cores=5
/proc/7139/stat : 7139 (clasp) R 7137 7137 5255 0 -1 4202496 9905 0 0 0 627 2 0 0 25 0 1 0 520001992 47095808 8628 33554432000 4194304 4785740 140733611946112 18446744073709551615 4489799 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7139/statm: 11498 8628 316 145 0 8543 0
[pid=7140] ppid=7137 vsize=470476 CPUtime=3.14 cores=7
/proc/7140/stat : 7140 (TNM) R 7137 7137 5255 0 -1 4202496 5852 0 0 0 313 1 0 0 25 0 1 0 520001992 481767424 5749 33554432000 134512640 134534564 4291152192 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7140/statm: 117619 5749 91 6 0 116285 0
[pid=7141] ppid=7137 vsize=29180 CPUtime=6.28 cores=3
/proc/7141/stat : 7141 (lingeling) R 7137 7137 5255 0 -1 4202496 10729 0 0 0 627 1 0 0 25 0 1 0 520001992 29880320 6457 33554432000 4194304 4352236 140734942468720 18446744073709551615 4222662 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7141/statm: 7295 6457 127 39 0 6375 0
[pid=7142] ppid=7137 vsize=39600 CPUtime=3.1 cores=7
/proc/7142/stat : 7142 (march_hi) R 7137 7137 5255 0 -1 4202496 27801 0 0 0 307 3 0 0 25 0 1 0 520001992 40550400 6116 33554432000 4194304 4331988 140735177176192 18446744073709551615 4271154 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7142/statm: 9900 6116 150 34 0 8342 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 742724

[startup+12.7006 s]
/proc/loadavg: 10.13 10.14 9.39 11/186 7144
/proc/meminfo: memFree=15991652/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
[pid=7138] ppid=7137 vsize=129784 CPUtime=12.68 cores=1
/proc/7138/stat : 7138 (cryptominisat) R 7137 7137 5255 0 -1 4202496 37522 0 0 0 1263 5 0 0 25 0 1 0 520001992 132898816 22969 33554432000 4194304 4587354 140736024501360 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7138/statm: 32446 22969 337 96 0 29008 0
[pid=7139] ppid=7137 vsize=52464 CPUtime=12.68 cores=5
/proc/7139/stat : 7139 (clasp) R 7137 7137 5255 0 -1 4202496 11522 0 0 0 1266 2 0 0 25 0 1 0 520001992 53723136 10245 33554432000 4194304 4785740 140733611946112 18446744073709551615 4495623 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7139/statm: 13116 10245 316 145 0 10161 0
[pid=7140] ppid=7137 vsize=470476 CPUtime=6.34 cores=7
/proc/7140/stat : 7140 (TNM) R 7137 7137 5255 0 -1 4202496 5852 0 0 0 633 1 0 0 25 0 1 0 520001992 481767424 5749 33554432000 134512640 134534564 4291152192 18446744073709551615 134524695 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7140/statm: 117619 5749 91 6 0 116285 0
[pid=7141] ppid=7137 vsize=30464 CPUtime=12.68 cores=3
/proc/7141/stat : 7141 (lingeling) R 7137 7137 5255 0 -1 4202496 11338 0 0 0 1267 1 0 0 25 0 1 0 520001992 31195136 6810 33554432000 4194304 4352236 140734942468720 18446744073709551615 4235573 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7141/statm: 7616 6810 127 39 0 6696 0
[pid=7142] ppid=7137 vsize=39600 CPUtime=6.27 cores=7
/proc/7142/stat : 7142 (march_hi) R 7137 7137 5255 0 -1 4202496 27801 0 0 0 624 3 0 0 25 0 1 0 520001992 40550400 6116 33554432000 4194304 4331988 140735177176192 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7142/statm: 9900 6116 150 34 0 8342 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 741112

[startup+25.5064 s]
/proc/loadavg: 10.10 10.13 9.40 11/186 7144
/proc/meminfo: memFree=15900812/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
[pid=7138] ppid=7137 vsize=305756 CPUtime=25.47 cores=1
/proc/7138/stat : 7138 (cryptominisat) R 7137 7137 5255 0 -1 4202496 60112 0 0 0 2535 12 0 0 25 0 1 0 520001992 313094144 28441 33554432000 4194304 4587354 140736024501360 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7138/statm: 76439 28441 337 96 0 73001 0
[pid=7139] ppid=7137 vsize=94664 CPUtime=25.48 cores=5
/proc/7139/stat : 7139 (clasp) R 7137 7137 5255 0 -1 4202496 22530 0 0 0 2543 5 0 0 25 0 1 0 520001992 96935936 20783 33554432000 4194304 4785740 140733611946112 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7139/statm: 23666 20783 340 145 0 20711 0
[pid=7140] ppid=7137 vsize=478544 CPUtime=12.73 cores=7
/proc/7140/stat : 7140 (TNM) R 7137 7137 5255 0 -1 4202496 8134 0 0 0 1272 1 0 0 25 0 1 0 520001992 490029056 8031 33554432000 134512640 134534564 4291152192 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7140/statm: 119636 8031 95 6 0 118302 0
[pid=7141] ppid=7137 vsize=31232 CPUtime=25.48 cores=3
/proc/7141/stat : 7141 (lingeling) R 7137 7137 5255 0 -1 4202496 11882 0 0 0 2547 1 0 0 25 0 1 0 520001992 31981568 6970 33554432000 4194304 4352236 140734942468720 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7141/statm: 7808 6970 127 39 0 6888 0
[pid=7142] ppid=7137 vsize=61964 CPUtime=12.6 cores=7
/proc/7142/stat : 7142 (march_hi) R 7137 7137 5255 0 -1 4202496 32767 0 0 0 1256 4 0 0 25 0 1 0 520001992 63451136 8993 33554432000 4194304 4331988 140735177176192 18446744073709551615 4263185 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7142/statm: 15491 8993 173 34 0 13933 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 990484

[startup+51.1011 s]
/proc/loadavg: 10.14 10.14 9.42 11/186 7145
/proc/meminfo: memFree=15875516/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
[pid=7138] ppid=7137 vsize=336128 CPUtime=51.04 cores=1
/proc/7138/stat : 7138 (cryptominisat) R 7137 7137 5255 0 -1 4202496 105868 0 0 0 5080 24 0 0 25 0 1 0 520001992 344195072 35354 33554432000 4194304 4587354 140736024501360 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7138/statm: 84032 35354 337 96 0 80594 0
[pid=7139] ppid=7137 vsize=116972 CPUtime=51.07 cores=5
/proc/7139/stat : 7139 (clasp) R 7137 7137 5255 0 -1 4202496 27893 0 0 0 5099 8 0 0 25 0 1 0 520001992 119779328 26146 33554432000 4194304 4785740 140733611946112 18446744073709551615 4416823 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7139/statm: 29243 26146 340 145 0 26288 0
[pid=7140] ppid=7137 vsize=478544 CPUtime=25.43 cores=7
/proc/7140/stat : 7140 (TNM) R 7137 7137 5255 0 -1 4202496 8134 0 0 0 2542 1 0 0 25 0 1 0 520001992 490029056 8031 33554432000 134512640 134534564 4291152192 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7140/statm: 119636 8031 95 6 0 118302 0
[pid=7141] ppid=7137 vsize=32256 CPUtime=51.08 cores=3

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

/proc/7142/statm: 15491 8993 173 34 0 13933 0
Current children cumulated CPU time (s) 3763.3
Current children cumulated vsize (KiB) 1009700

[startup+1002.31 s]
/proc/loadavg: 10.16 10.15 9.86 11/186 7299
/proc/meminfo: memFree=15866744/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
[pid=7138] ppid=7137 vsize=439804 CPUtime=1001.88 cores=1
/proc/7138/stat : 7138 (cryptominisat) R 7137 7137 5255 0 -1 4202496 1643886 0 0 0 99808 380 0 0 25 0 1 0 520001992 450359296 62190 33554432000 4194304 4587354 140736024501360 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7138/statm: 109951 62190 337 96 0 106513 0
[pid=7139] ppid=7137 vsize=275048 CPUtime=1002.1 cores=5
/proc/7139/stat : 7139 (clasp) R 7137 7137 5255 0 -1 4202496 65111 0 0 0 100190 20 0 0 25 0 1 0 520001992 281649152 63364 33554432000 4194304 4785740 140733611946112 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7139/statm: 68762 63364 340 145 0 65807 0
[pid=7140] ppid=7137 vsize=478544 CPUtime=498.42 cores=7
/proc/7140/stat : 7140 (TNM) R 7137 7137 5255 0 -1 4202496 8134 0 0 0 49840 2 0 0 25 0 1 0 520001992 490029056 8031 33554432000 134512640 134534564 4291152192 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7140/statm: 119636 8031 95 6 0 118302 0
[pid=7141] ppid=7137 vsize=47368 CPUtime=1002.23 cores=3
/proc/7141/stat : 7141 (lingeling) R 7137 7137 5255 0 -1 4202496 45612 0 0 0 100217 6 0 0 25 0 1 0 520001992 48504832 11004 33554432000 4194304 4352236 140734942468720 18446744073709551615 4295600 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7141/statm: 11842 11004 127 39 0 10922 0
[pid=7142] ppid=7137 vsize=61964 CPUtime=498.33 cores=7
/proc/7142/stat : 7142 (march_hi) R 7137 7137 5255 0 -1 4202496 32767 0 0 0 49829 4 0 0 25 0 1 0 520001992 63451136 8993 33554432000 4194304 4331988 140735177176192 18446744073709551615 4228335 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7142/statm: 15491 8993 173 34 0 13933 0
Current children cumulated CPU time (s) 4002.96
Current children cumulated vsize (KiB) 1321052

[startup+1062.3 s]
/proc/loadavg: 10.28 10.18 9.89 12/186 7301
/proc/meminfo: memFree=15841936/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
[pid=7138] ppid=7137 vsize=466624 CPUtime=1061.86 cores=1
/proc/7138/stat : 7138 (cryptominisat) R 7137 7137 5255 0 -1 4202496 1648829 0 0 0 105805 381 0 0 25 0 1 0 520001992 477822976 67133 33554432000 4194304 4587354 140736024501360 18446744073709551615 4364788 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7138/statm: 116656 67133 337 96 0 113218 0
[pid=7139] ppid=7137 vsize=279052 CPUtime=1062.08 cores=5
/proc/7139/stat : 7139 (clasp) R 7137 7137 5255 0 -1 4202496 66002 0 0 0 106188 20 0 0 25 0 1 0 520001992 285749248 64255 33554432000 4194304 4785740 140733611946112 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7139/statm: 69763 64255 340 145 0 66808 0
[pid=7140] ppid=7137 vsize=478544 CPUtime=528.26 cores=7
/proc/7140/stat : 7140 (TNM) R 7137 7137 5255 0 -1 4202496 8134 0 0 0 52824 2 0 0 25 0 1 0 520001992 490029056 8031 33554432000 134512640 134534564 4291152192 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7140/statm: 119636 8031 95 6 0 118302 0
[pid=7141] ppid=7137 vsize=47368 CPUtime=1062.22 cores=3
/proc/7141/stat : 7141 (lingeling) R 7137 7137 5255 0 -1 4202496 48044 0 0 0 106216 6 0 0 25 0 1 0 520001992 48504832 11004 33554432000 4194304 4352236 140734942468720 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7141/statm: 11842 11004 127 39 0 10922 0
[pid=7142] ppid=7137 vsize=61964 CPUtime=528.16 cores=7
/proc/7142/stat : 7142 (march_hi) R 7137 7137 5255 0 -1 4202496 32767 0 0 0 52812 4 0 0 25 0 1 0 520001992 63451136 8993 33554432000 4194304 4331988 140735177176192 18446744073709551615 4228365 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7142/statm: 15491 8993 173 34 0 13933 0
Current children cumulated CPU time (s) 4242.58
Current children cumulated vsize (KiB) 1351876

[startup+1122.3 s]
/proc/loadavg: 10.24 10.18 9.91 12/186 7302
/proc/meminfo: memFree=16016648/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
[pid=7138] ppid=7137 vsize=292800 CPUtime=1121.84 cores=1
/proc/7138/stat : 7138 (cryptominisat) R 7137 7137 5255 0 -1 4202496 1730509 0 0 0 111781 403 0 0 25 0 1 0 520001992 299827200 24237 33554432000 4194304 4587354 140736024501360 18446744073709551615 210646843025 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7138/statm: 73200 24237 337 96 0 69762 0
[pid=7139] ppid=7137 vsize=284276 CPUtime=1122.05 cores=5
/proc/7139/stat : 7139 (clasp) R 7137 7137 5255 0 -1 4202496 67040 0 0 0 112185 20 0 0 25 0 1 0 520001992 291098624 65293 33554432000 4194304 4785740 140733611946112 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7139/statm: 71069 65293 340 145 0 68114 0
[pid=7140] ppid=7137 vsize=478544 CPUtime=558.07 cores=7
/proc/7140/stat : 7140 (TNM) R 7137 7137 5255 0 -1 4202496 8134 0 0 0 55805 2 0 0 25 0 1 0 520001992 490029056 8031 33554432000 134512640 134534564 4291152192 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7140/statm: 119636 8031 95 6 0 118302 0
[pid=7141] ppid=7137 vsize=43272 CPUtime=1122.23 cores=3
/proc/7141/stat : 7141 (lingeling) R 7137 7137 5255 0 -1 4202496 49324 0 0 0 112216 7 0 0 25 0 1 0 520001992 44310528 9980 33554432000 4194304 4352236 140734942468720 18446744073709551615 4328359 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7141/statm: 10818 9980 127 39 0 9898 0
[pid=7142] ppid=7137 vsize=61964 CPUtime=558.02 cores=7
/proc/7142/stat : 7142 (march_hi) R 7137 7137 5255 0 -1 4202496 32767 0 0 0 55798 4 0 0 25 0 1 0 520001992 63451136 8993 33554432000 4194304 4331988 140735177176192 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7142/statm: 15491 8993 173 34 0 13933 0
Current children cumulated CPU time (s) 4482.21
Current children cumulated vsize (KiB) 1179180

[startup+1182.3 s]
/proc/loadavg: 10.31 10.20 9.93 11/186 7304
/proc/meminfo: memFree=15991596/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
[pid=7138] ppid=7137 vsize=293620 CPUtime=1181.82 cores=1
/proc/7138/stat : 7138 (cryptominisat) R 7137 7137 5255 0 -1 4202496 1818725 0 0 0 117755 427 0 0 25 0 1 0 520001992 300666880 25986 33554432000 4194304 4587354 140736024501360 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7138/statm: 73405 25986 337 96 0 69967 0
[pid=7139] ppid=7137 vsize=288600 CPUtime=1182.05 cores=5
/proc/7139/stat : 7139 (clasp) R 7137 7137 5255 0 -1 4202496 67991 0 0 0 118184 21 0 0 25 0 1 0 520001992 295526400 66244 33554432000 4194304 4785740 140733611946112 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7139/statm: 72150 66244 340 145 0 69195 0
[pid=7140] ppid=7137 vsize=478544 CPUtime=587.95 cores=7
/proc/7140/stat : 7140 (TNM) R 7137 7137 5255 0 -1 4202496 8134 0 0 0 58793 2 0 0 25 0 1 0 520001992 490029056 8031 33554432000 134512640 134534564 4291152192 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7140/statm: 119636 8031 95 6 0 118302 0
[pid=7141] ppid=7137 vsize=44296 CPUtime=1182.23 cores=3
/proc/7141/stat : 7141 (lingeling) R 7137 7137 5255 0 -1 4202496 52012 0 0 0 118216 7 0 0 25 0 1 0 520001992 45359104 10236 33554432000 4194304 4352236 140734942468720 18446744073709551615 4329000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7141/statm: 11074 10236 127 39 0 10154 0
[pid=7142] ppid=7137 vsize=61964 CPUtime=587.82 cores=7
/proc/7142/stat : 7142 (march_hi) R 7137 7137 5255 0 -1 4202496 32767 0 0 0 58778 4 0 0 25 0 1 0 520001992 63451136 8993 33554432000 4194304 4331988 140735177176192 18446744073709551615 4263143 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7142/statm: 15491 8993 173 34 0 13933 0
Current children cumulated CPU time (s) 4721.87
Current children cumulated vsize (KiB) 1185348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 10.22 10.19 9.93 11/186 7305
/proc/meminfo: memFree=15953032/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
[pid=7138] ppid=7137 vsize=307536 CPUtime=1201.42 cores=1
/proc/7138/stat : 7138 (cryptominisat) R 7137 7137 5255 0 -1 4202496 1842644 0 0 0 119709 433 0 0 25 0 1 0 520001992 314916864 32298 33554432000 4194304 4587354 140736024501360 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7138/statm: 76884 32298 337 96 0 73446 0
[pid=7139] ppid=7137 vsize=288600 CPUtime=1201.64 cores=5
/proc/7139/stat : 7139 (clasp) R 7137 7137 5255 0 -1 4202496 68010 0 0 0 120143 21 0 0 25 0 1 0 520001992 295526400 66263 33554432000 4194304 4785740 140733611946112 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7139/statm: 72150 66263 340 145 0 69195 0
[pid=7140] ppid=7137 vsize=478544 CPUtime=597.65 cores=7
/proc/7140/stat : 7140 (TNM) R 7137 7137 5255 0 -1 4202496 8134 0 0 0 59763 2 0 0 25 0 1 0 520001992 490029056 8031 33554432000 134512640 134534564 4291152192 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7140/statm: 119636 8031 95 6 0 118302 0
[pid=7141] ppid=7137 vsize=44296 CPUtime=1201.83 cores=3
/proc/7141/stat : 7141 (lingeling) R 7137 7137 5255 0 -1 4202496 53317 0 0 0 120176 7 0 0 25 0 1 0 520001992 45359104 10261 33554432000 4194304 4352236 140734942468720 18446744073709551615 4276467 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7141/statm: 11074 10261 127 39 0 10154 0
[pid=7142] ppid=7137 vsize=61964 CPUtime=597.61 cores=7
/proc/7142/stat : 7142 (march_hi) R 7137 7137 5255 0 -1 4202496 32767 0 0 0 59757 4 0 0 25 0 1 0 520001992 63451136 8993 33554432000 4194304 4331988 140735177176192 18446744073709551615 4228335 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7142/statm: 15491 8993 173 34 0 13933 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1199264

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

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

[startup+1201.9 s]
/proc/loadavg: 10.22 10.19 9.93 11/186 7305
/proc/meminfo: memFree=15953032/32951132 swapFree=67111524/67111528
[pid=7137] ppid=7135 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7137/stat : 7137 (ppfolio) S 7135 7137 5255 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520001992 18763776 390 33554432000 4194304 4287625 140733891075952 18446744073709551615 210647166479 0 0 4096 65536 416750233033113599 0 0 17 5 0 0 0
/proc/7137/statm: 4581 390 341 23 0 91 0
[pid=7138] ppid=7137 vsize=307536 CPUtime=1201.42 cores=1
/proc/7138/stat : 7138 (cryptominisat) R 7137 7137 5255 0 -1 4202496 1842644 0 0 0 119709 433 0 0 25 0 1 0 520001992 314916864 32298 33554432000 4194304 4587354 140736024501360 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7138/statm: 76884 32298 337 96 0 73446 0
[pid=7139] ppid=7137 vsize=288600 CPUtime=1201.64 cores=5
/proc/7139/stat : 7139 (clasp) R 7137 7137 5255 0 -1 4202496 68010 0 0 0 120143 21 0 0 25 0 1 0 520001992 295526400 66263 33554432000 4194304 4785740 140733611946112 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7139/statm: 72150 66263 340 145 0 69195 0
[pid=7140] ppid=7137 vsize=478544 CPUtime=597.65 cores=7
/proc/7140/stat : 7140 (TNM) R 7137 7137 5255 0 -1 4202496 8134 0 0 0 59763 2 0 0 25 0 1 0 520001992 490029056 8031 33554432000 134512640 134534564 4291152192 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7140/statm: 119636 8031 95 6 0 118302 0
[pid=7141] ppid=7137 vsize=44296 CPUtime=1201.83 cores=3
/proc/7141/stat : 7141 (lingeling) R 7137 7137 5255 0 -1 4202496 53317 0 0 0 120176 7 0 0 25 0 1 0 520001992 45359104 10261 33554432000 4194304 4352236 140734942468720 18446744073709551615 4276467 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7141/statm: 11074 10261 127 39 0 10154 0
[pid=7142] ppid=7137 vsize=61964 CPUtime=597.61 cores=7
/proc/7142/stat : 7142 (march_hi) R 7137 7137 5255 0 -1 4202496 32767 0 0 0 59757 4 0 0 25 0 1 0 520001992 63451136 8993 33554432000 4194304 4331988 140735177176192 18446744073709551615 4228335 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7142/statm: 15491 8993 173 34 0 13933 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1199264

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.91
CPU time (s): 4800.15
CPU user time (s): 4795.48
CPU system time (s): 4.67
CPU usage (%): 399.376
Max. virtual memory (cumulated for all children) (KiB): 1400964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.006998
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= 322
involuntary context switches= 6

runsolver used 1.80173 second user time and 4.76527 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 15:33:44
IDJOB=3249499
IDBENCH=83172
IDSOLVER=1612
FILE ID=node129/3249499-1304084023
RUNJOBID= node129-1304081614-6874
PBS_JOBID= 13170456
Free space on /tmp= 66356 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-17x30.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249499-1304084023/watcher-3249499-1304084023 -o /tmp/evaluation-result-3249499-1304084023/solver-3249499-1304084023 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3249499-1304084023.cnf

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

MD5SUM BENCH= 3a506c7557d86d0d326e3b3cdee85b69
RANDOM SEED=1575388830

node129.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.831
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.831
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.83
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.831
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.75
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.831
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.82
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.831
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.831
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16186900 kB
Buffers:       1282028 kB
Cached:       14171060 kB
SwapCached:          4 kB
Active:        4366720 kB
Inactive:     11731312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16186900 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           15492 kB
Writeback:          12 kB
AnonPages:      644564 kB
Mapped:          17096 kB
Slab:           603808 kB
PageTables:       6308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  2105240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node129 at 2011-04-29 15:53:48