Trace number 3260677

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 975.883 244.31

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_100_28_u.cnf
MD5SUM7fb794f1c5d1c4d1723aeeb5efb40cdc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.3054
Satisfiable
(Un)Satisfiability was proved
Number of variables2856
Number of clauses10578
Sum of the clauses size26556
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25178
Number of clauses of size 35400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.82	This is pico-portfolio, a naive parallel portfolio
0.00/0.82	Copyright (C) 2011 Olivier Roussel
0.00/0.82	Using 4 processing units
0.00/0.82	This portfolio uses the following solvers:
0.00/0.82	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.82	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.82	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.82	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.82	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.82	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.82	Starting clasp 1.3.6 on core(s) 4
0.00/0.82	Starting TNM 2009 on core(s) 6
0.00/0.82	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.82	Starting march_hi 2009 on core(s) 6
975.81/244.30	s UNSATISFIABLE
975.81/244.30	solver [2] clasp 1.3.6 answered
975.81/244.30	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-3260677-1304084915/watcher-3260677-1304084915 -o /tmp/evaluation-result-3260677-1304084915/solver-3260677-1304084915 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3260677-1304084915.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: 7.41 7.91 7.92 7/182 23994
/proc/meminfo: memFree=12517196/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) R 23992 23994 23232 0 -1 4194304 499 0 0 0 0 0 0 0 25 0 1 0 598722147 18763776 388 33554432000 4194304 4287625 140736984778816 18446744073709551615 216734999299 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/23994/statm: 4581 388 339 23 0 91 0

[startup+0.0292079 s]
/proc/loadavg: 7.41 7.91 7.92 7/182 23994
/proc/meminfo: memFree=12517196/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) R 23992 23994 23232 0 -1 4194304 499 0 0 0 0 0 0 0 25 0 1 0 598722147 18763776 388 33554432000 4194304 4287625 140736984778816 18446744073709551615 216734999299 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/23994/statm: 4581 388 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100194 s]
/proc/loadavg: 7.41 7.91 7.92 7/182 23994
/proc/meminfo: memFree=12517196/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) R 23992 23994 23232 0 -1 4194304 499 0 0 0 0 0 0 0 25 0 1 0 598722147 18763776 388 33554432000 4194304 4287625 140736984778816 18446744073709551615 216734999299 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/23994/statm: 4581 388 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300159 s]
/proc/loadavg: 7.41 7.91 7.92 7/182 23994
/proc/meminfo: memFree=12517196/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) R 23992 23994 23232 0 -1 4194304 499 0 0 0 0 0 0 0 25 0 1 0 598722147 18763776 388 33554432000 4194304 4287625 140736984778816 18446744073709551615 216734999299 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/23994/statm: 4581 388 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700089 s]
/proc/loadavg: 7.41 7.91 7.92 7/182 23994
/proc/meminfo: memFree=12517196/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) R 23992 23994 23232 0 -1 4194304 499 0 0 0 0 0 0 0 25 0 1 0 598722147 18763776 388 33554432000 4194304 4287625 140736984778816 18446744073709551615 216734999299 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/23994/statm: 4581 388 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50095 s]
/proc/loadavg: 7.41 7.91 7.92 12/188 24000
/proc/meminfo: memFree=12493100/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) R 23992 23994 23232 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 598722147 18763776 390 33554432000 4194304 4287625 140736984778816 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/23994/statm: 4581 390 341 23 0 91 0
[pid=23995] ppid=23994 vsize=355536 CPUtime=1.49 cores=0
/proc/23995/stat : 23995 (cryptominisat) R 23994 23994 23232 0 -1 4202496 3282 0 0 0 149 0 0 0 20 0 1 0 598722148 364068864 1685 33554432000 4194304 4587354 140734052121776 18446744073709551615 4230235 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23995/statm: 88884 1685 337 96 0 85446 0
[pid=23996] ppid=23994 vsize=15512 CPUtime=1.49 cores=4
/proc/23996/stat : 23996 (clasp) R 23994 23994 23232 0 -1 4202496 1371 0 0 0 149 0 0 0 25 0 1 0 598722148 15884288 1236 33554432000 4194304 4785740 140734562786480 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23996/statm: 3878 1236 341 145 0 923 0
[pid=23997] ppid=23994 vsize=452688 CPUtime=1.17 cores=6
/proc/23997/stat : 23997 (TNM) R 23994 23994 23232 0 -1 4202496 624 0 0 0 117 0 0 0 25 0 1 0 598722148 463552512 521 33554432000 134512640 134534564 4290466768 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23997/statm: 113172 521 95 6 0 111838 0
[pid=23998] ppid=23994 vsize=7236 CPUtime=1.49 cores=2
/proc/23998/stat : 23998 (lingeling) R 23994 23994 23232 0 -1 4202496 1657 0 0 0 149 0 0 0 20 0 1 0 598722148 7409664 977 33554432000 4194304 4352236 140735524091952 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23998/statm: 1809 977 127 39 0 889 0
[pid=24000] ppid=23994 vsize=13900 CPUtime=0.3 cores=6
/proc/24000/stat : 24000 (march_hi) R 23994 23994 23232 0 -1 4202496 3300 0 0 0 30 0 0 0 25 0 1 0 598722230 14233600 1585 33554432000 4194304 4331988 140737243387728 18446744073709551615 4240460 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24000/statm: 3475 1585 172 34 0 1917 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 863196

