Trace number 3292204

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.31 1201.74

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.3457
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

Solver Data

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

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3292204-1304096808/watcher-3292204-1304096808 -o /tmp/evaluation-result-3292204-1304096808/solver-3292204-1304096808 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3292204-1304096808.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: 5.09 5.08 5.79 1/171 25204
/proc/meminfo: memFree=15223580/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) R 25202 25204 24128 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0

[startup+0.221442 s]
/proc/loadavg: 5.09 5.08 5.79 1/171 25204
/proc/meminfo: memFree=15223580/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300433 s]
/proc/loadavg: 5.09 5.08 5.79 1/171 25204
/proc/meminfo: memFree=15223580/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400415 s]
/proc/loadavg: 5.09 5.08 5.79 1/171 25204
/proc/meminfo: memFree=15223580/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700364 s]
/proc/loadavg: 5.09 5.08 5.79 1/171 25204
/proc/meminfo: memFree=15223580/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50122 s]
/proc/loadavg: 5.09 5.08 5.79 6/177 25210
/proc/meminfo: memFree=15125820/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
[pid=25205] ppid=25204 vsize=53236 CPUtime=1.49 cores=1
/proc/25205/stat : 25205 (cryptominisat) R 25204 25204 24128 0 -1 4202496 10291 0 0 0 148 1 0 0 25 0 1 0 599911482 54513664 8500 33554432000 4194304 4587354 140736726727520 18446744073709551615 4238252 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25205/statm: 13309 8500 327 96 0 9871 0
[pid=25206] ppid=25204 vsize=24460 CPUtime=1.48 cores=5
/proc/25206/stat : 25206 (clasp) R 25204 25204 24128 0 -1 4202496 4695 0 0 0 148 0 0 0 25 0 1 0 599911482 25047040 3452 33554432000 4194304 4785740 140737419422224 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25206/statm: 6115 3452 340 145 0 3160 0
[pid=25207] ppid=25204 vsize=463216 CPUtime=0.7 cores=7
/proc/25207/stat : 25207 (TNM) R 25204 25204 24128 0 -1 4202496 3849 0 0 0 70 0 0 0 25 0 1 0 599911482 474333184 3746 33554432000 134512640 134534564 4286653632 18446744073709551615 134524736 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25207/statm: 115804 3746 91 6 0 114470 0
[pid=25208] ppid=25204 vsize=24520 CPUtime=1.49 cores=3
/proc/25208/stat : 25208 (lingeling) R 25204 25204 24128 0 -1 4202496 6889 0 0 0 148 1 0 0 25 0 1 0 599911482 25108480 5292 33554432000 4194304 4352236 140735921288784 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25208/statm: 6130 5292 127 39 0 5210 0
[pid=25209] ppid=25204 vsize=31968 CPUtime=0.76 cores=7
/proc/25209/stat : 25209 (march_hi) R 25204 25204 24128 0 -1 4202496 14191 0 0 0 75 1 0 0 25 0 1 0 599911482 32735232 4606 33554432000 4194304 4331988 140734782078960 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25209/statm: 7992 4606 151 34 0 6434 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 615724

