Trace number 3191075

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) 3893.42 1300.01

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S775210372-041.UNKNOWN.cnf
MD5SUM3ecea073a44f0b1adf464774647edbfb
Bench CategoryRANDOM (random 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 variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 58010

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
3893.37/1300.01	Done

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-3191075-1304056968/watcher-3191075-1304056968 -o /tmp/evaluation-result-3191075-1304056968/solver-3191075-1304056968 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191075-1304056968.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.18 9.17 8.83 6/181 30987
/proc/meminfo: memFree=27703204/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) R 30985 30987 30345 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 517294543 18763776 390 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/30987/statm: 4581 390 341 23 0 91 0

[startup+0.0316141 s]
/proc/loadavg: 9.18 9.17 8.83 6/181 30987
/proc/meminfo: memFree=27703204/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) R 30985 30987 30345 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 517294543 18763776 390 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/30987/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.1006 s]
/proc/loadavg: 9.18 9.17 8.83 6/181 30987
/proc/meminfo: memFree=27703204/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) R 30985 30987 30345 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 517294543 18763776 390 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/30987/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300564 s]
/proc/loadavg: 9.18 9.17 8.83 6/181 30987
/proc/meminfo: memFree=27703204/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 517294543 18763776 390 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 6643179715207102463 0 0 17 5 0 0 0
/proc/30987/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70049 s]
/proc/loadavg: 9.18 9.17 8.83 6/181 30987
/proc/meminfo: memFree=27703204/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 22 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 4294934789 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 18324

[startup+1.50035 s]
/proc/loadavg: 9.18 9.17 8.83 9/186 30993
/proc/meminfo: memFree=27693732/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195738567704576 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=15308 CPUtime=1.49 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 1285 0 0 0 149 0 0 0 25 0 1 0 517294544 15675392 1177 33554432000 4194304 4785740 140735711688272 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 3827 1177 340 145 0 872 0
[pid=30990] ppid=30987 vsize=452788 CPUtime=0.74 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 514 0 0 0 74 0 0 0 25 0 1 0 517294544 463654912 411 33554432000 134512640 134534564 4293614576 18446744073709551615 134524577 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 113197 411 91 6 0 111863 0
[pid=30991] ppid=30987 vsize=7836 CPUtime=1.49 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 1461 0 0 0 149 0 0 0 25 0 1 0 517294544 8024064 1153 33554432000 4194304 4352236 140736862863520 18446744073709551615 4328233 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 1959 1153 127 39 0 1039 0
[pid=30992] ppid=30987 vsize=8544 CPUtime=0.73 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 1827 0 0 0 73 0 0 0 25 0 1 0 517294544 8749056 604 33554432000 4194304 4331988 140735463537520 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 2136 604 174 34 0 578 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 502800

[startup+3.10106 s]
/proc/loadavg: 9.09 9.15 8.82 9/186 30993
/proc/meminfo: memFree=27696232/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639365 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=16156 CPUtime=3.09 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 1486 0 0 0 309 0 0 0 25 0 1 0 517294544 16543744 1378 33554432000 4194304 4785740 140735711688272 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 4039 1378 340 145 0 1084 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=1.54 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 594 0 0 0 154 0 0 0 25 0 1 0 517294544 467726336 491 33554432000 134512640 134534564 4293614576 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 114191 491 95 6 0 112857 0
[pid=30991] ppid=30987 vsize=7324 CPUtime=3.09 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 1621 0 0 0 309 0 0 0 25 0 1 0 517294544 7499776 1025 33554432000 4194304 4352236 140736862863520 18446744073709551615 4328159 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 1831 1025 127 39 0 911 0
[pid=30992] ppid=30987 vsize=8804 CPUtime=1.53 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 1855 0 0 0 153 0 0 0 25 0 1 0 517294544 9015296 632 33554432000 4194304 4331988 140735463537520 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 2201 632 174 34 0 643 0
Current children cumulated CPU time (s) 9.62
Current children cumulated vsize (KiB) 507372

