Trace number 3263361

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses58376
Sum of the clauses size583480
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 556
Number of clauses of size over 558320

Solver Data

0.00/0.05	This is pico-portfolio, a naive parallel portfolio
0.00/0.05	Copyright (C) 2011 Olivier Roussel
0.00/0.05	Using 4 processing units
0.00/0.05	This portfolio uses the following solvers:
0.00/0.05	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.05	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.05	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.05	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.05	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.05	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.05	Starting clasp 1.3.6 on core(s) 5
0.00/0.05	Starting TNM 2009 on core(s) 7
0.00/0.05	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.05	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-3263361-1304091121/watcher-3263361-1304091121 -o /tmp/evaluation-result-3263361-1304091121/solver-3263361-1304091121 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3263361-1304091121.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.77 9.98 8.81 6/182 1467
/proc/meminfo: memFree=31292104/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) R 1465 1467 32278 0 -1 4194304 481 0 0 0 0 0 0 0 25 0 1 0 520710878 18763776 388 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594686869 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/1467/statm: 4581 388 339 23 0 91 0

[startup+0.220384 s]
/proc/loadavg: 9.77 9.98 8.81 6/182 1467
/proc/meminfo: memFree=31292104/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300374 s]
/proc/loadavg: 9.77 9.98 8.81 6/182 1467
/proc/meminfo: memFree=31292104/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400357 s]
/proc/loadavg: 9.77 9.98 8.81 6/182 1467
/proc/meminfo: memFree=31292104/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700303 s]
/proc/loadavg: 9.77 9.98 8.81 6/182 1467
/proc/meminfo: memFree=31292104/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50116 s]
/proc/loadavg: 9.77 9.98 8.81 11/188 1473
/proc/meminfo: memFree=31236992/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
[pid=1468] ppid=1467 vsize=28140 CPUtime=1.49 cores=1
/proc/1468/stat : 1468 (cryptominisat) R 1467 1467 32278 0 -1 4202496 2490 0 0 0 149 0 0 0 25 0 1 0 520710878 28815360 2315 33554432000 4194304 4587354 140734016230816 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1468/statm: 7035 2315 306 96 0 3597 0
[pid=1469] ppid=1467 vsize=19884 CPUtime=1.49 cores=5
/proc/1469/stat : 1469 (clasp) R 1467 1467 32278 0 -1 4202496 2564 0 0 0 149 0 0 0 25 0 1 0 520710878 20361216 2284 33554432000 4194304 4785740 140735848519616 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1469/statm: 4971 2284 314 145 0 2016 0
[pid=1470] ppid=1467 vsize=461804 CPUtime=0.7 cores=7
/proc/1470/stat : 1470 (TNM) R 1467 1467 32278 0 -1 4202496 2961 0 0 0 70 0 0 0 25 0 1 0 520710878 472887296 2857 33554432000 134512640 134534564 4294520736 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1470/statm: 115451 2857 91 6 0 114117 0
[pid=1471] ppid=1467 vsize=17768 CPUtime=1.48 cores=3
/proc/1471/stat : 1471 (lingeling) R 1467 1467 32278 0 -1 4202496 4231 0 0 0 148 0 0 0 25 0 1 0 520710878 18194432 3632 33554432000 4194304 4352236 140734712032128 18446744073709551615 4245513 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1471/statm: 4442 3632 123 39 0 3522 0
[pid=1472] ppid=1467 vsize=19940 CPUtime=0.77 cores=7
/proc/1472/stat : 1472 (march_hi) R 1467 1467 32278 0 -1 4202496 15361 0 0 0 75 2 0 0 25 0 1 0 520710878 20418560 2965 33554432000 4194304 4331988 140736172925424 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1472/statm: 4985 2965 150 34 0 3427 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 565860