[startup+3.10094 s]
/proc/loadavg: 5.09 5.08 5.79 6/177 25210
/proc/meminfo: memFree=15125448/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
[pid=25205] ppid=25204 vsize=53236 CPUtime=3.09 cores=1
/proc/25205/stat : 25205 (cryptominisat) R 25204 25204 24128 0 -1 4202496 10525 0 0 0 308 1 0 0 25 0 1 0 599911482 54513664 8725 33554432000 4194304 4587354 140736726727520 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25205/statm: 13309 8725 327 96 0 9871 0
[pid=25206] ppid=25204 vsize=24460 CPUtime=3.08 cores=5
/proc/25206/stat : 25206 (clasp) R 25204 25204 24128 0 -1 4202496 4695 0 0 0 308 0 0 0 25 0 1 0 599911482 25047040 3452 33554432000 4194304 4785740 140737419422224 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25206/statm: 6115 3452 340 145 0 3160 0
[pid=25207] ppid=25204 vsize=463216 CPUtime=1.5 cores=7
/proc/25207/stat : 25207 (TNM) R 25204 25204 24128 0 -1 4202496 3849 0 0 0 150 0 0 0 25 0 1 0 599911482 474333184 3746 33554432000 134512640 134534564 4286653632 18446744073709551615 134524681 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25207/statm: 115804 3746 91 6 0 114470 0
[pid=25208] ppid=25204 vsize=16328 CPUtime=3.08 cores=3
/proc/25208/stat : 25208 (lingeling) R 25204 25204 24128 0 -1 4202496 6889 0 0 0 307 1 0 0 25 0 1 0 599911482 16719872 3244 33554432000 4194304 4352236 140735921288784 18446744073709551615 4328429 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25208/statm: 4082 3244 127 39 0 3162 0
[pid=25209] ppid=25204 vsize=44192 CPUtime=1.56 cores=7
/proc/25209/stat : 25209 (march_hi) R 25204 25204 24128 0 -1 4202496 16769 0 0 0 154 2 0 0 25 0 1 0 599911482 45252608 7184 33554432000 4194304 4331988 140734782078960 18446744073709551615 216734836899 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25209/statm: 11048 7184 151 34 0 9490 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 619756

[startup+6.30039 s]
/proc/loadavg: 5.08 5.08 5.78 6/177 25210
/proc/meminfo: memFree=15098216/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
[pid=25205] ppid=25204 vsize=2171872 CPUtime=6.29 cores=1
/proc/25205/stat : 25205 (cryptominisat) R 25204 25204 24128 0 -1 4202496 11848 0 0 0 627 2 0 0 25 0 1 0 599911482 2223996928 8512 33554432000 4194304 4587354 140736726727520 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25205/statm: 542968 8512 327 96 0 539530 0
[pid=25206] ppid=25204 vsize=25780 CPUtime=6.28 cores=5
/proc/25206/stat : 25206 (clasp) R 25204 25204 24128 0 -1 4202496 5052 0 0 0 628 0 0 0 25 0 1 0 599911482 26398720 3809 33554432000 4194304 4785740 140737419422224 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25206/statm: 6445 3809 340 145 0 3490 0
[pid=25207] ppid=25204 vsize=468232 CPUtime=3.1 cores=7
/proc/25207/stat : 25207 (TNM) R 25204 25204 24128 0 -1 4202496 4937 0 0 0 310 0 0 0 25 0 1 0 599911482 479469568 4834 33554432000 134512640 134534564 4286653632 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25207/statm: 117058 4834 95 6 0 115724 0
[pid=25208] ppid=25204 vsize=19380 CPUtime=6.28 cores=3
/proc/25208/stat : 25208 (lingeling) R 25204 25204 24128 0 -1 4202496 7652 0 0 0 627 1 0 0 25 0 1 0 599911482 19845120 4007 33554432000 4194304 4352236 140735921288784 18446744073709551615 4278730 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25208/statm: 4845 4007 127 39 0 3925 0
[pid=25209] ppid=25204 vsize=64592 CPUtime=3.14 cores=7
/proc/25209/stat : 25209 (march_hi) R 25204 25204 24128 0 -1 4202496 21638 0 0 0 312 2 0 0 25 0 1 0 599911482 66142208 12053 33554432000 4194304 4331988 140734782078960 18446744073709551615 4271138 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25209/statm: 16148 12053 151 34 0 14590 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 2768180

