Trace number 3263273

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) 3932.56 1300.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
MD5SUMfab1e4926bfa9e7a1fae58c3b22b51e8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark947.499
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46074
Sum of the clauses size92708
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246054
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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

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

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


[startup+0 s]
/proc/loadavg: 9.86 10.12 10.02 6/182 14711
/proc/meminfo: memFree=22728420/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) R 14709 14711 14150 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 520694723 18763776 390 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/14711/statm: 4581 390 341 23 0 91 0

[startup+0.219945 s]
/proc/loadavg: 9.86 10.12 10.02 6/182 14711
/proc/meminfo: memFree=22728420/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 520694723 18763776 390 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 17536789079490822143 0 0 17 1 0 0 0
/proc/14711/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300929 s]
/proc/loadavg: 9.86 10.12 10.02 6/182 14711
/proc/meminfo: memFree=22728420/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 520694723 18763776 390 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 17536789079490822143 0 0 17 1 0 0 0
/proc/14711/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.40091 s]
/proc/loadavg: 9.86 10.12 10.02 6/182 14711
/proc/meminfo: memFree=22728420/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 520694723 18763776 390 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 17536789079490822143 0 0 17 1 0 0 0
/proc/14711/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700857 s]
/proc/loadavg: 9.86 10.12 10.02 6/182 14711
/proc/meminfo: memFree=22728420/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 520694723 18763776 390 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 17536789079490822143 0 0 17 1 0 0 0
/proc/14711/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50071 s]
/proc/loadavg: 9.86 10.12 10.02 12/188 14717
/proc/meminfo: memFree=22689832/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520694723 18763776 390 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 17536789079490822143 0 0 17 1 0 0 0
/proc/14711/statm: 4581 390 341 23 0 91 0
[pid=14712] ppid=14711 vsize=941952 CPUtime=1.49 cores=1
/proc/14712/stat : 14712 (cryptominisat) R 14711 14711 14150 0 -1 4202496 4459 0 0 0 149 0 0 0 25 0 1 0 520694723 964558848 2881 33554432000 4194304 4587354 140735129973488 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14712/statm: 235488 2881 327 96 0 232050 0
[pid=14713] ppid=14711 vsize=24236 CPUtime=1.49 cores=5
/proc/14713/stat : 14713 (clasp) R 14711 14711 14150 0 -1 4202496 3776 0 0 0 149 0 0 0 25 0 1 0 520694723 24817664 3402 33554432000 4194304 4785740 140733377405024 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14713/statm: 6059 3402 340 145 0 3104 0
[pid=14714] ppid=14711 vsize=454372 CPUtime=0.78 cores=7
/proc/14714/stat : 14714 (TNM) R 14711 14711 14150 0 -1 4202496 1324 0 0 0 78 0 0 0 25 0 1 0 520694723 465276928 1220 33554432000 134512640 134534564 4294227504 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14714/statm: 113593 1220 95 6 0 112259 0
[pid=14715] ppid=14711 vsize=9864 CPUtime=1.49 cores=3
/proc/14715/stat : 14715 (lingeling) R 14711 14711 14150 0 -1 4202496 2248 0 0 0 149 0 0 0 25 0 1 0 520694723 10100736 1628 33554432000 4194304 4352236 140735855499616 18446744073709551615 4331615 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14715/statm: 2466 1628 127 39 0 1546 0
[pid=14716] ppid=14711 vsize=13612 CPUtime=0.7 cores=7
/proc/14716/stat : 14716 (march_hi) R 14711 14711 14150 0 -1 4202496 1515 0 0 0 70 0 0 0 25 0 1 0 520694723 13938688 1272 33554432000 4194304 4331988 140736886599648 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14716/statm: 3403 1272 175 34 0 1845 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1462360