[startup+3.10067 s]
/proc/loadavg: 7.41 7.91 7.92 11/188 24000
/proc/meminfo: memFree=12473260/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) S 23992 23994 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598722147 18763776 390 33554432000 4194304 4287625 140736984778816 18446744073709551615 216735198735 0 0 4096 65536 4189130647467458559 0 0 17 2 0 0 0
/proc/23994/statm: 4581 390 341 23 0 91 0
[pid=23995] ppid=23994 vsize=360388 CPUtime=3.09 cores=0
/proc/23995/stat : 23995 (cryptominisat) R 23994 23994 23232 0 -1 4202496 5216 0 0 0 308 1 0 0 25 0 1 0 598722148 369037312 2239 33554432000 4194304 4587354 140734052121776 18446744073709551615 216734875281 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23995/statm: 90097 2239 337 96 0 86659 0
[pid=23996] ppid=23994 vsize=16332 CPUtime=3.09 cores=4
/proc/23996/stat : 23996 (clasp) R 23994 23994 23232 0 -1 4202496 1570 0 0 0 309 0 0 0 25 0 1 0 598722148 16723968 1435 33554432000 4194304 4785740 140734562786480 18446744073709551615 4553184 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23996/statm: 4083 1435 341 145 0 1128 0
[pid=23997] ppid=23994 vsize=452688 CPUtime=1.96 cores=6
/proc/23997/stat : 23997 (TNM) R 23994 23994 23232 0 -1 4202496 624 0 0 0 196 0 0 0 25 0 1 0 598722148 463552512 521 33554432000 134512640 134534564 4290466768 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23997/statm: 113172 521 95 6 0 111838 0
[pid=23998] ppid=23994 vsize=8524 CPUtime=3.09 cores=2
/proc/23998/stat : 23998 (lingeling) R 23994 23994 23232 0 -1 4202496 2555 0 0 0 309 0 0 0 25 0 1 0 598722148 8728576 1299 33554432000 4194304 4352236 140735524091952 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23998/statm: 2131 1299 127 39 0 1211 0
[pid=24000] ppid=23994 vsize=15112 CPUtime=1.1 cores=6
/proc/24000/stat : 24000 (march_hi) R 23994 23994 23232 0 -1 4202496 3664 0 0 0 110 0 0 0 25 0 1 0 598722230 15474688 1948 33554432000 4194304 4331988 140737243387728 18446744073709551615 4229552 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24000/statm: 3778 1948 173 34 0 2220 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 871368

