Trace number 3190877

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-k3-r4.2-v40000-c168000-S1184456903-078-UNKNOWN.cnf
MD5SUM33dd7efc1f63d9d3511c7a69c68ea88b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark112.671
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
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-3190877-1304040436/watcher-3190877-1304040436 -o /tmp/evaluation-result-3190877-1304040436/solver-3190877-1304040436 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190877-1304040436.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: 3.46 3.97 4.47 7/182 8604
/proc/meminfo: memFree=15576884/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) R 8602 8604 7235 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0

[startup+0.0565699 s]
/proc/loadavg: 3.46 3.97 4.47 7/182 8604
/proc/meminfo: memFree=15576884/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 2826088513535 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100562 s]
/proc/loadavg: 3.46 3.97 4.47 7/182 8604
/proc/meminfo: memFree=15576884/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 2826088513535 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300527 s]
/proc/loadavg: 3.46 3.97 4.47 7/182 8604
/proc/meminfo: memFree=15576884/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700452 s]
/proc/loadavg: 3.46 3.97 4.47 7/182 8604
/proc/meminfo: memFree=15576884/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5013 s]
/proc/loadavg: 3.46 3.97 4.47 12/188 8610
/proc/meminfo: memFree=15455068/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 18 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
[pid=8605] ppid=8604 vsize=60344 CPUtime=1.48 cores=1
/proc/8605/stat : 8605 (cryptominisat) R 8604 8604 7235 0 -1 4202496 13716 0 0 0 147 1 0 0 25 0 1 0 515644073 61792256 10533 33554432000 4194304 4587354 140736455788992 18446744073709551615 4238299 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8605/statm: 15086 10533 326 96 0 11648 0
[pid=8606] ppid=8604 vsize=33808 CPUtime=1.49 cores=5
/proc/8606/stat : 8606 (clasp) R 8604 8604 7235 0 -1 4202496 7743 0 0 0 148 1 0 0 25 0 1 0 515644073 34619392 5656 33554432000 4194304 4785740 140737315150848 18446744073709551615 4553216 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8606/statm: 8452 5656 340 145 0 5497 0
[pid=8607] ppid=8604 vsize=467968 CPUtime=0.77 cores=7
/proc/8607/stat : 8607 (TNM) R 8604 8604 7235 0 -1 4202496 6718 0 0 0 77 0 0 0 25 0 1 0 515644073 479199232 6615 33554432000 134512640 134534564 4291702016 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8607/statm: 116992 6615 95 6 0 115658 0
[pid=8608] ppid=8604 vsize=19532 CPUtime=1.49 cores=3
/proc/8608/stat : 8608 (lingeling) R 8604 8604 7235 0 -1 4202496 6668 0 0 0 148 1 0 0 25 0 1 0 515644073 20000768 3538 33554432000 4194304 4352236 140737411129856 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8608/statm: 4883 3538 127 39 0 3963 0
[pid=8609] ppid=8604 vsize=29600 CPUtime=0.69 cores=7
/proc/8609/stat : 8609 (march_hi) R 8604 8604 7235 0 -1 4194304 14894 0 0 0 67 2 0 0 25 0 1 0 515644073 30310400 4198 33554432000 4194304 4331988 140735105453792 18446744073709551615 244446340112 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8609/statm: 7400 4198 129 34 0 5842 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 629576