[startup+12.7013 s]
/proc/loadavg: 5.08 5.08 5.78 6/177 25210
/proc/meminfo: memFree=15036048/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
[pid=25205] ppid=25204 vsize=2189980 CPUtime=12.69 cores=1
/proc/25205/stat : 25205 (cryptominisat) R 25204 25204 24128 0 -1 4202496 15903 0 0 0 1266 3 0 0 25 0 1 0 599911482 2242539520 12550 33554432000 4194304 4587354 140736726727520 18446744073709551615 4238249 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25205/statm: 547495 12550 337 96 0 544057 0
[pid=25206] ppid=25204 vsize=32908 CPUtime=12.69 cores=5
/proc/25206/stat : 25206 (clasp) R 25204 25204 24128 0 -1 4202496 6779 0 0 0 1268 1 0 0 25 0 1 0 599911482 33697792 5536 33554432000 4194304 4785740 140737419422224 18446744073709551615 4553001 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25206/statm: 8227 5536 340 145 0 5272 0
[pid=25207] ppid=25204 vsize=468232 CPUtime=6.3 cores=7
/proc/25207/stat : 25207 (TNM) R 25204 25204 24128 0 -1 4202496 4937 0 0 0 630 0 0 0 25 0 1 0 599911482 479469568 4834 33554432000 134512640 134534564 4286653632 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25207/statm: 117058 4834 95 6 0 115724 0
[pid=25208] ppid=25204 vsize=20008 CPUtime=12.68 cores=3
/proc/25208/stat : 25208 (lingeling) R 25204 25204 24128 0 -1 4202496 7809 0 0 0 1267 1 0 0 25 0 1 0 599911482 20488192 4164 33554432000 4194304 4352236 140735921288784 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25208/statm: 5002 4164 127 39 0 4082 0
[pid=25209] ppid=25204 vsize=103676 CPUtime=6.31 cores=7
/proc/25209/stat : 25209 (march_hi) R 25204 25204 24128 0 -1 4202496 30834 0 0 0 627 4 0 0 25 0 1 0 599911482 106164224 21249 33554432000 4194304 4331988 140734782078960 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25209/statm: 25919 21249 151 34 0 24361 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 2833128

[startup+25.507 s]
/proc/loadavg: 5.06 5.08 5.77 6/177 25211
/proc/meminfo: memFree=14949128/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
[pid=25205] ppid=25204 vsize=2185484 CPUtime=25.5 cores=1
/proc/25205/stat : 25205 (cryptominisat) R 25204 25204 24128 0 -1 4202496 19203 0 0 0 2547 3 0 0 25 0 1 0 599911482 2237935616 14215 33554432000 4194304 4587354 140736726727520 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25205/statm: 546371 14215 337 96 0 542933 0
[pid=25206] ppid=25204 vsize=36788 CPUtime=25.5 cores=5
/proc/25206/stat : 25206 (clasp) R 25204 25204 24128 0 -1 4202496 7739 0 0 0 2548 2 0 0 25 0 1 0 599911482 37670912 6496 33554432000 4194304 4785740 140737419422224 18446744073709551615 4553001 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25206/statm: 9197 6496 340 145 0 6242 0
[pid=25207] ppid=25204 vsize=468232 CPUtime=12.65 cores=7
/proc/25207/stat : 25207 (TNM) R 25204 25204 24128 0 -1 4202496 4937 0 0 0 1265 0 0 0 25 0 1 0 599911482 479469568 4834 33554432000 134512640 134534564 4286653632 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25207/statm: 117058 4834 95 6 0 115724 0
[pid=25208] ppid=25204 vsize=20628 CPUtime=25.49 cores=3
/proc/25208/stat : 25208 (lingeling) R 25204 25204 24128 0 -1 4202496 7964 0 0 0 2548 1 0 0 25 0 1 0 599911482 21123072 4319 33554432000 4194304 4352236 140735921288784 18446744073709551615 4241672 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25208/statm: 5157 4319 127 39 0 4237 0
[pid=25209] ppid=25204 vsize=181712 CPUtime=12.69 cores=7
/proc/25209/stat : 25209 (march_hi) R 25204 25204 24128 0 -1 4202496 49170 0 0 0 1261 8 0 0 25 0 1 0 599911482 186073088 39585 33554432000 4194304 4331988 140734782078960 18446744073709551615 4271193 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25209/statm: 45428 39585 151 34 0 43870 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 2911168