[startup+6.30112 s]
/proc/loadavg: 7.61 7.95 7.93 11/188 24000
/proc/meminfo: memFree=12456900/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) S 23992 23994 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598722147 18763776 390 33554432000 4194304 4287625 140736984778816 18446744073709551615 216735198735 0 0 4096 65536 4189130647467458559 0 0 17 2 0 0 0
/proc/23994/statm: 4581 390 341 23 0 91 0
[pid=23995] ppid=23994 vsize=361500 CPUtime=6.29 cores=0
/proc/23995/stat : 23995 (cryptominisat) R 23994 23994 23232 0 -1 4202496 7791 0 0 0 628 1 0 0 25 0 1 0 598722148 370176000 3187 33554432000 4194304 4587354 140734052121776 18446744073709551615 4243850 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23995/statm: 90375 3188 337 96 0 86937 0
[pid=23996] ppid=23994 vsize=17328 CPUtime=6.29 cores=4
/proc/23996/stat : 23996 (clasp) R 23994 23994 23232 0 -1 4202496 1783 0 0 0 629 0 0 0 25 0 1 0 598722148 17743872 1648 33554432000 4194304 4785740 140734562786480 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23996/statm: 4332 1648 341 145 0 1377 0
[pid=23997] ppid=23994 vsize=452688 CPUtime=3.55 cores=6
/proc/23997/stat : 23997 (TNM) R 23994 23994 23232 0 -1 4202496 624 0 0 0 355 0 0 0 25 0 1 0 598722148 463552512 521 33554432000 134512640 134534564 4290466768 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23997/statm: 113172 521 95 6 0 111838 0
[pid=23998] ppid=23994 vsize=11088 CPUtime=6.29 cores=2
/proc/23998/stat : 23998 (lingeling) R 23994 23994 23232 0 -1 4202496 3548 0 0 0 629 0 0 0 25 0 1 0 598722148 11354112 1972 33554432000 4194304 4352236 140735524091952 18446744073709551615 4328068 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23998/statm: 2772 1972 127 39 0 1852 0
[pid=24000] ppid=23994 vsize=16652 CPUtime=2.7 cores=6
/proc/24000/stat : 24000 (march_hi) R 23994 23994 23232 0 -1 4202496 3937 0 0 0 270 0 0 0 25 0 1 0 598722230 17051648 2221 33554432000 4194304 4331988 140737243387728 18446744073709551615 4291968 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24000/statm: 4163 2221 173 34 0 2605 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 877580

[startup+12.701 s]
/proc/loadavg: 7.80 7.98 7.94 11/188 24000
/proc/meminfo: memFree=12425028/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) S 23992 23994 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598722147 18763776 390 33554432000 4194304 4287625 140736984778816 18446744073709551615 216735198735 0 0 4096 65536 4189130647467458559 0 0 17 2 0 0 0
/proc/23994/statm: 4581 390 341 23 0 91 0
[pid=23995] ppid=23994 vsize=372868 CPUtime=12.69 cores=0
/proc/23995/stat : 23995 (cryptominisat) R 23994 23994 23232 0 -1 4202496 10819 0 0 0 1268 1 0 0 25 0 1 0 598722148 381816832 4389 33554432000 4194304 4587354 140734052121776 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23995/statm: 93217 4389 337 96 0 89779 0
[pid=23996] ppid=23994 vsize=18476 CPUtime=12.69 cores=4
/proc/23996/stat : 23996 (clasp) R 23994 23994 23232 0 -1 4202496 2051 0 0 0 1269 0 0 0 25 0 1 0 598722148 18919424 1916 33554432000 4194304 4785740 140734562786480 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23996/statm: 4619 1916 341 145 0 1664 0
[pid=23997] ppid=23994 vsize=452688 CPUtime=6.74 cores=6
/proc/23997/stat : 23997 (TNM) R 23994 23994 23232 0 -1 4202496 624 0 0 0 674 0 0 0 25 0 1 0 598722148 463552512 521 33554432000 134512640 134534564 4290466768 18446744073709551615 134529312 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23997/statm: 113172 521 95 6 0 111838 0
[pid=23998] ppid=23994 vsize=11472 CPUtime=12.69 cores=2
/proc/23998/stat : 23998 (lingeling) R 23994 23994 23232 0 -1 4202496 5276 0 0 0 1269 0 0 0 25 0 1 0 598722148 11747328 2036 33554432000 4194304 4352236 140735524091952 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23998/statm: 2868 2036 127 39 0 1948 0
[pid=24000] ppid=23994 vsize=18908 CPUtime=5.87 cores=6
/proc/24000/stat : 24000 (march_hi) R 23994 23994 23232 0 -1 4202496 4316 0 0 0 587 0 0 0 25 0 1 0 598722230 19361792 2600 33554432000 4194304 4331988 140737243387728 18446744073709551615 4246712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24000/statm: 4727 2600 173 34 0 3169 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 892736

