Trace number 3275872

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 seq? (TO) 5000 4999.91

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
MD5SUM808fa775df860c59a1178e77fc60f410
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3885.47
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses25452
Sum of the clauses size254370
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530
Number of clauses of size over 525422

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 1 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	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1

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-3275872-1303652288/watcher-3275872-1303652288 -o /tmp/evaluation-result-3275872-1303652288/solver-3275872-1303652288 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3275872-1303652288.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.85 0.97 0.99 2/174 27411
/proc/meminfo: memFree=15057532/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 497 0 0 0 0 0 0 0 21 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4393878266818035976 0 0 17 1 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0

[startup+0.143725 s]
/proc/loadavg: 0.85 0.97 0.99 2/174 27411
/proc/meminfo: memFree=15057532/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 23 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.92259 s]
/proc/loadavg: 0.85 0.97 0.99 2/174 27411
/proc/meminfo: memFree=15057532/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 23 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00058 s]
/proc/loadavg: 0.85 0.97 0.99 2/174 27411
/proc/meminfo: memFree=15057532/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 23 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10055 s]
/proc/loadavg: 0.85 0.97 0.99 2/174 27411
/proc/meminfo: memFree=15057532/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 23 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5005 s]
/proc/loadavg: 0.85 0.97 0.99 2/174 27411
/proc/meminfo: memFree=15057532/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 23 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10022 s]
/proc/loadavg: 0.85 0.97 0.99 7/184 27424
/proc/meminfo: memFree=15008516/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 23 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=26204 CPUtime=1.09 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 1513 0 0 0 109 0 0 0 25 0 1 0 476826732 26832896 1376 33554432000 4194304 4587354 140734863388592 18446744073709551615 4238573 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 6551 1376 306 96 0 3113 0
[pid=27413] ppid=27411 vsize=15816 CPUtime=1.04 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 1384 0 0 0 104 0 0 0 25 0 1 0 476826732 16195584 1240 33554432000 4194304 4785740 140733338479952 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 3954 1240 314 145 0 999 0
[pid=27414] ppid=27411 vsize=456236 CPUtime=0.94 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1417 0 0 0 94 0 0 0 25 0 1 0 476826732 467185664 1314 33554432000 134512640 134534564 4287414224 18446744073709551615 134524552 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 114059 1314 91 6 0 112725 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 516580

[startup+6.30664 s]
/proc/loadavg: 1.26 1.05 1.02 7/184 27425
/proc/meminfo: memFree=14984972/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 17 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589098613619032064 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=34304 CPUtime=2.19 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 4843 0 0 0 219 0 0 0 25 0 1 0 476826732 35127296 3349 33554432000 4194304 4587354 140734863388592 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 8576 3349 315 96 0 5138 0
[pid=27413] ppid=27411 vsize=17224 CPUtime=2.07 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 1870 0 0 0 207 0 0 0 25 0 1 0 476826732 17637376 1644 33554432000 4194304 4785740 140733338479952 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 4306 1644 340 145 0 1351 0
[pid=27414] ppid=27411 vsize=456236 CPUtime=2.02 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1417 0 0 0 202 0 0 0 25 0 1 0 476826732 467185664 1314 33554432000 134512640 134534564 4287414224 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 114059 1314 91 6 0 112725 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 526088

[startup+12.7005 s]
/proc/loadavg: 1.64 1.13 1.04 7/184 27425
/proc/meminfo: memFree=14990484/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589099025935892480 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=39008 CPUtime=4.81 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 8602 0 0 0 481 0 0 0 22 0 1 0 476826732 39944192 4114 33554432000 4194304 4587354 140734863388592 18446744073709551615 4388264 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 9752 4114 337 96 0 6314 0
[pid=27413] ppid=27411 vsize=18468 CPUtime=3.94 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 2142 0 0 0 394 0 0 0 25 0 1 0 476826732 18911232 1916 33554432000 4194304 4785740 140733338479952 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 4617 1916 340 145 0 1662 0
[pid=27414] ppid=27411 vsize=456236 CPUtime=3.92 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1417 0 0 0 392 0 0 0 25 0 1 0 476826732 467185664 1314 33554432000 134512640 134534564 4287414224 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 114059 1314 91 6 0 112725 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 532036