[startup+51.1006 s]
/proc/loadavg: 5.11 5.09 5.75 6/177 25211
/proc/meminfo: memFree=14847920/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
[pid=25205] ppid=25204 vsize=2187040 CPUtime=51.09 cores=1
/proc/25205/stat : 25205 (cryptominisat) R 25204 25204 24128 0 -1 4202496 29663 0 0 0 5104 5 0 0 25 0 1 0 599911482 2239528960 16406 33554432000 4194304 4587354 140736726727520 18446744073709551615 4238323 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25205/statm: 546760 16406 337 96 0 543322 0
[pid=25206] ppid=25204 vsize=44204 CPUtime=51.09 cores=5
/proc/25206/stat : 25206 (clasp) R 25204 25204 24128 0 -1 4202496 9479 0 0 0 5107 2 0 0 25 0 1 0 599911482 45264896 8236 33554432000 4194304 4785740 140737419422224 18446744073709551615 4553035 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25206/statm: 11051 8236 340 145 0 8096 0
[pid=25207] ppid=25204 vsize=468232 CPUtime=25.4 cores=7
/proc/25207/stat : 25207 (TNM) R 25204 25204 24128 0 -1 4202496 4937 0 0 0 2540 0 0 0 25 0 1 0 599911482 479469568 4834 33554432000 134512640 134534564 4286653632 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25207/statm: 117058 4834 95 6 0 115724 0
[pid=25208] ppid=25204 vsize=20780 CPUtime=51.08 cores=3

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

/proc/25209/statm: 165771 151778 175 34 0 164213 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 3554156

[startup+1002.31 s]
/proc/loadavg: 5.18 5.09 5.29 6/177 25237
/proc/meminfo: memFree=14328960/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
[pid=25205] ppid=25204 vsize=2247312 CPUtime=1002.31 cores=1
/proc/25205/stat : 25205 (cryptominisat) R 25204 25204 24128 0 -1 4202496 62209 0 0 0 100214 17 0 0 25 0 1 0 599911482 2301247488 31696 33554432000 4194304 4587354 140736726727520 18446744073709551615 4238252 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25205/statm: 561828 31696 337 96 0 558390 0
[pid=25206] ppid=25204 vsize=110924 CPUtime=1002.31 cores=5
/proc/25206/stat : 25206 (clasp) R 25204 25204 24128 0 -1 4202496 25327 0 0 0 100223 8 0 0 25 0 1 0 599911482 113586176 24084 33554432000 4194304 4785740 140737419422224 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25206/statm: 27731 24084 340 145 0 24776 0
[pid=25207] ppid=25204 vsize=468232 CPUtime=498.42 cores=7
/proc/25207/stat : 25207 (TNM) R 25204 25204 24128 0 -1 4202496 4937 0 0 0 49842 0 0 0 25 0 1 0 599911482 479469568 4834 33554432000 134512640 134534564 4286653632 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25207/statm: 117058 4834 95 6 0 115724 0
[pid=25208] ppid=25204 vsize=49524 CPUtime=1002.31 cores=3
/proc/25208/stat : 25208 (lingeling) R 25204 25204 24128 0 -1 4202496 15188 0 0 0 100229 2 0 0 25 0 1 0 599911482 50712576 11543 33554432000 4194304 4352236 140735921288784 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25208/statm: 12381 11543 127 39 0 11461 0
[pid=25209] ppid=25204 vsize=663084 CPUtime=498.42 cores=7
/proc/25209/stat : 25209 (march_hi) R 25204 25204 24128 0 -1 4202496 333958 0 0 0 49792 50 0 0 25 0 1 0 599911482 678998016 151949 33554432000 4194304 4331988 140734782078960 18446744073709551615 4287076 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25209/statm: 165771 151949 175 34 0 164213 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 3557400