[startup+3.101 s]
/proc/loadavg: 3.46 3.97 4.47 12/188 8610
/proc/meminfo: memFree=15428532/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 18 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
[pid=8605] ppid=8604 vsize=97848 CPUtime=3.09 cores=1
/proc/8605/stat : 8605 (cryptominisat) R 8604 8604 7235 0 -1 4202496 14709 0 0 0 307 2 0 0 25 0 1 0 515644073 100196352 11522 33554432000 4194304 4587354 140736455788992 18446744073709551615 244446641854 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8605/statm: 24462 11522 326 96 0 21024 0
[pid=8606] ppid=8604 vsize=36620 CPUtime=3.09 cores=5
/proc/8606/stat : 8606 (clasp) R 8604 8604 7235 0 -1 4202496 8488 0 0 0 308 1 0 0 25 0 1 0 515644073 37498880 6401 33554432000 4194304 4785740 140737315150848 18446744073709551615 4553046 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8606/statm: 9155 6401 340 145 0 6200 0
[pid=8607] ppid=8604 vsize=467968 CPUtime=1.57 cores=7
/proc/8607/stat : 8607 (TNM) R 8604 8604 7235 0 -1 4202496 6718 0 0 0 157 0 0 0 25 0 1 0 515644073 479199232 6615 33554432000 134512640 134534564 4291702016 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8607/statm: 116992 6615 95 6 0 115658 0
[pid=8608] ppid=8604 vsize=19532 CPUtime=3.09 cores=3
/proc/8608/stat : 8608 (lingeling) R 8604 8604 7235 0 -1 4202496 6668 0 0 0 308 1 0 0 25 0 1 0 515644073 20000768 3538 33554432000 4194304 4352236 140737411129856 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8608/statm: 4883 3538 127 39 0 3963 0
[pid=8609] ppid=8604 vsize=30356 CPUtime=1.49 cores=7
/proc/8609/stat : 8609 (march_hi) R 8604 8604 7235 0 -1 4202496 31574 0 0 0 146 3 0 0 25 0 1 0 515644073 31084544 4492 33554432000 4194304 4331988 140735105453792 18446744073709551615 4251979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8609/statm: 7589 4492 143 34 0 6031 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 670648

[startup+6.30041 s]
/proc/loadavg: 3.98 4.07 4.50 12/188 8610
/proc/meminfo: memFree=15374540/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
[pid=8605] ppid=8604 vsize=97848 CPUtime=6.29 cores=1
/proc/8605/stat : 8605 (cryptominisat) R 8604 8604 7235 0 -1 4202496 16384 0 0 0 626 3 0 0 25 0 1 0 515644073 100196352 13192 33554432000 4194304 4587354 140736455788992 18446744073709551615 4230209 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8605/statm: 24462 13192 326 96 0 21024 0
[pid=8606] ppid=8604 vsize=47496 CPUtime=6.29 cores=5
/proc/8606/stat : 8606 (clasp) R 8604 8604 7235 0 -1 4202496 11204 0 0 0 627 2 0 0 25 0 1 0 515644073 48635904 9117 33554432000 4194304 4785740 140737315150848 18446744073709551615 4549837 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8606/statm: 11874 9117 340 145 0 8919 0
[pid=8607] ppid=8604 vsize=467968 CPUtime=3.15 cores=7
/proc/8607/stat : 8607 (TNM) R 8604 8604 7235 0 -1 4202496 6718 0 0 0 315 0 0 0 25 0 1 0 515644073 479199232 6615 33554432000 134512640 134534564 4291702016 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8607/statm: 116992 6615 95 6 0 115658 0
[pid=8608] ppid=8604 vsize=19532 CPUtime=6.29 cores=3
/proc/8608/stat : 8608 (lingeling) R 8604 8604 7235 0 -1 4202496 6668 0 0 0 628 1 0 0 25 0 1 0 515644073 20000768 3538 33554432000 4194304 4352236 140737411129856 18446744073709551615 4208032 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8608/statm: 4883 3538 127 39 0 3963 0
[pid=8609] ppid=8604 vsize=86580 CPUtime=3.09 cores=7
/proc/8609/stat : 8609 (march_hi) R 8604 8604 7235 0 -1 4202496 55498 0 0 0 303 6 0 0 25 0 1 0 515644073 88657920 18116 33554432000 4194304 4331988 140735105453792 18446744073709551615 4229049 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8609/statm: 21645 18116 173 34 0 20087 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 737748