[startup+3.10088 s]
/proc/loadavg: 9.77 9.98 8.81 11/188 1473
/proc/meminfo: memFree=31219644/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 17 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
[pid=1468] ppid=1467 vsize=43428 CPUtime=3.09 cores=1
/proc/1468/stat : 1468 (cryptominisat) R 1467 1467 32278 0 -1 4202496 9318 0 0 0 308 1 0 0 25 0 1 0 520710878 44470272 6043 33554432000 4194304 4587354 140734016230816 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1468/statm: 10857 6043 314 96 0 7419 0
[pid=1469] ppid=1467 vsize=20248 CPUtime=3.09 cores=5
/proc/1469/stat : 1469 (clasp) R 1467 1467 32278 0 -1 4202496 2628 0 0 0 309 0 0 0 25 0 1 0 520710878 20733952 2348 33554432000 4194304 4785740 140735848519616 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1469/statm: 5062 2348 314 145 0 2107 0
[pid=1470] ppid=1467 vsize=461804 CPUtime=1.5 cores=7
/proc/1470/stat : 1470 (TNM) R 1467 1467 32278 0 -1 4202496 2961 0 0 0 150 0 0 0 25 0 1 0 520710878 472887296 2857 33554432000 134512640 134534564 4294520736 18446744073709551615 134524712 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1470/statm: 115451 2857 91 6 0 114117 0
[pid=1471] ppid=1467 vsize=17768 CPUtime=3.08 cores=3
/proc/1471/stat : 1471 (lingeling) R 1467 1467 32278 0 -1 4202496 4231 0 0 0 308 0 0 0 25 0 1 0 520710878 18194432 3632 33554432000 4194304 4352236 140734712032128 18446744073709551615 4267912 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1471/statm: 4442 3632 123 39 0 3522 0
[pid=1472] ppid=1467 vsize=19940 CPUtime=1.56 cores=7
/proc/1472/stat : 1472 (march_hi) R 1467 1467 32278 0 -1 4202496 15361 0 0 0 154 2 0 0 25 0 1 0 520710878 20418560 2965 33554432000 4194304 4331988 140736172925424 18446744073709551615 4271154 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1472/statm: 4985 2965 150 34 0 3427 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 581512

[startup+6.30032 s]
/proc/loadavg: 9.79 9.98 8.81 11/188 1473
/proc/meminfo: memFree=31195712/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
[pid=1468] ppid=1467 vsize=48428 CPUtime=6.29 cores=1
/proc/1468/stat : 1468 (cryptominisat) R 1467 1467 32278 0 -1 4202496 17942 0 0 0 627 2 0 0 25 0 1 0 520710878 49590272 7847 33554432000 4194304 4587354 140734016230816 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1468/statm: 12107 7847 337 96 0 8669 0
[pid=1469] ppid=1467 vsize=22492 CPUtime=6.29 cores=5
/proc/1469/stat : 1469 (clasp) R 1467 1467 32278 0 -1 4202496 3367 0 0 0 629 0 0 0 25 0 1 0 520710878 23031808 2899 33554432000 4194304 4785740 140735848519616 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1469/statm: 5623 2899 340 145 0 2668 0
[pid=1470] ppid=1467 vsize=461804 CPUtime=3.1 cores=7
/proc/1470/stat : 1470 (TNM) R 1467 1467 32278 0 -1 4202496 2961 0 0 0 310 0 0 0 25 0 1 0 520710878 472887296 2857 33554432000 134512640 134534564 4294520736 18446744073709551615 134524559 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1470/statm: 115451 2857 91 6 0 114117 0
[pid=1471] ppid=1467 vsize=12576 CPUtime=6.29 cores=3
/proc/1471/stat : 1471 (lingeling) R 1467 1467 32278 0 -1 4202496 4952 0 0 0 628 1 0 0 25 0 1 0 520710878 12877824 2306 33554432000 4194304 4352236 140734712032128 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1471/statm: 3144 2306 127 39 0 2224 0
[pid=1472] ppid=1467 vsize=19940 CPUtime=3.14 cores=7
/proc/1472/stat : 1472 (march_hi) R 1467 1467 32278 0 -1 4202496 15361 0 0 0 312 2 0 0 25 0 1 0 520710878 20418560 2965 33554432000 4194304 4331988 140736172925424 18446744073709551615 4271136 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1472/statm: 4985 2965 150 34 0 3427 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 583564

