Trace number 3264549

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.26 1201.93

General information on the benchmark

NameSAT04/handmade/hirsch03/
hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
MD5SUMf97e40b22ad62886042ca9677daf337d
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 variables260
Number of clauses486
Sum of the clauses size1102
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2421
Number of clauses of size 30
Number of clauses of size 465
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3264549-1307634486/watcher-3264549-1307634486 -o /tmp/evaluation-result-3264549-1307634486/solver-3264549-1307634486 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3264549-1307634486.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 8.96 6.61 10/181 10566
/proc/meminfo: memFree=32433020/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0

[startup+1.50811 s]
/proc/loadavg: 9.18 8.96 6.61 10/181 10566
/proc/meminfo: memFree=32433020/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.60109 s]
/proc/loadavg: 9.18 8.96 6.61 10/181 10566
/proc/meminfo: memFree=32433020/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.70107 s]
/proc/loadavg: 9.18 8.96 6.61 10/181 10566
/proc/meminfo: memFree=32433020/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.80106 s]
/proc/loadavg: 9.18 8.96 6.61 10/181 10566
/proc/meminfo: memFree=32433020/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.90104 s]
/proc/loadavg: 9.18 8.96 6.61 10/181 10566
/proc/meminfo: memFree=32433020/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10083 s]
/proc/loadavg: 9.65 9.06 6.65 11/188 10573
/proc/meminfo: memFree=32393192/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
[pid=10567] ppid=10566 vsize=1755760 CPUtime=3.09 cores=1
/proc/10567/stat : 10567 (cryptominisat) R 10566 10566 10396 0 -1 4202496 7550 0 0 0 308 1 0 0 25 0 1 0 607639864 1797898240 4233 33554432000 4194304 4587354 140736935459600 18446744073709551615 4240908 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10567/statm: 438940 4233 337 96 0 435502 0
[pid=10568] ppid=10566 vsize=13220 CPUtime=3.09 cores=5
/proc/10568/stat : 10568 (clasp) R 10566 10566 10396 0 -1 4202496 750 0 0 0 309 0 0 0 25 0 1 0 607639864 13537280 641 33554432000 4194304 4785740 140737119846224 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10568/statm: 3305 641 340 145 0 350 0
[pid=10569] ppid=10566 vsize=455700 CPUtime=1.48 cores=7
/proc/10569/stat : 10569 (TNM) R 10566 10566 10396 0 -1 4202496 278 0 0 0 148 0 0 0 25 0 1 0 607639864 466636800 175 33554432000 134512640 134534564 4292691680 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10569/statm: 113925 175 95 6 0 112591 0
[pid=10570] ppid=10566 vsize=7168 CPUtime=2.41 cores=3
/proc/10570/stat : 10570 (lingeling) R 10566 10566 10396 0 -1 4202496 1433 0 0 0 241 0 0 0 25 0 1 0 607639864 7340032 992 33554432000 4194304 4352236 140735982484208 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10570/statm: 1792 992 127 39 0 872 0
[pid=10571] ppid=10566 vsize=8488 CPUtime=1.59 cores=7
/proc/10571/stat : 10571 (march_hi) R 10566 10566 10396 0 -1 4202496 672 0 0 0 159 0 0 0 20 0 1 0 607639864 8691712 565 33554432000 4194304 4331988 140733904821664 18446744073709551615 4246743 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10571/statm: 2122 565 174 34 0 564 0
Current children cumulated CPU time (s) 11.66
Current children cumulated vsize (KiB) 2258660

