Trace number 3274104

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n260-s62321009-sat.cnf
MD5SUMf2b430bdd9bc1c472e9e437567706bb7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.48747
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of clauses624
Sum of the clauses size1560
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2520
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5104
Number of clauses of size over 50

Solver Data

0.00/0.51	This is pico-portfolio, a naive parallel portfolio
0.00/0.51	Copyright (C) 2011 Olivier Roussel
0.00/0.51	Using 4 processing units
0.00/0.51	This portfolio uses the following solvers:
0.00/0.51	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.51	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.51	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.51	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.51	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.51	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.51	Starting clasp 1.3.6 on core(s) 4
0.00/0.51	Starting TNM 2009 on core(s) 6
0.00/0.51	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.51	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-3274104-1304083097/watcher-3274104-1304083097 -o /tmp/evaluation-result-3274104-1304083097/solver-3274104-1304083097 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3274104-1304083097.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.81 8.56 8.53 6/186 1535
/proc/meminfo: memFree=30670500/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) R 1533 1535 379 0 -1 4194304 492 0 0 0 0 0 0 0 25 0 1 0 519907561 18763776 387 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550357909 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/1535/statm: 4581 387 339 23 0 91 0

[startup+0.119682 s]
/proc/loadavg: 8.81 8.56 8.53 6/186 1535
/proc/meminfo: memFree=30670500/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) S 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 15996742312566718463 0 0 17 6 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200657 s]
/proc/loadavg: 8.81 8.56 8.53 6/186 1535
/proc/meminfo: memFree=30670500/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) R 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300639 s]
/proc/loadavg: 8.81 8.56 8.53 6/186 1535
/proc/meminfo: memFree=30670500/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) R 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700566 s]
/proc/loadavg: 8.81 8.56 8.53 6/186 1535
/proc/meminfo: memFree=30670500/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) R 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50042 s]
/proc/loadavg: 8.81 8.56 8.53 11/192 1541
/proc/meminfo: memFree=30662392/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) S 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 15996742312566718463 0 0 17 0 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
[pid=1536] ppid=1535 vsize=664368 CPUtime=1.49 cores=0
/proc/1536/stat : 1536 (cryptominisat) R 1535 1535 379 0 -1 4202496 2430 0 0 0 149 0 0 0 20 0 1 0 519907561 680312832 1231 33554432000 4194304 4587354 140735067785408 18446744073709551615 4239139 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1536/statm: 166092 1231 327 96 0 162654 0
[pid=1537] ppid=1535 vsize=13360 CPUtime=1.49 cores=4
/proc/1537/stat : 1537 (clasp) R 1535 1535 379 0 -1 4202496 794 0 0 0 149 0 0 0 20 0 1 0 519907561 13680640 684 33554432000 4194304 4785740 140735406277760 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1537/statm: 3340 684 340 145 0 385 0
[pid=1538] ppid=1535 vsize=455696 CPUtime=0.34 cores=6
/proc/1538/stat : 1538 (TNM) R 1535 1535 379 0 -1 4202496 283 0 0 0 34 0 0 0 25 0 1 0 519907562 466632704 180 33554432000 134512640 134534564 4288088384 18446744073709551615 134528558 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1538/statm: 113924 180 95 6 0 112590 0
[pid=1539] ppid=1535 vsize=6512 CPUtime=1.49 cores=2
/proc/1539/stat : 1539 (lingeling) R 1535 1535 379 0 -1 4202496 1243 0 0 0 149 0 0 0 25 0 1 0 519907562 6668288 826 33554432000 4194304 4352236 140733349118912 18446744073709551615 4278965 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1539/statm: 1628 826 127 39 0 708 0
[pid=1541] ppid=1535 vsize=8096 CPUtime=1.13 cores=6
/proc/1541/stat : 1541 (march_hi) R 1535 1535 379 0 -1 4202496 646 0 0 0 113 0 0 0 25 0 1 0 519907562 8290304 521 33554432000 4194304 4331988 140734140637760 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1541/statm: 2024 521 175 34 0 466 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1166356