[startup+12.7012 s]
/proc/loadavg: 9.80 9.98 8.82 11/188 1473
/proc/meminfo: memFree=31200428/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
[pid=1468] ppid=1467 vsize=35192 CPUtime=12.69 cores=1
/proc/1468/stat : 1468 (cryptominisat) R 1467 1467 32278 0 -1 4202496 21121 0 0 0 1266 3 0 0 25 0 1 0 520710878 36036608 4713 33554432000 4194304 4587354 140734016230816 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1468/statm: 8798 4713 337 96 0 5360 0
[pid=1469] ppid=1467 vsize=26444 CPUtime=12.68 cores=5
/proc/1469/stat : 1469 (clasp) R 1467 1467 32278 0 -1 4202496 4292 0 0 0 1268 0 0 0 25 0 1 0 520710878 27078656 3824 33554432000 4194304 4785740 140735848519616 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1469/statm: 6611 3824 340 145 0 3656 0
[pid=1470] ppid=1467 vsize=461804 CPUtime=6.3 cores=7
/proc/1470/stat : 1470 (TNM) R 1467 1467 32278 0 -1 4202496 2961 0 0 0 630 0 0 0 25 0 1 0 520710878 472887296 2857 33554432000 134512640 134534564 4294520736 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1470/statm: 115451 2857 91 6 0 114117 0
[pid=1471] ppid=1467 vsize=17940 CPUtime=12.69 cores=3
/proc/1471/stat : 1471 (lingeling) R 1467 1467 32278 0 -1 4202496 7049 0 0 0 1268 1 0 0 25 0 1 0 520710878 18370560 3647 33554432000 4194304 4352236 140734712032128 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1471/statm: 4485 3647 127 39 0 3565 0
[pid=1472] ppid=1467 vsize=20324 CPUtime=6.31 cores=7
/proc/1472/stat : 1472 (march_hi) R 1467 1467 32278 0 -1 4202496 15396 0 0 0 629 2 0 0 25 0 1 0 520710878 20811776 3000 33554432000 4194304 4331988 140736172925424 18446744073709551615 4271136 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1472/statm: 5081 3000 150 34 0 3523 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 580028

[startup+25.5069 s]
/proc/loadavg: 9.99 10.01 8.85 11/188 1474
/proc/meminfo: memFree=31172232/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
[pid=1468] ppid=1467 vsize=55312 CPUtime=25.49 cores=1
/proc/1468/stat : 1468 (cryptominisat) R 1467 1467 32278 0 -1 4202496 29628 0 0 0 2546 3 0 0 25 0 1 0 520710878 56639488 10364 33554432000 4194304 4587354 140734016230816 18446744073709551615 4238442 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1468/statm: 13828 10364 337 96 0 10390 0
[pid=1469] ppid=1467 vsize=30328 CPUtime=25.5 cores=5
/proc/1469/stat : 1469 (clasp) R 1467 1467 32278 0 -1 4202496 5164 0 0 0 2549 1 0 0 25 0 1 0 520710878 31055872 4696 33554432000 4194304 4785740 140735848519616 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1469/statm: 7582 4696 340 145 0 4627 0
[pid=1470] ppid=1467 vsize=461804 CPUtime=12.65 cores=7
/proc/1470/stat : 1470 (TNM) R 1467 1467 32278 0 -1 4202496 2961 0 0 0 1265 0 0 0 25 0 1 0 520710878 472887296 2857 33554432000 134512640 134534564 4294520736 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1470/statm: 115451 2857 91 6 0 114117 0
[pid=1471] ppid=1467 vsize=19748 CPUtime=25.49 cores=3
/proc/1471/stat : 1471 (lingeling) R 1467 1467 32278 0 -1 4202496 8973 0 0 0 2548 1 0 0 25 0 1 0 520710878 20221952 4099 33554432000 4194304 4352236 140734712032128 18446744073709551615 4267912 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1471/statm: 4937 4099 127 39 0 4017 0
[pid=1472] ppid=1467 vsize=21104 CPUtime=12.69 cores=7
/proc/1472/stat : 1472 (march_hi) R 1467 1467 32278 0 -1 4202496 15626 0 0 0 1267 2 0 0 25 0 1 0 520710878 21610496 3230 33554432000 4194304 4331988 140736172925424 18446744073709551615 4226642 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1472/statm: 5276 3230 150 34 0 3718 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 606620

