Trace number 3249279

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.71

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-5x41.cnf
MD5SUM420773b7b438dd18c8a88a15fb5bcae1
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 variables820
Number of clauses34235
Sum of the clauses size134480
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21230
Number of clauses of size 30
Number of clauses of size 433005
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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3249279-1304083535/watcher-3249279-1304083535 -o /tmp/evaluation-result-3249279-1304083535/solver-3249279-1304083535 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3249279-1304083535.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 10.23 10.15 9.64 7/182 16262
/proc/meminfo: memFree=26045776/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0

[startup+0.467225 s]
/proc/loadavg: 10.23 10.15 9.64 7/182 16262
/proc/meminfo: memFree=26045776/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.50022 s]
/proc/loadavg: 10.23 10.15 9.64 7/182 16262
/proc/meminfo: memFree=26045776/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.6002 s]
/proc/loadavg: 10.23 10.15 9.64 7/182 16262
/proc/meminfo: memFree=26045776/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700181 s]
/proc/loadavg: 10.23 10.15 9.64 7/182 16262
/proc/meminfo: memFree=26045776/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50703 s]
/proc/loadavg: 10.21 10.15 9.64 11/188 16268
/proc/meminfo: memFree=25997988/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
[pid=16263] ppid=16262 vsize=1811652 CPUtime=1.49 cores=0
/proc/16263/stat : 16263 (cryptominisat) R 16262 16262 15268 0 -1 4202496 10508 0 0 0 149 0 0 0 25 0 1 0 519953210 1855131648 5496 33554432000 4194304 4587354 140736515380848 18446744073709551615 208079928858 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16263/statm: 452913 5501 337 96 0 449475 0
[pid=16264] ppid=16262 vsize=25760 CPUtime=1.49 cores=4
/proc/16264/stat : 16264 (clasp) R 16262 16262 15268 0 -1 4202496 4046 0 0 0 149 0 0 0 25 0 1 0 519953210 26378240 3774 33554432000 4194304 4785740 140735445245328 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16264/statm: 6440 3774 340 145 0 3485 0
[pid=16265] ppid=16262 vsize=458992 CPUtime=0.74 cores=6
/proc/16265/stat : 16265 (TNM) R 16262 16262 15268 0 -1 4202496 1410 0 0 0 74 0 0 0 25 0 1 0 519953210 470007808 1307 33554432000 134512640 134534564 4286576032 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16265/statm: 114748 1307 95 6 0 113414 0
[pid=16266] ppid=16262 vsize=9692 CPUtime=1.49 cores=2
/proc/16266/stat : 16266 (lingeling) R 16262 16262 15268 0 -1 4202496 2346 0 0 0 149 0 0 0 25 0 1 0 519953210 9924608 1585 33554432000 4194304 4352236 140733631929200 18446744073709551615 4270868 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16266/statm: 2423 1585 127 39 0 1503 0
[pid=16267] ppid=16262 vsize=15148 CPUtime=0.73 cores=6
/proc/16267/stat : 16267 (march_hi) R 16262 16262 15268 0 -1 4202496 4990 0 0 0 73 0 0 0 25 0 1 0 519953210 15511552 1687 33554432000 4194304 4331988 140734378955696 18446744073709551615 4228343 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16267/statm: 3787 1687 173 34 0 2229 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 2339568