[startup+3.10113 s]
/proc/loadavg: 8.81 8.56 8.53 11/192 1541
/proc/meminfo: memFree=30650736/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) S 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 15996742312566718463 0 0 17 0 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
[pid=1536] ppid=1535 vsize=673724 CPUtime=3.09 cores=0
/proc/1536/stat : 1536 (cryptominisat) R 1535 1535 379 0 -1 4202496 5826 0 0 0 309 0 0 0 25 0 1 0 519907561 689893376 3411 33554432000 4194304 4587354 140735067785408 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1536/statm: 168431 3411 337 96 0 164993 0
[pid=1537] ppid=1535 vsize=13756 CPUtime=3.09 cores=4
/proc/1537/stat : 1537 (clasp) R 1535 1535 379 0 -1 4202496 900 0 0 0 309 0 0 0 25 0 1 0 519907561 14086144 790 33554432000 4194304 4785740 140735406277760 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1537/statm: 3439 790 340 145 0 484 0
[pid=1538] ppid=1535 vsize=455696 CPUtime=1.14 cores=6
/proc/1538/stat : 1538 (TNM) R 1535 1535 379 0 -1 4202496 283 0 0 0 114 0 0 0 25 0 1 0 519907562 466632704 180 33554432000 134512640 134534564 4288088384 18446744073709551615 7636411 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1538/statm: 113924 180 95 6 0 112590 0
[pid=1539] ppid=1535 vsize=7796 CPUtime=3.09 cores=2
/proc/1539/stat : 1539 (lingeling) R 1535 1535 379 0 -1 4202496 1820 0 0 0 309 0 0 0 25 0 1 0 519907562 7983104 1147 33554432000 4194304 4352236 140733349118912 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1539/statm: 1949 1147 127 39 0 1029 0
[pid=1541] ppid=1535 vsize=8792 CPUtime=1.93 cores=6
/proc/1541/stat : 1541 (march_hi) R 1535 1535 379 0 -1 4202496 807 0 0 0 193 0 0 0 25 0 1 0 519907562 9003008 682 33554432000 4194304 4331988 140734140637760 18446744073709551615 4228349 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1541/statm: 2198 682 175 34 0 640 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1178088

[startup+6.30055 s]
/proc/loadavg: 8.90 8.58 8.54 11/192 1541
/proc/meminfo: memFree=30638592/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) S 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 15996742312566718463 0 0 17 0 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
[pid=1536] ppid=1535 vsize=680944 CPUtime=6.29 cores=0
/proc/1536/stat : 1536 (cryptominisat) R 1535 1535 379 0 -1 4202496 9298 0 0 0 628 1 0 0 25 0 1 0 519907561 697286656 5371 33554432000 4194304 4587354 140735067785408 18446744073709551615 4269357 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1536/statm: 170236 5371 337 96 0 166798 0
[pid=1537] ppid=1535 vsize=14428 CPUtime=6.29 cores=4
/proc/1537/stat : 1537 (clasp) R 1535 1535 379 0 -1 4202496 1055 0 0 0 629 0 0 0 25 0 1 0 519907561 14774272 945 33554432000 4194304 4785740 140735406277760 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1537/statm: 3607 945 340 145 0 652 0
[pid=1538] ppid=1535 vsize=455696 CPUtime=2.74 cores=6
/proc/1538/stat : 1538 (TNM) R 1535 1535 379 0 -1 4202496 283 0 0 0 274 0 0 0 25 0 1 0 519907562 466632704 180 33554432000 134512640 134534564 4288088384 18446744073709551615 134530464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1538/statm: 113924 180 95 6 0 112590 0
[pid=1539] ppid=1535 vsize=6900 CPUtime=6.29 cores=2
/proc/1539/stat : 1539 (lingeling) R 1535 1535 379 0 -1 4202496 2428 0 0 0 629 0 0 0 25 0 1 0 519907562 7065600 923 33554432000 4194304 4352236 140733349118912 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1539/statm: 1725 923 127 39 0 805 0
[pid=1541] ppid=1535 vsize=10892 CPUtime=3.51 cores=6
/proc/1541/stat : 1541 (march_hi) R 1535 1535 379 0 -1 4202496 1092 0 0 0 351 0 0 0 25 0 1 0 519907562 11153408 967 33554432000 4194304 4331988 140734140637760 18446744073709551615 4210461 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1541/statm: 2723 967 175 34 0 1165 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 1187184

