Trace number 3284614

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.12 1201.71

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

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-3284614-1304035035/watcher-3284614-1304035035 -o /tmp/evaluation-result-3284614-1304035035/solver-3284614-1304035035 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3284614-1304035035.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: 8.53 9.57 9.75 6/182 4837
/proc/meminfo: memFree=19236072/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0

[startup+0.957193 s]
/proc/loadavg: 8.53 9.57 9.75 6/182 4837
/proc/meminfo: memFree=19236072/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00019 s]
/proc/loadavg: 8.53 9.57 9.75 6/182 4837
/proc/meminfo: memFree=19236072/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.13116 s]
/proc/loadavg: 8.53 9.57 9.75 6/182 4837
/proc/meminfo: memFree=19236072/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20015 s]
/proc/loadavg: 8.53 9.57 9.75 6/182 4837
/proc/meminfo: memFree=19236072/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5001 s]
/proc/loadavg: 8.53 9.57 9.75 6/182 4837
/proc/meminfo: memFree=19236072/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10682 s]
/proc/loadavg: 8.64 9.58 9.75 11/188 4843
/proc/meminfo: memFree=18527488/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
[pid=4838] ppid=4837 vsize=322792 CPUtime=3.1 cores=0
/proc/4838/stat : 4838 (cryptominisat) R 4837 4837 3973 0 -1 4202496 71505 0 0 0 301 9 0 0 25 0 1 0 495919687 330539008 67957 33554432000 4194304 4587354 140733706628288 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4838/statm: 80698 67957 317 96 0 77260 0
[pid=4839] ppid=4837 vsize=187616 CPUtime=3.1 cores=4
/proc/4839/stat : 4839 (clasp) R 4837 4837 3973 0 -1 4202496 56080 0 0 0 302 8 0 0 25 0 1 0 495919687 192118784 43482 33554432000 4194304 4785740 140736016327024 18446744073709551615 4290633 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4839/statm: 46904 43482 332 145 0 43949 0
[pid=4840] ppid=4837 vsize=529224 CPUtime=1.95 cores=6
/proc/4840/stat : 4840 (TNM) R 4837 4837 3973 0 -1 4202496 36534 0 0 0 191 4 0 0 21 0 1 0 495919687 541925376 36431 33554432000 134512640 134534564 4289547680 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4840/statm: 132306 36431 95 6 0 130972 0
[pid=4841] ppid=4837 vsize=96644 CPUtime=3.09 cores=2
/proc/4841/stat : 4841 (lingeling) R 4837 4837 3973 0 -1 4202496 38381 0 0 0 304 5 0 0 25 0 1 0 495919687 98963456 23315 33554432000 4194304 4352236 140733304637824 18446744073709551615 4319288 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4841/statm: 24161 23315 119 39 0 23241 0
[pid=4842] ppid=4837 vsize=155288 CPUtime=1.11 cores=6
/proc/4842/stat : 4842 (march_hi) R 4837 4837 3973 0 -1 4194304 36562 0 0 0 106 5 0 0 25 0 1 0 495919687 159014912 26241 33554432000 4194304 4331988 140735241161376 18446744073709551615 255106436073 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4842/statm: 38822 26241 126 34 0 37264 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 1309888