[startup+6.30026 s]
/proc/loadavg: 9.67 9.07 6.67 11/188 10573
/proc/meminfo: memFree=32362808/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
[pid=10567] ppid=10566 vsize=1756020 CPUtime=6.29 cores=1
/proc/10567/stat : 10567 (cryptominisat) R 10566 10566 10396 0 -1 4202496 11079 0 0 0 627 2 0 0 25 0 1 0 607639864 1798164480 4500 33554432000 4194304 4587354 140736935459600 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10567/statm: 439005 4500 337 96 0 435567 0
[pid=10568] ppid=10566 vsize=13488 CPUtime=6.29 cores=5
/proc/10568/stat : 10568 (clasp) R 10566 10566 10396 0 -1 4202496 825 0 0 0 629 0 0 0 25 0 1 0 607639864 13811712 716 33554432000 4194304 4785740 140737119846224 18446744073709551615 4277703 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10568/statm: 3372 716 340 145 0 417 0
[pid=10569] ppid=10566 vsize=455700 CPUtime=3.06 cores=7
/proc/10569/stat : 10569 (TNM) R 10566 10566 10396 0 -1 4202496 278 0 0 0 306 0 0 0 25 0 1 0 607639864 466636800 175 33554432000 134512640 134534564 4292691680 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10569/statm: 113925 175 95 6 0 112591 0
[pid=10570] ppid=10566 vsize=8196 CPUtime=5.61 cores=3
/proc/10570/stat : 10570 (lingeling) R 10566 10566 10396 0 -1 4202496 2362 0 0 0 561 0 0 0 25 0 1 0 607639864 8392704 1249 33554432000 4194304 4352236 140735982484208 18446744073709551615 4328368 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10570/statm: 2049 1249 127 39 0 1129 0
[pid=10571] ppid=10566 vsize=9384 CPUtime=3.19 cores=7
/proc/10571/stat : 10571 (march_hi) R 10566 10566 10396 0 -1 4202496 968 0 0 0 319 0 0 0 25 0 1 0 607639864 9609216 861 33554432000 4194304 4331988 140733904821664 18446744073709551615 4265367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10571/statm: 2346 861 174 34 0 788 0
Current children cumulated CPU time (s) 24.44
Current children cumulated vsize (KiB) 2261112

[startup+12.7011 s]
/proc/loadavg: 9.78 9.11 6.69 11/188 10573
/proc/meminfo: memFree=32349184/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
[pid=10567] ppid=10566 vsize=1762048 CPUtime=12.68 cores=1
/proc/10567/stat : 10567 (cryptominisat) R 10566 10566 10396 0 -1 4202496 16774 0 0 0 1265 3 0 0 25 0 1 0 607639864 1804337152 5933 33554432000 4194304 4587354 140736935459600 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10567/statm: 440512 5933 337 96 0 437074 0
[pid=10568] ppid=10566 vsize=13892 CPUtime=12.69 cores=5
/proc/10568/stat : 10568 (clasp) R 10566 10566 10396 0 -1 4202496 917 0 0 0 1269 0 0 0 25 0 1 0 607639864 14225408 808 33554432000 4194304 4785740 140737119846224 18446744073709551615 4278107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10568/statm: 3473 808 340 145 0 518 0
[pid=10569] ppid=10566 vsize=455700 CPUtime=6.23 cores=7
/proc/10569/stat : 10569 (TNM) R 10566 10566 10396 0 -1 4202496 278 0 0 0 623 0 0 0 25 0 1 0 607639864 466636800 175 33554432000 134512640 134534564 4292691680 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10569/statm: 113925 175 95 6 0 112591 0
[pid=10570] ppid=10566 vsize=10376 CPUtime=12.01 cores=3
/proc/10570/stat : 10570 (lingeling) R 10566 10566 10396 0 -1 4202496 3931 0 0 0 1201 0 0 0 25 0 1 0 607639864 10625024 1794 33554432000 4194304 4352236 140735982484208 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10570/statm: 2594 1794 127 39 0 1674 0
[pid=10571] ppid=10566 vsize=12648 CPUtime=6.39 cores=7
/proc/10571/stat : 10571 (march_hi) R 10566 10566 10396 0 -1 4202496 1529 0 0 0 639 0 0 0 25 0 1 0 607639864 12951552 1422 33554432000 4194304 4331988 140733904821664 18446744073709551615 4212262 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10571/statm: 3162 1422 174 34 0 1604 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (KiB) 2272988