[startup+3.10072 s]
/proc/loadavg: 10.21 10.15 9.64 11/188 16268
/proc/meminfo: memFree=25983604/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
[pid=16263] ppid=16262 vsize=932560 CPUtime=3.09 cores=0
/proc/16263/stat : 16263 (cryptominisat) R 16262 16262 15268 0 -1 4202496 15155 0 0 0 308 1 0 0 25 0 1 0 519953210 954941440 7340 33554432000 4194304 4587354 140736515380848 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16263/statm: 233140 7340 337 96 0 229702 0
[pid=16264] ppid=16262 vsize=28976 CPUtime=3.08 cores=4
/proc/16264/stat : 16264 (clasp) R 16262 16262 15268 0 -1 4202496 4815 0 0 0 308 0 0 0 25 0 1 0 519953210 29671424 4543 33554432000 4194304 4785740 140735445245328 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16264/statm: 7244 4543 340 145 0 4289 0
[pid=16265] ppid=16262 vsize=458992 CPUtime=1.54 cores=6
/proc/16265/stat : 16265 (TNM) R 16262 16262 15268 0 -1 4202496 1410 0 0 0 154 0 0 0 25 0 1 0 519953210 470007808 1307 33554432000 134512640 134534564 4286576032 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16265/statm: 114748 1307 95 6 0 113414 0
[pid=16266] ppid=16262 vsize=10764 CPUtime=3.09 cores=2
/proc/16266/stat : 16266 (lingeling) R 16262 16262 15268 0 -1 4202496 3034 0 0 0 309 0 0 0 25 0 1 0 519953210 11022336 1853 33554432000 4194304 4352236 140733631929200 18446744073709551615 4231133 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16266/statm: 2691 1853 127 39 0 1771 0
[pid=16267] ppid=16262 vsize=15148 CPUtime=1.52 cores=6
/proc/16267/stat : 16267 (march_hi) R 16262 16262 15268 0 -1 4202496 4990 0 0 0 152 0 0 0 25 0 1 0 519953210 15511552 1687 33554432000 4194304 4331988 140734378955696 18446744073709551615 4263246 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16267/statm: 3787 1687 173 34 0 2229 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1464764

[startup+6.30112 s]
/proc/loadavg: 10.21 10.15 9.64 11/188 16268
/proc/meminfo: memFree=25958564/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
[pid=16263] ppid=16262 vsize=931892 CPUtime=6.29 cores=0
/proc/16263/stat : 16263 (cryptominisat) R 16262 16262 15268 0 -1 4202496 20998 0 0 0 627 2 0 0 25 0 1 0 519953210 954257408 9735 33554432000 4194304 4587354 140736515380848 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16263/statm: 232973 9735 337 96 0 229535 0
[pid=16264] ppid=16262 vsize=33104 CPUtime=6.29 cores=4
/proc/16264/stat : 16264 (clasp) R 16262 16262 15268 0 -1 4202496 5821 0 0 0 628 1 0 0 25 0 1 0 519953210 33898496 5549 33554432000 4194304 4785740 140735445245328 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16264/statm: 8276 5549 340 145 0 5321 0
[pid=16265] ppid=16262 vsize=458992 CPUtime=3.14 cores=6
/proc/16265/stat : 16265 (TNM) R 16262 16262 15268 0 -1 4202496 1410 0 0 0 314 0 0 0 25 0 1 0 519953210 470007808 1307 33554432000 134512640 134534564 4286576032 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16265/statm: 114748 1307 95 6 0 113414 0
[pid=16266] ppid=16262 vsize=10260 CPUtime=6.28 cores=2
/proc/16266/stat : 16266 (lingeling) R 16262 16262 15268 0 -1 4202496 3548 0 0 0 628 0 0 0 25 0 1 0 519953210 10506240 1727 33554432000 4194304 4352236 140733631929200 18446744073709551615 4207831 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16266/statm: 2565 1727 127 39 0 1645 0
[pid=16267] ppid=16262 vsize=15148 CPUtime=3.11 cores=6
/proc/16267/stat : 16267 (march_hi) R 16262 16262 15268 0 -1 4202496 4990 0 0 0 311 0 0 0 25 0 1 0 519953210 15511552 1687 33554432000 4194304 4331988 140734378955696 18446744073709551615 4265490 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16267/statm: 3787 1687 173 34 0 2229 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1467720