[startup+6.30125 s]
/proc/loadavg: 8.64 9.58 9.75 11/188 4843
/proc/meminfo: memFree=18435748/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
[pid=4838] ppid=4837 vsize=327760 CPUtime=6.29 cores=0
/proc/4838/stat : 4838 (cryptominisat) R 4837 4837 3973 0 -1 4202496 97397 0 0 0 616 13 0 0 25 0 1 0 495919687 335626240 69144 33554432000 4194304 4587354 140733706628288 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4838/statm: 81940 69144 330 96 0 78502 0
[pid=4839] ppid=4837 vsize=187616 CPUtime=6.3 cores=4
/proc/4839/stat : 4839 (clasp) R 4837 4837 3973 0 -1 4202496 56116 0 0 0 622 8 0 0 25 0 1 0 495919687 192118784 43518 33554432000 4194304 4785740 140736016327024 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4839/statm: 46904 43518 340 145 0 43949 0
[pid=4840] ppid=4837 vsize=529224 CPUtime=3.54 cores=6
/proc/4840/stat : 4840 (TNM) R 4837 4837 3973 0 -1 4202496 36534 0 0 0 350 4 0 0 25 0 1 0 495919687 541925376 36431 33554432000 134512640 134534564 4289547680 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4840/statm: 132306 36431 95 6 0 130972 0
[pid=4841] ppid=4837 vsize=133584 CPUtime=6.28 cores=2
/proc/4841/stat : 4841 (lingeling) R 4837 4837 3973 0 -1 4202496 43798 0 0 0 622 6 0 0 25 0 1 0 495919687 136790016 28733 33554432000 4194304 4352236 140733304637824 18446744073709551615 255106462813 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4841/statm: 33396 28745 124 39 0 32476 0
[pid=4842] ppid=4837 vsize=163228 CPUtime=2.71 cores=6
/proc/4842/stat : 4842 (march_hi) R 4837 4837 3973 0 -1 4194304 98039 0 0 0 259 12 0 0 25 0 1 0 495919687 167145472 28294 33554432000 4194304 4331988 140735241161376 18446744073709551615 4257039 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4842/statm: 40807 28294 129 34 0 39249 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 1359736

[startup+12.7011 s]
/proc/loadavg: 8.83 9.60 9.76 11/188 4843
/proc/meminfo: memFree=18344420/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
[pid=4838] ppid=4837 vsize=327760 CPUtime=12.69 cores=0
/proc/4838/stat : 4838 (cryptominisat) R 4837 4837 3973 0 -1 4202496 97594 0 0 0 1256 13 0 0 25 0 1 0 495919687 335626240 69335 33554432000 4194304 4587354 140733706628288 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4838/statm: 81940 69335 331 96 0 78502 0
[pid=4839] ppid=4837 vsize=187616 CPUtime=12.69 cores=4
/proc/4839/stat : 4839 (clasp) R 4837 4837 3973 0 -1 4202496 56116 0 0 0 1261 8 0 0 25 0 1 0 495919687 192118784 43518 33554432000 4194304 4785740 140736016327024 18446744073709551615 4319139 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4839/statm: 46904 43518 340 145 0 43949 0
[pid=4840] ppid=4837 vsize=529224 CPUtime=6.7 cores=6
/proc/4840/stat : 4840 (TNM) R 4837 4837 3973 0 -1 4202496 36534 0 0 0 666 4 0 0 25 0 1 0 495919687 541925376 36431 33554432000 134512640 134534564 4289547680 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4840/statm: 132306 36431 95 6 0 130972 0
[pid=4841] ppid=4837 vsize=138356 CPUtime=12.68 cores=2
/proc/4841/stat : 4841 (lingeling) R 4837 4837 3973 0 -1 4202496 48820 0 0 0 1261 7 0 0 25 0 1 0 495919687 141676544 33754 33554432000 4194304 4352236 140733304637824 18446744073709551615 4302087 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4841/statm: 34589 33754 124 39 0 33669 0
[pid=4842] ppid=4837 vsize=207956 CPUtime=5.91 cores=6
/proc/4842/stat : 4842 (march_hi) R 4837 4837 3973 0 -1 4202496 303219 0 0 0 554 37 0 0 25 0 1 0 495919687 212946944 40938 33554432000 4194304 4331988 140735241161376 18446744073709551615 255106417868 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4842/statm: 51989 40938 241 34 0 50431 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1409236