[startup+3.10041 s]
/proc/loadavg: 9.86 10.12 10.02 12/188 14717
/proc/meminfo: memFree=22682516/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520694723 18763776 390 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 17536789079490822143 0 0 17 1 0 0 0
/proc/14711/statm: 4581 390 341 23 0 91 0
[pid=14712] ppid=14711 vsize=961600 CPUtime=3.08 cores=1
/proc/14712/stat : 14712 (cryptominisat) R 14711 14711 14150 0 -1 4202496 7638 0 0 0 307 1 0 0 25 0 1 0 520694723 984678400 5434 33554432000 4194304 4587354 140735129973488 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14712/statm: 240400 5434 337 96 0 236962 0
[pid=14713] ppid=14711 vsize=27544 CPUtime=3.09 cores=5
/proc/14713/stat : 14713 (clasp) R 14711 14711 14150 0 -1 4202496 4546 0 0 0 309 0 0 0 25 0 1 0 520694723 28205056 4172 33554432000 4194304 4785740 140733377405024 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14713/statm: 6886 4172 340 145 0 3931 0
[pid=14714] ppid=14711 vsize=454372 CPUtime=1.6 cores=7
/proc/14714/stat : 14714 (TNM) R 14711 14711 14150 0 -1 4202496 1324 0 0 0 160 0 0 0 25 0 1 0 520694723 465276928 1220 33554432000 134512640 134534564 4294227504 18446744073709551615 134530881 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14714/statm: 113593 1220 95 6 0 112259 0
[pid=14715] ppid=14711 vsize=10888 CPUtime=3.09 cores=3
/proc/14715/stat : 14715 (lingeling) R 14711 14711 14150 0 -1 4202496 2504 0 0 0 309 0 0 0 25 0 1 0 520694723 11149312 1884 33554432000 4194304 4352236 140735855499616 18446744073709551615 4329333 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14715/statm: 2722 1884 127 39 0 1802 0
[pid=14716] ppid=14711 vsize=13796 CPUtime=1.47 cores=7
/proc/14716/stat : 14716 (march_hi) R 14711 14711 14150 0 -1 4202496 1538 0 0 0 147 0 0 0 25 0 1 0 520694723 14127104 1295 33554432000 4194304 4331988 140736886599648 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14716/statm: 3449 1295 175 34 0 1891 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1486524

[startup+6.30081 s]
/proc/loadavg: 9.87 10.12 10.02 12/188 14717
/proc/meminfo: memFree=22645072/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520694723 18763776 390 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 17536789079490822143 0 0 17 1 0 0 0
/proc/14711/statm: 4581 390 341 23 0 91 0
[pid=14712] ppid=14711 vsize=960492 CPUtime=6.28 cores=1
/proc/14712/stat : 14712 (cryptominisat) R 14711 14711 14150 0 -1 4202496 10908 0 0 0 627 1 0 0 25 0 1 0 520694723 983543808 7727 33554432000 4194304 4587354 140735129973488 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14712/statm: 240123 7727 337 96 0 236685 0
[pid=14713] ppid=14711 vsize=31900 CPUtime=6.29 cores=5
/proc/14713/stat : 14713 (clasp) R 14711 14711 14150 0 -1 4202496 5624 0 0 0 629 0 0 0 25 0 1 0 520694723 32665600 5250 33554432000 4194304 4785740 140733377405024 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14713/statm: 7975 5250 340 145 0 5020 0
[pid=14714] ppid=14711 vsize=458204 CPUtime=3.2 cores=7
/proc/14714/stat : 14714 (TNM) R 14711 14711 14150 0 -1 4202496 1325 0 0 0 320 0 0 0 25 0 1 0 520694723 469200896 1221 33554432000 134512640 134534564 4294227504 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14714/statm: 114551 1221 95 6 0 113217 0
[pid=14715] ppid=14711 vsize=12936 CPUtime=6.29 cores=3
/proc/14715/stat : 14715 (lingeling) R 14711 14711 14150 0 -1 4202496 3528 0 0 0 629 0 0 0 25 0 1 0 520694723 13246464 2396 33554432000 4194304 4352236 140735855499616 18446744073709551615 4328768 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14715/statm: 3234 2396 127 39 0 2314 0
[pid=14716] ppid=14711 vsize=13796 CPUtime=3.05 cores=7
/proc/14716/stat : 14716 (march_hi) R 14711 14711 14150 0 -1 4202496 1553 0 0 0 305 0 0 0 25 0 1 0 520694723 14127104 1310 33554432000 4194304 4331988 140736886599648 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14716/statm: 3449 1310 175 34 0 1891 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1495652