[startup+12.7009 s]
/proc/loadavg: 10.18 10.15 9.64 11/188 16268
/proc/meminfo: memFree=25928092/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
[pid=16263] ppid=16262 vsize=946392 CPUtime=12.69 cores=0
/proc/16263/stat : 16263 (cryptominisat) R 16262 16262 15268 0 -1 4202496 28672 0 0 0 1265 4 0 0 25 0 1 0 519953210 969105408 11268 33554432000 4194304 4587354 140736515380848 18446744073709551615 208079928984 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16263/statm: 236598 11268 337 96 0 233160 0
[pid=16264] ppid=16262 vsize=37692 CPUtime=12.69 cores=4
/proc/16264/stat : 16264 (clasp) R 16262 16262 15268 0 -1 4202496 6876 0 0 0 1268 1 0 0 25 0 1 0 519953210 38596608 6604 33554432000 4194304 4785740 140735445245328 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16264/statm: 9423 6604 340 145 0 6468 0
[pid=16265] ppid=16262 vsize=458992 CPUtime=6.31 cores=6
/proc/16265/stat : 16265 (TNM) R 16262 16262 15268 0 -1 4202496 1410 0 0 0 631 0 0 0 25 0 1 0 519953210 470007808 1307 33554432000 134512640 134534564 4286576032 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16265/statm: 114748 1307 95 6 0 113414 0
[pid=16266] ppid=16262 vsize=12440 CPUtime=12.68 cores=2
/proc/16266/stat : 16266 (lingeling) R 16262 16262 15268 0 -1 4202496 4669 0 0 0 1268 0 0 0 25 0 1 0 519953210 12738560 2304 33554432000 4194304 4352236 140733631929200 18446744073709551615 4284114 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16266/statm: 3110 2304 127 39 0 2190 0
[pid=16267] ppid=16262 vsize=15148 CPUtime=6.3 cores=6
/proc/16267/stat : 16267 (march_hi) R 16262 16262 15268 0 -1 4202496 4990 0 0 0 630 0 0 0 25 0 1 0 519953210 15511552 1687 33554432000 4194304 4331988 140734378955696 18446744073709551615 4263194 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16267/statm: 3787 1687 173 34 0 2229 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1488988

[startup+25.5005 s]
/proc/loadavg: 10.15 10.14 9.64 11/188 16268
/proc/meminfo: memFree=25906280/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
[pid=16263] ppid=16262 vsize=928852 CPUtime=25.49 cores=0
/proc/16263/stat : 16263 (cryptominisat) R 16262 16262 15268 0 -1 4202496 57040 0 0 0 2540 9 0 0 25 0 1 0 519953210 951144448 8873 33554432000 4194304 4587354 140736515380848 18446744073709551615 4238654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16263/statm: 232213 8873 337 96 0 228775 0
[pid=16264] ppid=16262 vsize=45948 CPUtime=25.49 cores=4
/proc/16264/stat : 16264 (clasp) R 16262 16262 15268 0 -1 4202496 8772 0 0 0 2548 1 0 0 25 0 1 0 519953210 47050752 8500 33554432000 4194304 4785740 140735445245328 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16264/statm: 11487 8500 340 145 0 8532 0
[pid=16265] ppid=16262 vsize=458992 CPUtime=12.65 cores=6
/proc/16265/stat : 16265 (TNM) R 16262 16262 15268 0 -1 4202496 1410 0 0 0 1265 0 0 0 25 0 1 0 519953210 470007808 1307 33554432000 134512640 134534564 4286576032 18446744073709551615 134528392 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16265/statm: 114748 1307 95 6 0 113414 0
[pid=16266] ppid=16262 vsize=12840 CPUtime=25.49 cores=2
/proc/16266/stat : 16266 (lingeling) R 16262 16262 15268 0 -1 4202496 5742 0 0 0 2548 1 0 0 25 0 1 0 519953210 13148160 2404 33554432000 4194304 4352236 140733631929200 18446744073709551615 4207655 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16266/statm: 3210 2404 127 39 0 2290 0
[pid=16267] ppid=16262 vsize=15148 CPUtime=12.7 cores=6
/proc/16267/stat : 16267 (march_hi) R 16262 16262 15268 0 -1 4202496 4990 0 0 0 1270 0 0 0 25 0 1 0 519953210 15511552 1687 33554432000 4194304 4331988 140734378955696 18446744073709551615 4265490 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16267/statm: 3787 1687 173 34 0 2229 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 1480104