[startup+25.5008 s]
/proc/loadavg: 8.29 8.08 7.97 11/188 24000
/proc/meminfo: memFree=12390932/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) S 23992 23994 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598722147 18763776 390 33554432000 4194304 4287625 140736984778816 18446744073709551615 216735198735 0 0 4096 65536 4189130647467458559 0 0 17 2 0 0 0
/proc/23994/statm: 4581 390 341 23 0 91 0
[pid=23995] ppid=23994 vsize=389440 CPUtime=25.49 cores=0
/proc/23995/stat : 23995 (cryptominisat) R 23994 23994 23232 0 -1 4202496 15177 0 0 0 2547 2 0 0 25 0 1 0 598722148 398786560 5788 33554432000 4194304 4587354 140734052121776 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23995/statm: 97360 5788 337 96 0 93922 0
[pid=23996] ppid=23994 vsize=19864 CPUtime=25.49 cores=4
/proc/23996/stat : 23996 (clasp) R 23994 23994 23232 0 -1 4202496 2406 0 0 0 2549 0 0 0 25 0 1 0 598722148 20340736 2271 33554432000 4194304 4785740 140734562786480 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23996/statm: 4966 2271 341 145 0 2011 0
[pid=23997] ppid=23994 vsize=452688 CPUtime=13.14 cores=6
/proc/23997/stat : 23997 (TNM) R 23994 23994 23232 0 -1 4202496 624 0 0 0 1314 0 0 0 25 0 1 0 598722148 463552512 521 33554432000 134512640 134534564 4290466768 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23997/statm: 113172 521 95 6 0 111838 0
[pid=23998] ppid=23994 vsize=12760 CPUtime=25.49 cores=2
/proc/23998/stat : 23998 (lingeling) R 23994 23994 23232 0 -1 4202496 7422 0 0 0 2549 0 0 0 25 0 1 0 598722148 13066240 2358 33554432000 4194304 4352236 140735524091952 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23998/statm: 3190 2358 127 39 0 2270 0
[pid=24000] ppid=23994 vsize=22820 CPUtime=12.2 cores=6
/proc/24000/stat : 24000 (march_hi) R 23994 23994 23232 0 -1 4202496 4942 0 0 0 1220 0 0 0 25 0 1 0 598722230 23367680 3226 33554432000 4194304 4331988 140737243387728 18446744073709551615 4284296 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24000/statm: 5705 3226 173 34 0 4147 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 915896

[startup+51.1003 s]
/proc/loadavg: 8.93 8.25 8.03 11/188 24001
/proc/meminfo: memFree=12355508/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) S 23992 23994 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598722147 18763776 390 33554432000 4194304 4287625 140736984778816 18446744073709551615 216735198735 0 0 4096 65536 4189130647467458559 0 0 17 2 0 0 0
/proc/23994/statm: 4581 390 341 23 0 91 0
[pid=23995] ppid=23994 vsize=61704 CPUtime=51.09 cores=0
/proc/23995/stat : 23995 (cryptominisat) R 23994 23994 23232 0 -1 4202496 23085 0 0 0 5105 4 0 0 25 0 1 0 598722148 63184896 7406 33554432000 4194304 4587354 140734052121776 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23995/statm: 15426 7406 337 96 0 11988 0
[pid=23996] ppid=23994 vsize=21928 CPUtime=51.08 cores=4
/proc/23996/stat : 23996 (clasp) R 23994 23994 23232 0 -1 4202496 2869 0 0 0 5108 0 0 0 25 0 1 0 598722148 22454272 2734 33554432000 4194304 4785740 140734562786480 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23996/statm: 5482 2734 341 145 0 2527 0
[pid=23997] ppid=23994 vsize=452688 CPUtime=25.84 cores=6
/proc/23997/stat : 23997 (TNM) R 23994 23994 23232 0 -1 4202496 624 0 0 0 2584 0 0 0 25 0 1 0 598722148 463552512 521 33554432000 134512640 134534564 4290466768 18446744073709551615 134528310 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23997/statm: 113172 521 95 6 0 111838 0
[pid=23998] ppid=23994 vsize=16988 CPUtime=51.08 cores=2

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


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