[startup+25.5009 s]
/proc/loadavg: 9.24 9.65 9.77 11/188 4844
/proc/meminfo: memFree=18226616/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
[pid=4838] ppid=4837 vsize=327760 CPUtime=25.48 cores=0
/proc/4838/stat : 4838 (cryptominisat) R 4837 4837 3973 0 -1 4202496 97791 0 0 0 2535 13 0 0 25 0 1 0 495919687 335626240 69529 33554432000 4194304 4587354 140733706628288 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4838/statm: 81940 69529 331 96 0 78502 0
[pid=4839] ppid=4837 vsize=187616 CPUtime=25.49 cores=4
/proc/4839/stat : 4839 (clasp) R 4837 4837 3973 0 -1 4202496 56129 0 0 0 2541 8 0 0 25 0 1 0 495919687 192118784 43531 33554432000 4194304 4785740 140736016327024 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4839/statm: 46904 43531 340 145 0 43949 0
[pid=4840] ppid=4837 vsize=529224 CPUtime=13.09 cores=6
/proc/4840/stat : 4840 (TNM) R 4837 4837 3973 0 -1 4202496 36534 0 0 0 1305 4 0 0 25 0 1 0 495919687 541925376 36431 33554432000 134512640 134534564 4289547680 18446744073709551615 134529970 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4840/statm: 132306 36431 95 6 0 130972 0
[pid=4841] ppid=4837 vsize=138000 CPUtime=25.48 cores=2
/proc/4841/stat : 4841 (lingeling) R 4837 4837 3973 0 -1 4202496 48887 0 0 0 2541 7 0 0 25 0 1 0 495919687 141312000 33668 33554432000 4194304 4352236 140733304637824 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4841/statm: 34500 33668 127 39 0 33580 0
[pid=4842] ppid=4837 vsize=601540 CPUtime=12.25 cores=6
/proc/4842/stat : 4842 (march_hi) R 4837 4837 3973 0 -1 4202496 430260 0 0 0 1172 53 0 0 25 0 1 0 495919687 615976960 73046 33554432000 4194304 4331988 140735241161376 18446744073709551615 4295989 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4842/statm: 150385 73046 162 34 0 148827 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 1802464

[startup+51.1004 s]
/proc/loadavg: 9.50 9.68 9.77 11/188 4844
/proc/meminfo: memFree=18184000/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
[pid=4838] ppid=4837 vsize=312128 CPUtime=51.08 cores=0
/proc/4838/stat : 4838 (cryptominisat) R 4837 4837 3973 0 -1 4202496 104013 0 0 0 5094 14 0 0 25 0 1 0 495919687 319619072 65053 33554432000 4194304 4587354 140733706628288 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4838/statm: 78032 65053 337 96 0 74594 0
[pid=4839] ppid=4837 vsize=187616 CPUtime=51.09 cores=4
/proc/4839/stat : 4839 (clasp) R 4837 4837 3973 0 -1 4202496 56129 0 0 0 5101 8 0 0 25 0 1 0 495919687 192118784 43531 33554432000 4194304 4785740 140736016327024 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4839/statm: 46904 43531 340 145 0 43949 0
[pid=4840] ppid=4837 vsize=529224 CPUtime=25.79 cores=6
/proc/4840/stat : 4840 (TNM) R 4837 4837 3973 0 -1 4202496 36534 0 0 0 2575 4 0 0 25 0 1 0 495919687 541925376 36431 33554432000 134512640 134534564 4289547680 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4840/statm: 132306 36431 95 6 0 130972 0
[pid=4841] ppid=4837 vsize=141020 CPUtime=51.08 cores=2
/proc/4841/stat : 4841 (lingeling) R 4837 4837 3973 0 -1 4202496 50717 0 0 0 5100 8 0 0 25 0 1 0 495919687 144404480 34423 33554432000 4194304 4352236 140733304637824 18446744073709551615 4269026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4841/statm: 35255 34423 127 39 0 34335 0
[pid=4842] ppid=4837 vsize=641716 CPUtime=25.02 cores=6
/proc/4842/stat : 4842 (march_hi) R 4837 4837 3973 0 -1 4202496 440813 0 0 0 2447 55 0 0 25 0 1 0 495919687 657117184 83305 33554432000 4194304 4331988 140735241161376 18446744073709551615 4263152 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4842/statm: 160429 83305 175 34 0 158871 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 1830028