[startup+51.1004 s]
/proc/loadavg: 10.07 10.03 8.88 11/188 1474
/proc/meminfo: memFree=31131664/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
[pid=1468] ppid=1467 vsize=62656 CPUtime=51.09 cores=1
/proc/1468/stat : 1468 (cryptominisat) R 1467 1467 32278 0 -1 4202496 41507 0 0 0 5103 6 0 0 25 0 1 0 520710878 64159744 10181 33554432000 4194304 4587354 140734016230816 18446744073709551615 4388368 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1468/statm: 15664 10181 337 96 0 12226 0
[pid=1469] ppid=1467 vsize=34048 CPUtime=51.08 cores=5
/proc/1469/stat : 1469 (clasp) R 1467 1467 32278 0 -1 4202496 6054 0 0 0 5107 1 0 0 25 0 1 0 520710878 34865152 5586 33554432000 4194304 4785740 140735848519616 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1469/statm: 8512 5586 340 145 0 5557 0
[pid=1470] ppid=1467 vsize=461804 CPUtime=25.4 cores=7
/proc/1470/stat : 1470 (TNM) R 1467 1467 32278 0 -1 4202496 2961 0 0 0 2540 0 0 0 25 0 1 0 520710878 472887296 2857 33554432000 134512640 134534564 4294520736 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1470/statm: 115451 2857 91 6 0 114117 0
[pid=1471] ppid=1467 vsize=22168 CPUtime=51.09 cores=3

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

/proc/1472/statm: 11803 7772 175 34 0 10245 0
Current children cumulated CPU time (s) 3763.96
Current children cumulated vsize (KiB) 714096

[startup+1002.31 s]
/proc/loadavg: 9.21 9.25 9.12 10/187 1500
/proc/meminfo: memFree=30975412/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
[pid=1468] ppid=1467 vsize=62092 CPUtime=1002.32 cores=1
/proc/1468/stat : 1468 (cryptominisat) R 1467 1467 32278 0 -1 4202496 320865 0 0 0 100119 113 0 0 25 0 1 0 520710878 63582208 11599 33554432000 4194304 4587354 140734016230816 18446744073709551615 4232120 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1468/statm: 15523 11599 337 96 0 12085 0
[pid=1469] ppid=1467 vsize=67300 CPUtime=1002.22 cores=5
/proc/1469/stat : 1469 (clasp) R 1467 1467 32278 0 -1 4202496 13569 0 0 0 100218 4 0 0 25 0 1 0 520710878 68915200 13101 33554432000 4194304 4785740 140735848519616 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1469/statm: 16825 13101 340 145 0 13870 0
[pid=1470] ppid=1467 vsize=465764 CPUtime=498.39 cores=7
/proc/1470/stat : 1470 (TNM) R 1467 1467 32278 0 -1 4202496 3300 0 0 0 49839 0 0 0 25 0 1 0 520710878 476942336 3196 33554432000 134512640 134534564 4294520736 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1470/statm: 116441 3196 95 6 0 115107 0
[pid=1471] ppid=1467 vsize=56012 CPUtime=1002.31 cores=3
/proc/1471/stat : 1471 (lingeling) R 1467 1467 32278 0 -1 4202496 104800 0 0 0 100217 14 0 0 25 0 1 0 520710878 57356288 13197 33554432000 4194304 4352236 140734712032128 18446744073709551615 4329000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1471/statm: 14003 13197 127 39 0 13083 0
[pid=1472] ppid=1467 vsize=47212 CPUtime=498.42 cores=7
/proc/1472/stat : 1472 (march_hi) R 1467 1467 32278 0 -1 4202496 34419 0 0 0 49837 5 0 0 25 0 1 0 520710878 48345088 7786 33554432000 4194304 4331988 140736172925424 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1472/statm: 11803 7786 175 34 0 10245 0
Current children cumulated CPU time (s) 4003.66
Current children cumulated vsize (KiB) 716704