[startup+230.301 s]
/proc/loadavg: 10.08 9.11 8.40 11/188 24006
/proc/meminfo: memFree=12115068/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) S 23992 23994 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598722147 18763776 390 33554432000 4194304 4287625 140736984778816 18446744073709551615 216735198735 0 0 4096 65536 4189130647467458559 0 0 17 2 0 0 0
/proc/23994/statm: 4581 390 341 23 0 91 0
[pid=23995] ppid=23994 vsize=394124 CPUtime=230.29 cores=0
/proc/23995/stat : 23995 (cryptominisat) R 23994 23994 23232 0 -1 4202496 59690 0 0 0 23014 15 0 0 25 0 1 0 598722148 403582976 10328 33554432000 4194304 4587354 140734052121776 18446744073709551615 4231923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23995/statm: 98531 10328 337 96 0 95093 0
[pid=23996] ppid=23994 vsize=28576 CPUtime=230.27 cores=4
/proc/23996/stat : 23996 (clasp) R 23994 23994 23232 0 -1 4202496 4466 0 0 0 23026 1 0 0 25 0 1 0 598722148 29261824 4298 33554432000 4194304 4785740 140734562786480 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23996/statm: 7144 4298 341 145 0 4189 0
[pid=23997] ppid=23994 vsize=452688 CPUtime=114.94 cores=6
/proc/23997/stat : 23997 (TNM) R 23994 23994 23232 0 -1 4202496 624 0 0 0 11494 0 0 0 25 0 1 0 598722148 463552512 521 33554432000 134512640 134534564 4290466768 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23997/statm: 113172 521 95 6 0 111838 0
[pid=23998] ppid=23994 vsize=27868 CPUtime=230.29 cores=2
/proc/23998/stat : 23998 (lingeling) R 23994 23994 23232 0 -1 4202496 37727 0 0 0 23024 5 0 0 25 0 1 0 598722148 28536832 6167 33554432000 4194304 4352236 140735524091952 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23998/statm: 6967 6167 127 39 0 6047 0
[pid=24000] ppid=23994 vsize=49632 CPUtime=114.09 cores=6
/proc/24000/stat : 24000 (march_hi) R 23994 23994 23232 0 -1 4202496 10889 0 0 0 11406 3 0 0 25 0 1 0 598722230 50823168 9173 33554432000 4194304 4331988 140737243387728 18446744073709551615 4316067 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24000/statm: 12408 9173 173 34 0 10850 0
Current children cumulated CPU time (s) 919.88
Current children cumulated vsize (KiB) 971212

[startup+236.701 s]
/proc/loadavg: 10.08 9.12 8.41 11/188 24006
/proc/meminfo: memFree=12096840/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) S 23992 23994 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598722147 18763776 390 33554432000 4194304 4287625 140736984778816 18446744073709551615 216735198735 0 0 4096 65536 4189130647467458559 0 0 17 2 0 0 0
/proc/23994/statm: 4581 390 341 23 0 91 0
[pid=23995] ppid=23994 vsize=7834908 CPUtime=236.7 cores=0
/proc/23995/stat : 23995 (cryptominisat) R 23994 23994 23232 0 -1 4202496 61026 0 0 0 23654 16 0 0 25 0 1 0 598722148 8022945792 10076 33554432000 4194304 4587354 140734052121776 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23995/statm: 1958727 10076 337 96 0 1955289 0
[pid=23996] ppid=23994 vsize=28764 CPUtime=236.67 cores=4
/proc/23996/stat : 23996 (clasp) R 23994 23994 23232 0 -1 4202496 4507 0 0 0 23666 1 0 0 25 0 1 0 598722148 29454336 4339 33554432000 4194304 4785740 140734562786480 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23996/statm: 7191 4339 341 145 0 4236 0
[pid=23997] ppid=23994 vsize=452688 CPUtime=118.13 cores=6
/proc/23997/stat : 23997 (TNM) R 23994 23994 23232 0 -1 4202496 624 0 0 0 11813 0 0 0 25 0 1 0 598722148 463552512 521 33554432000 134512640 134534564 4290466768 18446744073709551615 134528748 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23997/statm: 113172 521 95 6 0 111838 0
[pid=23998] ppid=23994 vsize=27356 CPUtime=236.69 cores=2
/proc/23998/stat : 23998 (lingeling) R 23994 23994 23232 0 -1 4202496 38111 0 0 0 23664 5 0 0 25 0 1 0 598722148 28012544 6039 33554432000 4194304 4352236 140735524091952 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23998/statm: 6839 6039 127 39 0 5919 0
[pid=24000] ppid=23994 vsize=49764 CPUtime=117.26 cores=6
/proc/24000/stat : 24000 (march_hi) R 23994 23994 23232 0 -1 4202496 11180 0 0 0 11723 3 0 0 25 0 1 0 598722230 50958336 9464 33554432000 4194304 4331988 140737243387728 18446744073709551615 4288693 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24000/statm: 12441 9464 173 34 0 10883 0
Current children cumulated CPU time (s) 945.45
Current children cumulated vsize (KiB) 8411804