[startup+6.30048 s]
/proc/loadavg: 9.09 9.15 8.82 9/186 30994
/proc/meminfo: memFree=27694372/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639365 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=17524 CPUtime=6.29 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 1809 0 0 0 629 0 0 0 25 0 1 0 517294544 17944576 1701 33554432000 4194304 4785740 140735711688272 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 4381 1701 341 145 0 1426 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=3.14 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 594 0 0 0 314 0 0 0 25 0 1 0 517294544 467726336 491 33554432000 134512640 134534564 4293614576 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 114191 491 95 6 0 112857 0
[pid=30991] ppid=30987 vsize=7832 CPUtime=6.29 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 1943 0 0 0 629 0 0 0 25 0 1 0 517294544 8019968 1152 33554432000 4194304 4352236 140736862863520 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 1958 1152 127 39 0 1038 0
[pid=30992] ppid=30987 vsize=9260 CPUtime=3.11 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 1954 0 0 0 311 0 0 0 25 0 1 0 517294544 9482240 731 33554432000 4194304 4331988 140735463537520 18446744073709551615 4299294 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 2315 731 175 34 0 757 0
Current children cumulated CPU time (s) 19.2
Current children cumulated vsize (KiB) 509704

[startup+12.7003 s]
/proc/loadavg: 8.92 9.11 8.81 9/186 30994
/proc/meminfo: memFree=27691204/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639365 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=19308 CPUtime=12.69 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 2215 0 0 0 1269 0 0 0 25 0 1 0 517294544 19771392 2107 33554432000 4194304 4785740 140735711688272 18446744073709551615 4312576 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 4827 2107 341 145 0 1872 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=6.31 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 594 0 0 0 631 0 0 0 25 0 1 0 517294544 467726336 491 33554432000 134512640 134534564 4293614576 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 114191 491 95 6 0 112857 0
[pid=30991] ppid=30987 vsize=10008 CPUtime=12.69 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 3063 0 0 0 1269 0 0 0 25 0 1 0 517294544 10248192 1696 33554432000 4194304 4352236 140736862863520 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 2502 1696 127 39 0 1582 0
[pid=30992] ppid=30987 vsize=9828 CPUtime=6.31 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 2052 0 0 0 631 0 0 0 25 0 1 0 517294544 10063872 829 33554432000 4194304 4331988 140735463537520 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 2457 829 175 34 0 899 0
Current children cumulated CPU time (s) 38.37
Current children cumulated vsize (KiB) 514232

[startup+25.501 s]
/proc/loadavg: 8.78 9.08 8.81 9/186 30994
/proc/meminfo: memFree=27680640/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639365 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=21676 CPUtime=25.48 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 2736 0 0 0 2548 0 0 0 25 0 1 0 517294544 22196224 2628 33554432000 4194304 4785740 140735711688272 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 5419 2628 341 145 0 2464 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=12.64 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 594 0 0 0 1264 0 0 0 25 0 1 0 517294544 467726336 491 33554432000 134512640 134534564 4293614576 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 114191 491 95 6 0 112857 0
[pid=30991] ppid=30987 vsize=11004 CPUtime=25.49 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 4132 0 0 0 2549 0 0 0 25 0 1 0 517294544 11268096 1933 33554432000 4194304 4352236 140736862863520 18446744073709551615 4328832 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 2751 1933 127 39 0 1831 0
[pid=30992] ppid=30987 vsize=10340 CPUtime=12.7 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 2250 0 0 0 1270 0 0 0 25 0 1 0 517294544 10588160 1027 33554432000 4194304 4331988 140735463537520 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 2585 1027 175 34 0 1027 0
Current children cumulated CPU time (s) 76.68
Current children cumulated vsize (KiB) 518108

[startup+51.1004 s]
/proc/loadavg: 8.65 9.02 8.79 9/186 30995
/proc/meminfo: memFree=27680976/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639365 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=24616 CPUtime=51.08 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 3370 0 0 0 5108 0 0 0 25 0 1 0 517294544 25206784 3262 33554432000 4194304 4785740 140735711688272 18446744073709551615 4550400 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 6154 3262 341 145 0 3199 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=25.41 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 594 0 0 0 2541 0 0 0 25 0 1 0 517294544 467726336 491 33554432000 134512640 134534564 4293614576 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 114191 491 95 6 0 112857 0
[pid=30991] ppid=30987 vsize=11392 CPUtime=51.08 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 6213 0 0 0 5108 0 0 0 25 0 1 0 517294544 11665408 2030 33554432000 4194304 4352236 140736862863520 18446744073709551615 4278664 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 2848 2030 127 39 0 1928 0
[pid=30992] ppid=30987 vsize=12256 CPUtime=25.4 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 2630 0 0 0 2540 0 0 0 25 0 1 0 517294544 12550144 1407 33554432000 4194304 4331988 140735463537520 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 3064 1407 175 34 0 1506 0
Current children cumulated CPU time (s) 153.34
Current children cumulated vsize (KiB) 523352