[startup+25.5009 s]
/proc/loadavg: 9.89 9.15 6.73 11/188 10574
/proc/meminfo: memFree=32341796/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
[pid=10567] ppid=10566 vsize=1769512 CPUtime=25.49 cores=1
/proc/10567/stat : 10567 (cryptominisat) R 10566 10566 10396 0 -1 4202496 26015 0 0 0 2544 5 0 0 25 0 1 0 607639864 1811980288 7904 33554432000 4194304 4587354 140736935459600 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10567/statm: 442378 7904 337 96 0 438940 0
[pid=10568] ppid=10566 vsize=14292 CPUtime=25.49 cores=5
/proc/10568/stat : 10568 (clasp) R 10566 10566 10396 0 -1 4202496 1025 0 0 0 2549 0 0 0 25 0 1 0 607639864 14635008 916 33554432000 4194304 4785740 140737119846224 18446744073709551615 4416768 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10568/statm: 3573 916 340 145 0 618 0
[pid=10569] ppid=10566 vsize=455700 CPUtime=12.61 cores=7
/proc/10569/stat : 10569 (TNM) R 10566 10566 10396 0 -1 4202496 278 0 0 0 1261 0 0 0 25 0 1 0 607639864 466636800 175 33554432000 134512640 134534564 4292691680 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10569/statm: 113925 175 95 6 0 112591 0
[pid=10570] ppid=10566 vsize=11664 CPUtime=24.8 cores=3
/proc/10570/stat : 10570 (lingeling) R 10566 10566 10396 0 -1 4202496 5885 0 0 0 2480 0 0 0 25 0 1 0 607639864 11943936 2116 33554432000 4194304 4352236 140735982484208 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10570/statm: 2916 2116 127 39 0 1996 0
[pid=10571] ppid=10566 vsize=19636 CPUtime=12.75 cores=7
/proc/10571/stat : 10571 (march_hi) R 10566 10566 10396 0 -1 4202496 2631 0 0 0 1274 1 0 0 25 0 1 0 607639864 20107264 2524 33554432000 4194304 4331988 140733904821664 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10571/statm: 4909 2524 174 34 0 3351 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 2289128

[startup+51.1004 s]
/proc/loadavg: 9.93 9.23 6.83 11/188 10574
/proc/meminfo: memFree=32305932/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
[pid=10567] ppid=10566 vsize=1787784 CPUtime=51.09 cores=1
/proc/10567/stat : 10567 (cryptominisat) R 10566 10566 10396 0 -1 4202496 40756 0 0 0 5102 7 0 0 25 0 1 0 607639864 1830690816 11970 33554432000 4194304 4587354 140736935459600 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10567/statm: 446946 11970 337 96 0 443508 0
[pid=10568] ppid=10566 vsize=14832 CPUtime=51.09 cores=5
/proc/10568/stat : 10568 (clasp) R 10566 10566 10396 0 -1 4202496 1183 0 0 0 5109 0 0 0 25 0 1 0 607639864 15187968 1074 33554432000 4194304 4785740 140737119846224 18446744073709551615 4278081 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10568/statm: 3708 1074 340 145 0 753 0
[pid=10569] ppid=10566 vsize=455700 CPUtime=25.32 cores=7
/proc/10569/stat : 10569 (TNM) R 10566 10566 10396 0 -1 4202496 278 0 0 0 2532 0 0 0 25 0 1 0 607639864 466636800 175 33554432000 134512640 134534564 4292691680 18446744073709551615 134528223 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10569/statm: 113925 175 95 6 0 112591 0
[pid=10570] ppid=10566 vsize=16400 CPUtime=50.41 cores=3
/proc/10570/stat : 10570 (lingeling) R 10566 10566 10396 0 -1 4202496 9565 0 0 0 5040 1 0 0 25 0 1 0 607639864 16793600 3300 33554432000 4194304 4352236 140735982484208 18446744073709551615 4329043 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10570/statm: 4100 3300 127 39 0 3180 0
[pid=10571] ppid=10566 vsize=26496 CPUtime=25.49 cores=7
/proc/10571/stat : 10571 (march_hi) R 10566 10566 10396 0 -1 4202496 4804 0 0 0 2547 2 0 0 25 0 1 0 607639864 27131904 4697 33554432000 4194304 4331988 140733904821664 18446744073709551615 4226446 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10571/statm: 6624 4697 174 34 0 5066 0
Current children cumulated CPU time (s) 203.4
Current children cumulated vsize (KiB) 2319536