[startup+102.3 s]
/proc/loadavg: 9.82 9.74 9.79 11/188 4846
/proc/meminfo: memFree=18150392/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
[pid=4838] ppid=4837 vsize=315708 CPUtime=102.29 cores=0

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

/proc/4842/statm: 169325 92703 175 34 0 167767 0
Current children cumulated CPU time (s) 3524.25
Current children cumulated vsize (KiB) 2680392

[startup+942.301 s]
/proc/loadavg: 10.20 10.16 10.01 11/188 4942
/proc/meminfo: memFree=17993816/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
[pid=4838] ppid=4837 vsize=1007720 CPUtime=942.27 cores=0
/proc/4838/stat : 4838 (cryptominisat) R 4837 4837 3973 0 -1 4202496 204268 0 0 0 94180 47 0 0 25 0 1 0 495919687 1031905280 66880 33554432000 4194304 4587354 140733706628288 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4838/statm: 251930 66880 337 96 0 248492 0
[pid=4839] ppid=4837 vsize=508300 CPUtime=942.22 cores=4
/proc/4839/stat : 4839 (clasp) R 4837 4837 3973 0 -1 4202496 135098 0 0 0 94180 42 0 0 25 0 1 0 495919687 520499200 122500 33554432000 4194304 4785740 140736016327024 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4839/statm: 127075 122500 340 145 0 124120 0
[pid=4840] ppid=4837 vsize=529224 CPUtime=469.02 cores=6
/proc/4840/stat : 4840 (TNM) R 4837 4837 3973 0 -1 4202496 36534 0 0 0 46898 4 0 0 25 0 1 0 495919687 541925376 36431 33554432000 134512640 134534564 4289547680 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4840/statm: 132306 36431 95 6 0 130972 0
[pid=4841] ppid=4837 vsize=140392 CPUtime=942.27 cores=2
/proc/4841/stat : 4841 (lingeling) R 4837 4837 3973 0 -1 4202496 55677 0 0 0 94218 9 0 0 25 0 1 0 495919687 143761408 34266 33554432000 4194304 4352236 140733304637824 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4841/statm: 35098 34266 127 39 0 34178 0
[pid=4842] ppid=4837 vsize=677888 CPUtime=468.15 cores=6
/proc/4842/stat : 4842 (march_hi) R 4837 4837 3973 0 -1 4202496 450286 0 0 0 46758 57 0 0 25 0 1 0 495919687 694157312 92778 33554432000 4194304 4331988 140735241161376 18446744073709551615 255106465323 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4842/statm: 169472 92778 175 34 0 167914 0
Current children cumulated CPU time (s) 3763.93
Current children cumulated vsize (KiB) 2881848