[startup+102.301 s]
/proc/loadavg: 8.54 8.91 8.77 9/186 31192
/proc/meminfo: memFree=27739124/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639365 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=28132 CPUtime=102.28 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 4188 0 0 0 10228 0 0 0 25 0 1 0 517294544 28807168 4080 33554432000 4194304 4785740 140735711688272 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 7033 4080 341 145 0 4078 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=50.84 cores=7

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

[pid=30989] ppid=30987 vsize=45948 CPUtime=942.31 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 8190 0 0 0 94230 1 0 0 25 0 1 0 517294544 47050752 8046 33554432000 4194304 4785740 140735711688272 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 11487 8046 341 145 0 8532 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=468.57 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 594 0 0 0 46857 0 0 0 25 0 1 0 517294544 467726336 491 33554432000 134512640 134534564 4293614576 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 114191 491 95 6 0 112857 0
[pid=30991] ppid=30987 vsize=31536 CPUtime=942.31 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 44106 0 0 0 94226 5 0 0 25 0 1 0 517294544 32292864 7046 33554432000 4194304 4352236 140736862863520 18446744073709551615 4328068 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 7884 7046 127 39 0 6964 0
[pid=30992] ppid=30987 vsize=68884 CPUtime=468.61 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 15145 0 0 0 46856 5 0 0 25 0 1 0 517294544 70537216 13922 33554432000 4194304 4331988 140735463537520 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 17221 13922 175 34 0 15663 0
Current children cumulated CPU time (s) 2822.17
Current children cumulated vsize (KiB) 621456

[startup+1002.3 s]
/proc/loadavg: 8.18 8.24 8.40 9/186 31248
/proc/meminfo: memFree=27593192/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639365 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=45948 CPUtime=1002.31 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 8213 0 0 0 100230 1 0 0 25 0 1 0 517294544 47050752 8069 33554432000 4194304 4785740 140735711688272 18446744073709551615 4278121 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 11487 8069 341 145 0 8532 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=498.43 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 594 0 0 0 49843 0 0 0 25 0 1 0 517294544 467726336 491 33554432000 134512640 134534564 4293614576 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 114191 491 95 6 0 112857 0
[pid=30991] ppid=30987 vsize=32048 CPUtime=1002.31 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 45514 0 0 0 100226 5 0 0 25 0 1 0 517294544 32817152 7174 33554432000 4194304 4352236 140736862863520 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 8012 7174 127 39 0 7092 0
[pid=30992] ppid=30987 vsize=68884 CPUtime=498.42 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 16017 0 0 0 49837 5 0 0 25 0 1 0 517294544 70537216 14794 33554432000 4194304 4331988 140735463537520 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 17221 14794 175 34 0 15663 0
Current children cumulated CPU time (s) 3001.84
Current children cumulated vsize (KiB) 621968

[startup+1062.3 s]
/proc/loadavg: 8.19 8.23 8.38 9/186 31250
/proc/meminfo: memFree=27580876/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639365 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=46872 CPUtime=1062.31 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 8431 0 0 0 106230 1 0 0 25 0 1 0 517294544 47996928 8239 33554432000 4194304 4785740 140735711688272 18446744073709551615 4550516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 11718 8239 341 145 0 8763 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=528.26 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 594 0 0 0 52826 0 0 0 25 0 1 0 517294544 467726336 491 33554432000 134512640 134534564 4293614576 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 114191 491 95 6 0 112857 0
[pid=30991] ppid=30987 vsize=36912 CPUtime=1062.32 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 48010 0 0 0 106226 6 0 0 25 0 1 0 517294544 37797888 8390 33554432000 4194304 4352236 140736862863520 18446744073709551615 4328122 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 9228 8390 127 39 0 8308 0
[pid=30992] ppid=30987 vsize=98352 CPUtime=528.27 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 16852 0 0 0 52821 6 0 0 25 0 1 0 517294544 100712448 15629 33554432000 4194304 4331988 140735463537520 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 24588 15629 175 34 0 23030 0
Current children cumulated CPU time (s) 3181.53
Current children cumulated vsize (KiB) 657224