[startup+25.5003 s]
/proc/loadavg: 2.60 1.37 1.12 7/184 27425
/proc/meminfo: memFree=14966960/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589099163374845952 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=40992 CPUtime=9.09 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 9117 0 0 0 908 1 0 0 25 0 1 0 476826732 41975808 3920 33554432000 4194304 4587354 140734863388592 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 10248 3920 337 96 0 6810 0
[pid=27413] ppid=27411 vsize=20168 CPUtime=8.24 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 2563 0 0 0 824 0 0 0 25 0 1 0 476826732 20652032 2337 33554432000 4194304 4785740 140733338479952 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 5042 2337 340 145 0 2087 0
[pid=27414] ppid=27411 vsize=456236 CPUtime=8.14 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1417 0 0 0 814 0 0 0 25 0 1 0 476826732 467185664 1314 33554432000 134512640 134534564 4287414224 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 114059 1314 91 6 0 112725 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 535720

[startup+51.1008 s]
/proc/loadavg: 3.76 1.74 1.25 7/184 27426
/proc/meminfo: memFree=14953100/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589099575691706368 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=63708 CPUtime=17.62 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 11421 0 0 0 1761 1 0 0 25 0 1 0 476826732 65236992 6164 33554432000 4194304 4587354 140734863388592 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 15927 6164 337 96 0 12489 0
[pid=27413] ppid=27411 vsize=22488 CPUtime=16.74 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 3074 0 0 0 1674 0 0 0 25 0 1 0 476826732 23027712 2848 33554432000 4194304 4785740 140733338479952 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 5622 2848 340 145 0 2667 0
[pid=27414] ppid=27411 vsize=456236 CPUtime=16.72 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1417 0 0 0 1672 0 0 0 25 0 1 0 476826732 467185664 1314 33554432000 134512640 134534564 4287414224 18446744073709551615 134524559 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 114059 1314 91 6 0 112725 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 560756

[startup+102.301 s]
/proc/loadavg: 5.06 2.41 1.50 7/184 27427
/proc/meminfo: memFree=14944772/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589099163374845952 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=54048 CPUtime=34.68 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 25216 0 0 0 3465 3 0 0 25 0 1 0 476826732 55345152 7602 33554432000 4194304 4587354 140734863388592 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 13512 7602 337 96 0 10074 0
[pid=27413] ppid=27411 vsize=25080 CPUtime=33.84 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 3695 0 0 0 3384 0 0 0 25 0 1 0 476826732 25681920 3469 33554432000 4194304 4785740 140733338479952 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 6270 3469 340 145 0 3315 0
[pid=27414] ppid=27411 vsize=460064 CPUtime=33.75 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1580 0 0 0 3375 0 0 0 25 0 1 0 476826732 471105536 1477 33554432000 134512640 134534564 4287414224 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 115016 1477 95 6 0 113682 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 557516

[startup+162.301 s]
/proc/loadavg: 5.65 3.06 1.78 7/184 27429
/proc/meminfo: memFree=14919576/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589097788985311232 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=90324 CPUtime=54.68 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 37096 0 0 0 5463 5 0 0 25 0 1 0 476826732 92491776 8131 33554432000 4194304 4587354 140734863388592 18446744073709551615 4243808 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 22581 8131 337 96 0 19143 0
[pid=27413] ppid=27411 vsize=27380 CPUtime=53.83 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 4158 0 0 0 5383 0 0 0 25 0 1 0 476826732 28037120 3932 33554432000 4194304 4785740 140733338479952 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 6845 3932 340 145 0 3890 0
[pid=27414] ppid=27411 vsize=460064 CPUtime=53.76 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1580 0 0 0 5376 0 0 0 25 0 1 0 476826732 471105536 1477 33554432000 134512640 134534564 4287414224 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 115016 1477 95 6 0 113682 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 596092

[startup+222.301 s]

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

/proc/27414/statm: 115016 1477 95 6 0 113682 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 632108

[startup+4662.3 s]
/proc/loadavg: 6.02 6.01 5.92 7/184 27561
/proc/meminfo: memFree=14807360/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589099163374845952 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=76792 CPUtime=1554.75 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 302425 0 0 0 155413 62 0 0 25 0 1 0 476826732 78635008 15731 33554432000 4194304 4587354 140734863388592 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 19198 15731 337 96 0 15760 0
[pid=27413] ppid=27411 vsize=58580 CPUtime=1553.85 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 11559 0 0 0 155384 1 0 0 25 0 1 0 476826732 59985920 10901 33554432000 4194304 4785740 140733338479952 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 14645 10901 340 145 0 11690 0
[pid=27414] ppid=27411 vsize=460064 CPUtime=1553.78 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1580 0 0 0 155378 0 0 0 25 0 1 0 476826732 471105536 1477 33554432000 134512640 134534564 4287414224 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 115016 1477 95 6 0 113682 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 613760