[startup+102.3 s]
/proc/loadavg: 10.08 9.38 7.01 11/188 10576
/proc/meminfo: memFree=32220200/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
[pid=10567] ppid=10566 vsize=1789020 CPUtime=102.29 cores=1

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

/proc/10571/statm: 84639 72459 174 34 0 83081 0
Current children cumulated CPU time (s) 3523.56
Current children cumulated vsize (KiB) 2728608

[startup+942.301 s]
/proc/loadavg: 10.15 10.14 8.89 11/188 10617
/proc/meminfo: memFree=31656932/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
[pid=10567] ppid=10566 vsize=1845012 CPUtime=942.17 cores=1
/proc/10567/stat : 10567 (cryptominisat) R 10566 10566 10396 0 -1 4202496 266953 0 0 0 94168 49 0 0 25 0 1 0 607639864 1889292288 28326 33554432000 4194304 4587354 140736935459600 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10567/statm: 461253 28326 337 96 0 457815 0
[pid=10568] ppid=10566 vsize=16856 CPUtime=942.31 cores=5
/proc/10568/stat : 10568 (clasp) R 10566 10566 10396 0 -1 4202496 1669 0 0 0 94231 0 0 0 25 0 1 0 607639864 17260544 1560 33554432000 4194304 4785740 140737119846224 18446744073709551615 4550316 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10568/statm: 4214 1560 340 145 0 1259 0
[pid=10569] ppid=10566 vsize=455704 CPUtime=468.44 cores=7
/proc/10569/stat : 10569 (TNM) R 10566 10566 10396 0 -1 4202496 286 0 1 0 46844 0 0 0 25 0 1 0 607639864 466640896 184 33554432000 134512640 134534564 4292691680 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 7 0 0 10
/proc/10569/statm: 113926 184 103 6 0 112592 0
[pid=10570] ppid=10566 vsize=39172 CPUtime=941.62 cores=3
/proc/10570/stat : 10570 (lingeling) R 10566 10566 10396 0 -1 4202496 95134 0 0 0 94150 12 0 0 25 0 1 0 607639864 40112128 8993 33554432000 4194304 4352236 140735982484208 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10570/statm: 9793 8993 127 39 0 8873 0
[pid=10571] ppid=10566 vsize=338556 CPUtime=468.7 cores=7
/proc/10571/stat : 10571 (march_hi) R 10566 10566 10396 0 -1 4202496 77368 0 0 0 46848 22 0 0 25 0 1 0 607639864 346681344 77261 33554432000 4194304 4331988 140733904821664 18446744073709551615 4210384 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10571/statm: 84639 77261 174 34 0 83081 0
Current children cumulated CPU time (s) 3763.24
Current children cumulated vsize (KiB) 2713624

