Trace number 3282958

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 parUNSAT 896.828 224.526

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l46_lambda.cnf
MD5SUMeb4d0d02a25a8a84182ddd3b6d1fa8b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.3072
Satisfiable
(Un)Satisfiability was proved
Number of variables33090
Number of clauses165828
Sum of the clauses size478271
Maximum clause length9
Minimum clause length1
Number of clauses of size 14268
Number of clauses of size 241089
Number of clauses of size 397665
Number of clauses of size 415752
Number of clauses of size 56916
Number of clauses of size over 5138

Solver Data

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

Verifier Data

No possible verification on an UNSAT instance

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-3282958-1304033609/watcher-3282958-1304033609 -o /tmp/evaluation-result-3282958-1304033609/solver-3282958-1304033609 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3282958-1304033609.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: 9.85 10.11 9.52 6/182 17283
/proc/meminfo: memFree=11074084/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=11800 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (runsolver) R 17281 17283 16723 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 593591538 12083200 52 33554432000 4194304 5434984 140733577131072 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/17283/statm: 2950 52 31 303 0 2644 0

[startup+0.224682 s]
/proc/loadavg: 9.85 10.11 9.52 6/182 17283
/proc/meminfo: memFree=11074084/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300671 s]
/proc/loadavg: 9.85 10.11 9.52 6/182 17283
/proc/meminfo: memFree=11074084/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400653 s]
/proc/loadavg: 9.85 10.11 9.52 6/182 17283
/proc/meminfo: memFree=11074084/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700602 s]
/proc/loadavg: 9.85 10.11 9.52 6/182 17283
/proc/meminfo: memFree=11074084/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50046 s]
/proc/loadavg: 9.85 10.11 9.52 12/188 17289
/proc/meminfo: memFree=10970000/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
[pid=17285] ppid=17283 vsize=55984 CPUtime=1.48 cores=0
/proc/17285/stat : 17285 (cryptominisat) R 17283 17283 16723 0 -1 4202496 11371 0 0 0 147 1 0 0 25 0 1 0 593591539 57327616 8947 33554432000 4194304 4587354 140735014231504 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17285/statm: 13996 8947 332 96 0 10558 0
[pid=17286] ppid=17283 vsize=31284 CPUtime=1.48 cores=4
/proc/17286/stat : 17286 (clasp) R 17283 17283 16723 0 -1 4202496 6894 0 0 0 147 1 0 0 25 0 1 0 593591539 32034816 5018 33554432000 4194304 4785740 140734117953040 18446744073709551615 4552653 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17286/statm: 7821 5018 340 145 0 4866 0
[pid=17287] ppid=17283 vsize=462956 CPUtime=0.77 cores=6
/proc/17287/stat : 17287 (TNM) R 17283 17283 16723 0 -1 4202496 3824 0 0 0 77 0 0 0 25 0 1 0 593591539 474066944 3721 33554432000 134512640 134534564 4292989872 18446744073709551615 134524712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17287/statm: 115739 3721 91 6 0 114405 0
[pid=17288] ppid=17283 vsize=17452 CPUtime=1.48 cores=2
/proc/17288/stat : 17288 (lingeling) R 17283 17283 16723 0 -1 4202496 5651 0 0 0 148 0 0 0 25 0 1 0 593591539 17870848 3527 33554432000 4194304 4352236 140733532033952 18446744073709551615 4207619 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17288/statm: 4363 3527 124 39 0 3443 0
[pid=17289] ppid=17283 vsize=33108 CPUtime=0.69 cores=6
/proc/17289/stat : 17289 (march_hi) R 17283 17283 16723 0 -1 4202496 10852 0 0 0 68 1 0 0 25 0 1 0 593591539 33902592 5273 33554432000 4194304 4331988 140734528230944 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17289/statm: 8277 5273 150 34 0 6719 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 619108