[startup+51.1006 s]
/proc/loadavg: 10.22 10.16 9.66 11/188 16269
/proc/meminfo: memFree=25945956/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
[pid=16263] ppid=16262 vsize=947188 CPUtime=51.09 cores=0
/proc/16263/stat : 16263 (cryptominisat) R 16262 16262 15268 0 -1 4202496 96732 0 0 0 5092 17 0 0 25 0 1 0 519953210 969920512 13479 33554432000 4194304 4587354 140736515380848 18446744073709551615 208079928980 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16263/statm: 236797 13479 337 96 0 233359 0
[pid=16264] ppid=16262 vsize=54380 CPUtime=51.09 cores=4
/proc/16264/stat : 16264 (clasp) R 16262 16262 15268 0 -1 4202496 10726 0 0 0 5107 2 0 0 25 0 1 0 519953210 55685120 10454 33554432000 4194304 4785740 140735445245328 18446744073709551615 4538870 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16264/statm: 13595 10454 340 145 0 10640 0
[pid=16265] ppid=16262 vsize=458992 CPUtime=25.41 cores=6
/proc/16265/stat : 16265 (TNM) R 16262 16262 15268 0 -1 4202496 1410 0 0 0 2541 0 0 0 25 0 1 0 519953210 470007808 1307 33554432000 134512640 134534564 4286576032 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16265/statm: 114748 1307 95 6 0 113414 0
[pid=16266] ppid=16262 vsize=13096 CPUtime=51.08 cores=2

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

/proc/16267/statm: 3787 1687 173 34 0 2229 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 1647428

[startup+1002.3 s]
/proc/loadavg: 10.18 10.20 10.00 11/188 16294
/proc/meminfo: memFree=25310412/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
[pid=16263] ppid=16262 vsize=1158188 CPUtime=1002.32 cores=0
/proc/16263/stat : 16263 (cryptominisat) R 16262 16262 15268 0 -1 4202496 1181469 0 0 0 99959 273 0 0 25 0 1 0 519953210 1185984512 67238 33554432000 4194304 4587354 140736515380848 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16263/statm: 289547 67238 337 96 0 286109 0
[pid=16264] ppid=16262 vsize=149284 CPUtime=1002.23 cores=4
/proc/16264/stat : 16264 (clasp) R 16262 16262 15268 0 -1 4202496 32553 0 0 0 100218 5 0 0 25 0 1 0 519953210 152866816 32053 33554432000 4194304 4785740 140735445245328 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16264/statm: 37321 32053 340 145 0 34366 0
[pid=16265] ppid=16262 vsize=458992 CPUtime=498.43 cores=6
/proc/16265/stat : 16265 (TNM) R 16262 16262 15268 0 -1 4202496 1410 0 0 0 49843 0 0 0 25 0 1 0 519953210 470007808 1307 33554432000 134512640 134534564 4286576032 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16265/statm: 114748 1307 95 6 0 113414 0
[pid=16266] ppid=16262 vsize=37232 CPUtime=1002.32 cores=2
/proc/16266/stat : 16266 (lingeling) R 16262 16262 15268 0 -1 4202496 59872 0 0 0 100224 8 0 0 25 0 1 0 519953210 38125568 8470 33554432000 4194304 4352236 140733631929200 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16266/statm: 9308 8470 127 39 0 8388 0
[pid=16267] ppid=16262 vsize=15148 CPUtime=498.42 cores=6
/proc/16267/stat : 16267 (march_hi) R 16262 16262 15268 0 -1 4202496 4990 0 0 0 49842 0 0 0 25 0 1 0 519953210 15511552 1687 33554432000 4194304 4331988 140734378955696 18446744073709551615 4263190 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16267/statm: 3787 1687 173 34 0 2229 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 1837168