[startup+1122.3 s]
/proc/loadavg: 8.11 8.20 8.36 9/186 31251
/proc/meminfo: memFree=27577360/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639365 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=47732 CPUtime=1122.32 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 8670 0 0 0 112230 2 0 0 25 0 1 0 517294544 48877568 8430 33554432000 4194304 4785740 140735711688272 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 11933 8430 341 145 0 8978 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=558.09 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 594 0 0 0 55809 0 0 0 25 0 1 0 517294544 467726336 491 33554432000 134512640 134534564 4293614576 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 114191 491 95 6 0 112857 0
[pid=30991] ppid=30987 vsize=31792 CPUtime=1122.33 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 49290 0 0 0 112227 6 0 0 25 0 1 0 517294544 32555008 7110 33554432000 4194304 4352236 140736862863520 18446744073709551615 4328550 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 7948 7110 127 39 0 7028 0
[pid=30992] ppid=30987 vsize=98352 CPUtime=558.12 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 17711 0 0 0 55806 6 0 0 25 0 1 0 517294544 100712448 16488 33554432000 4194304 4331988 140735463537520 18446744073709551615 4299324 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 24588 16488 175 34 0 23030 0
Current children cumulated CPU time (s) 3361.23
Current children cumulated vsize (KiB) 652964

[startup+1182.3 s]
/proc/loadavg: 8.14 8.19 8.35 9/186 31253
/proc/meminfo: memFree=27568024/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639365 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=48112 CPUtime=1182.32 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 8851 0 0 0 118230 2 0 0 25 0 1 0 517294544 49266688 8515 33554432000 4194304 4785740 140735711688272 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 12028 8515 341 145 0 9073 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=587.96 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 594 0 0 0 58796 0 0 0 25 0 1 0 517294544 467726336 491 33554432000 134512640 134534564 4293614576 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 114191 491 95 6 0 112857 0
[pid=30991] ppid=30987 vsize=33584 CPUtime=1182.32 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 51046 0 0 0 118226 6 0 0 25 0 1 0 517294544 34390016 7586 33554432000 4194304 4352236 140736862863520 18446744073709551615 4329043 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 8396 7586 127 39 0 7476 0
[pid=30992] ppid=30987 vsize=98352 CPUtime=587.92 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 18572 0 0 0 58786 6 0 0 25 0 1 0 517294544 100712448 17349 33554432000 4194304 4331988 140735463537520 18446744073709551615 218905126101 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 24588 17349 175 34 0 23030 0
Current children cumulated CPU time (s) 3540.89
Current children cumulated vsize (KiB) 655136

[startup+1242.31 s]
/proc/loadavg: 8.24 8.20 8.34 9/186 31255
/proc/meminfo: memFree=27557440/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639365 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=48588 CPUtime=1242.33 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 9024 0 0 0 124231 2 0 0 25 0 1 0 517294544 49754112 8640 33554432000 4194304 4785740 140735711688272 18446744073709551615 4278081 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 12147 8640 341 145 0 9192 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=617.75 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 594 0 0 0 61775 0 0 0 25 0 1 0 517294544 467726336 491 33554432000 134512640 134534564 4293614576 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 114191 491 95 6 0 112857 0
[pid=30991] ppid=30987 vsize=36912 CPUtime=1242.33 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 53158 0 0 0 124227 6 0 0 25 0 1 0 517294544 37797888 8418 33554432000 4194304 4352236 140736862863520 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 9228 8418 127 39 0 8308 0
[pid=30992] ppid=30987 vsize=98352 CPUtime=617.81 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 19421 0 0 0 61774 7 0 0 25 0 1 0 517294544 100712448 18198 33554432000 4194304 4331988 140735463537520 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 24588 18198 175 34 0 23030 0
Current children cumulated CPU time (s) 3720.59
Current children cumulated vsize (KiB) 658940



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 8.24 8.20 8.33 9/186 31256
/proc/meminfo: memFree=27555548/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639365 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=48876 CPUtime=1300.03 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 9093 0 0 0 130001 2 0 0 25 0 1 0 517294544 50049024 8709 33554432000 4194304 4785740 140735711688272 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 12219 8709 341 145 0 9264 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=646.45 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 594 0 0 0 64645 0 0 0 25 0 1 0 517294544 467726336 491 33554432000 134512640 134534564 4293614576 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 114191 491 95 6 0 112857 0
[pid=30991] ppid=30987 vsize=31792 CPUtime=1300.03 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 54438 0 0 0 129997 6 0 0 25 0 1 0 517294544 32555008 7138 33554432000 4194304 4352236 140736862863520 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 7948 7138 127 39 0 7028 0
[pid=30992] ppid=30987 vsize=98352 CPUtime=646.49 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 20243 0 0 0 64642 7 0 0 25 0 1 0 517294544 100712448 19020 33554432000 4194304 4331988 140735463537520 18446744073709551615 4298552 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 24588 19020 175 34 0 23030 0
Current children cumulated CPU time (s) 3893.37
Current children cumulated vsize (KiB) 654108

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

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