[startup+3.10118 s]
/proc/loadavg: 9.85 10.11 9.52 12/188 17289
/proc/meminfo: memFree=10969380/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
[pid=17285] ppid=17283 vsize=1708220 CPUtime=3.08 cores=0
/proc/17285/stat : 17285 (cryptominisat) R 17283 17283 16723 0 -1 4202496 13459 0 0 0 307 1 0 0 25 0 1 0 593591539 1749217280 9407 33554432000 4194304 4587354 140735014231504 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17285/statm: 427055 9407 340 96 0 423617 0
[pid=17286] ppid=17283 vsize=33464 CPUtime=3.08 cores=4
/proc/17286/stat : 17286 (clasp) R 17283 17283 16723 0 -1 4202496 7486 0 0 0 307 1 0 0 25 0 1 0 593591539 34267136 5610 33554432000 4194304 4785740 140734117953040 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17286/statm: 8366 5610 340 145 0 5411 0
[pid=17287] ppid=17283 vsize=462956 CPUtime=1.56 cores=6
/proc/17287/stat : 17287 (TNM) R 17283 17283 16723 0 -1 4202496 3825 0 0 0 156 0 0 0 25 0 1 0 593591539 474066944 3722 33554432000 134512640 134534564 4292989872 18446744073709551615 134524500 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17287/statm: 115739 3722 91 6 0 114405 0
[pid=17288] ppid=17283 vsize=13352 CPUtime=3.08 cores=2
/proc/17288/stat : 17288 (lingeling) R 17283 17283 16723 0 -1 4202496 5823 0 0 0 308 0 0 0 25 0 1 0 593591539 13672448 2505 33554432000 4194304 4352236 140733532033952 18446744073709551615 4329300 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17288/statm: 3338 2505 127 39 0 2418 0
[pid=17289] ppid=17283 vsize=40904 CPUtime=1.49 cores=6
/proc/17289/stat : 17289 (march_hi) R 17283 17283 16723 0 -1 4202496 12737 0 0 0 148 1 0 0 25 0 1 0 593591539 41885696 7158 33554432000 4194304 4331988 140734528230944 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17289/statm: 10226 7158 151 34 0 8668 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 2277220

[startup+6.30062 s]
/proc/loadavg: 9.86 10.10 9.53 12/188 17289
/proc/meminfo: memFree=10971372/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
[pid=17285] ppid=17283 vsize=1699900 CPUtime=6.28 cores=0
/proc/17285/stat : 17285 (cryptominisat) R 17283 17283 16723 0 -1 4202496 14741 0 0 0 627 1 0 0 25 0 1 0 593591539 1740697600 9451 33554432000 4194304 4587354 140735014231504 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17285/statm: 424975 9451 342 96 0 421537 0
[pid=17286] ppid=17283 vsize=35384 CPUtime=6.28 cores=4
/proc/17286/stat : 17286 (clasp) R 17283 17283 16723 0 -1 4202496 7967 0 0 0 627 1 0 0 25 0 1 0 593591539 36233216 6091 33554432000 4194304 4785740 140734117953040 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17286/statm: 8846 6091 340 145 0 5891 0
[pid=17287] ppid=17283 vsize=464544 CPUtime=3.15 cores=6
/proc/17287/stat : 17287 (TNM) R 17283 17283 16723 0 -1 4202496 5750 0 0 0 314 1 0 0 25 0 1 0 593591539 475693056 5647 33554432000 134512640 134534564 4292989872 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17287/statm: 116136 5647 95 6 0 114802 0
[pid=17288] ppid=17283 vsize=13776 CPUtime=6.28 cores=2
/proc/17288/stat : 17288 (lingeling) R 17283 17283 16723 0 -1 4202496 6002 0 0 0 628 0 0 0 25 0 1 0 593591539 14106624 2611 33554432000 4194304 4352236 140733532033952 18446744073709551615 4329185 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17288/statm: 3444 2611 127 39 0 2524 0
[pid=17289] ppid=17283 vsize=63848 CPUtime=3.09 cores=6
/proc/17289/stat : 17289 (march_hi) R 17283 17283 16723 0 -1 4202496 20333 0 0 0 307 2 0 0 25 0 1 0 593591539 65380352 12961 33554432000 4194304 4331988 140734528230944 18446744073709551615 4261458 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17289/statm: 15962 12961 151 34 0 14404 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 2295776