[startup+1002.3 s]
/proc/loadavg: 10.24 10.17 10.02 11/188 4944
/proc/meminfo: memFree=17908988/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
[pid=4838] ppid=4837 vsize=1007720 CPUtime=1002.27 cores=0
/proc/4838/stat : 4838 (cryptominisat) R 4837 4837 3973 0 -1 4202496 206060 0 0 0 100178 49 0 0 25 0 1 0 495919687 1031905280 68632 33554432000 4194304 4587354 140733706628288 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4838/statm: 251930 68632 337 96 0 248492 0
[pid=4839] ppid=4837 vsize=524928 CPUtime=1002.22 cores=4
/proc/4839/stat : 4839 (clasp) R 4837 4837 3973 0 -1 4202496 139291 0 0 0 100178 44 0 0 25 0 1 0 495919687 537526272 126693 33554432000 4194304 4785740 140736016327024 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4839/statm: 131232 126693 340 145 0 128277 0
[pid=4840] ppid=4837 vsize=529224 CPUtime=498.81 cores=6
/proc/4840/stat : 4840 (TNM) R 4837 4837 3973 0 -1 4202496 36534 0 0 0 49877 4 0 0 25 0 1 0 495919687 541925376 36431 33554432000 134512640 134534564 4289547680 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4840/statm: 132306 36431 95 6 0 130972 0
[pid=4841] ppid=4837 vsize=140392 CPUtime=1002.28 cores=2
/proc/4841/stat : 4841 (lingeling) R 4837 4837 3973 0 -1 4202496 55677 0 0 0 100219 9 0 0 25 0 1 0 495919687 143761408 34266 33554432000 4194304 4352236 140733304637824 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4841/statm: 35098 34266 127 39 0 34178 0
[pid=4842] ppid=4837 vsize=677888 CPUtime=498.03 cores=6
/proc/4842/stat : 4842 (march_hi) R 4837 4837 3973 0 -1 4202496 450294 0 0 0 49746 57 0 0 25 0 1 0 495919687 694157312 92786 33554432000 4194304 4331988 140735241161376 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4842/statm: 169472 92786 175 34 0 167914 0
Current children cumulated CPU time (s) 4003.61
Current children cumulated vsize (KiB) 2898476

[startup+1062.3 s]
/proc/loadavg: 10.13 10.15 10.02 11/188 4945
/proc/meminfo: memFree=17891988/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
[pid=4838] ppid=4837 vsize=805660 CPUtime=1062.27 cores=0
/proc/4838/stat : 4838 (cryptominisat) R 4837 4837 3973 0 -1 4202496 214469 0 0 0 106175 52 0 0 25 0 1 0 495919687 824995840 66810 33554432000 4194304 4587354 140733706628288 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4838/statm: 201415 66810 337 96 0 197977 0
[pid=4839] ppid=4837 vsize=529096 CPUtime=1062.22 cores=4
/proc/4839/stat : 4839 (clasp) R 4837 4837 3973 0 -1 4202496 140014 0 0 0 106178 44 0 0 25 0 1 0 495919687 541794304 127416 33554432000 4194304 4785740 140736016327024 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4839/statm: 132274 127416 340 145 0 129319 0
[pid=4840] ppid=4837 vsize=529224 CPUtime=528.68 cores=6
/proc/4840/stat : 4840 (TNM) R 4837 4837 3973 0 -1 4202496 36534 0 0 0 52864 4 0 0 25 0 1 0 495919687 541925376 36431 33554432000 134512640 134534564 4289547680 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4840/statm: 132306 36431 95 6 0 130972 0
[pid=4841] ppid=4837 vsize=140392 CPUtime=1062.28 cores=2
/proc/4841/stat : 4841 (lingeling) R 4837 4837 3973 0 -1 4202496 55677 0 0 0 106219 9 0 0 25 0 1 0 495919687 143761408 34266 33554432000 4194304 4352236 140733304637824 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4841/statm: 35098 34266 127 39 0 34178 0
[pid=4842] ppid=4837 vsize=683092 CPUtime=527.83 cores=6
/proc/4842/stat : 4842 (march_hi) R 4837 4837 3973 0 -1 4202496 451814 0 0 0 52726 57 0 0 25 0 1 0 495919687 699486208 94306 33554432000 4194304 4331988 140735241161376 18446744073709551615 4228524 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4842/statm: 170773 94306 175 34 0 169215 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 2705788