[startup+4722.3 s]
/proc/loadavg: 6.01 6.00 5.92 7/184 27562
/proc/meminfo: memFree=14789580/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589099163374845952 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=131656 CPUtime=1574.75 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 305236 0 0 0 157412 63 0 0 25 0 1 0 476826732 134815744 18488 33554432000 4194304 4587354 140734863388592 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 32914 18488 337 96 0 29476 0
[pid=27413] ppid=27411 vsize=58580 CPUtime=1573.86 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 11566 0 0 0 157385 1 0 0 25 0 1 0 476826732 59985920 10908 33554432000 4194304 4785740 140733338479952 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 14645 10908 340 145 0 11690 0
[pid=27414] ppid=27411 vsize=460064 CPUtime=1573.78 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1580 0 0 0 157378 0 0 0 25 0 1 0 476826732 471105536 1477 33554432000 134512640 134534564 4287414224 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 115016 1477 95 6 0 113682 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 668624

[startup+4782.3 s]
/proc/loadavg: 6.00 6.00 5.92 7/184 27564
/proc/meminfo: memFree=14784696/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589099163374845952 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=131656 CPUtime=1594.75 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 307352 0 0 0 159411 64 0 0 25 0 1 0 476826732 134815744 20498 33554432000 4194304 4587354 140734863388592 18446744073709551615 4238944 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 32914 20498 337 96 0 29476 0
[pid=27413] ppid=27411 vsize=58580 CPUtime=1593.86 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 11568 0 0 0 159385 1 0 0 25 0 1 0 476826732 59985920 10910 33554432000 4194304 4785740 140733338479952 18446744073709551615 4553363 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 14645 10910 340 145 0 11690 0
[pid=27414] ppid=27411 vsize=460064 CPUtime=1593.78 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1580 0 0 0 159378 0 0 0 25 0 1 0 476826732 471105536 1477 33554432000 134512640 134534564 4287414224 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 115016 1477 95 6 0 113682 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 668624

[startup+4842.3 s]
/proc/loadavg: 6.00 6.00 5.92 7/184 27566
/proc/meminfo: memFree=14807732/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589099163374845952 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=137244 CPUtime=1614.75 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 307460 0 0 0 161411 64 0 0 25 0 1 0 476826732 140537856 15732 33554432000 4194304 4587354 140734863388592 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 34311 15732 337 96 0 30873 0
[pid=27413] ppid=27411 vsize=58580 CPUtime=1613.87 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 11576 0 0 0 161386 1 0 0 25 0 1 0 476826732 59985920 10918 33554432000 4194304 4785740 140733338479952 18446744073709551615 4277617 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 14645 10918 340 145 0 11690 0
[pid=27414] ppid=27411 vsize=460064 CPUtime=1613.77 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1580 0 0 0 161377 0 0 0 25 0 1 0 476826732 471105536 1477 33554432000 134512640 134534564 4287414224 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 115016 1477 95 6 0 113682 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 674212

[startup+4902.3 s]
/proc/loadavg: 6.00 6.00 5.92 7/184 27567
/proc/meminfo: memFree=14788724/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589099163374845952 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=156640 CPUtime=1634.74 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 310450 0 0 0 163410 64 0 0 25 0 1 0 476826732 160399360 18662 33554432000 4194304 4587354 140734863388592 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 39160 18662 337 96 0 35722 0
[pid=27413] ppid=27411 vsize=58580 CPUtime=1633.88 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 11576 0 0 0 163387 1 0 0 25 0 1 0 476826732 59985920 10918 33554432000 4194304 4785740 140733338479952 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 14645 10918 340 145 0 11690 0
[pid=27414] ppid=27411 vsize=460064 CPUtime=1633.77 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1580 0 0 0 163377 0 0 0 25 0 1 0 476826732 471105536 1477 33554432000 134512640 134534564 4287414224 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 115016 1477 95 6 0 113682 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 693608