[startup+12.7005 s]
/proc/loadavg: 9.87 10.10 9.53 12/188 17289
/proc/meminfo: memFree=10912740/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
[pid=17285] ppid=17283 vsize=1744488 CPUtime=12.68 cores=0
/proc/17285/stat : 17285 (cryptominisat) R 17283 17283 16723 0 -1 4202496 17567 0 0 0 1266 2 0 0 25 0 1 0 593591539 1786355712 12255 33554432000 4194304 4587354 140735014231504 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17285/statm: 436122 12255 340 96 0 432684 0
[pid=17286] ppid=17283 vsize=37532 CPUtime=12.68 cores=4
/proc/17286/stat : 17286 (clasp) R 17283 17283 16723 0 -1 4202496 8488 0 0 0 1267 1 0 0 25 0 1 0 593591539 38432768 6612 33554432000 4194304 4785740 140734117953040 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17286/statm: 9383 6612 340 145 0 6428 0
[pid=17287] ppid=17283 vsize=464544 CPUtime=6.32 cores=6
/proc/17287/stat : 17287 (TNM) R 17283 17283 16723 0 -1 4202496 5750 0 0 0 631 1 0 0 25 0 1 0 593591539 475693056 5647 33554432000 134512640 134534564 4292989872 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17287/statm: 116136 5647 95 6 0 114802 0
[pid=17288] ppid=17283 vsize=15104 CPUtime=12.68 cores=2
/proc/17288/stat : 17288 (lingeling) R 17283 17283 16723 0 -1 4202496 6335 0 0 0 1268 0 0 0 25 0 1 0 593591539 15466496 2943 33554432000 4194304 4352236 140733532033952 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17288/statm: 3776 2943 127 39 0 2856 0
[pid=17289] ppid=17283 vsize=116784 CPUtime=6.3 cores=6
/proc/17289/stat : 17289 (march_hi) R 17283 17283 16723 0 -1 4202496 27377 0 0 0 627 3 0 0 25 0 1 0 593591539 119586816 18476 33554432000 4194304 4331988 140734528230944 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17289/statm: 29196 18476 191 34 0 27638 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 2396776

[startup+25.5073 s]
/proc/loadavg: 9.90 10.10 9.54 12/188 17289
/proc/meminfo: memFree=10872936/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
[pid=17285] ppid=17283 vsize=85332 CPUtime=25.49 cores=0
/proc/17285/stat : 17285 (cryptominisat) R 17283 17283 16723 0 -1 4202496 23315 0 0 0 2546 3 0 0 25 0 1 0 593591539 87379968 15260 33554432000 4194304 4587354 140735014231504 18446744073709551615 4238299 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17285/statm: 21333 15260 340 96 0 17895 0
[pid=17286] ppid=17283 vsize=43344 CPUtime=25.49 cores=4
/proc/17286/stat : 17286 (clasp) R 17283 17283 16723 0 -1 4202496 9881 0 0 0 2547 2 0 0 25 0 1 0 593591539 44384256 8005 33554432000 4194304 4785740 140734117953040 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17286/statm: 10836 8005 340 145 0 7881 0
[pid=17287] ppid=17283 vsize=464544 CPUtime=12.7 cores=6
/proc/17287/stat : 17287 (TNM) R 17283 17283 16723 0 -1 4202496 5750 0 0 0 1269 1 0 0 25 0 1 0 593591539 475693056 5647 33554432000 134512640 134534564 4292989872 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17287/statm: 116136 5647 95 6 0 114802 0
[pid=17288] ppid=17283 vsize=20576 CPUtime=25.48 cores=2
/proc/17288/stat : 17288 (lingeling) R 17283 17283 16723 0 -1 4202496 7706 0 0 0 2548 0 0 0 25 0 1 0 593591539 21069824 4311 33554432000 4194304 4352236 140733532033952 18446744073709551615 4328116 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17288/statm: 5144 4311 127 39 0 4224 0
[pid=17289] ppid=17283 vsize=119108 CPUtime=12.64 cores=6
/proc/17289/stat : 17289 (march_hi) R 17283 17283 16723 0 -1 4202496 27967 0 0 0 1261 3 0 0 25 0 1 0 593591539 121966592 19066 33554432000 4194304 4331988 140734528230944 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17289/statm: 29777 19066 191 34 0 28219 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 751228