[startup+1062.3 s]
/proc/loadavg: 9.23 9.25 9.12 10/187 1501
/proc/meminfo: memFree=30980712/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
[pid=1468] ppid=1467 vsize=62280 CPUtime=1062.31 cores=1
/proc/1468/stat : 1468 (cryptominisat) R 1467 1467 32278 0 -1 4202496 333616 0 0 0 106112 119 0 0 25 0 1 0 520710878 63774720 11192 33554432000 4194304 4587354 140734016230816 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1468/statm: 15570 11192 337 96 0 12132 0
[pid=1469] ppid=1467 vsize=69380 CPUtime=1062.21 cores=5
/proc/1469/stat : 1469 (clasp) R 1467 1467 32278 0 -1 4202496 14047 0 0 0 106217 4 0 0 25 0 1 0 520710878 71045120 13579 33554432000 4194304 4785740 140735848519616 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1469/statm: 17345 13579 340 145 0 14390 0
[pid=1470] ppid=1467 vsize=465764 CPUtime=528.22 cores=7
/proc/1470/stat : 1470 (TNM) R 1467 1467 32278 0 -1 4202496 3300 0 0 0 52822 0 0 0 25 0 1 0 520710878 476942336 3196 33554432000 134512640 134534564 4294520736 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1470/statm: 116441 3196 95 6 0 115107 0
[pid=1471] ppid=1467 vsize=45384 CPUtime=1062.3 cores=3
/proc/1471/stat : 1471 (lingeling) R 1467 1467 32278 0 -1 4202496 109376 0 0 0 106215 15 0 0 25 0 1 0 520710878 46473216 10540 33554432000 4194304 4352236 140734712032128 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1471/statm: 11346 10540 127 39 0 10426 0
[pid=1472] ppid=1467 vsize=48160 CPUtime=528.25 cores=7
/proc/1472/stat : 1472 (march_hi) R 1467 1467 32278 0 -1 4202496 34434 0 0 0 52820 5 0 0 25 0 1 0 520710878 49315840 7801 33554432000 4194304 4331988 140736172925424 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1472/statm: 12040 7801 175 34 0 10482 0
Current children cumulated CPU time (s) 4243.29
Current children cumulated vsize (KiB) 709292

[startup+1122.3 s]
/proc/loadavg: 9.32 9.26 9.13 10/187 1503
/proc/meminfo: memFree=30939504/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
[pid=1468] ppid=1467 vsize=64752 CPUtime=1122.31 cores=1
/proc/1468/stat : 1468 (cryptominisat) R 1467 1467 32278 0 -1 4202496 346638 0 0 0 112105 126 0 0 25 0 1 0 520710878 66306048 10685 33554432000 4194304 4587354 140734016230816 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1468/statm: 16188 10685 337 96 0 12750 0
[pid=1469] ppid=1467 vsize=70876 CPUtime=1122.21 cores=5
/proc/1469/stat : 1469 (clasp) R 1467 1467 32278 0 -1 4202496 14358 0 0 0 112217 4 0 0 25 0 1 0 520710878 72577024 13890 33554432000 4194304 4785740 140735848519616 18446744073709551615 4538880 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1469/statm: 17719 13890 340 145 0 14764 0
[pid=1470] ppid=1467 vsize=465764 CPUtime=558.04 cores=7
/proc/1470/stat : 1470 (TNM) R 1467 1467 32278 0 -1 4202496 3300 0 0 0 55804 0 0 0 25 0 1 0 520710878 476942336 3196 33554432000 134512640 134534564 4294520736 18446744073709551615 134528488 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1470/statm: 116441 3196 95 6 0 115107 0
[pid=1471] ppid=1467 vsize=60612 CPUtime=1122.3 cores=3
/proc/1471/stat : 1471 (lingeling) R 1467 1467 32278 0 -1 4202496 118144 0 0 0 112214 16 0 0 25 0 1 0 520710878 62066688 14347 33554432000 4194304 4352236 140734712032128 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1471/statm: 15153 14347 127 39 0 14233 0
[pid=1472] ppid=1467 vsize=48160 CPUtime=558.11 cores=7
/proc/1472/stat : 1472 (march_hi) R 1467 1467 32278 0 -1 4202496 34442 0 0 0 55806 5 0 0 25 0 1 0 520710878 49315840 7809 33554432000 4194304 4331988 140736172925424 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1472/statm: 12040 7809 175 34 0 10482 0
Current children cumulated CPU time (s) 4482.97
Current children cumulated vsize (KiB) 728488