[startup+4962.3 s]
/proc/loadavg: 6.00 6.00 5.92 7/184 27569
/proc/meminfo: memFree=14785336/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589099163374845952 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=156640 CPUtime=1654.74 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 312433 0 0 0 165409 65 0 0 25 0 1 0 476826732 160399360 20557 33554432000 4194304 4587354 140734863388592 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 39160 20557 337 96 0 35722 0
[pid=27413] ppid=27411 vsize=59008 CPUtime=1653.89 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 11649 0 0 0 165388 1 0 0 25 0 1 0 476826732 60424192 10991 33554432000 4194304 4785740 140733338479952 18446744073709551615 4312576 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 14752 10991 340 145 0 11797 0
[pid=27414] ppid=27411 vsize=460064 CPUtime=1653.77 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1580 0 0 0 165377 0 0 0 25 0 1 0 476826732 471105536 1477 33554432000 134512640 134534564 4287414224 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 115016 1477 95 6 0 113682 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 694036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 6.00 6.00 5.92 7/184 27579
/proc/meminfo: memFree=14799196/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589099163374845952 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=76792 CPUtime=1667.24 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 312580 0 0 0 166659 65 0 0 25 0 1 0 476826732 78635008 15731 33554432000 4194304 4587354 140734863388592 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 19198 15731 337 96 0 15760 0
[pid=27413] ppid=27411 vsize=59436 CPUtime=1666.39 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 11730 0 0 0 166638 1 0 0 25 0 1 0 476826732 60862464 11072 33554432000 4194304 4785740 140733338479952 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 14859 11072 340 145 0 11904 0
[pid=27414] ppid=27411 vsize=460064 CPUtime=1666.37 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1580 0 0 0 166637 0 0 0 25 0 1 0 476826732 471105536 1477 33554432000 134512640 134534564 4287414224 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 115016 1477 95 6 0 113682 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 614616

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

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

[startup+4999.9 s]
/proc/loadavg: 6.00 6.00 5.92 7/184 27579
/proc/meminfo: memFree=14799196/32951124 swapFree=67111524/67111528
[pid=27411] ppid=27409 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27411/stat : 27411 (ppfolio) S 27409 27411 26615 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476826732 18763776 394 33554432000 4194304 4287625 140735264595296 18446744073709551615 228244368911 0 0 4096 65536 4589099163374845952 0 0 17 3 0 0 0
/proc/27411/statm: 4581 394 345 23 0 91 0
[pid=27412] ppid=27411 vsize=76792 CPUtime=1667.24 cores=1
/proc/27412/stat : 27412 (cryptominisat) R 27411 27411 26615 0 -1 4202496 312580 0 0 0 166659 65 0 0 25 0 1 0 476826732 78635008 15731 33554432000 4194304 4587354 140734863388592 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27412/statm: 19198 15731 337 96 0 15760 0
[pid=27413] ppid=27411 vsize=59436 CPUtime=1666.39 cores=1
/proc/27413/stat : 27413 (clasp) R 27411 27411 26615 0 -1 4202496 11730 0 0 0 166638 1 0 0 25 0 1 0 476826732 60862464 11072 33554432000 4194304 4785740 140733338479952 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27413/statm: 14859 11072 340 145 0 11904 0
[pid=27414] ppid=27411 vsize=460064 CPUtime=1666.37 cores=1
/proc/27414/stat : 27414 (TNM) R 27411 27411 26615 0 -1 4202496 1580 0 0 0 166637 0 0 0 25 0 1 0 476826732 471105536 1477 33554432000 134512640 134534564 4287414224 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27414/statm: 115016 1477 95 6 0 113682 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 614616

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.91
CPU time (s): 5000
CPU user time (s): 4999.34
CPU system time (s): 0.66
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2919140

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

runsolver used 8.09677 second user time and 19.1791 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-24 15:38:08
IDJOB=3275872
IDBENCH=83921
IDSOLVER=1639
FILE ID=node136/3275872-1303652288
RUNJOBID= node136-1303652288-27398
PBS_JOBID= 13150712
Free space on /tmp= 72256 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275872-1303652288/watcher-3275872-1303652288 -o /tmp/evaluation-result-3275872-1303652288/solver-3275872-1303652288 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3275872-1303652288.cnf

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

MD5SUM BENCH= 808fa775df860c59a1178e77fc60f410
RANDOM SEED=919681519

node136.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.809
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.61
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.76
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.809
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15057936 kB
Buffers:       1702584 kB
Cached:       15560016 kB
SwapCached:          4 kB
Active:        9119292 kB
Inactive:      8210796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15057936 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12508 kB
Writeback:           0 kB
AnonPages:       67556 kB
Mapped:          14488 kB
Slab:           500876 kB
PageTables:       4336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189472 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= 72236 MiB
End job on node136 at 2011-04-24 17:01:30