[startup+51.1008 s]
/proc/loadavg: 10.08 10.12 9.56 11/188 17290
/proc/meminfo: memFree=10870724/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
[pid=17285] ppid=17283 vsize=1733840 CPUtime=51.09 cores=0
/proc/17285/stat : 17285 (cryptominisat) R 17283 17283 16723 0 -1 4202496 32473 0 0 0 5103 6 0 0 25 0 1 0 593591539 1775452160 15094 33554432000 4194304 4587354 140735014231504 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17285/statm: 433460 15094 340 96 0 430022 0
[pid=17286] ppid=17283 vsize=46860 CPUtime=51.08 cores=4
/proc/17286/stat : 17286 (clasp) R 17283 17283 16723 0 -1 4202496 10737 0 0 0 5106 2 0 0 25 0 1 0 593591539 47984640 8861 33554432000 4194304 4785740 140734117953040 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17286/statm: 11715 8861 340 145 0 8760 0
[pid=17287] ppid=17283 vsize=464544 CPUtime=25.41 cores=6
/proc/17287/stat : 17287 (TNM) R 17283 17283 16723 0 -1 4202496 5750 0 0 0 2540 1 0 0 25 0 1 0 593591539 475693056 5647 33554432000 134512640 134534564 4292989872 18446744073709551615 134528378 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17287/statm: 116136 5647 95 6 0 114802 0
[pid=17288] ppid=17283 vsize=22308 CPUtime=51.07 cores=2

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


[startup+102.301 s]
/proc/loadavg: 10.23 10.14 9.59 12/188 17291
/proc/meminfo: memFree=10834868/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
[pid=17285] ppid=17283 vsize=86012 CPUtime=102.29 cores=0
/proc/17285/stat : 17285 (cryptominisat) R 17283 17283 16723 0 -1 4202496 45547 0 0 0 10218 11 0 0 25 0 1 0 593591539 88076288 15690 33554432000 4194304 4587354 140735014231504 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17285/statm: 21503 15690 340 96 0 18065 0
[pid=17286] ppid=17283 vsize=56304 CPUtime=102.28 cores=4
/proc/17286/stat : 17286 (clasp) R 17283 17283 16723 0 -1 4202496 12952 0 0 0 10225 3 0 0 25 0 1 0 593591539 57655296 11076 33554432000 4194304 4785740 140734117953040 18446744073709551615 4287216 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17286/statm: 14076 11076 340 145 0 11121 0
[pid=17287] ppid=17283 vsize=464544 CPUtime=50.9 cores=6
/proc/17287/stat : 17287 (TNM) R 17283 17283 16723 0 -1 4202496 5750 0 0 0 5089 1 0 0 25 0 1 0 593591539 475693056 5647 33554432000 134512640 134534564 4292989872 18446744073709551615 134529296 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17287/statm: 116136 5647 95 6 0 114802 0
[pid=17288] ppid=17283 vsize=25580 CPUtime=102.27 cores=2
/proc/17288/stat : 17288 (lingeling) R 17283 17283 16723 0 -1 4202496 9090 0 0 0 10227 0 0 0 25 0 1 0 593591539 26193920 5562 33554432000 4194304 4352236 140733532033952 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17288/statm: 6395 5562 127 39 0 5475 0
[pid=17289] ppid=17283 vsize=127412 CPUtime=50.82 cores=6
/proc/17289/stat : 17289 (march_hi) R 17283 17283 16723 0 -1 4202496 29581 0 0 0 5079 3 0 0 25 0 1 0 593591539 130469888 20644 33554432000 4194304 4331988 140734528230944 18446744073709551615 216734573723 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17289/statm: 31853 20644 209 34 0 30295 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 778176