[startup+1002.3 s]
/proc/loadavg: 10.15 10.14 8.97 11/188 10619
/proc/meminfo: memFree=31748872/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
[pid=10567] ppid=10566 vsize=1865104 CPUtime=1002.17 cores=1
/proc/10567/stat : 10567 (cryptominisat) R 10566 10566 10396 0 -1 4202496 280768 0 0 0 100165 52 0 0 25 0 1 0 607639864 1909866496 32719 33554432000 4194304 4587354 140736935459600 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10567/statm: 466276 32719 337 96 0 462838 0
[pid=10568] ppid=10566 vsize=16988 CPUtime=1002.31 cores=5
/proc/10568/stat : 10568 (clasp) R 10566 10566 10396 0 -1 4202496 1681 0 0 0 100231 0 0 0 25 0 1 0 607639864 17395712 1572 33554432000 4194304 4785740 140737119846224 18446744073709551615 4416832 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10568/statm: 4247 1572 340 145 0 1292 0
[pid=10569] ppid=10566 vsize=455704 CPUtime=498.3 cores=7
/proc/10569/stat : 10569 (TNM) R 10566 10566 10396 0 -1 4202496 286 0 1 0 49830 0 0 0 25 0 1 0 607639864 466640896 184 33554432000 134512640 134534564 4292691680 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 7 0 0 10
/proc/10569/statm: 113926 184 103 6 0 112592 0
[pid=10570] ppid=10566 vsize=35332 CPUtime=1001.63 cores=3
/proc/10570/stat : 10570 (lingeling) R 10566 10566 10396 0 -1 4202496 96990 0 0 0 100150 13 0 0 25 0 1 0 607639864 36179968 8033 33554432000 4194304 4352236 140735982484208 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10570/statm: 8833 8033 127 39 0 7913 0
[pid=10571] ppid=10566 vsize=338556 CPUtime=498.51 cores=7
/proc/10571/stat : 10571 (march_hi) R 10566 10566 10396 0 -1 4202496 82125 0 0 0 49828 23 0 0 25 0 1 0 607639864 346681344 82018 33554432000 4194304 4331988 140733904821664 18446744073709551615 4226219 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10571/statm: 84639 82018 174 34 0 83081 0
Current children cumulated CPU time (s) 4002.92
Current children cumulated vsize (KiB) 2730008

[startup+1062.3 s]
/proc/loadavg: 10.16 10.15 9.04 11/188 10620
/proc/meminfo: memFree=31725876/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
[pid=10567] ppid=10566 vsize=1865012 CPUtime=1062.17 cores=1
/proc/10567/stat : 10567 (cryptominisat) R 10566 10566 10396 0 -1 4202496 291025 0 0 0 106162 55 0 0 25 0 1 0 607639864 1909772288 34929 33554432000 4194304 4587354 140736935459600 18446744073709551615 4232133 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10567/statm: 466253 34929 337 96 0 462815 0
[pid=10568] ppid=10566 vsize=16988 CPUtime=1062.31 cores=5
/proc/10568/stat : 10568 (clasp) R 10566 10566 10396 0 -1 4202496 1689 0 0 0 106231 0 0 0 25 0 1 0 607639864 17395712 1580 33554432000 4194304 4785740 140737119846224 18446744073709551615 4277627 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10568/statm: 4247 1580 340 145 0 1292 0
[pid=10569] ppid=10566 vsize=455704 CPUtime=528.13 cores=7
/proc/10569/stat : 10569 (TNM) R 10566 10566 10396 0 -1 4202496 286 0 1 0 52813 0 0 0 25 0 1 0 607639864 466640896 184 33554432000 134512640 134534564 4292691680 18446744073709551615 134530271 0 0 4096 0 0 0 0 17 7 0 0 10
/proc/10569/statm: 113926 184 103 6 0 112592 0
[pid=10570] ppid=10566 vsize=34308 CPUtime=1061.62 cores=3
/proc/10570/stat : 10570 (lingeling) R 10566 10566 10396 0 -1 4202496 99678 0 0 0 106149 13 0 0 25 0 1 0 607639864 35131392 7777 33554432000 4194304 4352236 140735982484208 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10570/statm: 8577 7777 127 39 0 7657 0
[pid=10571] ppid=10566 vsize=520984 CPUtime=528.36 cores=7
/proc/10571/stat : 10571 (march_hi) R 10566 10566 10396 0 -1 4202496 86823 0 0 0 52812 24 0 0 25 0 1 0 607639864 533487616 86716 33554432000 4194304 4331988 140733904821664 18446744073709551615 4316864 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10571/statm: 130246 86716 174 34 0 128688 0
Current children cumulated CPU time (s) 4242.59
Current children cumulated vsize (KiB) 2911320