[startup+12.7004 s]
/proc/loadavg: 8.99 8.60 8.55 12/192 1541
/proc/meminfo: memFree=30633120/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) S 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 15996742312566718463 0 0 17 0 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
[pid=1536] ppid=1535 vsize=681300 CPUtime=12.68 cores=0
/proc/1536/stat : 1536 (cryptominisat) R 1535 1535 379 0 -1 4202496 13247 0 0 0 1267 1 0 0 25 0 1 0 519907561 697651200 5529 33554432000 4194304 4587354 140735067785408 18446744073709551615 4244512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1536/statm: 170325 5529 337 96 0 166887 0
[pid=1537] ppid=1535 vsize=14960 CPUtime=12.69 cores=4
/proc/1537/stat : 1537 (clasp) R 1535 1535 379 0 -1 4202496 1214 0 0 0 1269 0 0 0 25 0 1 0 519907561 15319040 1104 33554432000 4194304 4785740 140735406277760 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1537/statm: 3740 1104 340 145 0 785 0
[pid=1538] ppid=1535 vsize=455696 CPUtime=5.91 cores=6
/proc/1538/stat : 1538 (TNM) R 1535 1535 379 0 -1 4202496 283 0 0 0 591 0 0 0 25 0 1 0 519907562 466632704 180 33554432000 134512640 134534564 4288088384 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1538/statm: 113924 180 95 6 0 112590 0
[pid=1539] ppid=1535 vsize=8820 CPUtime=12.69 cores=2
/proc/1539/stat : 1539 (lingeling) R 1535 1535 379 0 -1 4202496 3772 0 0 0 1269 0 0 0 25 0 1 0 519907562 9031680 1403 33554432000 4194304 4352236 140733349118912 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1539/statm: 2205 1403 127 39 0 1285 0
[pid=1541] ppid=1535 vsize=12980 CPUtime=6.7 cores=6
/proc/1541/stat : 1541 (march_hi) R 1535 1535 379 0 -1 4202496 1660 0 0 0 670 0 0 0 25 0 1 0 519907562 13291520 1535 33554432000 4194304 4331988 140734140637760 18446744073709551615 4228339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1541/statm: 3245 1535 175 34 0 1687 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1192080

[startup+25.5011 s]
/proc/loadavg: 9.28 8.69 8.58 11/192 1541
/proc/meminfo: memFree=30616864/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) S 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 15996742312566718463 0 0 17 0 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
[pid=1536] ppid=1535 vsize=685840 CPUtime=25.49 cores=0
/proc/1536/stat : 1536 (cryptominisat) R 1535 1535 379 0 -1 4202496 20428 0 0 0 2546 3 0 0 25 0 1 0 519907561 702300160 6606 33554432000 4194304 4587354 140735067785408 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1536/statm: 171460 6606 337 96 0 168022 0
[pid=1537] ppid=1535 vsize=15920 CPUtime=25.49 cores=4
/proc/1537/stat : 1537 (clasp) R 1535 1535 379 0 -1 4202496 1445 0 0 0 2549 0 0 0 25 0 1 0 519907561 16302080 1335 33554432000 4194304 4785740 140735406277760 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1537/statm: 3980 1335 340 145 0 1025 0
[pid=1538] ppid=1535 vsize=455696 CPUtime=12.24 cores=6
/proc/1538/stat : 1538 (TNM) R 1535 1535 379 0 -1 4202496 283 0 0 0 1224 0 0 0 25 0 1 0 519907562 466632704 180 33554432000 134512640 134534564 4288088384 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1538/statm: 113924 180 95 6 0 112590 0
[pid=1539] ppid=1535 vsize=9224 CPUtime=25.49 cores=2
/proc/1539/stat : 1539 (lingeling) R 1535 1535 379 0 -1 4202496 6078 0 0 0 2549 0 0 0 25 0 1 0 519907562 9445376 1504 33554432000 4194304 4352236 140733349118912 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1539/statm: 2306 1504 127 39 0 1386 0
[pid=1541] ppid=1535 vsize=20180 CPUtime=13.1 cores=6
/proc/1541/stat : 1541 (march_hi) R 1535 1535 379 0 -1 4202496 2742 0 0 0 1310 0 0 0 25 0 1 0 519907562 20664320 2617 33554432000 4194304 4331988 140734140637760 18446744073709551615 271549933265 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1541/statm: 5045 2617 175 34 0 3487 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1205184