[startup+162.3 s]
/proc/loadavg: 10.16 10.13 9.62 12/188 17293
/proc/meminfo: memFree=10839692/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
[pid=17285] ppid=17283 vsize=86412 CPUtime=162.29 cores=0
/proc/17285/stat : 17285 (cryptominisat) R 17283 17283 16723 0 -1 4202496 59252 0 0 0 16212 17 0 0 25 0 1 0 593591539 88485888 15227 33554432000 4194304 4587354 140735014231504 18446744073709551615 4237989 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17285/statm: 21603 15227 340 96 0 18165 0
[pid=17286] ppid=17283 vsize=62288 CPUtime=162.28 cores=4
/proc/17286/stat : 17286 (clasp) R 17283 17283 16723 0 -1 4202496 14413 0 0 0 16225 3 0 0 25 0 1 0 593591539 63782912 12537 33554432000 4194304 4785740 140734117953040 18446744073709551615 4553001 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17286/statm: 15572 12537 340 145 0 12617 0
[pid=17287] ppid=17283 vsize=464544 CPUtime=80.71 cores=6
/proc/17287/stat : 17287 (TNM) R 17283 17283 16723 0 -1 4202496 5750 0 0 0 8070 1 0 0 25 0 1 0 593591539 475693056 5647 33554432000 134512640 134534564 4292989872 18446744073709551615 134525956 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17287/statm: 116136 5647 95 6 0 114802 0
[pid=17288] ppid=17283 vsize=25556 CPUtime=162.26 cores=2
/proc/17288/stat : 17288 (lingeling) R 17283 17283 16723 0 -1 4202496 9090 0 0 0 16226 0 0 0 25 0 1 0 593591539 26169344 5556 33554432000 4194304 4352236 140733532033952 18446744073709551615 4329205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17288/statm: 6389 5556 127 39 0 5469 0
[pid=17289] ppid=17283 vsize=127900 CPUtime=80.68 cores=6
/proc/17289/stat : 17289 (march_hi) R 17283 17283 16723 0 -1 4202496 29954 0 0 0 8064 4 0 0 25 0 1 0 593591539 130969600 20999 33554432000 4194304 4331988 140734528230944 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17289/statm: 31975 20999 191 34 0 30417 0
Current children cumulated CPU time (s) 648.22
Current children cumulated vsize (KiB) 785024

[startup+222.301 s]
/proc/loadavg: 10.15 10.14 9.65 12/188 17294
/proc/meminfo: memFree=10827380/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
[pid=17285] ppid=17283 vsize=1736204 CPUtime=222.29 cores=0
/proc/17285/stat : 17285 (cryptominisat) R 17283 17283 16723 0 -1 4202496 70927 0 0 0 22208 21 0 0 25 0 1 0 593591539 1777872896 15533 33554432000 4194304 4587354 140735014231504 18446744073709551615 4236545 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17285/statm: 434051 15533 341 96 0 430613 0
[pid=17286] ppid=17283 vsize=63696 CPUtime=222.29 cores=4
/proc/17286/stat : 17286 (clasp) R 17283 17283 16723 0 -1 4202496 14730 0 0 0 22226 3 0 0 25 0 1 0 593591539 65224704 12854 33554432000 4194304 4785740 140734117953040 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17286/statm: 15924 12854 340 145 0 12969 0
[pid=17287] ppid=17283 vsize=464544 CPUtime=110.59 cores=6
/proc/17287/stat : 17287 (TNM) R 17283 17283 16723 0 -1 4202496 5750 0 0 0 11058 1 0 0 25 0 1 0 593591539 475693056 5647 33554432000 134512640 134534564 4292989872 18446744073709551615 134528741 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17287/statm: 116136 5647 95 6 0 114802 0
[pid=17288] ppid=17283 vsize=26976 CPUtime=222.27 cores=2
/proc/17288/stat : 17288 (lingeling) R 17283 17283 16723 0 -1 4202496 9500 0 0 0 22227 0 0 0 25 0 1 0 593591539 27623424 5911 33554432000 4194304 4352236 140733532033952 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17288/statm: 6744 5911 127 39 0 5824 0
[pid=17289] ppid=17283 vsize=132968 CPUtime=110.49 cores=6
/proc/17289/stat : 17289 (march_hi) R 17283 17283 16723 0 -1 4202496 30911 0 0 0 11045 4 0 0 25 0 1 0 593591539 136159232 21956 33554432000 4194304 4331988 140734528230944 18446744073709551615 4242904 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17289/statm: 33242 21956 209 34 0 31684 0
Current children cumulated CPU time (s) 887.93
Current children cumulated vsize (KiB) 2442712

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