[startup+1062.3 s]
/proc/loadavg: 5.20 5.10 5.28 6/177 25238
/proc/meminfo: memFree=14325460/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
[pid=25205] ppid=25204 vsize=2240488 CPUtime=1062.32 cores=1
/proc/25205/stat : 25205 (cryptominisat) R 25204 25204 24128 0 -1 4202496 62493 0 0 0 106214 18 0 0 25 0 1 0 599911482 2294259712 31696 33554432000 4194304 4587354 140736726727520 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25205/statm: 560122 31696 337 96 0 556684 0
[pid=25206] ppid=25204 vsize=114484 CPUtime=1062.31 cores=5
/proc/25206/stat : 25206 (clasp) R 25204 25204 24128 0 -1 4202496 26133 0 0 0 106223 8 0 0 25 0 1 0 599911482 117231616 24890 33554432000 4194304 4785740 140737419422224 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25206/statm: 28621 24890 340 145 0 25666 0
[pid=25207] ppid=25204 vsize=468232 CPUtime=528.22 cores=7
/proc/25207/stat : 25207 (TNM) R 25204 25204 24128 0 -1 4202496 4937 0 0 0 52822 0 0 0 25 0 1 0 599911482 479469568 4834 33554432000 134512640 134534564 4286653632 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25207/statm: 117058 4834 95 6 0 115724 0
[pid=25208] ppid=25204 vsize=49524 CPUtime=1062.31 cores=3
/proc/25208/stat : 25208 (lingeling) R 25204 25204 24128 0 -1 4202496 15188 0 0 0 106229 2 0 0 25 0 1 0 599911482 50712576 11543 33554432000 4194304 4352236 140735921288784 18446744073709551615 4241445 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25208/statm: 12381 11543 127 39 0 11461 0
[pid=25209] ppid=25204 vsize=663084 CPUtime=528.29 cores=7
/proc/25209/stat : 25209 (march_hi) R 25204 25204 24128 0 -1 4202496 333979 0 0 0 52779 50 0 0 25 0 1 0 599911482 678998016 151970 33554432000 4194304 4331988 140734782078960 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25209/statm: 165771 151970 175 34 0 164213 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 3554136

[startup+1122.3 s]
/proc/loadavg: 5.13 5.09 5.27 6/177 25240
/proc/meminfo: memFree=14322336/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
[pid=25205] ppid=25204 vsize=2240144 CPUtime=1122.31 cores=1
/proc/25205/stat : 25205 (cryptominisat) R 25204 25204 24128 0 -1 4202496 62917 0 0 0 112213 18 0 0 25 0 1 0 599911482 2293907456 31696 33554432000 4194304 4587354 140736726727520 18446744073709551615 4237674 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25205/statm: 560036 31696 337 96 0 556598 0
[pid=25206] ppid=25204 vsize=117356 CPUtime=1122.31 cores=5
/proc/25206/stat : 25206 (clasp) R 25204 25204 24128 0 -1 4202496 26845 0 0 0 112222 9 0 0 25 0 1 0 599911482 120172544 25602 33554432000 4194304 4785740 140737419422224 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25206/statm: 29339 25602 340 145 0 26384 0
[pid=25207] ppid=25204 vsize=468232 CPUtime=558.08 cores=7
/proc/25207/stat : 25207 (TNM) R 25204 25204 24128 0 -1 4202496 4937 0 0 0 55808 0 0 0 25 0 1 0 599911482 479469568 4834 33554432000 134512640 134534564 4286653632 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25207/statm: 117058 4834 95 6 0 115724 0
[pid=25208] ppid=25204 vsize=49764 CPUtime=1122.31 cores=3
/proc/25208/stat : 25208 (lingeling) R 25204 25204 24128 0 -1 4202496 15248 0 0 0 112229 2 0 0 25 0 1 0 599911482 50958336 11603 33554432000 4194304 4352236 140735921288784 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25208/statm: 12441 11603 127 39 0 11521 0
[pid=25209] ppid=25204 vsize=663084 CPUtime=558.11 cores=7
/proc/25209/stat : 25209 (march_hi) R 25204 25204 24128 0 -1 4202496 333993 0 0 0 55761 50 0 0 25 0 1 0 599911482 678998016 151984 33554432000 4194304 4331988 140734782078960 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25209/statm: 165771 151984 175 34 0 164213 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 3556904