[startup+12.7006 s]
/proc/loadavg: 9.88 10.12 10.02 11/188 14717
/proc/meminfo: memFree=22626496/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520694723 18763776 390 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 17536789079490822143 0 0 17 1 0 0 0
/proc/14711/statm: 4581 390 341 23 0 91 0
[pid=14712] ppid=14711 vsize=962660 CPUtime=12.68 cores=1
/proc/14712/stat : 14712 (cryptominisat) R 14711 14711 14150 0 -1 4202496 12822 0 0 0 1266 2 0 0 25 0 1 0 520694723 985763840 7515 33554432000 4194304 4587354 140735129973488 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14712/statm: 240665 7515 337 96 0 237227 0
[pid=14713] ppid=14711 vsize=39872 CPUtime=12.68 cores=5
/proc/14713/stat : 14713 (clasp) R 14711 14711 14150 0 -1 4202496 7526 0 0 0 1268 0 0 0 25 0 1 0 520694723 40828928 7152 33554432000 4194304 4785740 140733377405024 18446744073709551615 4287211 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14713/statm: 9968 7152 340 145 0 7013 0
[pid=14714] ppid=14711 vsize=458204 CPUtime=6.4 cores=7
/proc/14714/stat : 14714 (TNM) R 14711 14711 14150 0 -1 4202496 1325 0 0 0 640 0 0 0 25 0 1 0 520694723 469200896 1221 33554432000 134512640 134534564 4294227504 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14714/statm: 114551 1221 95 6 0 113217 0
[pid=14715] ppid=14711 vsize=16776 CPUtime=12.68 cores=3
/proc/14715/stat : 14715 (lingeling) R 14711 14711 14150 0 -1 4202496 5000 0 0 0 1268 0 0 0 25 0 1 0 520694723 17178624 3356 33554432000 4194304 4352236 140735855499616 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14715/statm: 4194 3356 127 39 0 3274 0
[pid=14716] ppid=14711 vsize=14536 CPUtime=6.21 cores=7
/proc/14716/stat : 14716 (march_hi) R 14711 14711 14150 0 -1 4202496 1718 0 0 0 621 0 0 0 25 0 1 0 520694723 14884864 1475 33554432000 4194304 4331988 140736886599648 18446744073709551615 4316030 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14716/statm: 3634 1475 175 34 0 2076 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 1510372

[startup+25.5072 s]
/proc/loadavg: 9.90 10.11 10.01 12/188 14717
/proc/meminfo: memFree=22622220/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520694723 18763776 390 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 17536789079490822143 0 0 17 1 0 0 0
/proc/14711/statm: 4581 390 341 23 0 91 0
[pid=14712] ppid=14711 vsize=981940 CPUtime=25.49 cores=1
/proc/14712/stat : 14712 (cryptominisat) R 14711 14711 14150 0 -1 4202496 21704 0 0 0 2545 4 0 0 25 0 1 0 520694723 1005506560 12062 33554432000 4194304 4587354 140735129973488 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14712/statm: 245485 12062 337 96 0 242047 0
[pid=14713] ppid=14711 vsize=48144 CPUtime=25.49 cores=5
/proc/14713/stat : 14713 (clasp) R 14711 14711 14150 0 -1 4202496 9441 0 0 0 2548 1 0 0 25 0 1 0 520694723 49299456 9067 33554432000 4194304 4785740 140733377405024 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14713/statm: 12036 9067 340 145 0 9081 0
[pid=14714] ppid=14711 vsize=458204 CPUtime=12.86 cores=7
/proc/14714/stat : 14714 (TNM) R 14711 14711 14150 0 -1 4202496 1325 0 0 0 1286 0 0 0 25 0 1 0 520694723 469200896 1221 33554432000 134512640 134534564 4294227504 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14714/statm: 114551 1221 95 6 0 113217 0
[pid=14715] ppid=14711 vsize=27024 CPUtime=25.5 cores=3
/proc/14715/stat : 14715 (lingeling) R 14711 14711 14150 0 -1 4202496 9098 0 0 0 2549 1 0 0 25 0 1 0 520694723 27672576 5918 33554432000 4194304 4352236 140735855499616 18446744073709551615 4329004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14715/statm: 6756 5918 127 39 0 5836 0
[pid=14716] ppid=14711 vsize=15440 CPUtime=12.49 cores=7
/proc/14716/stat : 14716 (march_hi) R 14711 14711 14150 0 -1 4202496 1929 0 0 0 1249 0 0 0 25 0 1 0 520694723 15810560 1686 33554432000 4194304 4331988 140736886599648 18446744073709551615 4313734 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14716/statm: 3860 1686 175 34 0 2302 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 1549076