[startup+239.9 s]
/proc/loadavg: 10.15 9.15 8.42 11/188 24006
/proc/meminfo: memFree=12086796/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) S 23992 23994 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598722147 18763776 390 33554432000 4194304 4287625 140736984778816 18446744073709551615 216735198735 0 0 4096 65536 4189130647467458559 0 0 17 2 0 0 0
/proc/23994/statm: 4581 390 341 23 0 91 0
[pid=23995] ppid=23994 vsize=7834908 CPUtime=239.9 cores=0
/proc/23995/stat : 23995 (cryptominisat) R 23994 23994 23232 0 -1 4202496 61304 0 0 0 23974 16 0 0 25 0 1 0 598722148 8022945792 10344 33554432000 4194304 4587354 140734052121776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23995/statm: 1958727 10344 337 96 0 1955289 0
[pid=23996] ppid=23994 vsize=28764 CPUtime=239.87 cores=4
/proc/23996/stat : 23996 (clasp) R 23994 23994 23232 0 -1 4202496 4507 0 0 0 23986 1 0 0 25 0 1 0 598722148 29454336 4339 33554432000 4194304 4785740 140734562786480 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23996/statm: 7191 4339 341 145 0 4236 0
[pid=23997] ppid=23994 vsize=452688 CPUtime=119.73 cores=6
/proc/23997/stat : 23997 (TNM) R 23994 23994 23232 0 -1 4202496 624 0 0 0 11973 0 0 0 25 0 1 0 598722148 463552512 521 33554432000 134512640 134534564 4290466768 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23997/statm: 113172 521 95 6 0 111838 0
[pid=23998] ppid=23994 vsize=27612 CPUtime=239.89 cores=2
/proc/23998/stat : 23998 (lingeling) R 23994 23994 23232 0 -1 4202496 38175 0 0 0 23984 5 0 0 25 0 1 0 598722148 28274688 6103 33554432000 4194304 4352236 140735524091952 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23998/statm: 6903 6103 127 39 0 5983 0
[pid=24000] ppid=23994 vsize=53644 CPUtime=118.85 cores=6
/proc/24000/stat : 24000 (march_hi) R 23994 23994 23232 0 -1 4202496 11283 0 0 0 11882 3 0 0 25 0 1 0 598722230 54931456 9567 33554432000 4194304 4331988 140737243387728 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24000/statm: 13411 9567 173 34 0 11853 0
Current children cumulated CPU time (s) 958.24
Current children cumulated vsize (KiB) 8415940

[startup+241.501 s]
/proc/loadavg: 10.15 9.15 8.42 11/188 24006
/proc/meminfo: memFree=12084564/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) S 23992 23994 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598722147 18763776 390 33554432000 4194304 4287625 140736984778816 18446744073709551615 216735198735 0 0 4096 65536 4189130647467458559 0 0 17 2 0 0 0
/proc/23994/statm: 4581 390 341 23 0 91 0
[pid=23995] ppid=23994 vsize=7834908 CPUtime=241.5 cores=0
/proc/23995/stat : 23995 (cryptominisat) R 23994 23994 23232 0 -1 4202496 61439 0 0 0 24134 16 0 0 25 0 1 0 598722148 8022945792 10474 33554432000 4194304 4587354 140734052121776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23995/statm: 1958727 10474 337 96 0 1955289 0
[pid=23996] ppid=23994 vsize=28764 CPUtime=241.47 cores=4
/proc/23996/stat : 23996 (clasp) R 23994 23994 23232 0 -1 4202496 4507 0 0 0 24146 1 0 0 25 0 1 0 598722148 29454336 4339 33554432000 4194304 4785740 140734562786480 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23996/statm: 7191 4339 341 145 0 4236 0
[pid=23997] ppid=23994 vsize=452688 CPUtime=120.53 cores=6
/proc/23997/stat : 23997 (TNM) R 23994 23994 23232 0 -1 4202496 624 0 0 0 12053 0 0 0 25 0 1 0 598722148 463552512 521 33554432000 134512640 134534564 4290466768 18446744073709551615 134529946 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23997/statm: 113172 521 95 6 0 111838 0
[pid=23998] ppid=23994 vsize=28124 CPUtime=241.49 cores=2
/proc/23998/stat : 23998 (lingeling) R 23994 23994 23232 0 -1 4202496 38303 0 0 0 24144 5 0 0 25 0 1 0 598722148 28798976 6231 33554432000 4194304 4352236 140735524091952 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23998/statm: 7031 6231 127 39 0 6111 0
[pid=24000] ppid=23994 vsize=53644 CPUtime=119.64 cores=6
/proc/24000/stat : 24000 (march_hi) R 23994 23994 23232 0 -1 4202496 11318 0 0 0 11961 3 0 0 25 0 1 0 598722230 54931456 9602 33554432000 4194304 4331988 140737243387728 18446744073709551615 4240424 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24000/statm: 13411 9602 173 34 0 11853 0
Current children cumulated CPU time (s) 964.63
Current children cumulated vsize (KiB) 8416452