[startup+51.1004 s]
/proc/loadavg: 9.52 8.79 8.61 11/192 1542
/proc/meminfo: memFree=30582120/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) S 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 15996742312566718463 0 0 17 0 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
[pid=1536] ppid=1535 vsize=692824 CPUtime=51.09 cores=0
/proc/1536/stat : 1536 (cryptominisat) R 1535 1535 379 0 -1 4202496 29741 0 0 0 5105 4 0 0 25 0 1 0 519907561 709451776 7719 33554432000 4194304 4587354 140735067785408 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1536/statm: 173206 7719 337 96 0 169768 0
[pid=1537] ppid=1535 vsize=17276 CPUtime=51.08 cores=4
/proc/1537/stat : 1537 (clasp) R 1535 1535 379 0 -1 4202496 1774 0 0 0 5108 0 0 0 25 0 1 0 519907561 17690624 1664 33554432000 4194304 4785740 140735406277760 18446744073709551615 4309704 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1537/statm: 4319 1664 340 145 0 1364 0
[pid=1538] ppid=1535 vsize=455696 CPUtime=25 cores=6
/proc/1538/stat : 1538 (TNM) R 1535 1535 379 0 -1 4202496 283 0 0 0 2500 0 0 0 25 0 1 0 519907562 466632704 180 33554432000 134512640 134534564 4288088384 18446744073709551615 134529838 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1538/statm: 113924 180 95 6 0 112590 0
[pid=1539] ppid=1535 vsize=11400 CPUtime=51.09 cores=2

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

/proc/1541/statm: 88051 66589 175 34 0 86493 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 1643360

[startup+942.301 s]
/proc/loadavg: 10.24 10.15 9.59 11/192 1566
/proc/meminfo: memFree=29835428/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) S 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 15996742312566718463 0 0 17 0 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
[pid=1536] ppid=1535 vsize=753228 CPUtime=942.31 cores=0
/proc/1536/stat : 1536 (cryptominisat) R 1535 1535 379 0 -1 4202496 195936 0 0 0 94175 56 0 0 25 0 1 0 519907561 771305472 24630 33554432000 4194304 4587354 140735067785408 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1536/statm: 188307 24630 337 96 0 184869 0
[pid=1537] ppid=1535 vsize=21684 CPUtime=942.2 cores=4
/proc/1537/stat : 1537 (clasp) R 1535 1535 379 0 -1 4202496 2774 0 0 0 94220 0 0 0 25 0 1 0 519907561 22204416 2664 33554432000 4194304 4785740 140735406277760 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1537/statm: 5421 2664 340 145 0 2466 0
[pid=1538] ppid=1535 vsize=455696 CPUtime=468.17 cores=6
/proc/1538/stat : 1538 (TNM) R 1535 1535 379 0 -1 4202496 283 0 0 0 46817 0 0 0 25 0 1 0 519907562 466632704 180 33554432000 134512640 134534564 4288088384 18446744073709551615 134530489 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1538/statm: 113924 180 95 6 0 112590 0
[pid=1539] ppid=1535 vsize=38432 CPUtime=942.31 cores=2
/proc/1539/stat : 1539 (lingeling) R 1535 1535 379 0 -1 4202496 77216 0 0 0 94222 9 0 0 25 0 1 0 519907562 39354368 8806 33554432000 4194304 4352236 140733349118912 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1539/statm: 9608 8806 127 39 0 8688 0
[pid=1541] ppid=1535 vsize=352204 CPUtime=469 cores=6
/proc/1541/stat : 1541 (march_hi) R 1535 1535 379 0 -1 4202496 70925 0 0 0 46873 27 0 0 25 0 1 0 519907562 360656896 70800 33554432000 4194304 4331988 140734140637760 18446744073709551615 4247274 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1541/statm: 88051 70800 175 34 0 86493 0
Current children cumulated CPU time (s) 3763.99
Current children cumulated vsize (KiB) 1639568