[startup+51.1004 s]
/proc/loadavg: 9.84 10.08 10.01 11/187 14718
/proc/meminfo: memFree=22596776/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=39.59 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 525 28470 0 0 0 0 3954 5 15 0 1 0 520694723 18763776 391 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 9224195386380386304 0 0 17 1 0 0 0
/proc/14711/statm: 4581 391 342 23 0 91 0
[pid=14713] ppid=14711 vsize=56136 CPUtime=51.09 cores=5
/proc/14713/stat : 14713 (clasp) R 14711 14711 14150 0 -1 4202496 11297 0 0 0 5107 2 0 0 25 0 1 0 520694723 57483264 10923 33554432000 4194304 4785740 140733377405024 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14713/statm: 14034 10923 340 145 0 11079 0
[pid=14714] ppid=14711 vsize=458204 CPUtime=25.6 cores=7
/proc/14714/stat : 14714 (TNM) R 14711 14711 14150 0 -1 4202496 1325 0 0 0 2560 0 0 0 25 0 1 0 520694723 469200896 1221 33554432000 134512640 134534564 4294227504 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14714/statm: 114551 1221 95 6 0 113217 0
[pid=14715] ppid=14711 vsize=23704 CPUtime=51.08 cores=3
/proc/14715/stat : 14715 (lingeling) R 14711 14711 14150 0 -1 4202496 13004 0 0 0 5107 1 0 0 25 0 1 0 520694723 24272896 5088 33554432000 4194304 4352236 140735855499616 18446744073709551615 4328363 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14715/statm: 5926 5088 127 39 0 5006 0
[pid=14716] ppid=14711 vsize=17208 CPUtime=25.21 cores=7

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


[startup+942.301 s]
/proc/loadavg: 8.42 8.94 9.37 9/186 14808
/proc/meminfo: memFree=22737260/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=39.59 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 525 28470 0 0 0 0 3954 5 15 0 1 0 520694723 18763776 391 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/14711/statm: 4581 391 342 23 0 91 0
[pid=14713] ppid=14711 vsize=113944 CPUtime=942.29 cores=5
/proc/14713/stat : 14713 (clasp) R 14711 14711 14150 0 -1 4202496 24869 0 0 0 94224 5 0 0 25 0 1 0 520694723 116678656 24495 33554432000 4194304 4785740 140733377405024 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14713/statm: 28486 24495 340 145 0 25531 0
[pid=14714] ppid=14711 vsize=458204 CPUtime=468.75 cores=7
/proc/14714/stat : 14714 (TNM) R 14711 14711 14150 0 -1 4202496 1325 0 0 0 46875 0 0 0 25 0 1 0 520694723 469200896 1221 33554432000 134512640 134534564 4294227504 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14714/statm: 114551 1221 95 6 0 113217 0
[pid=14715] ppid=14711 vsize=49584 CPUtime=942.32 cores=3
/proc/14715/stat : 14715 (lingeling) R 14711 14711 14150 0 -1 4202496 174994 0 0 0 94209 23 0 0 25 0 1 0 520694723 50774016 11590 33554432000 4194304 4352236 140735855499616 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14715/statm: 12396 11590 127 39 0 11476 0
[pid=14716] ppid=14711 vsize=134472 CPUtime=468.43 cores=7
/proc/14716/stat : 14716 (march_hi) R 14711 14711 14150 0 -1 4202496 26655 0 0 0 46829 14 0 0 25 0 1 0 520694723 137699328 26412 33554432000 4194304 4331988 140736886599648 18446744073709551615 4237360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14716/statm: 33618 26412 175 34 0 32060 0
Current children cumulated CPU time (s) 2861.38
Current children cumulated vsize (KiB) 774528