[startup+1182.3 s]
/proc/loadavg: 9.15 9.23 9.12 10/187 1505
/proc/meminfo: memFree=30949764/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
[pid=1468] ppid=1467 vsize=64864 CPUtime=1182.31 cores=1
/proc/1468/stat : 1468 (cryptominisat) R 1467 1467 32278 0 -1 4202496 356896 0 0 0 118100 131 0 0 25 0 1 0 520710878 66420736 11765 33554432000 4194304 4587354 140734016230816 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1468/statm: 16216 11765 337 96 0 12778 0
[pid=1469] ppid=1467 vsize=71732 CPUtime=1182.2 cores=5
/proc/1469/stat : 1469 (clasp) R 1467 1467 32278 0 -1 4202496 14521 0 0 0 118216 4 0 0 25 0 1 0 520710878 73453568 14053 33554432000 4194304 4785740 140735848519616 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1469/statm: 17933 14053 340 145 0 14978 0
[pid=1470] ppid=1467 vsize=465764 CPUtime=587.91 cores=7
/proc/1470/stat : 1470 (TNM) R 1467 1467 32278 0 -1 4202496 3300 0 0 0 58791 0 0 0 25 0 1 0 520710878 476942336 3196 33554432000 134512640 134534564 4294520736 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1470/statm: 116441 3196 95 6 0 115107 0
[pid=1471] ppid=1467 vsize=56004 CPUtime=1182.31 cores=3
/proc/1471/stat : 1471 (lingeling) R 1467 1467 32278 0 -1 4202496 121952 0 0 0 118214 17 0 0 25 0 1 0 520710878 57348096 13195 33554432000 4194304 4352236 140734712032128 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1471/statm: 14001 13195 127 39 0 13081 0
[pid=1472] ppid=1467 vsize=48160 CPUtime=587.91 cores=7
/proc/1472/stat : 1472 (march_hi) R 1467 1467 32278 0 -1 4202496 34451 0 0 0 58786 5 0 0 25 0 1 0 520710878 49315840 7818 33554432000 4194304 4331988 140736172925424 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1472/statm: 12040 7818 175 34 0 10482 0
Current children cumulated CPU time (s) 4722.64
Current children cumulated vsize (KiB) 724848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.19 9.23 9.12 11/187 1505
/proc/meminfo: memFree=30871020/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
[pid=1468] ppid=1467 vsize=147152 CPUtime=1201.72 cores=1
/proc/1468/stat : 1468 (cryptominisat) R 1467 1467 32278 0 -1 4202496 376941 0 0 0 120038 134 0 0 25 0 1 0 520710878 150683648 31789 33554432000 4194304 4587354 140734016230816 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1468/statm: 36788 31789 337 96 0 33350 0
[pid=1469] ppid=1467 vsize=71732 CPUtime=1201.61 cores=5
/proc/1469/stat : 1469 (clasp) R 1467 1467 32278 0 -1 4202496 14521 0 0 0 120157 4 0 0 25 0 1 0 520710878 73453568 14053 33554432000 4194304 4785740 140735848519616 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1469/statm: 17933 14053 340 145 0 14978 0
[pid=1470] ppid=1467 vsize=465764 CPUtime=597.51 cores=7
/proc/1470/stat : 1470 (TNM) R 1467 1467 32278 0 -1 4202496 3300 0 0 0 59751 0 0 0 25 0 1 0 520710878 476942336 3196 33554432000 134512640 134534564 4294520736 18446744073709551615 134530344 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1470/statm: 116441 3196 95 6 0 115107 0
[pid=1471] ppid=1467 vsize=39108 CPUtime=1201.71 cores=3
/proc/1471/stat : 1471 (lingeling) R 1467 1467 32278 0 -1 4202496 123392 0 0 0 120154 17 0 0 25 0 1 0 520710878 40046592 8971 33554432000 4194304 4352236 140734712032128 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1471/statm: 9777 8971 127 39 0 8857 0
[pid=1472] ppid=1467 vsize=48160 CPUtime=597.6 cores=7
/proc/1472/stat : 1472 (march_hi) R 1467 1467 32278 0 -1 4202496 34456 0 0 0 59755 5 0 0 25 0 1 0 520710878 49315840 7823 33554432000 4194304 4331988 140736172925424 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1472/statm: 12040 7823 175 34 0 10482 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 790240

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

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