[startup+12.7012 s]
/proc/loadavg: 4.46 4.17 4.53 11/188 8610
/proc/meminfo: memFree=15315540/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
[pid=8605] ppid=8604 vsize=69508 CPUtime=12.69 cores=1
/proc/8605/stat : 8605 (cryptominisat) R 8604 8604 7235 0 -1 4202496 21562 0 0 0 1264 5 0 0 25 0 1 0 515644073 71176192 11366 33554432000 4194304 4587354 140736455788992 18446744073709551615 4245190 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8605/statm: 17377 11366 327 96 0 13939 0
[pid=8606] ppid=8604 vsize=68048 CPUtime=12.68 cores=5
/proc/8606/stat : 8606 (clasp) R 8604 8604 7235 0 -1 4202496 16354 0 0 0 1265 3 0 0 25 0 1 0 515644073 69681152 14267 33554432000 4194304 4785740 140737315150848 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8606/statm: 17012 14267 340 145 0 14057 0
[pid=8607] ppid=8604 vsize=467968 CPUtime=6.31 cores=7
/proc/8607/stat : 8607 (TNM) R 8604 8604 7235 0 -1 4202496 6718 0 0 0 631 0 0 0 25 0 1 0 515644073 479199232 6615 33554432000 134512640 134534564 4291702016 18446744073709551615 134528451 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8607/statm: 116992 6615 95 6 0 115658 0
[pid=8608] ppid=8604 vsize=24436 CPUtime=12.69 cores=3
/proc/8608/stat : 8608 (lingeling) R 8604 8604 7235 0 -1 4202496 8405 0 0 0 1268 1 0 0 25 0 1 0 515644073 25022464 5275 33554432000 4194304 4352236 140737411129856 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8608/statm: 6109 5275 127 39 0 5189 0
[pid=8609] ppid=8604 vsize=88136 CPUtime=6.29 cores=7
/proc/8609/stat : 8609 (march_hi) R 8604 8604 7235 0 -1 4202496 55874 0 0 0 623 6 0 0 25 0 1 0 515644073 90251264 18492 33554432000 4194304 4331988 140735105453792 18446744073709551615 4263179 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8609/statm: 22034 18492 173 34 0 20476 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 736420

[startup+25.5008 s]
/proc/loadavg: 5.77 4.47 4.63 12/188 8611
/proc/meminfo: memFree=15249216/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
[pid=8605] ppid=8604 vsize=143672 CPUtime=25.49 cores=1
/proc/8605/stat : 8605 (cryptominisat) R 8604 8604 7235 0 -1 4202496 50783 0 0 0 2539 10 0 0 25 0 1 0 515644073 147120128 15905 33554432000 4194304 4587354 140736455788992 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8605/statm: 35918 15905 337 96 0 32480 0
[pid=8606] ppid=8604 vsize=107304 CPUtime=25.49 cores=5
/proc/8606/stat : 8606 (clasp) R 8604 8604 7235 0 -1 4202496 26094 0 0 0 2542 7 0 0 25 0 1 0 515644073 109879296 24007 33554432000 4194304 4785740 140737315150848 18446744073709551615 4552532 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8606/statm: 26826 24007 340 145 0 23871 0
[pid=8607] ppid=8604 vsize=467968 CPUtime=12.7 cores=7
/proc/8607/stat : 8607 (TNM) R 8604 8604 7235 0 -1 4202496 6718 0 0 0 1270 0 0 0 25 0 1 0 515644073 479199232 6615 33554432000 134512640 134534564 4291702016 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8607/statm: 116992 6615 95 6 0 115658 0
[pid=8608] ppid=8604 vsize=24436 CPUtime=25.49 cores=3
/proc/8608/stat : 8608 (lingeling) R 8604 8604 7235 0 -1 4202496 8405 0 0 0 2548 1 0 0 25 0 1 0 515644073 25022464 5275 33554432000 4194304 4352236 140737411129856 18446744073709551615 4276757 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8608/statm: 6109 5275 127 39 0 5189 0
[pid=8609] ppid=8604 vsize=94600 CPUtime=12.64 cores=7
/proc/8609/stat : 8609 (march_hi) R 8604 8604 7235 0 -1 4202496 57550 0 0 0 1257 7 0 0 25 0 1 0 515644073 96870400 20168 33554432000 4194304 4331988 140735105453792 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8609/statm: 23650 20168 173 34 0 22092 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 856304