[startup+1122.3 s]
/proc/loadavg: 10.14 10.15 10.02 11/188 4947
/proc/meminfo: memFree=17878336/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
[pid=4838] ppid=4837 vsize=805660 CPUtime=1122.27 cores=0
/proc/4838/stat : 4838 (cryptominisat) R 4837 4837 3973 0 -1 4202496 215972 0 0 0 112174 53 0 0 25 0 1 0 495919687 824995840 68274 33554432000 4194304 4587354 140733706628288 18446744073709551615 4237704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4838/statm: 201415 68274 337 96 0 197977 0
[pid=4839] ppid=4837 vsize=529096 CPUtime=1122.21 cores=4
/proc/4839/stat : 4839 (clasp) R 4837 4837 3973 0 -1 4202496 140024 0 0 0 112177 44 0 0 25 0 1 0 495919687 541794304 127426 33554432000 4194304 4785740 140736016327024 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4839/statm: 132274 127426 340 145 0 129319 0
[pid=4840] ppid=4837 vsize=529224 CPUtime=558.51 cores=6
/proc/4840/stat : 4840 (TNM) R 4837 4837 3973 0 -1 4202496 36534 0 0 0 55847 4 0 0 25 0 1 0 495919687 541925376 36431 33554432000 134512640 134534564 4289547680 18446744073709551615 134528412 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4840/statm: 132306 36431 95 6 0 130972 0
[pid=4841] ppid=4837 vsize=140388 CPUtime=1122.28 cores=2
/proc/4841/stat : 4841 (lingeling) R 4837 4837 3973 0 -1 4202496 55677 0 0 0 112219 9 0 0 25 0 1 0 495919687 143757312 34265 33554432000 4194304 4352236 140733304637824 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4841/statm: 35097 34265 127 39 0 34177 0
[pid=4842] ppid=4837 vsize=684056 CPUtime=557.68 cores=6
/proc/4842/stat : 4842 (march_hi) R 4837 4837 3973 0 -1 4202496 452043 0 0 0 55711 57 0 0 25 0 1 0 495919687 700473344 94535 33554432000 4194304 4331988 140735241161376 18446744073709551615 4263143 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4842/statm: 171014 94535 175 34 0 169456 0
Current children cumulated CPU time (s) 4482.95
Current children cumulated vsize (KiB) 2706748