[startup+222.501 s]
/proc/loadavg: 10.15 10.14 9.65 12/188 17294
/proc/meminfo: memFree=10827380/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
[pid=17285] ppid=17283 vsize=1736204 CPUtime=222.49 cores=0
/proc/17285/stat : 17285 (cryptominisat) R 17283 17283 16723 0 -1 4202496 70952 0 0 0 22228 21 0 0 25 0 1 0 593591539 1777872896 15557 33554432000 4194304 4587354 140735014231504 18446744073709551615 4248831 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17285/statm: 434051 15557 341 96 0 430613 0
[pid=17286] ppid=17283 vsize=63696 CPUtime=222.48 cores=4
/proc/17286/stat : 17286 (clasp) R 17283 17283 16723 0 -1 4202496 14730 0 0 0 22245 3 0 0 25 0 1 0 593591539 65224704 12854 33554432000 4194304 4785740 140734117953040 18446744073709551615 4286964 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17286/statm: 15924 12854 340 145 0 12969 0
[pid=17287] ppid=17283 vsize=464544 CPUtime=110.69 cores=6
/proc/17287/stat : 17287 (TNM) R 17283 17283 16723 0 -1 4202496 5750 0 0 0 11068 1 0 0 25 0 1 0 593591539 475693056 5647 33554432000 134512640 134534564 4292989872 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17287/statm: 116136 5647 95 6 0 114802 0
[pid=17288] ppid=17283 vsize=26976 CPUtime=222.46 cores=2
/proc/17288/stat : 17288 (lingeling) R 17283 17283 16723 0 -1 4202496 9500 0 0 0 22246 0 0 0 25 0 1 0 593591539 27623424 5911 33554432000 4194304 4352236 140733532033952 18446744073709551615 4328102 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17288/statm: 6744 5911 127 39 0 5824 0
[pid=17289] ppid=17283 vsize=132968 CPUtime=110.58 cores=6
/proc/17289/stat : 17289 (march_hi) R 17283 17283 16723 0 -1 4202496 30911 0 0 0 11054 4 0 0 25 0 1 0 593591539 136159232 21956 33554432000 4194304 4331988 140734528230944 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17289/statm: 33242 21956 209 34 0 31684 0
Current children cumulated CPU time (s) 888.7
Current children cumulated vsize (KiB) 2442712