[startup+243.107 s]
/proc/loadavg: 10.14 9.17 8.43 11/188 24006
/proc/meminfo: memFree=12124244/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) S 23992 23994 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598722147 18763776 390 33554432000 4194304 4287625 140736984778816 18446744073709551615 216735198735 0 0 4096 65536 4189130647467458559 0 0 17 2 0 0 0
/proc/23994/statm: 4581 390 341 23 0 91 0
[pid=23995] ppid=23994 vsize=63432 CPUtime=243.1 cores=0
/proc/23995/stat : 23995 (cryptominisat) R 23994 23994 23232 0 -1 4202496 62198 0 0 0 24294 16 0 0 25 0 1 0 598722148 64954368 9534 33554432000 4194304 4587354 140734052121776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23995/statm: 15858 9534 337 96 0 12420 0
[pid=23996] ppid=23994 vsize=28764 CPUtime=243.08 cores=4
/proc/23996/stat : 23996 (clasp) R 23994 23994 23232 0 -1 4202496 4507 0 0 0 24307 1 0 0 25 0 1 0 598722148 29454336 4339 33554432000 4194304 4785740 140734562786480 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23996/statm: 7191 4339 341 145 0 4236 0
[pid=23997] ppid=23994 vsize=452688 CPUtime=121.33 cores=6
/proc/23997/stat : 23997 (TNM) R 23994 23994 23232 0 -1 4202496 624 0 0 0 12133 0 0 0 25 0 1 0 598722148 463552512 521 33554432000 134512640 134534564 4290466768 18446744073709551615 134529953 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23997/statm: 113172 521 95 6 0 111838 0
[pid=23998] ppid=23994 vsize=26460 CPUtime=243.09 cores=2
/proc/23998/stat : 23998 (lingeling) R 23994 23994 23232 0 -1 4202496 38303 0 0 0 24304 5 0 0 25 0 1 0 598722148 27095040 5815 33554432000 4194304 4352236 140735524091952 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23998/statm: 6615 5815 127 39 0 5695 0
[pid=24000] ppid=23994 vsize=53644 CPUtime=120.43 cores=6
/proc/24000/stat : 24000 (march_hi) R 23994 23994 23232 0 -1 4202496 11337 0 0 0 12040 3 0 0 25 0 1 0 598722230 54931456 9621 33554432000 4194304 4331988 140737243387728 18446744073709551615 4226341 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24000/statm: 13411 9621 173 34 0 11853 0
Current children cumulated CPU time (s) 971.03
Current children cumulated vsize (KiB) 643312

[startup+243.901 s]
/proc/loadavg: 10.14 9.17 8.43 11/188 24006
/proc/meminfo: memFree=12124244/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) S 23992 23994 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598722147 18763776 390 33554432000 4194304 4287625 140736984778816 18446744073709551615 216735198735 0 0 4096 65536 4189130647467458559 0 0 17 2 0 0 0
/proc/23994/statm: 4581 390 341 23 0 91 0
[pid=23995] ppid=23994 vsize=63432 CPUtime=243.9 cores=0
/proc/23995/stat : 23995 (cryptominisat) R 23994 23994 23232 0 -1 4202496 62288 0 0 0 24374 16 0 0 25 0 1 0 598722148 64954368 9623 33554432000 4194304 4587354 140734052121776 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23995/statm: 15858 9623 337 96 0 12420 0
[pid=23996] ppid=23994 vsize=28764 CPUtime=243.87 cores=4
/proc/23996/stat : 23996 (clasp) R 23994 23994 23232 0 -1 4202496 4507 0 0 0 24386 1 0 0 25 0 1 0 598722148 29454336 4339 33554432000 4194304 4785740 140734562786480 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23996/statm: 7191 4339 341 145 0 4236 0
[pid=23997] ppid=23994 vsize=452688 CPUtime=121.73 cores=6
/proc/23997/stat : 23997 (TNM) R 23994 23994 23232 0 -1 4202496 624 0 0 0 12173 0 0 0 25 0 1 0 598722148 463552512 521 33554432000 134512640 134534564 4290466768 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23997/statm: 113172 521 95 6 0 111838 0
[pid=23998] ppid=23994 vsize=26460 CPUtime=243.89 cores=2
/proc/23998/stat : 23998 (lingeling) R 23994 23994 23232 0 -1 4202496 38303 0 0 0 24384 5 0 0 25 0 1 0 598722148 27095040 5815 33554432000 4194304 4352236 140735524091952 18446744073709551615 4328351 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23998/statm: 6615 5815 127 39 0 5695 0
[pid=24000] ppid=23994 vsize=53644 CPUtime=120.83 cores=6
/proc/24000/stat : 24000 (march_hi) R 23994 23994 23232 0 -1 4202496 11369 0 0 0 12080 3 0 0 25 0 1 0 598722230 54931456 9653 33554432000 4194304 4331988 140737243387728 18446744073709551615 4211420 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24000/statm: 13411 9653 173 34 0 11853 0
Current children cumulated CPU time (s) 974.22
Current children cumulated vsize (KiB) 643312