[startup+1002.31 s]
/proc/loadavg: 8.15 8.77 9.28 9/186 14809
/proc/meminfo: memFree=22719240/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=39.59 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 525 28470 0 0 0 0 3954 5 15 0 1 0 520694723 18763776 391 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/14711/statm: 4581 391 342 23 0 91 0
[pid=14713] ppid=14711 vsize=114656 CPUtime=1002.3 cores=5
/proc/14713/stat : 14713 (clasp) R 14711 14711 14150 0 -1 4202496 25081 0 0 0 100225 5 0 0 25 0 1 0 520694723 117407744 24707 33554432000 4194304 4785740 140733377405024 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14713/statm: 28664 24707 340 145 0 25709 0
[pid=14714] ppid=14711 vsize=458204 CPUtime=498.63 cores=7
/proc/14714/stat : 14714 (TNM) R 14711 14711 14150 0 -1 4202496 1325 0 0 0 49863 0 0 0 25 0 1 0 520694723 469200896 1221 33554432000 134512640 134534564 4294227504 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14714/statm: 114551 1221 95 6 0 113217 0
[pid=14715] ppid=14711 vsize=44464 CPUtime=1002.32 cores=3
/proc/14715/stat : 14715 (lingeling) R 14711 14711 14150 0 -1 4202496 180882 0 0 0 100208 24 0 0 25 0 1 0 520694723 45531136 10310 33554432000 4194304 4352236 140735855499616 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14715/statm: 11116 10310 127 39 0 10196 0
[pid=14716] ppid=14711 vsize=165856 CPUtime=498.23 cores=7
/proc/14716/stat : 14716 (march_hi) R 14711 14711 14150 0 -1 4202496 29011 0 0 0 49807 16 0 0 25 0 1 0 520694723 169836544 28768 33554432000 4194304 4331988 140736886599648 18446744073709551615 4297256 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14716/statm: 41464 28768 175 34 0 39906 0
Current children cumulated CPU time (s) 3041.07
Current children cumulated vsize (KiB) 801504

[startup+1062.3 s]
/proc/loadavg: 8.16 8.65 9.20 9/186 14811
/proc/meminfo: memFree=22682256/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=39.59 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 525 28470 0 0 0 0 3954 5 15 0 1 0 520694723 18763776 391 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/14711/statm: 4581 391 342 23 0 91 0
[pid=14713] ppid=14711 vsize=114656 CPUtime=1062.29 cores=5
/proc/14713/stat : 14713 (clasp) R 14711 14711 14150 0 -1 4202496 25091 0 0 0 106224 5 0 0 25 0 1 0 520694723 117407744 24717 33554432000 4194304 4785740 140733377405024 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14713/statm: 28664 24717 340 145 0 25709 0
[pid=14714] ppid=14711 vsize=458204 CPUtime=528.42 cores=7
/proc/14714/stat : 14714 (TNM) R 14711 14711 14150 0 -1 4202496 1325 0 0 0 52842 0 0 0 25 0 1 0 520694723 469200896 1221 33554432000 134512640 134534564 4294227504 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14714/statm: 114551 1221 95 6 0 113217 0
[pid=14715] ppid=14711 vsize=60848 CPUtime=1062.33 cores=3
/proc/14715/stat : 14715 (lingeling) R 14711 14711 14150 0 -1 4202496 190610 0 0 0 106207 26 0 0 25 0 1 0 520694723 62308352 14406 33554432000 4194304 4352236 140735855499616 18446744073709551615 4328039 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14715/statm: 15212 14406 127 39 0 14292 0
[pid=14716] ppid=14711 vsize=165856 CPUtime=528.1 cores=7
/proc/14716/stat : 14716 (march_hi) R 14711 14711 14150 0 -1 4202496 31296 0 0 0 52793 17 0 0 25 0 1 0 520694723 169836544 31053 33554432000 4194304 4331988 140736886599648 18446744073709551615 4316019 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14716/statm: 41464 31053 175 34 0 39906 0
Current children cumulated CPU time (s) 3220.73
Current children cumulated vsize (KiB) 817888

[startup+1122.3 s]
/proc/loadavg: 8.18 8.56 9.14 9/186 14813
/proc/meminfo: memFree=22658788/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=39.59 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 525 28470 0 0 0 0 3954 5 15 0 1 0 520694723 18763776 391 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/14711/statm: 4581 391 342 23 0 91 0
[pid=14713] ppid=14711 vsize=114656 CPUtime=1122.3 cores=5
/proc/14713/stat : 14713 (clasp) R 14711 14711 14150 0 -1 4202496 25108 0 0 0 112225 5 0 0 25 0 1 0 520694723 117407744 24734 33554432000 4194304 4785740 140733377405024 18446744073709551615 4290595 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14713/statm: 28664 24734 340 145 0 25709 0
[pid=14714] ppid=14711 vsize=458204 CPUtime=558.29 cores=7
/proc/14714/stat : 14714 (TNM) R 14711 14711 14150 0 -1 4202496 1325 0 0 0 55829 0 0 0 25 0 1 0 520694723 469200896 1221 33554432000 134512640 134534564 4294227504 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14714/statm: 114551 1221 95 6 0 113217 0
[pid=14715] ppid=14711 vsize=59824 CPUtime=1122.33 cores=3
/proc/14715/stat : 14715 (lingeling) R 14711 14711 14150 0 -1 4202496 197650 0 0 0 112206 27 0 0 25 0 1 0 520694723 61259776 14150 33554432000 4194304 4352236 140735855499616 18446744073709551615 4276475 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14715/statm: 14956 14150 127 39 0 14036 0
[pid=14716] ppid=14711 vsize=210056 CPUtime=557.91 cores=7
/proc/14716/stat : 14716 (march_hi) R 14711 14711 14150 0 -1 4202496 33609 0 0 0 55773 18 0 0 25 0 1 0 520694723 215097344 33366 33554432000 4194304 4331988 140736886599648 18446744073709551615 4237182 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14716/statm: 52514 33366 175 34 0 50956 0
Current children cumulated CPU time (s) 3400.42
Current children cumulated vsize (KiB) 861064