[startup+51.101 s]
/proc/loadavg: 7.27 4.93 4.77 12/188 8611
/proc/meminfo: memFree=15129728/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
[pid=8605] ppid=8604 vsize=140880 CPUtime=51.09 cores=1
/proc/8605/stat : 8605 (cryptominisat) R 8604 8604 7235 0 -1 4202496 92987 0 0 0 5089 20 0 0 25 0 1 0 515644073 144261120 30600 33554432000 4194304 4587354 140736455788992 18446744073709551615 4373280 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8605/statm: 35220 30600 337 96 0 31782 0
[pid=8606] ppid=8604 vsize=149272 CPUtime=51.09 cores=5
/proc/8606/stat : 8606 (clasp) R 8604 8604 7235 0 -1 4202496 36502 0 0 0 5098 11 0 0 25 0 1 0 515644073 152854528 34415 33554432000 4194304 4785740 140737315150848 18446744073709551615 4278544 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8606/statm: 37318 34415 340 145 0 34363 0
[pid=8607] ppid=8604 vsize=467968 CPUtime=25.41 cores=7
/proc/8607/stat : 8607 (TNM) R 8604 8604 7235 0 -1 4202496 6718 0 0 0 2541 0 0 0 25 0 1 0 515644073 479199232 6615 33554432000 134512640 134534564 4291702016 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8607/statm: 116992 6615 95 6 0 115658 0
[pid=8608] ppid=8604 vsize=29428 CPUtime=51.09 cores=3

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

/proc/8609/statm: 26194 22233 173 34 0 24636 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 2027764

[startup+1002.3 s]
/proc/loadavg: 10.15 9.97 8.22 11/188 8637
/proc/meminfo: memFree=14440392/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
[pid=8605] ppid=8604 vsize=188868 CPUtime=1002.29 cores=1
/proc/8605/stat : 8605 (cryptominisat) R 8604 8604 7235 0 -1 4202496 647761 0 0 0 99986 243 0 0 25 0 1 0 515644073 193400832 27945 33554432000 4194304 4587354 140736455788992 18446744073709551615 4238739 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8605/statm: 47217 27945 337 96 0 43779 0
[pid=8606] ppid=8604 vsize=454752 CPUtime=1002.32 cores=5
/proc/8606/stat : 8606 (clasp) R 8604 8604 7235 0 -1 4202496 111269 0 0 0 100196 36 0 0 25 0 1 0 515644073 465666048 109182 33554432000 4194304 4785740 140737315150848 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8606/statm: 113688 109182 340 145 0 110733 0
[pid=8607] ppid=8604 vsize=467968 CPUtime=498.42 cores=7
/proc/8607/stat : 8607 (TNM) R 8604 8604 7235 0 -1 4202496 6718 0 0 0 49842 0 0 0 25 0 1 0 515644073 479199232 6615 33554432000 134512640 134534564 4291702016 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8607/statm: 116992 6615 95 6 0 115658 0
[pid=8608] ppid=8604 vsize=29844 CPUtime=1002.32 cores=3
/proc/8608/stat : 8608 (lingeling) R 8604 8604 7235 0 -1 4202496 9757 0 0 0 100231 1 0 0 25 0 1 0 515644073 30560256 6627 33554432000 4194304 4352236 140737411129856 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8608/statm: 7461 6627 127 39 0 6541 0
[pid=8609] ppid=8604 vsize=104908 CPUtime=498.41 cores=7
/proc/8609/stat : 8609 (march_hi) R 8604 8604 7235 0 -1 4202496 59651 0 0 0 49833 8 0 0 25 0 1 0 515644073 107425792 22269 33554432000 4194304 4331988 140735105453792 18446744073709551615 4299865 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8609/statm: 26227 22269 173 34 0 24669 0
Current children cumulated CPU time (s) 4003.76
Current children cumulated vsize (KiB) 1264664