[startup+1300 s]
/proc/loadavg: 8.24 8.20 8.33 9/186 31256
/proc/meminfo: memFree=27555548/32951124 swapFree=67111356/67111528
[pid=30987] ppid=30985 vsize=18324 CPUtime=0.37 cores=1,3,5,7
/proc/30987/stat : 30987 (ppfolio) S 30985 30987 30345 0 -1 4202496 524 1726 0 0 0 0 37 0 15 0 1 0 517294543 18763776 391 33554432000 4194304 4287625 140735814420384 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639365 0 0 17 5 0 0 0
/proc/30987/statm: 4581 391 342 23 0 91 0
[pid=30989] ppid=30987 vsize=48876 CPUtime=1300.03 cores=5
/proc/30989/stat : 30989 (clasp) R 30987 30987 30345 0 -1 4202496 9093 0 0 0 130001 2 0 0 25 0 1 0 517294544 50049024 8709 33554432000 4194304 4785740 140735711688272 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30989/statm: 12219 8709 341 145 0 9264 0
[pid=30990] ppid=30987 vsize=456764 CPUtime=646.45 cores=7
/proc/30990/stat : 30990 (TNM) R 30987 30987 30345 0 -1 4202496 594 0 0 0 64645 0 0 0 25 0 1 0 517294544 467726336 491 33554432000 134512640 134534564 4293614576 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30990/statm: 114191 491 95 6 0 112857 0
[pid=30991] ppid=30987 vsize=31792 CPUtime=1300.03 cores=3
/proc/30991/stat : 30991 (lingeling) R 30987 30987 30345 0 -1 4202496 54438 0 0 0 129997 6 0 0 25 0 1 0 517294544 32555008 7138 33554432000 4194304 4352236 140736862863520 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30991/statm: 7948 7138 127 39 0 7028 0
[pid=30992] ppid=30987 vsize=98352 CPUtime=646.49 cores=7
/proc/30992/stat : 30992 (march_hi) R 30987 30987 30345 0 -1 4202496 20243 0 0 0 64642 7 0 0 25 0 1 0 517294544 100712448 19020 33554432000 4194304 4331988 140735463537520 18446744073709551615 4298552 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30992/statm: 24588 19020 175 34 0 23030 0
Current children cumulated CPU time (s) 3893.37
Current children cumulated vsize (KiB) 654108

Child status: 0
Real time (s): 1300.01
CPU time (s): 3893.42
CPU user time (s): 3893.24
CPU system time (s): 0.181972
CPU usage (%): 299.491
Max. virtual memory (cumulated for all children) (KiB): 659228

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

runsolver used 2.15167 second user time and 4.93925 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 08:02:48
IDJOB=3191075
IDBENCH=82806
IDSOLVER=1612
FILE ID=node137/3191075-1304056968
RUNJOBID= node137-1304055758-30697
PBS_JOBID= 13170416
Free space on /tmp= 71612 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S775210372-041.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191075-1304056968/watcher-3191075-1304056968 -o /tmp/evaluation-result-3191075-1304056968/solver-3191075-1304056968 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191075-1304056968.cnf

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

MD5SUM BENCH= 3ecea073a44f0b1adf464774647edbfb
RANDOM SEED=1436121149

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27703484 kB
Buffers:        897700 kB
Cached:        3731376 kB
SwapCached:         56 kB
Active:         370916 kB
Inactive:      4410168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27703484 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10324 kB
Writeback:          68 kB
AnonPages:      152220 kB
Mapped:          16380 kB
Slab:           401660 kB
PageTables:       5252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   753632 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= 71600 MiB
End job on node137 at 2011-04-29 08:24:28