[startup+1062.3 s]
/proc/loadavg: 10.19 10.19 10.01 11/188 16296
/proc/meminfo: memFree=25398536/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
[pid=16263] ppid=16262 vsize=1187528 CPUtime=1062.33 cores=0
/proc/16263/stat : 16263 (cryptominisat) R 16262 16262 15268 0 -1 4202496 1187651 0 0 0 105959 274 0 0 25 0 1 0 519953210 1216028672 73420 33554432000 4194304 4587354 140736515380848 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16263/statm: 296882 73420 337 96 0 293444 0
[pid=16264] ppid=16262 vsize=154764 CPUtime=1062.23 cores=4
/proc/16264/stat : 16264 (clasp) R 16262 16262 15268 0 -1 4202496 33782 0 0 0 106218 5 0 0 25 0 1 0 519953210 158478336 33282 33554432000 4194304 4785740 140735445245328 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16264/statm: 38691 33282 340 145 0 35736 0
[pid=16265] ppid=16262 vsize=458992 CPUtime=528.26 cores=6
/proc/16265/stat : 16265 (TNM) R 16262 16262 15268 0 -1 4202496 1410 0 0 0 52826 0 0 0 25 0 1 0 519953210 470007808 1307 33554432000 134512640 134534564 4286576032 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16265/statm: 114748 1307 95 6 0 113414 0
[pid=16266] ppid=16262 vsize=29040 CPUtime=1062.32 cores=2
/proc/16266/stat : 16266 (lingeling) R 16262 16262 15268 0 -1 4202496 59872 0 0 0 106224 8 0 0 25 0 1 0 519953210 29736960 6422 33554432000 4194304 4352236 140733631929200 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16266/statm: 7260 6422 127 39 0 6340 0
[pid=16267] ppid=16262 vsize=15148 CPUtime=528.26 cores=6
/proc/16267/stat : 16267 (march_hi) R 16262 16262 15268 0 -1 4202496 4990 0 0 0 52826 0 0 0 25 0 1 0 519953210 15511552 1687 33554432000 4194304 4331988 140734378955696 18446744073709551615 4228339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16267/statm: 3787 1687 173 34 0 2229 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 1863796

[startup+1122.3 s]
/proc/loadavg: 10.17 10.18 10.01 11/188 16298
/proc/meminfo: memFree=25540748/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
[pid=16263] ppid=16262 vsize=1015444 CPUtime=1122.33 cores=0
/proc/16263/stat : 16263 (cryptominisat) R 16262 16262 15268 0 -1 4202496 1189538 0 0 0 111958 275 0 0 25 0 1 0 519953210 1039814656 36287 33554432000 4194304 4587354 140736515380848 18446744073709551615 208079929022 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16263/statm: 253861 36287 337 96 0 250423 0
[pid=16264] ppid=16262 vsize=158440 CPUtime=1122.23 cores=4
/proc/16264/stat : 16264 (clasp) R 16262 16262 15268 0 -1 4202496 34681 0 0 0 112218 5 0 0 25 0 1 0 519953210 162242560 34181 33554432000 4194304 4785740 140735445245328 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16264/statm: 39610 34181 340 145 0 36655 0
[pid=16265] ppid=16262 vsize=458992 CPUtime=558.09 cores=6
/proc/16265/stat : 16265 (TNM) R 16262 16262 15268 0 -1 4202496 1410 0 0 0 55809 0 0 0 25 0 1 0 519953210 470007808 1307 33554432000 134512640 134534564 4286576032 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16265/statm: 114748 1307 95 6 0 113414 0
[pid=16266] ppid=16262 vsize=29808 CPUtime=1122.32 cores=2
/proc/16266/stat : 16266 (lingeling) R 16262 16262 15268 0 -1 4202496 62208 0 0 0 112224 8 0 0 25 0 1 0 519953210 30523392 6614 33554432000 4194304 4352236 140733631929200 18446744073709551615 4278664 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16266/statm: 7452 6614 127 39 0 6532 0
[pid=16267] ppid=16262 vsize=15148 CPUtime=558.11 cores=6
/proc/16267/stat : 16267 (march_hi) R 16262 16262 15268 0 -1 4202496 4990 0 0 0 55811 0 0 0 25 0 1 0 519953210 15511552 1687 33554432000 4194304 4331988 140734378955696 18446744073709551615 4299876 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16267/statm: 3787 1687 173 34 0 2229 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 1696156