[startup+1182.3 s]
/proc/loadavg: 8.16 8.49 9.07 9/186 14814
/proc/meminfo: memFree=22609792/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=39.59 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 525 28470 0 0 0 0 3954 5 15 0 1 0 520694723 18763776 391 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/14711/statm: 4581 391 342 23 0 91 0
[pid=14713] ppid=14711 vsize=115380 CPUtime=1182.3 cores=5
/proc/14713/stat : 14713 (clasp) R 14711 14711 14150 0 -1 4202496 25282 0 0 0 118225 5 0 0 25 0 1 0 520694723 118149120 24908 33554432000 4194304 4785740 140733377405024 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14713/statm: 28845 24908 340 145 0 25890 0
[pid=14714] ppid=14711 vsize=458204 CPUtime=588.12 cores=7
/proc/14714/stat : 14714 (TNM) R 14711 14711 14150 0 -1 4202496 1325 0 0 0 58812 0 0 0 25 0 1 0 520694723 469200896 1221 33554432000 134512640 134534564 4294227504 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14714/statm: 114551 1221 95 6 0 113217 0
[pid=14715] ppid=14711 vsize=69552 CPUtime=1182.33 cores=3
/proc/14715/stat : 14715 (lingeling) R 14711 14711 14150 0 -1 4202496 207378 0 0 0 118205 28 0 0 25 0 1 0 520694723 71221248 16582 33554432000 4194304 4352236 140735855499616 18446744073709551615 4328351 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14715/statm: 17388 16582 127 39 0 16468 0
[pid=14716] ppid=14711 vsize=210056 CPUtime=587.76 cores=7
/proc/14716/stat : 14716 (march_hi) R 14711 14711 14150 0 -1 4202496 36192 0 0 0 58757 19 0 0 25 0 1 0 520694723 215097344 35949 33554432000 4194304 4331988 140736886599648 18446744073709551615 4315866 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14716/statm: 52514 35949 175 34 0 50956 0
Current children cumulated CPU time (s) 3580.1
Current children cumulated vsize (KiB) 871516