[startup+1002.3 s]
/proc/loadavg: 10.22 10.16 9.63 11/192 1567
/proc/meminfo: memFree=29810192/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) S 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 15996742312566718463 0 0 17 0 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
[pid=1536] ppid=1535 vsize=753036 CPUtime=1002.31 cores=0
/proc/1536/stat : 1536 (cryptominisat) R 1535 1535 379 0 -1 4202496 202117 0 0 0 100173 58 0 0 25 0 1 0 519907561 771108864 24390 33554432000 4194304 4587354 140735067785408 18446744073709551615 4238622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1536/statm: 188259 24390 337 96 0 184821 0
[pid=1537] ppid=1535 vsize=21684 CPUtime=1002.2 cores=4
/proc/1537/stat : 1537 (clasp) R 1535 1535 379 0 -1 4202496 2787 0 0 0 100220 0 0 0 25 0 1 0 519907561 22204416 2677 33554432000 4194304 4785740 140735406277760 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1537/statm: 5421 2677 340 145 0 2466 0
[pid=1538] ppid=1535 vsize=455696 CPUtime=498.01 cores=6
/proc/1538/stat : 1538 (TNM) R 1535 1535 379 0 -1 4202496 283 0 0 0 49801 0 0 0 25 0 1 0 519907562 466632704 180 33554432000 134512640 134534564 4288088384 18446744073709551615 134530748 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1538/statm: 113924 180 95 6 0 112590 0
[pid=1539] ppid=1535 vsize=26144 CPUtime=1002.31 cores=2
/proc/1539/stat : 1539 (lingeling) R 1535 1535 379 0 -1 4202496 79200 0 0 0 100222 9 0 0 25 0 1 0 519907562 26771456 5734 33554432000 4194304 4352236 140733349118912 18446744073709551615 4328832 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1539/statm: 6536 5734 127 39 0 5616 0
[pid=1541] ppid=1535 vsize=352204 CPUtime=498.83 cores=6
/proc/1541/stat : 1541 (march_hi) R 1535 1535 379 0 -1 4202496 75004 0 0 0 49855 28 0 0 25 0 1 0 519907562 360656896 74879 33554432000 4194304 4331988 140734140637760 18446744073709551615 4298784 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1541/statm: 88051 74879 175 34 0 86493 0
Current children cumulated CPU time (s) 4003.66
Current children cumulated vsize (KiB) 1627088

[startup+1062.3 s]
/proc/loadavg: 10.06 10.13 9.65 11/192 1602
/proc/meminfo: memFree=30061304/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) S 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 15996742312566718463 0 0 17 0 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
[pid=1536] ppid=1535 vsize=770064 CPUtime=1062.32 cores=0
/proc/1536/stat : 1536 (cryptominisat) R 1535 1535 379 0 -1 4202496 207948 0 0 0 106171 61 0 0 25 0 1 0 519907561 788545536 28930 33554432000 4194304 4587354 140735067785408 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1536/statm: 192516 28930 337 96 0 189078 0
[pid=1537] ppid=1535 vsize=21684 CPUtime=1062.19 cores=4
/proc/1537/stat : 1537 (clasp) R 1535 1535 379 0 -1 4202496 2798 0 0 0 106219 0 0 0 25 0 1 0 519907561 22204416 2688 33554432000 4194304 4785740 140735406277760 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1537/statm: 5421 2688 340 145 0 2466 0
[pid=1538] ppid=1535 vsize=455696 CPUtime=527.86 cores=6
/proc/1538/stat : 1538 (TNM) R 1535 1535 379 0 -1 4202496 283 0 0 0 52786 0 0 0 25 0 1 0 519907562 466632704 180 33554432000 134512640 134534564 4288088384 18446744073709551615 134530803 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1538/statm: 113924 180 95 6 0 112590 0
[pid=1539] ppid=1535 vsize=37152 CPUtime=1062.32 cores=2
/proc/1539/stat : 1539 (lingeling) R 1535 1535 379 0 -1 4202496 83552 0 0 0 106222 10 0 0 25 0 1 0 519907562 38043648 8486 33554432000 4194304 4352236 140733349118912 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1539/statm: 9288 8486 127 39 0 8368 0
[pid=1541] ppid=1535 vsize=352204 CPUtime=528.65 cores=6
/proc/1541/stat : 1541 (march_hi) R 1535 1535 379 0 -1 4202496 78938 0 0 0 52836 29 0 0 25 0 1 0 519907562 360656896 78813 33554432000 4194304 4331988 140734140637760 18446744073709551615 4226496 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1541/statm: 88051 78813 175 34 0 86493 0
Current children cumulated CPU time (s) 4243.34
Current children cumulated vsize (KiB) 1655124