[startup+244.301 s]
/proc/loadavg: 10.14 9.17 8.43 11/188 24006
/proc/meminfo: memFree=12139496/32951124 swapFree=67102140/67111528
[pid=23994] ppid=23992 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23994/stat : 23994 (ppfolio) S 23992 23994 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598722147 18763776 390 33554432000 4194304 4287625 140736984778816 18446744073709551615 216735198735 0 0 4096 65536 4189130647467458559 0 0 17 2 0 0 0
/proc/23994/statm: 4581 390 341 23 0 91 0
[pid=23995] ppid=23994 vsize=63432 CPUtime=244.3 cores=0
/proc/23995/stat : 23995 (cryptominisat) R 23994 23994 23232 0 -1 4202496 62324 0 0 0 24414 16 0 0 25 0 1 0 598722148 64954368 9658 33554432000 4194304 4587354 140734052121776 18446744073709551615 4238459 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23995/statm: 15858 9658 337 96 0 12420 0
[pid=23996] ppid=23994 vsize=28188 CPUtime=244.27 cores=4
/proc/23996/stat : 23996 (clasp) R 23994 23994 23232 0 -1 4202496 4507 0 0 0 24426 1 0 0 25 0 1 0 598722148 28864512 4239 33554432000 4194304 4785740 140734562786480 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23996/statm: 7047 4239 341 145 0 4092 0
[pid=23997] ppid=23994 vsize=452688 CPUtime=121.93 cores=6
/proc/23997/stat : 23997 (TNM) R 23994 23994 23232 0 -1 4202496 624 0 0 0 12193 0 0 0 25 0 1 0 598722148 463552512 521 33554432000 134512640 134534564 4290466768 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23997/statm: 113172 521 95 6 0 111838 0
[pid=23998] ppid=23994 vsize=26460 CPUtime=244.29 cores=2
/proc/23998/stat : 23998 (lingeling) R 23994 23994 23232 0 -1 4202496 38303 0 0 0 24424 5 0 0 25 0 1 0 598722148 27095040 5815 33554432000 4194304 4352236 140735524091952 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23998/statm: 6615 5815 127 39 0 5695 0
[pid=24000] ppid=23994 vsize=53644 CPUtime=121.02 cores=6
/proc/24000/stat : 24000 (march_hi) R 23994 23994 23232 0 -1 4202496 11392 0 0 0 12099 3 0 0 25 0 1 0 598722230 54931456 9676 33554432000 4194304 4331988 140737243387728 18446744073709551615 4316920 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24000/statm: 13411 9676 173 34 0 11853 0
Current children cumulated CPU time (s) 975.81
Current children cumulated vsize (KiB) 642736

Child status: 0
Real time (s): 244.31
CPU time (s): 975.883
CPU user time (s): 975.605
CPU system time (s): 0.277957
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 8739960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 975.605
system time used= 0.277957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117711
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= 423
involuntary context switches= 7362

runsolver used 0.384941 second user time and 0.952855 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 15:48:35
IDJOB=3260677
IDBENCH=83192
IDSOLVER=1612
FILE ID=node119/3260677-1304084915
RUNJOBID= node119-1304084913-23937
PBS_JOBID= 13170510
Free space on /tmp= 71804 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_100_28_u.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3260677-1304084915/watcher-3260677-1304084915 -o /tmp/evaluation-result-3260677-1304084915/solver-3260677-1304084915 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3260677-1304084915.cnf

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

MD5SUM BENCH= 7fb794f1c5d1c4d1723aeeb5efb40cdc
RANDOM SEED=625131749

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:      12517484 kB
Buffers:       2234404 kB
Cached:       17324736 kB
SwapCached:       5504 kB
Active:        8214032 kB
Inactive:     11633568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12517484 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           22784 kB
Writeback:           0 kB
AnonPages:      284768 kB
Mapped:          16216 kB
Slab:           522496 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   908716 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 15:52:39