[startup+1062.3 s]
/proc/loadavg: 10.20 10.02 8.35 12/188 8638
/proc/meminfo: memFree=14599324/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
[pid=8605] ppid=8604 vsize=997456 CPUtime=1062.29 cores=1
/proc/8605/stat : 8605 (cryptominisat) R 8604 8604 7235 0 -1 4202496 668177 0 0 0 105970 259 0 0 25 0 1 0 515644073 1021394944 35963 33554432000 4194304 4587354 140736455788992 18446744073709551615 4239471 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8605/statm: 249364 35963 337 96 0 245926 0
[pid=8606] ppid=8604 vsize=455132 CPUtime=1062.33 cores=5
/proc/8606/stat : 8606 (clasp) R 8604 8604 7235 0 -1 4202496 111347 0 0 0 106196 37 0 0 25 0 1 0 515644073 466055168 109260 33554432000 4194304 4785740 140737315150848 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8606/statm: 113783 109260 340 145 0 110828 0
[pid=8607] ppid=8604 vsize=467968 CPUtime=528.3 cores=7
/proc/8607/stat : 8607 (TNM) R 8604 8604 7235 0 -1 4202496 6718 0 0 0 52830 0 0 0 25 0 1 0 515644073 479199232 6615 33554432000 134512640 134534564 4291702016 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8607/statm: 116992 6615 95 6 0 115658 0
[pid=8608] ppid=8604 vsize=29844 CPUtime=1062.32 cores=3
/proc/8608/stat : 8608 (lingeling) R 8604 8604 7235 0 -1 4202496 9757 0 0 0 106231 1 0 0 25 0 1 0 515644073 30560256 6627 33554432000 4194304 4352236 140737411129856 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8608/statm: 7461 6627 127 39 0 6541 0
[pid=8609] ppid=8604 vsize=105040 CPUtime=528.22 cores=7
/proc/8609/stat : 8609 (march_hi) R 8604 8604 7235 0 -1 4202496 59677 0 0 0 52813 9 0 0 25 0 1 0 515644073 107560960 22295 33554432000 4194304 4331988 140735105453792 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8609/statm: 26260 22295 173 34 0 24702 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 2073764

[startup+1122.3 s]
/proc/loadavg: 10.12 10.03 8.45 12/188 8640
/proc/meminfo: memFree=14538760/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
[pid=8605] ppid=8604 vsize=1015100 CPUtime=1122.29 cores=1
/proc/8605/stat : 8605 (cryptominisat) R 8604 8604 7235 0 -1 4202496 686398 0 0 0 111958 271 0 0 25 0 1 0 515644073 1039462400 28885 33554432000 4194304 4587354 140736455788992 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8605/statm: 253775 28885 337 96 0 250337 0
[pid=8606] ppid=8604 vsize=506280 CPUtime=1122.33 cores=5
/proc/8606/stat : 8606 (clasp) R 8604 8604 7235 0 -1 4202496 123643 0 0 0 112194 39 0 0 25 0 1 0 515644073 518430720 121556 33554432000 4194304 4785740 140737315150848 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8606/statm: 126570 121556 340 145 0 123615 0
[pid=8607] ppid=8604 vsize=467968 CPUtime=558.11 cores=7
/proc/8607/stat : 8607 (TNM) R 8604 8604 7235 0 -1 4202496 6718 0 0 0 55811 0 0 0 25 0 1 0 515644073 479199232 6615 33554432000 134512640 134534564 4291702016 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8607/statm: 116992 6615 95 6 0 115658 0
[pid=8608] ppid=8604 vsize=29844 CPUtime=1122.33 cores=3
/proc/8608/stat : 8608 (lingeling) R 8604 8604 7235 0 -1 4202496 9757 0 0 0 112232 1 0 0 25 0 1 0 515644073 30560256 6627 33554432000 4194304 4352236 140737411129856 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8608/statm: 7461 6627 127 39 0 6541 0
[pid=8609] ppid=8604 vsize=105172 CPUtime=558.08 cores=7
/proc/8609/stat : 8609 (march_hi) R 8604 8604 7235 0 -1 4202496 59701 0 0 0 55799 9 0 0 25 0 1 0 515644073 107696128 22319 33554432000 4194304 4331988 140735105453792 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8609/statm: 26293 22319 173 34 0 24735 0
Current children cumulated CPU time (s) 4483.14
Current children cumulated vsize (KiB) 2142688