[startup+1122.3 s]
/proc/loadavg: 10.14 10.14 9.11 11/188 10622
/proc/meminfo: memFree=31712940/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
[pid=10567] ppid=10566 vsize=1845068 CPUtime=1122.18 cores=1
/proc/10567/stat : 10567 (cryptominisat) R 10566 10566 10396 0 -1 4202496 300693 0 0 0 112161 57 0 0 25 0 1 0 607639864 1889349632 29270 33554432000 4194304 4587354 140736935459600 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10567/statm: 461267 29270 337 96 0 457829 0
[pid=10568] ppid=10566 vsize=16988 CPUtime=1122.32 cores=5
/proc/10568/stat : 10568 (clasp) R 10566 10566 10396 0 -1 4202496 1694 0 0 0 112232 0 0 0 25 0 1 0 607639864 17395712 1585 33554432000 4194304 4785740 140737119846224 18446744073709551615 4309551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10568/statm: 4247 1585 340 145 0 1292 0
[pid=10569] ppid=10566 vsize=455704 CPUtime=557.96 cores=7
/proc/10569/stat : 10569 (TNM) R 10566 10566 10396 0 -1 4202496 286 0 1 0 55796 0 0 0 25 0 1 0 607639864 466640896 184 33554432000 134512640 134534564 4292691680 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 10
/proc/10569/statm: 113926 184 103 6 0 112592 0
[pid=10570] ppid=10566 vsize=37124 CPUtime=1121.63 cores=3
/proc/10570/stat : 10570 (lingeling) R 10566 10566 10396 0 -1 4202496 103774 0 0 0 112149 14 0 0 25 0 1 0 607639864 38014976 8481 33554432000 4194304 4352236 140735982484208 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10570/statm: 9281 8481 127 39 0 8361 0
[pid=10571] ppid=10566 vsize=520984 CPUtime=558.21 cores=7
/proc/10571/stat : 10571 (march_hi) R 10566 10566 10396 0 -1 4202496 91711 0 0 0 55796 25 0 0 25 0 1 0 607639864 533487616 91604 33554432000 4194304 4331988 140733904821664 18446744073709551615 4237360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10571/statm: 130246 91604 174 34 0 128688 0
Current children cumulated CPU time (s) 4482.3
Current children cumulated vsize (KiB) 2894192