[startup+1182.31 s]
/proc/loadavg: 10.13 10.15 10.03 11/188 4949
/proc/meminfo: memFree=17855632/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
[pid=4838] ppid=4837 vsize=860644 CPUtime=1182.27 cores=0
/proc/4838/stat : 4838 (cryptominisat) R 4837 4837 3973 0 -1 4202496 225143 0 0 0 118172 55 0 0 25 0 1 0 495919687 881299456 67040 33554432000 4194304 4587354 140733706628288 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4838/statm: 215161 67040 337 96 0 211723 0
[pid=4839] ppid=4837 vsize=529736 CPUtime=1182.21 cores=4
/proc/4839/stat : 4839 (clasp) R 4837 4837 3973 0 -1 4202496 140136 0 0 0 118177 44 0 0 25 0 1 0 495919687 542449664 127538 33554432000 4194304 4785740 140736016327024 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4839/statm: 132434 127538 340 145 0 129479 0
[pid=4840] ppid=4837 vsize=529224 CPUtime=588.34 cores=6
/proc/4840/stat : 4840 (TNM) R 4837 4837 3973 0 -1 4202496 36534 0 0 0 58830 4 0 0 25 0 1 0 495919687 541925376 36431 33554432000 134512640 134534564 4289547680 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4840/statm: 132306 36431 95 6 0 130972 0
[pid=4841] ppid=4837 vsize=140388 CPUtime=1182.29 cores=2
/proc/4841/stat : 4841 (lingeling) R 4837 4837 3973 0 -1 4202496 55677 0 0 0 118220 9 0 0 25 0 1 0 495919687 143757312 34265 33554432000 4194304 4352236 140733304637824 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4841/statm: 35097 34265 127 39 0 34177 0
[pid=4842] ppid=4837 vsize=684724 CPUtime=587.52 cores=6
/proc/4842/stat : 4842 (march_hi) R 4837 4837 3973 0 -1 4202496 452217 0 0 0 58695 57 0 0 25 0 1 0 495919687 701157376 94709 33554432000 4194304 4331988 140735241161376 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4842/statm: 171181 94709 175 34 0 169623 0
Current children cumulated CPU time (s) 4722.63
Current children cumulated vsize (KiB) 2763040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.25 10.17 10.04 11/188 4949
/proc/meminfo: memFree=17838272/32951124 swapFree=67111524/67111528
[pid=4837] ppid=4835 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4837/stat : 4837 (ppfolio) S 4835 4837 3973 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495919686 18763776 389 33554432000 4194304 4287625 140736068477520 18446744073709551615 255106788879 0 0 4096 65536 4578497951432703999 0 0 17 0 0 0 0
/proc/4837/statm: 4581 389 341 23 0 91 0
[pid=4838] ppid=4837 vsize=860644 CPUtime=1201.67 cores=0
/proc/4838/stat : 4838 (cryptominisat) R 4837 4837 3973 0 -1 4202496 226334 0 0 0 120112 55 0 0 25 0 1 0 495919687 881299456 68212 33554432000 4194304 4587354 140733706628288 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4838/statm: 215161 68212 337 96 0 211723 0
[pid=4839] ppid=4837 vsize=529736 CPUtime=1201.61 cores=4
/proc/4839/stat : 4839 (clasp) R 4837 4837 3973 0 -1 4202496 140136 0 0 0 120117 44 0 0 25 0 1 0 495919687 542449664 127538 33554432000 4194304 4785740 140736016327024 18446744073709551615 4553046 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4839/statm: 132434 127538 340 145 0 129479 0
[pid=4840] ppid=4837 vsize=529224 CPUtime=598 cores=6
/proc/4840/stat : 4840 (TNM) R 4837 4837 3973 0 -1 4202496 36534 0 0 0 59796 4 0 0 25 0 1 0 495919687 541925376 36431 33554432000 134512640 134534564 4289547680 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4840/statm: 132306 36431 95 6 0 130972 0
[pid=4841] ppid=4837 vsize=140388 CPUtime=1201.69 cores=2
/proc/4841/stat : 4841 (lingeling) R 4837 4837 3973 0 -1 4202496 55677 0 0 0 120160 9 0 0 25 0 1 0 495919687 143757312 34265 33554432000 4194304 4352236 140733304637824 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4841/statm: 35097 34265 127 39 0 34177 0
[pid=4842] ppid=4837 vsize=685332 CPUtime=597.15 cores=6
/proc/4842/stat : 4842 (march_hi) R 4837 4837 3973 0 -1 4202496 452376 0 0 0 59658 57 0 0 25 0 1 0 495919687 701779968 94868 33554432000 4194304 4331988 140735241161376 18446744073709551615 4263328 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4842/statm: 171333 94868 175 34 0 169775 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 2763648

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 4837 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.005998
# while last known CPU time is 4800.12
#
# 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.12
CPU user time (s): 4798.43
CPU system time (s): 1.69
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 3441204

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

runsolver used 1.80572 second user time and 4.75428 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 01:57:16
IDJOB=3284614
IDBENCH=82354
IDSOLVER=1612
FILE ID=node144/3284614-1304035035
RUNJOBID= node144-1304032526-4355
PBS_JOBID= 13170308
Free space on /tmp= 72380 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284614-1304035035/watcher-3284614-1304035035 -o /tmp/evaluation-result-3284614-1304035035/solver-3284614-1304035035 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3284614-1304035035.cnf

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=1412735385

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19236228 kB
Buffers:       2203760 kB
Cached:       10565768 kB
SwapCached:          4 kB
Active:        4943520 kB
Inactive:      8205796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19236228 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31324 kB
Writeback:           0 kB
AnonPages:      379048 kB
Mapped:          16756 kB
Slab:           500640 kB
PageTables:       5840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1595244 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= 72368 MiB
End job on node144 at 2011-04-29 02:17:19