[startup+1182.3 s]
/proc/loadavg: 10.21 10.19 10.02 11/188 16364
/proc/meminfo: memFree=25644556/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
[pid=16263] ppid=16262 vsize=987744 CPUtime=1182.33 cores=0
/proc/16263/stat : 16263 (cryptominisat) R 16262 16262 15268 0 -1 4202496 1228208 0 0 0 117947 286 0 0 25 0 1 0 519953210 1011449856 23985 33554432000 4194304 4587354 140736515380848 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16263/statm: 246936 23985 337 96 0 243498 0
[pid=16264] ppid=16262 vsize=160476 CPUtime=1182.22 cores=4
/proc/16264/stat : 16264 (clasp) R 16262 16262 15268 0 -1 4202496 35153 0 0 0 118217 5 0 0 25 0 1 0 519953210 164327424 34653 33554432000 4194304 4785740 140735445245328 18446744073709551615 4551113 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16264/statm: 40119 34653 340 145 0 37164 0
[pid=16265] ppid=16262 vsize=458992 CPUtime=587.96 cores=6
/proc/16265/stat : 16265 (TNM) R 16262 16262 15268 0 -1 4202496 1410 0 0 0 58796 0 0 0 25 0 1 0 519953210 470007808 1307 33554432000 134512640 134534564 4286576032 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16265/statm: 114748 1307 95 6 0 113414 0
[pid=16266] ppid=16262 vsize=30448 CPUtime=1182.32 cores=2
/proc/16266/stat : 16266 (lingeling) R 16262 16262 15268 0 -1 4202496 64576 0 0 0 118223 9 0 0 25 0 1 0 519953210 31178752 6774 33554432000 4194304 4352236 140733631929200 18446744073709551615 4235925 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16266/statm: 7612 6774 127 39 0 6692 0
[pid=16267] ppid=16262 vsize=15148 CPUtime=587.93 cores=6
/proc/16267/stat : 16267 (march_hi) R 16262 16262 15268 0 -1 4202496 4990 0 0 0 58793 0 0 0 25 0 1 0 519953210 15511552 1687 33554432000 4194304 4331988 140734378955696 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16267/statm: 3787 1687 173 34 0 2229 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 1671132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.21 10.20 10.02 11/188 16365
/proc/meminfo: memFree=25460068/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
[pid=16263] ppid=16262 vsize=1016188 CPUtime=1201.74 cores=0
/proc/16263/stat : 16263 (cryptominisat) R 16262 16262 15268 0 -1 4202496 1244715 0 0 0 119884 290 0 0 25 0 1 0 519953210 1040576512 34121 33554432000 4194304 4587354 140736515380848 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16263/statm: 254047 34121 337 96 0 250609 0
[pid=16264] ppid=16262 vsize=160760 CPUtime=1201.62 cores=4
/proc/16264/stat : 16264 (clasp) R 16262 16262 15268 0 -1 4202496 35237 0 0 0 120157 5 0 0 25 0 1 0 519953210 164618240 34737 33554432000 4194304 4785740 140735445245328 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16264/statm: 40190 34737 340 145 0 37235 0
[pid=16265] ppid=16262 vsize=458992 CPUtime=597.57 cores=6
/proc/16265/stat : 16265 (TNM) R 16262 16262 15268 0 -1 4202496 1410 0 0 0 59757 0 0 0 25 0 1 0 519953210 470007808 1307 33554432000 134512640 134534564 4286576032 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16265/statm: 114748 1307 95 6 0 113414 0
[pid=16266] ppid=16262 vsize=30064 CPUtime=1201.72 cores=2
/proc/16266/stat : 16266 (lingeling) R 16262 16262 15268 0 -1 4202496 66752 0 0 0 120163 9 0 0 25 0 1 0 519953210 30785536 6678 33554432000 4194304 4352236 140733631929200 18446744073709551615 4278527 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16266/statm: 7516 6678 127 39 0 6596 0
[pid=16267] ppid=16262 vsize=15148 CPUtime=597.61 cores=6
/proc/16267/stat : 16267 (march_hi) R 16262 16262 15268 0 -1 4202496 4990 0 0 0 59761 0 0 0 25 0 1 0 519953210 15511552 1687 33554432000 4194304 4331988 140734378955696 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16267/statm: 3787 1687 173 34 0 2229 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1699476

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: 10.21 10.20 10.02 11/188 16365
/proc/meminfo: memFree=25460068/32950928 swapFree=67111364/67111528
[pid=16262] ppid=16260 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16262/stat : 16262 (ppfolio) S 16260 16262 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519953210 18763776 389 33554432000 4194304 4287625 140736534821392 18446744073709551615 208080252431 0 0 4096 65536 9028908291492675583 0 0 17 2 0 0 0
/proc/16262/statm: 4581 389 341 23 0 91 0
[pid=16263] ppid=16262 vsize=1016188 CPUtime=1201.74 cores=0
/proc/16263/stat : 16263 (cryptominisat) R 16262 16262 15268 0 -1 4202496 1244715 0 0 0 119884 290 0 0 25 0 1 0 519953210 1040576512 34121 33554432000 4194304 4587354 140736515380848 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16263/statm: 254047 34121 337 96 0 250609 0
[pid=16264] ppid=16262 vsize=160760 CPUtime=1201.62 cores=4
/proc/16264/stat : 16264 (clasp) R 16262 16262 15268 0 -1 4202496 35237 0 0 0 120157 5 0 0 25 0 1 0 519953210 164618240 34737 33554432000 4194304 4785740 140735445245328 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16264/statm: 40190 34737 340 145 0 37235 0
[pid=16265] ppid=16262 vsize=458992 CPUtime=597.57 cores=6
/proc/16265/stat : 16265 (TNM) R 16262 16262 15268 0 -1 4202496 1410 0 0 0 59757 0 0 0 25 0 1 0 519953210 470007808 1307 33554432000 134512640 134534564 4286576032 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16265/statm: 114748 1307 95 6 0 113414 0
[pid=16266] ppid=16262 vsize=30064 CPUtime=1201.72 cores=2
/proc/16266/stat : 16266 (lingeling) R 16262 16262 15268 0 -1 4202496 66752 0 0 0 120163 9 0 0 25 0 1 0 519953210 30785536 6678 33554432000 4194304 4352236 140733631929200 18446744073709551615 4278527 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16266/statm: 7516 6678 127 39 0 6596 0
[pid=16267] ppid=16262 vsize=15148 CPUtime=597.61 cores=6
/proc/16267/stat : 16267 (march_hi) R 16262 16262 15268 0 -1 4202496 4990 0 0 0 59761 0 0 0 25 0 1 0 519953210 15511552 1687 33554432000 4194304 4331988 140734378955696 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16267/statm: 3787 1687 173 34 0 2229 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1699476

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16262 and gives
#  childrusage.ru_utime.tv_sec=2396
#  childrusage.ru_utime.tv_usec=825627
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=113982
# CPU time returned by wait4() is 2396.94
# 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.71
CPU time (s): 4800.26
CPU user time (s): 4797.22
CPU system time (s): 3.04
CPU usage (%): 399.452
Max. virtual memory (cumulated for all children) (KiB): 2577328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.83
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73675
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= 358
involuntary context switches= 27164

runsolver used 1.82572 second user time and 4.73628 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 15:25:35
IDJOB=3249279
IDBENCH=83163
IDSOLVER=1612
FILE ID=node127/3249279-1304083535
RUNJOBID= node127-1304077884-15286
PBS_JOBID= 13170516
Free space on /tmp= 71804 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-5x41.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249279-1304083535/watcher-3249279-1304083535 -o /tmp/evaluation-result-3249279-1304083535/solver-3249279-1304083535 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3249279-1304083535.cnf

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

MD5SUM BENCH= 420773b7b438dd18c8a88a15fb5bcae1
RANDOM SEED=1927026743

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      26045932 kB
Buffers:       1395608 kB
Cached:        4729052 kB
SwapCached:          0 kB
Active:        2032308 kB
Inactive:      4395548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26045932 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           24196 kB
Writeback:           0 kB
AnonPages:      302904 kB
Mapped:          16700 kB
Slab:           411020 kB
PageTables:       5568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1547988 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= 71784 MiB
End job on node127 at 2011-04-29 15:45:39