[startup+1122.3 s]
/proc/loadavg: 10.18 10.15 9.68 12/192 1604
/proc/meminfo: memFree=30069504/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) S 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 15996742312566718463 0 0 17 0 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
[pid=1536] ppid=1535 vsize=753040 CPUtime=1122.32 cores=0
/proc/1536/stat : 1536 (cryptominisat) R 1535 1535 379 0 -1 4202496 209908 0 0 0 112170 62 0 0 25 0 1 0 519907561 771112960 25269 33554432000 4194304 4587354 140735067785408 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1536/statm: 188260 25269 337 96 0 184822 0
[pid=1537] ppid=1535 vsize=21836 CPUtime=1122.19 cores=4
/proc/1537/stat : 1537 (clasp) R 1535 1535 379 0 -1 4202496 2834 0 0 0 112219 0 0 0 25 0 1 0 519907561 22360064 2724 33554432000 4194304 4785740 140735406277760 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1537/statm: 5459 2724 340 145 0 2504 0
[pid=1538] ppid=1535 vsize=455696 CPUtime=557.67 cores=6
/proc/1538/stat : 1538 (TNM) R 1535 1535 379 0 -1 4202496 283 0 0 0 55767 0 0 0 25 0 1 0 519907562 466632704 180 33554432000 134512640 134534564 4288088384 18446744073709551615 134530996 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1538/statm: 113924 180 95 6 0 112590 0
[pid=1539] ppid=1535 vsize=31776 CPUtime=1122.32 cores=2
/proc/1539/stat : 1539 (lingeling) R 1535 1535 379 0 -1 4202496 86944 0 0 0 112221 11 0 0 25 0 1 0 519907562 32538624 7142 33554432000 4194304 4352236 140733349118912 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1539/statm: 7944 7142 127 39 0 7024 0
[pid=1541] ppid=1535 vsize=398980 CPUtime=558.52 cores=6
/proc/1541/stat : 1541 (march_hi) R 1535 1535 379 0 -1 4202496 83143 0 0 0 55821 31 0 0 25 0 1 0 519907562 408555520 83018 33554432000 4194304 4331988 140734140637760 18446744073709551615 4237096 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1541/statm: 99745 83018 175 34 0 98187 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 1679652