[startup+1201.7 s]
/proc/loadavg: 9.19 9.23 9.12 11/187 1505
/proc/meminfo: memFree=30871020/32950928 swapFree=67111404/67111528
[pid=1467] ppid=1465 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1467/stat : 1467 (ppfolio) S 1465 1467 32278 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520710878 18763776 390 33554432000 4194304 4287625 140734760055792 18446744073709551615 235594886671 0 0 4096 65536 3525746354162761727 0 0 17 3 0 0 0
/proc/1467/statm: 4581 390 341 23 0 91 0
[pid=1468] ppid=1467 vsize=147152 CPUtime=1201.72 cores=1
/proc/1468/stat : 1468 (cryptominisat) R 1467 1467 32278 0 -1 4202496 376941 0 0 0 120038 134 0 0 25 0 1 0 520710878 150683648 31789 33554432000 4194304 4587354 140734016230816 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1468/statm: 36788 31789 337 96 0 33350 0
[pid=1469] ppid=1467 vsize=71732 CPUtime=1201.61 cores=5
/proc/1469/stat : 1469 (clasp) R 1467 1467 32278 0 -1 4202496 14521 0 0 0 120157 4 0 0 25 0 1 0 520710878 73453568 14053 33554432000 4194304 4785740 140735848519616 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1469/statm: 17933 14053 340 145 0 14978 0
[pid=1470] ppid=1467 vsize=465764 CPUtime=597.51 cores=7
/proc/1470/stat : 1470 (TNM) R 1467 1467 32278 0 -1 4202496 3300 0 0 0 59751 0 0 0 25 0 1 0 520710878 476942336 3196 33554432000 134512640 134534564 4294520736 18446744073709551615 134530344 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1470/statm: 116441 3196 95 6 0 115107 0
[pid=1471] ppid=1467 vsize=39108 CPUtime=1201.71 cores=3
/proc/1471/stat : 1471 (lingeling) R 1467 1467 32278 0 -1 4202496 123392 0 0 0 120154 17 0 0 25 0 1 0 520710878 40046592 8971 33554432000 4194304 4352236 140734712032128 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1471/statm: 9777 8971 127 39 0 8857 0
[pid=1472] ppid=1467 vsize=48160 CPUtime=597.6 cores=7
/proc/1472/stat : 1472 (march_hi) R 1467 1467 32278 0 -1 4202496 34456 0 0 0 59755 5 0 0 25 0 1 0 520710878 49315840 7823 33554432000 4194304 4331988 140736172925424 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1472/statm: 12040 7823 175 34 0 10482 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 790240

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1467 and gives
#  childrusage.ru_utime.tv_sec=3598
#  childrusage.ru_utime.tv_usec=198990
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=302953
# CPU time returned by wait4() is 3598.5
# while last known CPU time is 4800.15
#
# 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.15
CPU user time (s): 4798.55
CPU system time (s): 1.6
CPU usage (%): 399.442
Max. virtual memory (cumulated for all children) (KiB): 14949284

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

runsolver used 1.9557 second user time and 4.6083 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 17:32:01
IDJOB=3263361
IDBENCH=83965
IDSOLVER=1612
FILE ID=node120/3263361-1304091121
RUNJOBID= node120-1304089842-1247
PBS_JOBID= 13170527
Free space on /tmp= 72064 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263361-1304091121/watcher-3263361-1304091121 -o /tmp/evaluation-result-3263361-1304091121/solver-3263361-1304091121 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3263361-1304091121.cnf

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=168131018

node120.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	: 5226.07
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.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.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.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.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.78
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.75
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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31292384 kB
Buffers:        472544 kB
Cached:         620108 kB
SwapCached:          8 kB
Active:         563020 kB
Inactive:       736408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31292384 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           12352 kB
Writeback:          56 kB
AnonPages:      206560 kB
Mapped:          16916 kB
Slab:           296048 kB
PageTables:       5448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1582112 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= 72052 MiB
End job on node120 at 2011-04-29 17:52:05