[startup+1182.3 s]
/proc/loadavg: 10.12 10.05 8.56 12/188 8641
/proc/meminfo: memFree=14513436/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
[pid=8605] ppid=8604 vsize=1017784 CPUtime=1182.29 cores=1
/proc/8605/stat : 8605 (cryptominisat) R 8604 8604 7235 0 -1 4202496 706759 0 0 0 117945 284 0 0 25 0 1 0 515644073 1042210816 36169 33554432000 4194304 4587354 140736455788992 18446744073709551615 4238314 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8605/statm: 254446 36169 337 96 0 251008 0
[pid=8606] ppid=8604 vsize=507252 CPUtime=1182.33 cores=5
/proc/8606/stat : 8606 (clasp) R 8604 8604 7235 0 -1 4202496 123871 0 0 0 118194 39 0 0 25 0 1 0 515644073 519426048 121784 33554432000 4194304 4785740 140737315150848 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8606/statm: 126813 121784 340 145 0 123858 0
[pid=8607] ppid=8604 vsize=467968 CPUtime=587.96 cores=7
/proc/8607/stat : 8607 (TNM) R 8604 8604 7235 0 -1 4202496 6718 0 0 0 58796 0 0 0 25 0 1 0 515644073 479199232 6615 33554432000 134512640 134534564 4291702016 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8607/statm: 116992 6615 95 6 0 115658 0
[pid=8608] ppid=8604 vsize=31892 CPUtime=1182.33 cores=3
/proc/8608/stat : 8608 (lingeling) R 8604 8604 7235 0 -1 4202496 10269 0 0 0 118232 1 0 0 25 0 1 0 515644073 32657408 7139 33554432000 4194304 4352236 140737411129856 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8608/statm: 7973 7139 127 39 0 7053 0
[pid=8609] ppid=8604 vsize=105304 CPUtime=587.91 cores=7
/proc/8609/stat : 8609 (march_hi) R 8604 8604 7235 0 -1 4202496 59729 0 0 0 58782 9 0 0 25 0 1 0 515644073 107831296 22347 33554432000 4194304 4331988 140735105453792 18446744073709551615 4228983 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8609/statm: 26326 22347 173 34 0 24768 0
Current children cumulated CPU time (s) 4722.82
Current children cumulated vsize (KiB) 2148524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.17 10.06 8.59 6/181 8643
/proc/meminfo: memFree=14853224/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
[pid=8605] ppid=8604 vsize=1011784 CPUtime=1201.7 cores=1
/proc/8605/stat : 8605 (cryptominisat) R 8604 8604 7235 0 -1 4202496 711580 0 0 0 119883 287 0 0 25 0 1 0 515644073 1036066816 27747 33554432000 4194304 4587354 140736455788992 18446744073709551615 4248876 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8605/statm: 252946 27747 337 96 0 249508 0
[pid=8606] ppid=8604 vsize=508280 CPUtime=1201.73 cores=5
/proc/8606/stat : 8606 (clasp) R 8604 8604 7235 0 -1 4202496 124080 0 0 0 120134 39 0 0 25 0 1 0 515644073 520478720 121993 33554432000 4194304 4785740 140737315150848 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8606/statm: 127070 121993 340 145 0 124115 0
[pid=8607] ppid=8604 vsize=467968 CPUtime=597.61 cores=7
/proc/8607/stat : 8607 (TNM) R 8604 8604 7235 0 -1 4202496 6718 0 0 0 59761 0 0 0 25 0 1 0 515644073 479199232 6615 33554432000 134512640 134534564 4291702016 18446744073709551615 134528330 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8607/statm: 116992 6615 95 6 0 115658 0
[pid=8608] ppid=8604 vsize=31892 CPUtime=1201.73 cores=3
/proc/8608/stat : 8608 (lingeling) R 8604 8604 7235 0 -1 4202496 10269 0 0 0 120172 1 0 0 25 0 1 0 515644073 32657408 7139 33554432000 4194304 4352236 140737411129856 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8608/statm: 7973 7139 127 39 0 7053 0
[pid=8609] ppid=8604 vsize=105304 CPUtime=597.55 cores=7
/proc/8609/stat : 8609 (march_hi) R 8604 8604 7235 0 -1 4202496 59736 0 0 0 59746 9 0 0 25 0 1 0 515644073 107831296 22354 33554432000 4194304 4331988 140735105453792 18446744073709551615 4240760 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8609/statm: 26326 22354 173 34 0 24768 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 2143552

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: 10.17 10.06 8.59 6/181 8643
/proc/meminfo: memFree=14853224/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (ppfolio) S 8602 8604 7235 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515644073 18763776 389 33554432000 4194304 4287625 140736241793712 18446744073709551615 244446965263 0 0 4096 65536 4591639864163696639 0 0 17 1 0 0 0
/proc/8604/statm: 4581 389 341 23 0 91 0
[pid=8605] ppid=8604 vsize=1011784 CPUtime=1201.7 cores=1
/proc/8605/stat : 8605 (cryptominisat) R 8604 8604 7235 0 -1 4202496 711580 0 0 0 119883 287 0 0 25 0 1 0 515644073 1036066816 27747 33554432000 4194304 4587354 140736455788992 18446744073709551615 4248876 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8605/statm: 252946 27747 337 96 0 249508 0
[pid=8606] ppid=8604 vsize=508280 CPUtime=1201.73 cores=5
/proc/8606/stat : 8606 (clasp) R 8604 8604 7235 0 -1 4202496 124080 0 0 0 120134 39 0 0 25 0 1 0 515644073 520478720 121993 33554432000 4194304 4785740 140737315150848 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8606/statm: 127070 121993 340 145 0 124115 0
[pid=8607] ppid=8604 vsize=467968 CPUtime=597.61 cores=7
/proc/8607/stat : 8607 (TNM) R 8604 8604 7235 0 -1 4202496 6718 0 0 0 59761 0 0 0 25 0 1 0 515644073 479199232 6615 33554432000 134512640 134534564 4291702016 18446744073709551615 134528330 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8607/statm: 116992 6615 95 6 0 115658 0
[pid=8608] ppid=8604 vsize=31892 CPUtime=1201.73 cores=3
/proc/8608/stat : 8608 (lingeling) R 8604 8604 7235 0 -1 4202496 10269 0 0 0 120172 1 0 0 25 0 1 0 515644073 32657408 7139 33554432000 4194304 4352236 140737411129856 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8608/statm: 7973 7139 127 39 0 7053 0
[pid=8609] ppid=8604 vsize=105304 CPUtime=597.55 cores=7
/proc/8609/stat : 8609 (march_hi) R 8604 8604 7235 0 -1 4202496 59736 0 0 0 59746 9 0 0 25 0 1 0 515644073 107831296 22354 33554432000 4194304 4331988 140735105453792 18446744073709551615 4240760 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8609/statm: 26326 22354 173 34 0 24768 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 2143552

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8604 and gives
#  childrusage.ru_utime.tv_sec=1201
#  childrusage.ru_utime.tv_usec=731309
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=21996
# CPU time returned by wait4() is 1201.75
# 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): 4796.96
CPU system time (s): 3.36
CPU usage (%): 399.457
Max. virtual memory (cumulated for all children) (KiB): 2963188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1201.73
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10790
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= 242
involuntary context switches= 3011

runsolver used 1.89471 second user time and 4.67029 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 03:27:16
IDJOB=3190877
IDBENCH=82608
IDSOLVER=1612
FILE ID=node105/3190877-1304040436
RUNJOBID= node105-1304040436-8580
PBS_JOBID= 13170347
Free space on /tmp= 71924 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S1184456903-078-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190877-1304040436/watcher-3190877-1304040436 -o /tmp/evaluation-result-3190877-1304040436/solver-3190877-1304040436 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190877-1304040436.cnf

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

MD5SUM BENCH= 33dd7efc1f63d9d3511c7a69c68ea88b
RANDOM SEED=1715510222

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15577164 kB
Buffers:       2299652 kB
Cached:       14419892 kB
SwapCached:          0 kB
Active:        8931832 kB
Inactive:      7872500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15577164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           24172 kB
Writeback:           0 kB
AnonPages:       84356 kB
Mapped:          16436 kB
Slab:           507336 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   685616 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= 71924 MiB
End job on node105 at 2011-04-29 03:47:20