[startup+1182.3 s]
/proc/loadavg: 10.14 10.14 9.17 11/188 10624
/proc/meminfo: memFree=31678272/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
[pid=10567] ppid=10566 vsize=1865940 CPUtime=1182.17 cores=1
/proc/10567/stat : 10567 (cryptominisat) R 10566 10566 10396 0 -1 4202496 314994 0 0 0 118157 60 0 0 25 0 1 0 607639864 1910722560 32672 33554432000 4194304 4587354 140736935459600 18446744073709551615 4243858 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10567/statm: 466485 32672 337 96 0 463047 0
[pid=10568] ppid=10566 vsize=17124 CPUtime=1182.32 cores=5
/proc/10568/stat : 10568 (clasp) R 10566 10566 10396 0 -1 4202496 1705 0 0 0 118232 0 0 0 25 0 1 0 607639864 17534976 1596 33554432000 4194304 4785740 140737119846224 18446744073709551615 4553363 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10568/statm: 4281 1596 340 145 0 1326 0
[pid=10569] ppid=10566 vsize=455704 CPUtime=587.82 cores=7
/proc/10569/stat : 10569 (TNM) R 10566 10566 10396 0 -1 4202496 286 0 1 0 58782 0 0 0 25 0 1 0 607639864 466640896 184 33554432000 134512640 134534564 4292691680 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 7 0 0 10
/proc/10569/statm: 113926 184 103 6 0 112592 0
[pid=10570] ppid=10566 vsize=34564 CPUtime=1181.63 cores=3
/proc/10570/stat : 10570 (lingeling) R 10566 10566 10396 0 -1 4202496 108382 0 0 0 118148 15 0 0 25 0 1 0 607639864 35393536 7841 33554432000 4194304 4352236 140735982484208 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10570/statm: 8641 7841 127 39 0 7721 0
[pid=10571] ppid=10566 vsize=520984 CPUtime=588.02 cores=7
/proc/10571/stat : 10571 (march_hi) R 10566 10566 10396 0 -1 4202496 96535 0 0 0 58775 27 0 0 25 0 1 0 607639864 533487616 96428 33554432000 4194304 4331988 140733904821664 18446744073709551615 4230989 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10571/statm: 130246 96428 174 34 0 128688 0
Current children cumulated CPU time (s) 4721.96
Current children cumulated vsize (KiB) 2912640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 10.24 10.17 9.20 6/182 10625
/proc/meminfo: memFree=31878560/32951124 swapFree=67055696/67111528
[pid=10566] ppid=10564 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (ppfolio) S 10564 10566 10396 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 607639864 18763776 389 33554432000 4194304 4287625 140736520793072 18446744073709551615 268660682255 0 0 4096 65536 4419992355172515839 0 0 17 3 0 0 0
/proc/10566/statm: 4581 389 341 23 0 91 0
[pid=10567] ppid=10566 vsize=1845208 CPUtime=1201.78 cores=1
/proc/10567/stat : 10567 (cryptominisat) R 10566 10566 10396 0 -1 4202496 318015 0 0 0 120117 61 0 0 25 0 1 0 607639864 1889492992 28483 33554432000 4194304 4587354 140736935459600 18446744073709551615 4238423 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10567/statm: 461302 28483 337 96 0 457864 0
[pid=10568] ppid=10566 vsize=17124 CPUtime=1201.92 cores=5
/proc/10568/stat : 10568 (clasp) R 10566 10566 10396 0 -1 4202496 1705 0 0 0 120192 0 0 0 25 0 1 0 607639864 17534976 1596 33554432000 4194304 4785740 140737119846224 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10568/statm: 4281 1596 340 145 0 1326 0
[pid=10569] ppid=10566 vsize=455704 CPUtime=597.52 cores=7
/proc/10569/stat : 10569 (TNM) R 10566 10566 10396 0 -1 4202496 286 0 1 0 59752 0 0 0 25 0 1 0 607639864 466640896 184 33554432000 134512640 134534564 4292691680 18446744073709551615 134529887 0 0 4096 0 0 0 0 17 7 0 0 10
/proc/10569/statm: 113926 184 103 6 0 112592 0
[pid=10570] ppid=10566 vsize=56580 CPUtime=1201.24 cores=3
/proc/10570/stat : 10570 (lingeling) R 10566 10566 10396 0 -1 4202496 113886 0 0 0 120108 16 0 0 25 0 1 0 607639864 57937920 13345 33554432000 4194304 4352236 140735982484208 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10570/statm: 14145 13345 127 39 0 13225 0
[pid=10571] ppid=10566 vsize=520984 CPUtime=597.8 cores=7
/proc/10571/stat : 10571 (march_hi) R 10566 10566 10396 0 -1 4202496 98141 0 0 0 59753 27 0 0 25 0 1 0 607639864 533487616 98034 33554432000 4194304 4331988 140733904821664 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10571/statm: 130246 98034 174 34 0 128688 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 2913924

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

Real time (s): 1201.93
CPU time (s): 4800.26
CPU user time (s): 4799.22
CPU system time (s): 1.04
CPU usage (%): 399.381
Max. virtual memory (cumulated for all children) (KiB): 4651048

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

runsolver used 1.89171 second user time and 4.66729 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-09 17:48:06
IDJOB=3264549
IDBENCH=84715
IDSOLVER=1612
FILE ID=node107/3264549-1307634486
RUNJOBID= node107-1307633278-10415
PBS_JOBID= 13549384
Free space on /tmp= 74092 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT04/handmade/hirsch03/hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264549-1307634486/watcher-3264549-1307634486 -o /tmp/evaluation-result-3264549-1307634486/solver-3264549-1307634486 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3264549-1307634486.cnf

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

MD5SUM BENCH= f97e40b22ad62886042ca9677daf337d
RANDOM SEED=491775394

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32435936 kB
Buffers:         54996 kB
Cached:         234796 kB
SwapCached:      19468 kB
Active:         134456 kB
Inactive:       194304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32435936 kB
SwapTotal:    67111528 kB
SwapFree:     67055696 kB
Dirty:           21012 kB
Writeback:           0 kB
AnonPages:       37644 kB
Mapped:          14412 kB
Slab:           121008 kB
PageTables:       5416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   662524 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= 74084 MiB
End job on node107 at 2011-06-09 18:08:10