[startup+1242.3 s]
/proc/loadavg: 8.16 8.43 9.01 9/186 14816
/proc/meminfo: memFree=22602328/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=39.59 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 525 28470 0 0 0 0 3954 5 15 0 1 0 520694723 18763776 391 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/14711/statm: 4581 391 342 23 0 91 0
[pid=14713] ppid=14711 vsize=115380 CPUtime=1242.3 cores=5
/proc/14713/stat : 14713 (clasp) R 14711 14711 14150 0 -1 4202496 25314 0 0 0 124225 5 0 0 25 0 1 0 520694723 118149120 24940 33554432000 4194304 4785740 140733377405024 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14713/statm: 28845 24940 340 145 0 25890 0
[pid=14714] ppid=14711 vsize=458204 CPUtime=617.95 cores=7
/proc/14714/stat : 14714 (TNM) R 14711 14711 14150 0 -1 4202496 1325 0 0 0 61795 0 0 0 25 0 1 0 520694723 469200896 1221 33554432000 134512640 134534564 4294227504 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14714/statm: 114551 1221 95 6 0 113217 0
[pid=14715] ppid=14711 vsize=69552 CPUtime=1242.33 cores=3
/proc/14715/stat : 14715 (lingeling) R 14711 14711 14150 0 -1 4202496 212818 0 0 0 124205 28 0 0 25 0 1 0 520694723 71221248 16582 33554432000 4194304 4352236 140735855499616 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14715/statm: 17388 16582 127 39 0 16468 0
[pid=14716] ppid=14711 vsize=210056 CPUtime=617.6 cores=7
/proc/14716/stat : 14716 (march_hi) R 14711 14711 14150 0 -1 4202496 38714 0 0 0 61739 21 0 0 25 0 1 0 520694723 215097344 38471 33554432000 4194304 4331988 140736886599648 18446744073709551615 4237419 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14716/statm: 52514 38471 175 34 0 50956 0
Current children cumulated CPU time (s) 3759.77
Current children cumulated vsize (KiB) 871516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 8.13 8.37 8.96 9/186 14817
/proc/meminfo: memFree=22575756/32951124 swapFree=67111524/67111528
[pid=14711] ppid=14709 vsize=18324 CPUtime=39.59 cores=1,3,5,7
/proc/14711/stat : 14711 (ppfolio) S 14709 14711 14150 0 -1 4202496 525 28470 0 0 0 0 3954 5 15 0 1 0 520694723 18763776 391 33554432000 4194304 4287625 140733733385840 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/14711/statm: 4581 391 342 23 0 91 0
[pid=14713] ppid=14711 vsize=115960 CPUtime=1300 cores=5
/proc/14713/stat : 14713 (clasp) R 14711 14711 14150 0 -1 4202496 25452 0 0 0 129995 5 0 0 25 0 1 0 520694723 118743040 25078 33554432000 4194304 4785740 140733377405024 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14713/statm: 28990 25078 340 145 0 26035 0
[pid=14714] ppid=14711 vsize=458204 CPUtime=646.64 cores=7
/proc/14714/stat : 14714 (TNM) R 14711 14711 14150 0 -1 4202496 1325 0 0 0 64664 0 0 0 25 0 1 0 520694723 469200896 1221 33554432000 134512640 134534564 4294227504 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14714/statm: 114551 1221 95 6 0 113217 0
[pid=14715] ppid=14711 vsize=64176 CPUtime=1300.04 cores=3
/proc/14715/stat : 14715 (lingeling) R 14711 14711 14150 0 -1 4202496 218514 0 0 0 129975 29 0 0 25 0 1 0 520694723 65716224 15238 33554432000 4194304 4352236 140735855499616 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14715/statm: 16044 15238 127 39 0 15124 0
[pid=14716] ppid=14711 vsize=210056 CPUtime=646.29 cores=7
/proc/14716/stat : 14716 (march_hi) R 14711 14711 14150 0 -1 4202496 41050 0 0 0 64607 22 0 0 25 0 1 0 520694723 215097344 40807 33554432000 4194304 4331988 140736886599648 18446744073709551615 4228311 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14716/statm: 52514 40807 175 34 0 50956 0
Current children cumulated CPU time (s) 3932.56
Current children cumulated vsize (KiB) 866720

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 14711 and gives
#  childrusage.ru_utime.tv_sec=39
#  childrusage.ru_utime.tv_usec=551987
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=60990
# CPU time returned by wait4() is 39.613
# while last known CPU time is 3932.56
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 3932.56
CPU user time (s): 3931.95
CPU system time (s): 0.61
CPU usage (%): 302.5
Max. virtual memory (cumulated for all children) (KiB): 2392044

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

runsolver used 2.05769 second user time and 5.04023 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 17:29:03
IDJOB=3263273
IDBENCH=83949
IDSOLVER=1612
FILE ID=node105/3263273-1304090943
RUNJOBID= node105-1304087809-14169
PBS_JOBID= 13170561
Free space on /tmp= 71928 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263273-1304090943/watcher-3263273-1304090943 -o /tmp/evaluation-result-3263273-1304090943/solver-3263273-1304090943 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3263273-1304090943.cnf

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

MD5SUM BENCH= fab1e4926bfa9e7a1fae58c3b22b51e8
RANDOM SEED=1051130873

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:      22728708 kB
Buffers:       2155856 kB
Cached:        7082664 kB
SwapCached:          4 kB
Active:         914216 kB
Inactive:      8760960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22728708 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10520 kB
Writeback:           0 kB
AnonPages:      436352 kB
Mapped:          16640 kB
Slab:           483500 kB
PageTables:       6100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1816028 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= 71920 MiB
End job on node105 at 2011-04-29 17:50:45