[startup+1182.3 s]
/proc/loadavg: 10.25 10.18 9.72 11/192 1605
/proc/meminfo: memFree=30030272/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) S 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 15996742312566718463 0 0 17 0 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
[pid=1536] ppid=1535 vsize=753032 CPUtime=1182.32 cores=0
/proc/1536/stat : 1536 (cryptominisat) R 1535 1535 379 0 -1 4202496 216048 0 0 0 118168 64 0 0 25 0 1 0 519907561 771104768 24390 33554432000 4194304 4587354 140735067785408 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1536/statm: 188258 24390 337 96 0 184820 0
[pid=1537] ppid=1535 vsize=21836 CPUtime=1182.18 cores=4
/proc/1537/stat : 1537 (clasp) R 1535 1535 379 0 -1 4202496 2835 0 0 0 118218 0 0 0 25 0 1 0 519907561 22360064 2725 33554432000 4194304 4785740 140735406277760 18446744073709551615 4287143 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1537/statm: 5459 2725 340 145 0 2504 0
[pid=1538] ppid=1535 vsize=455700 CPUtime=587.55 cores=6
/proc/1538/stat : 1538 (TNM) R 1535 1535 379 0 -1 4202496 292 0 0 0 58755 0 0 0 25 0 1 0 519907562 466636800 189 33554432000 134512640 134534564 4288088384 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1538/statm: 113925 189 103 6 0 112591 0
[pid=1539] ppid=1535 vsize=32032 CPUtime=1182.32 cores=2
/proc/1539/stat : 1539 (lingeling) R 1535 1535 379 0 -1 4202496 88352 0 0 0 118221 11 0 0 25 0 1 0 519907562 32800768 7206 33554432000 4194304 4352236 140733349118912 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1539/statm: 8008 7206 127 39 0 7088 0
[pid=1541] ppid=1535 vsize=398980 CPUtime=588.32 cores=6
/proc/1541/stat : 1541 (march_hi) R 1535 1535 379 0 -1 4202496 87385 0 0 0 58798 34 0 0 25 0 1 0 519907562 408555520 87260 33554432000 4194304 4331988 140734140637760 18446744073709551615 4226423 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1541/statm: 99745 87260 175 34 0 98187 0
Current children cumulated CPU time (s) 4722.69
Current children cumulated vsize (KiB) 1679904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.25 10.18 9.73 11/192 1606
/proc/meminfo: memFree=29962040/32951124 swapFree=67111344/67111528
[pid=1535] ppid=1533 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1535/stat : 1535 (ppfolio) S 1533 1535 379 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519907561 18763776 389 33554432000 4194304 4287625 140733791132832 18446744073709551615 271550557711 0 0 4096 65536 15996742312566718463 0 0 17 0 0 0 0
/proc/1535/statm: 4581 389 341 23 0 91 0
[pid=1536] ppid=1535 vsize=753032 CPUtime=1201.72 cores=0
/proc/1536/stat : 1536 (cryptominisat) R 1535 1535 379 0 -1 4202496 216048 0 0 0 120108 64 0 0 25 0 1 0 519907561 771104768 24390 33554432000 4194304 4587354 140735067785408 18446744073709551615 4238573 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1536/statm: 188258 24390 337 96 0 184820 0
[pid=1537] ppid=1535 vsize=21836 CPUtime=1201.58 cores=4
/proc/1537/stat : 1537 (clasp) R 1535 1535 379 0 -1 4202496 2835 0 0 0 120158 0 0 0 25 0 1 0 519907561 22360064 2725 33554432000 4194304 4785740 140735406277760 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1537/statm: 5459 2725 340 145 0 2504 0
[pid=1538] ppid=1535 vsize=455700 CPUtime=597.15 cores=6
/proc/1538/stat : 1538 (TNM) R 1535 1535 379 0 -1 4202496 292 0 0 0 59715 0 0 0 25 0 1 0 519907562 466636800 189 33554432000 134512640 134534564 4288088384 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1538/statm: 113925 189 103 6 0 112591 0
[pid=1539] ppid=1535 vsize=32032 CPUtime=1201.73 cores=2
/proc/1539/stat : 1539 (lingeling) R 1535 1535 379 0 -1 4202496 88352 0 0 0 120162 11 0 0 25 0 1 0 519907562 32800768 7206 33554432000 4194304 4352236 140733349118912 18446744073709551615 4329066 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1539/statm: 8008 7206 127 39 0 7088 0
[pid=1541] ppid=1535 vsize=548156 CPUtime=598 cores=6
/proc/1541/stat : 1541 (march_hi) R 1535 1535 379 0 -1 4202496 88840 0 0 0 59765 35 0 0 25 0 1 0 519907562 561311744 88715 33554432000 4194304 4331988 140734140637760 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1541/statm: 137039 88715 175 34 0 135481 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1829080

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 1535 and gives
#  childrusage.ru_utime.tv_sec=2403
#  childrusage.ru_utime.tv_usec=216655
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=123981
# CPU time returned by wait4() is 2403.34
# while last known CPU time is 4800.18
#
# 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.18
CPU user time (s): 4799.08
CPU system time (s): 1.1
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 2059316

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

runsolver used 1.89971 second user time and 4.66429 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 15:18:17
IDJOB=3274104
IDBENCH=83153
IDSOLVER=1612
FILE ID=node133/3274104-1304083097
RUNJOBID= node133-1304077694-397
PBS_JOBID= 13170511
Free space on /tmp= 71888 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n260-s62321009-sat.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274104-1304083097/watcher-3274104-1304083097 -o /tmp/evaluation-result-3274104-1304083097/solver-3274104-1304083097 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3274104-1304083097.cnf

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

MD5SUM BENCH= f2b430bdd9bc1c472e9e437567706bb7
RANDOM SEED=301897505

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.74
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.834
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:      30670780 kB
Buffers:        740340 kB
Cached:         972328 kB
SwapCached:        124 kB
Active:         757676 kB
Inactive:      1165128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30670780 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:            9740 kB
Writeback:           0 kB
AnonPages:      209884 kB
Mapped:          16728 kB
Slab:           294208 kB
PageTables:       5564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1267468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71872 MiB
End job on node133 at 2011-04-29 15:38:21