[startup+223.301 s]
/proc/loadavg: 10.15 10.14 9.65 12/188 17294
/proc/meminfo: memFree=10827380/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
[pid=17285] ppid=17283 vsize=1736204 CPUtime=223.29 cores=0
/proc/17285/stat : 17285 (cryptominisat) R 17283 17283 16723 0 -1 4202496 71049 0 0 0 22308 21 0 0 25 0 1 0 593591539 1777872896 15647 33554432000 4194304 4587354 140735014231504 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17285/statm: 434051 15647 341 96 0 430613 0
[pid=17286] ppid=17283 vsize=63696 CPUtime=223.28 cores=4
/proc/17286/stat : 17286 (clasp) R 17283 17283 16723 0 -1 4202496 14731 0 0 0 22325 3 0 0 25 0 1 0 593591539 65224704 12855 33554432000 4194304 4785740 140734117953040 18446744073709551615 4550848 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17286/statm: 15924 12855 340 145 0 12969 0
[pid=17287] ppid=17283 vsize=464544 CPUtime=111.09 cores=6
/proc/17287/stat : 17287 (TNM) R 17283 17283 16723 0 -1 4202496 5750 0 0 0 11108 1 0 0 25 0 1 0 593591539 475693056 5647 33554432000 134512640 134534564 4292989872 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17287/statm: 116136 5647 95 6 0 114802 0
[pid=17288] ppid=17283 vsize=26976 CPUtime=223.26 cores=2
/proc/17288/stat : 17288 (lingeling) R 17283 17283 16723 0 -1 4202496 9500 0 0 0 22326 0 0 0 25 0 1 0 593591539 27623424 5911 33554432000 4194304 4352236 140733532033952 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17288/statm: 6744 5911 127 39 0 5824 0
[pid=17289] ppid=17283 vsize=132968 CPUtime=110.98 cores=6
/proc/17289/stat : 17289 (march_hi) R 17283 17283 16723 0 -1 4202496 30917 0 0 0 11094 4 0 0 25 0 1 0 593591539 136159232 21962 33554432000 4194304 4331988 140734528230944 18446744073709551615 4298853 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17289/statm: 33242 21962 209 34 0 31684 0
Current children cumulated CPU time (s) 891.9
Current children cumulated vsize (KiB) 2442712

[startup+224.101 s]
/proc/loadavg: 10.14 10.13 9.66 11/188 17295
/proc/meminfo: memFree=10824776/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
[pid=17285] ppid=17283 vsize=1736204 CPUtime=224.08 cores=0
/proc/17285/stat : 17285 (cryptominisat) R 17283 17283 16723 0 -1 4202496 71158 0 0 0 22387 21 0 0 25 0 1 0 593591539 1777872896 15751 33554432000 4194304 4587354 140735014231504 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17285/statm: 434051 15751 341 96 0 430613 0
[pid=17286] ppid=17283 vsize=63696 CPUtime=224.08 cores=4
/proc/17286/stat : 17286 (clasp) R 17283 17283 16723 0 -1 4202496 14732 0 0 0 22405 3 0 0 25 0 1 0 593591539 65224704 12856 33554432000 4194304 4785740 140734117953040 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17286/statm: 15924 12856 340 145 0 12969 0
[pid=17287] ppid=17283 vsize=464544 CPUtime=111.48 cores=6
/proc/17287/stat : 17287 (TNM) R 17283 17283 16723 0 -1 4202496 5750 0 0 0 11147 1 0 0 25 0 1 0 593591539 475693056 5647 33554432000 134512640 134534564 4292989872 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17287/statm: 116136 5647 95 6 0 114802 0
[pid=17288] ppid=17283 vsize=26976 CPUtime=224.06 cores=2
/proc/17288/stat : 17288 (lingeling) R 17283 17283 16723 0 -1 4202496 9500 0 0 0 22406 0 0 0 25 0 1 0 593591539 27623424 5911 33554432000 4194304 4352236 140733532033952 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17288/statm: 6744 5911 127 39 0 5824 0
[pid=17289] ppid=17283 vsize=132968 CPUtime=111.38 cores=6
/proc/17289/stat : 17289 (march_hi) R 17283 17283 16723 0 -1 4202496 30921 0 0 0 11134 4 0 0 25 0 1 0 593591539 136159232 21966 33554432000 4194304 4331988 140734528230944 18446744073709551615 4228457 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17289/statm: 33242 21966 209 34 0 31684 0
Current children cumulated CPU time (s) 895.08
Current children cumulated vsize (KiB) 2442712