[startup+1182.3 s]
/proc/loadavg: 5.11 5.09 5.25 6/177 25241
/proc/meminfo: memFree=14318216/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
[pid=25205] ppid=25204 vsize=2240108 CPUtime=1182.31 cores=1
/proc/25205/stat : 25205 (cryptominisat) R 25204 25204 24128 0 -1 4202496 63541 0 0 0 118213 18 0 0 25 0 1 0 599911482 2293870592 31696 33554432000 4194304 4587354 140736726727520 18446744073709551615 4241265 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25205/statm: 560027 31696 337 96 0 556589 0
[pid=25206] ppid=25204 vsize=119656 CPUtime=1182.31 cores=5
/proc/25206/stat : 25206 (clasp) R 25204 25204 24128 0 -1 4202496 27371 0 0 0 118222 9 0 0 25 0 1 0 599911482 122527744 26128 33554432000 4194304 4785740 140737419422224 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25206/statm: 29914 26128 340 145 0 26959 0
[pid=25207] ppid=25204 vsize=468232 CPUtime=587.91 cores=7
/proc/25207/stat : 25207 (TNM) R 25204 25204 24128 0 -1 4202496 4937 0 0 0 58791 0 0 0 25 0 1 0 599911482 479469568 4834 33554432000 134512640 134534564 4286653632 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25207/statm: 117058 4834 95 6 0 115724 0
[pid=25208] ppid=25204 vsize=51504 CPUtime=1182.31 cores=3
/proc/25208/stat : 25208 (lingeling) R 25204 25204 24128 0 -1 4202496 15683 0 0 0 118229 2 0 0 25 0 1 0 599911482 52740096 12038 33554432000 4194304 4352236 140735921288784 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25208/statm: 12876 12038 127 39 0 11956 0
[pid=25209] ppid=25204 vsize=663084 CPUtime=587.95 cores=7
/proc/25209/stat : 25209 (march_hi) R 25204 25204 24128 0 -1 4202496 334040 0 0 0 58745 50 0 0 25 0 1 0 599911482 678998016 152031 33554432000 4194304 4331988 140734782078960 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25209/statm: 165771 152031 175 34 0 164213 0
Current children cumulated CPU time (s) 4722.79
Current children cumulated vsize (KiB) 3560908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.08 5.08 5.25 6/177 25242
/proc/meminfo: memFree=14318208/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
[pid=25205] ppid=25204 vsize=2257340 CPUtime=1201.72 cores=1
/proc/25205/stat : 25205 (cryptominisat) R 25204 25204 24128 0 -1 4202496 63857 0 0 0 120153 19 0 0 25 0 1 0 599911482 2311516160 31696 33554432000 4194304 4587354 140736726727520 18446744073709551615 4241274 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25205/statm: 564335 31696 337 96 0 560897 0
[pid=25206] ppid=25204 vsize=119656 CPUtime=1201.72 cores=5
/proc/25206/stat : 25206 (clasp) R 25204 25204 24128 0 -1 4202496 27381 0 0 0 120163 9 0 0 25 0 1 0 599911482 122527744 26138 33554432000 4194304 4785740 140737419422224 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25206/statm: 29914 26138 340 145 0 26959 0
[pid=25207] ppid=25204 vsize=468232 CPUtime=597.55 cores=7
/proc/25207/stat : 25207 (TNM) R 25204 25204 24128 0 -1 4202496 4937 0 0 0 59755 0 0 0 25 0 1 0 599911482 479469568 4834 33554432000 134512640 134534564 4286653632 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25207/statm: 117058 4834 95 6 0 115724 0
[pid=25208] ppid=25204 vsize=51504 CPUtime=1201.72 cores=3
/proc/25208/stat : 25208 (lingeling) R 25204 25204 24128 0 -1 4202496 15683 0 0 0 120170 2 0 0 25 0 1 0 599911482 52740096 12038 33554432000 4194304 4352236 140735921288784 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25208/statm: 12876 12038 127 39 0 11956 0
[pid=25209] ppid=25204 vsize=663084 CPUtime=597.6 cores=7
/proc/25209/stat : 25209 (march_hi) R 25204 25204 24128 0 -1 4202496 334050 0 0 0 59710 50 0 0 25 0 1 0 599911482 678998016 152041 33554432000 4194304 4331988 140734782078960 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25209/statm: 165771 152041 175 34 0 164213 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 3578140

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: 5.08 5.08 5.25 6/177 25242
/proc/meminfo: memFree=14318208/32951124 swapFree=67102140/67111528
[pid=25204] ppid=25202 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25204/stat : 25204 (ppfolio) S 25202 25204 24128 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599911482 18763776 389 33554432000 4194304 4287625 140733816466656 18446744073709551615 216735198735 0 0 4096 65536 4447436165401804799 0 0 17 5 0 0 0
/proc/25204/statm: 4581 389 341 23 0 91 0
[pid=25205] ppid=25204 vsize=2257340 CPUtime=1201.72 cores=1
/proc/25205/stat : 25205 (cryptominisat) R 25204 25204 24128 0 -1 4202496 63857 0 0 0 120153 19 0 0 25 0 1 0 599911482 2311516160 31696 33554432000 4194304 4587354 140736726727520 18446744073709551615 4241274 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25205/statm: 564335 31696 337 96 0 560897 0
[pid=25206] ppid=25204 vsize=119656 CPUtime=1201.72 cores=5
/proc/25206/stat : 25206 (clasp) R 25204 25204 24128 0 -1 4202496 27381 0 0 0 120163 9 0 0 25 0 1 0 599911482 122527744 26138 33554432000 4194304 4785740 140737419422224 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25206/statm: 29914 26138 340 145 0 26959 0
[pid=25207] ppid=25204 vsize=468232 CPUtime=597.55 cores=7
/proc/25207/stat : 25207 (TNM) R 25204 25204 24128 0 -1 4202496 4937 0 0 0 59755 0 0 0 25 0 1 0 599911482 479469568 4834 33554432000 134512640 134534564 4286653632 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25207/statm: 117058 4834 95 6 0 115724 0
[pid=25208] ppid=25204 vsize=51504 CPUtime=1201.72 cores=3
/proc/25208/stat : 25208 (lingeling) R 25204 25204 24128 0 -1 4202496 15683 0 0 0 120170 2 0 0 25 0 1 0 599911482 52740096 12038 33554432000 4194304 4352236 140735921288784 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25208/statm: 12876 12038 127 39 0 11956 0
[pid=25209] ppid=25204 vsize=663084 CPUtime=597.6 cores=7
/proc/25209/stat : 25209 (march_hi) R 25204 25204 24128 0 -1 4202496 334050 0 0 0 59710 50 0 0 25 0 1 0 599911482 678998016 152041 33554432000 4194304 4331988 140734782078960 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25209/statm: 165771 152041 175 34 0 164213 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 3578140

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25204 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=3999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.006998
# while last known CPU time is 4800.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.74
CPU time (s): 4800.31
CPU user time (s): 4799.51
CPU system time (s): 0.8
CPU usage (%): 399.447
Max. virtual memory (cumulated for all children) (KiB): 5680844

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

runsolver used 1.71074 second user time and 4.85126 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 19:06:48
IDJOB=3292204
IDBENCH=85965
IDSOLVER=1612
FILE ID=node119/3292204-1304096808
RUNJOBID= node119-1304090423-24478
PBS_JOBID= 13170550
Free space on /tmp= 71812 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292204-1304096808/watcher-3292204-1304096808 -o /tmp/evaluation-result-3292204-1304096808/solver-3292204-1304096808 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3292204-1304096808.cnf

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=2077684564

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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:      15223736 kB
Buffers:       2210448 kB
Cached:       14870972 kB
SwapCached:       5504 kB
Active:        4679080 kB
Inactive:     12463696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15223736 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           12724 kB
Writeback:           0 kB
AnonPages:       58280 kB
Mapped:          15012 kB
Slab:           521088 kB
PageTables:       4264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188480 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= 71804 MiB
End job on node119 at 2011-04-29 19:26:52