[startup+224.501 s]
/proc/loadavg: 10.14 10.13 9.66 12/188 17295
/proc/meminfo: memFree=10824032/32951124 swapFree=67102140/67111528
[pid=17283] ppid=17281 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17283/stat : 17283 (ppfolio) S 17281 17283 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593591538 18763776 390 33554432000 4194304 4287625 140735505630032 18446744073709551615 216735198735 0 0 4096 65536 4590971361094008831 0 0 17 2 0 0 0
/proc/17283/statm: 4581 390 341 23 0 91 0
[pid=17285] ppid=17283 vsize=1736204 CPUtime=224.49 cores=0
/proc/17285/stat : 17285 (cryptominisat) R 17283 17283 16723 0 -1 4202496 71205 0 0 0 22428 21 0 0 25 0 1 0 593591539 1777872896 15797 33554432000 4194304 4587354 140735014231504 18446744073709551615 4241312 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17285/statm: 434051 15797 341 96 0 430613 0
[pid=17286] ppid=17283 vsize=63696 CPUtime=224.49 cores=4
/proc/17286/stat : 17286 (clasp) R 17283 17283 16723 0 -1 4202496 14732 0 0 0 22446 3 0 0 25 0 1 0 593591539 65224704 12856 33554432000 4194304 4785740 140734117953040 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17286/statm: 15924 12856 340 145 0 12969 0
[pid=17287] ppid=17283 vsize=464544 CPUtime=111.68 cores=6
/proc/17287/stat : 17287 (TNM) R 17283 17283 16723 0 -1 4202496 5750 0 0 0 11167 1 0 0 25 0 1 0 593591539 475693056 5647 33554432000 134512640 134534564 4292989872 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17287/statm: 116136 5647 95 6 0 114802 0
[pid=17288] ppid=17283 vsize=26976 CPUtime=224.46 cores=2
/proc/17288/stat : 17288 (lingeling) R 17283 17283 16723 0 -1 4202496 9500 0 0 0 22446 0 0 0 25 0 1 0 593591539 27623424 5911 33554432000 4194304 4352236 140733532033952 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17288/statm: 6744 5911 127 39 0 5824 0
[pid=17289] ppid=17283 vsize=132968 CPUtime=111.58 cores=6
/proc/17289/stat : 17289 (march_hi) R 17283 17283 16723 0 -1 4202496 30922 0 0 0 11154 4 0 0 25 0 1 0 593591539 136159232 21967 33554432000 4194304 4331988 140734528230944 18446744073709551615 4242949 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17289/statm: 33242 21967 209 34 0 31684 0
Current children cumulated CPU time (s) 896.7
Current children cumulated vsize (KiB) 2442712

Child status: 0
Real time (s): 224.526
CPU time (s): 896.828
CPU user time (s): 896.488
CPU system time (s): 0.339948
CPU usage (%): 399.432
Max. virtual memory (cumulated for all children) (KiB): 2452520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 896.488
system time used= 0.339948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132656
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= 466
involuntary context switches= 8874

runsolver used 0.357945 second user time and 0.872867 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 01:33:29
IDJOB=3282958
IDBENCH=70941
IDSOLVER=1612
FILE ID=node119/3282958-1304033609
RUNJOBID= node119-1304032404-17160
PBS_JOBID= 13170333
Free space on /tmp= 71800 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l46_lambda.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282958-1304033609/watcher-3282958-1304033609 -o /tmp/evaluation-result-3282958-1304033609/solver-3282958-1304033609 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3282958-1304033609.cnf

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=201737671

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:      11074372 kB
Buffers:       2242096 kB
Cached:       18311404 kB
SwapCached:       5504 kB
Active:       10161244 kB
Inactive:     11130984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11074372 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           12836 kB
Writeback:           0 kB
AnonPages:      735616 kB
Mapped:          16564 kB
Slab:           520344 kB
PageTables:       6648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  9100924 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= 71792 MiB
End job on node119 at 2011-04-29 01:37:13