Trace number 3310149

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 276.08 34.6893

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6651
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7
275.44/34.68	s UNSATISFIABLE
275.44/34.68	solver [5] plingeling 276-6264d55-100731 answered
275.44/34.68	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-3310149-1303996032/watcher-3310149-1303996032 -o /tmp/evaluation-result-3310149-1303996032/solver-3310149-1303996032 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310149-1303996032.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.06 8.10 8.00 2/170 10248
/proc/meminfo: memFree=30543476/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) R 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0

[startup+0.0136051 s]
/proc/loadavg: 8.06 8.10 8.00 2/170 10248
/proc/meminfo: memFree=30543476/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100618 s]
/proc/loadavg: 8.06 8.10 8.00 2/170 10248
/proc/meminfo: memFree=30543476/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300596 s]
/proc/loadavg: 8.06 8.10 8.00 2/170 10248
/proc/meminfo: memFree=30543476/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700481 s]
/proc/loadavg: 8.06 8.10 8.00 2/170 10248
/proc/meminfo: memFree=30543476/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50133 s]
/proc/loadavg: 8.05 8.10 8.00 9/180 10263
/proc/meminfo: memFree=30303220/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 17 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
[pid=10249] ppid=10248 vsize=74452 CPUtime=1.48 cores=0
/proc/10249/stat : 10249 (cryptominisat) R 10248 10248 10091 0 -1 4202496 13082 0 0 0 147 1 0 0 23 0 1 0 511203642 76238848 12718 33554432000 4194304 4587354 140734204350400 18446744073709551615 253640515510 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10249/statm: 18613 12718 313 96 0 15175 0
[pid=10250] ppid=10248 vsize=69000 CPUtime=1.48 cores=1
/proc/10250/stat : 10250 (clasp) R 10248 10248 10091 0 -1 4202496 17843 0 0 0 146 2 0 0 20 0 1 0 511203642 70656000 14192 33554432000 4194304 4785740 140734581493792 18446744073709551615 4319144 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10250/statm: 17250 14192 339 145 0 14295 0
[pid=10251] ppid=10248 vsize=471796 CPUtime=1.49 cores=2
/proc/10251/stat : 10251 (TNM) R 10248 10248 10091 0 -1 4202496 10014 0 0 0 148 1 0 0 20 0 1 0 511203642 483119104 9911 33554432000 134512640 134534564 4287997776 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10251/statm: 117949 9911 95 6 0 116615 0
[pid=10252] ppid=10248 vsize=54496 CPUtime=1.49 cores=3
/proc/10252/stat : 10252 (march_hi) R 10248 10248 10091 0 -1 4202496 63723 0 0 0 140 9 0 0 20 0 1 0 511203642 55803904 9432 33554432000 4194304 4331988 140734164650320 18446744073709551615 253640520389 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10252/statm: 13657 9435 146 34 0 12099 0
[pid=10253] ppid=10248 vsize=111016 CPUtime=4.88 cores=4-7
/proc/10253/stat : 10253 (plingeling) S 10248 10248 10091 0 -1 4202496 33981 1251 0 0 483 5 0 0 18 0 5 0 511203642 113680384 16173 33554432000 4194304 4356188 140736068933232 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10253/statm: 27754 16173 157 40 0 26298 0
[pid=10253/tid=10260] ppid=10248 vsize=111016 CPUtime=1.11 cores=4-7
/proc/10253/task/10260/stat : 10260 (plingeling) R 10248 10248 10091 0 -1 4202560 3120 1251 0 0 111 0 0 0 25 0 5 0 511203678 113680384 16173 33554432000 4194304 4356188 140736068933232 18446744073709551615 4244402 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10253/tid=10261] ppid=10248 vsize=111016 CPUtime=1.12 cores=4-7
/proc/10253/task/10261/stat : 10261 (plingeling) R 10248 10248 10091 0 -1 4202560 5343 1251 0 0 112 0 0 0 25 0 5 0 511203678 113680384 16173 33554432000 4194304 4356188 140736068933232 18446744073709551615 4322106 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10253/tid=10262] ppid=10248 vsize=111016 CPUtime=1.12 cores=4-7
/proc/10253/task/10262/stat : 10262 (plingeling) R 10248 10248 10091 0 -1 4202560 5263 1251 0 0 112 0 0 0 22 0 5 0 511203678 113680384 16173 33554432000 4194304 4356188 140736068933232 18446744073709551615 4322106 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10253/tid=10263] ppid=10248 vsize=111016 CPUtime=1.12 cores=4-7
/proc/10253/task/10263/stat : 10263 (plingeling) R 10248 10248 10091 0 -1 4202560 3609 1251 0 0 112 0 0 0 19 0 5 0 511203678 113680384 16173 33554432000 4194304 4356188 140736068933232 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.82
Current children cumulated vsize (KiB) 799084

[startup+3.10104 s]
/proc/loadavg: 8.05 8.10 8.00 9/180 10263
/proc/meminfo: memFree=30205508/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
[pid=10249] ppid=10248 vsize=141096 CPUtime=3.08 cores=0
/proc/10249/stat : 10249 (cryptominisat) R 10248 10248 10091 0 -1 4202496 23473 0 0 0 306 2 0 0 25 0 1 0 511203642 144482304 21062 33554432000 4194304 4587354 140734204350400 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10249/statm: 35274 21062 330 96 0 31836 0
[pid=10250] ppid=10248 vsize=69000 CPUtime=3.08 cores=1
/proc/10250/stat : 10250 (clasp) R 10248 10248 10091 0 -1 4202496 17844 0 0 0 306 2 0 0 25 0 1 0 511203642 70656000 14193 33554432000 4194304 4785740 140734581493792 18446744073709551615 4277491 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10250/statm: 17250 14193 340 145 0 14295 0
[pid=10251] ppid=10248 vsize=471796 CPUtime=3.09 cores=2
/proc/10251/stat : 10251 (TNM) R 10248 10248 10091 0 -1 4202496 10014 0 0 0 308 1 0 0 25 0 1 0 511203642 483119104 9911 33554432000 134512640 134534564 4287997776 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10251/statm: 117949 9911 95 6 0 116615 0
[pid=10252] ppid=10248 vsize=193164 CPUtime=3.09 cores=3
/proc/10252/stat : 10252 (march_hi) R 10248 10248 10091 0 -1 4202496 99495 0 0 0 296 13 0 0 25 0 1 0 511203642 197799936 37561 33554432000 4194304 4331988 140734164650320 18446744073709551615 4229471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10252/statm: 48291 37561 173 34 0 46733 0
[pid=10253] ppid=10248 vsize=157408 CPUtime=11.26 cores=4-7
/proc/10253/stat : 10253 (plingeling) S 10248 10248 10091 0 -1 4202496 45603 1251 0 0 1120 6 0 0 18 0 5 0 511203642 161185792 27795 33554432000 4194304 4356188 140736068933232 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10253/statm: 39352 27795 163 40 0 37896 0
[pid=10253/tid=10260] ppid=10248 vsize=157408 CPUtime=2.7 cores=4-7
/proc/10253/task/10260/stat : 10260 (plingeling) R 10248 10248 10091 0 -1 4202560 6198 1251 0 0 270 0 0 0 25 0 5 0 511203678 161185792 27795 33554432000 4194304 4356188 140736068933232 18446744073709551615 4232856 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10253/tid=10261] ppid=10248 vsize=157408 CPUtime=2.72 cores=4-7
/proc/10253/task/10261/stat : 10261 (plingeling) R 10248 10248 10091 0 -1 4202560 9451 1251 0 0 271 1 0 0 25 0 5 0 511203678 161185792 27795 33554432000 4194304 4356188 140736068933232 18446744073709551615 4231387 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10253/tid=10262] ppid=10248 vsize=157408 CPUtime=2.72 cores=4-7
/proc/10253/task/10262/stat : 10262 (plingeling) R 10248 10248 10091 0 -1 4202560 9052 1251 0 0 271 1 0 0 25 0 5 0 511203678 161185792 27795 33554432000 4194304 4356188 140736068933232 18446744073709551615 4310034 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10253/tid=10263] ppid=10248 vsize=157408 CPUtime=2.72 cores=4-7
/proc/10253/task/10263/stat : 10263 (plingeling) R 10248 10248 10091 0 -1 4202560 4256 1251 0 0 272 0 0 0 23 0 5 0 511203678 161185792 27795 33554432000 4194304 4356188 140736068933232 18446744073709551615 4258789 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.6
Current children cumulated vsize (KiB) 1050788

[startup+6.30046 s]
/proc/loadavg: 8.05 8.10 8.00 9/180 10263
/proc/meminfo: memFree=30096808/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
[pid=10249] ppid=10248 vsize=141096 CPUtime=6.29 cores=0
/proc/10249/stat : 10249 (cryptominisat) R 10248 10248 10091 0 -1 4202496 23885 0 0 0 626 3 0 0 25 0 1 0 511203642 144482304 21453 33554432000 4194304 4587354 140734204350400 18446744073709551615 4449074 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10249/statm: 35274 21453 336 96 0 31836 0
[pid=10250] ppid=10248 vsize=69000 CPUtime=6.28 cores=1
/proc/10250/stat : 10250 (clasp) R 10248 10248 10091 0 -1 4202496 17844 0 0 0 626 2 0 0 25 0 1 0 511203642 70656000 14193 33554432000 4194304 4785740 140734581493792 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10250/statm: 17250 14193 340 145 0 14295 0
[pid=10251] ppid=10248 vsize=471796 CPUtime=6.29 cores=2
/proc/10251/stat : 10251 (TNM) R 10248 10248 10091 0 -1 4202496 10014 0 0 0 628 1 0 0 25 0 1 0 511203642 483119104 9911 33554432000 134512640 134534564 4287997776 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10251/statm: 117949 9911 95 6 0 116615 0
[pid=10252] ppid=10248 vsize=194800 CPUtime=6.28 cores=3
/proc/10252/stat : 10252 (march_hi) R 10248 10248 10091 0 -1 4202496 104115 0 0 0 615 13 0 0 25 0 1 0 511203642 199475200 42181 33554432000 4194304 4331988 140734164650320 18446744073709551615 4284558 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10252/statm: 48700 42181 173 34 0 47142 0
[pid=10253] ppid=10248 vsize=144292 CPUtime=24.04 cores=4-7
/proc/10253/stat : 10253 (plingeling) S 10248 10248 10091 0 -1 4202496 48675 1251 0 0 2397 7 0 0 18 0 5 0 511203642 147755008 24516 33554432000 4194304 4356188 140736068933232 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10253/statm: 36073 24516 163 40 0 34617 0
[pid=10253/tid=10260] ppid=10248 vsize=144292 CPUtime=5.88 cores=4-7
/proc/10253/task/10260/stat : 10260 (plingeling) R 10248 10248 10091 0 -1 4202560 7222 1251 0 0 588 0 0 0 25 0 5 0 511203678 147755008 24516 33554432000 4194304 4356188 140736068933232 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10253/tid=10261] ppid=10248 vsize=144292 CPUtime=5.92 cores=4-7
/proc/10253/task/10261/stat : 10261 (plingeling) R 10248 10248 10091 0 -1 4202560 10475 1251 0 0 591 1 0 0 25 0 5 0 511203678 147755008 24516 33554432000 4194304 4356188 140736068933232 18446744073709551615 4224528 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10253/tid=10262] ppid=10248 vsize=144292 CPUtime=5.91 cores=4-7
/proc/10253/task/10262/stat : 10262 (plingeling) R 10248 10248 10091 0 -1 4202560 10076 1251 0 0 590 1 0 0 25 0 5 0 511203678 147755008 24516 33554432000 4194304 4356188 140736068933232 18446744073709551615 4219632 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10253/tid=10263] ppid=10248 vsize=144292 CPUtime=5.92 cores=4-7
/proc/10253/task/10263/stat : 10263 (plingeling) R 10248 10248 10091 0 -1 4202560 4256 1251 0 0 592 0 0 0 25 0 5 0 511203678 147755008 24516 33554432000 4194304 4356188 140736068933232 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.18
Current children cumulated vsize (KiB) 1039308

[startup+12.7013 s]
/proc/loadavg: 8.04 8.09 8.00 9/180 10263
/proc/meminfo: memFree=30086936/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
[pid=10249] ppid=10248 vsize=147380 CPUtime=12.69 cores=0
/proc/10249/stat : 10249 (cryptominisat) R 10248 10248 10091 0 -1 4202496 26322 0 0 0 1266 3 0 0 25 0 1 0 511203642 150917120 23794 33554432000 4194304 4587354 140734204350400 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10249/statm: 36845 23794 336 96 0 33407 0
[pid=10250] ppid=10248 vsize=70972 CPUtime=12.69 cores=1
/proc/10250/stat : 10250 (clasp) R 10248 10248 10091 0 -1 4202496 18353 0 0 0 1266 3 0 0 25 0 1 0 511203642 72675328 14702 33554432000 4194304 4785740 140734581493792 18446744073709551615 4553035 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10250/statm: 17743 14702 340 145 0 14788 0
[pid=10251] ppid=10248 vsize=471796 CPUtime=12.69 cores=2
/proc/10251/stat : 10251 (TNM) R 10248 10248 10091 0 -1 4202496 10014 0 0 0 1268 1 0 0 25 0 1 0 511203642 483119104 9911 33554432000 134512640 134534564 4287997776 18446744073709551615 134525871 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10251/statm: 117949 9911 95 6 0 116615 0
[pid=10252] ppid=10248 vsize=195612 CPUtime=12.68 cores=3
/proc/10252/stat : 10252 (march_hi) R 10248 10248 10091 0 -1 4202496 104328 0 0 0 1255 13 0 0 25 0 1 0 511203642 200306688 42394 33554432000 4194304 4331988 140734164650320 18446744073709551615 4228955 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10252/statm: 48903 42394 173 34 0 47345 0
[pid=10253] ppid=10248 vsize=144280 CPUtime=49.6 cores=4-7
/proc/10253/stat : 10253 (plingeling) S 10248 10248 10091 0 -1 4202496 48675 1251 0 0 4953 7 0 0 18 0 5 0 511203642 147742720 24513 33554432000 4194304 4356188 140736068933232 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10253/statm: 36070 24513 163 40 0 34614 0
[pid=10253/tid=10260] ppid=10248 vsize=144280 CPUtime=12.25 cores=4-7
/proc/10253/task/10260/stat : 10260 (plingeling) R 10248 10248 10091 0 -1 4202560 7222 1251 0 0 1225 0 0 0 25 0 5 0 511203678 147742720 24513 33554432000 4194304 4356188 140736068933232 18446744073709551615 4331435 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10253/tid=10261] ppid=10248 vsize=144280 CPUtime=12.32 cores=4-7
/proc/10253/task/10261/stat : 10261 (plingeling) R 10248 10248 10091 0 -1 4202560 10475 1251 0 0 1231 1 0 0 25 0 5 0 511203678 147742720 24513 33554432000 4194304 4356188 140736068933232 18446744073709551615 4330882 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10253/tid=10262] ppid=10248 vsize=144280 CPUtime=12.31 cores=4-7
/proc/10253/task/10262/stat : 10262 (plingeling) R 10248 10248 10091 0 -1 4202560 10076 1251 0 0 1230 1 0 0 25 0 5 0 511203678 147742720 24513 33554432000 4194304 4356188 140736068933232 18446744073709551615 4231387 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10253/tid=10263] ppid=10248 vsize=144280 CPUtime=12.32 cores=4-7
/proc/10253/task/10263/stat : 10263 (plingeling) R 10248 10248 10091 0 -1 4202560 4256 1251 0 0 1232 0 0 0 25 0 5 0 511203678 147742720 24513 33554432000 4194304 4356188 140736068933232 18446744073709551615 4242248 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.35
Current children cumulated vsize (KiB) 1048364

[startup+25.5009 s]
/proc/loadavg: 8.04 8.09 8.00 9/180 10263
/proc/meminfo: memFree=30081420/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
[pid=10249] ppid=10248 vsize=852964 CPUtime=25.49 cores=0
/proc/10249/stat : 10249 (cryptominisat) R 10248 10248 10091 0 -1 4202496 31948 0 0 0 2544 5 0 0 25 0 1 0 511203642 873435136 24569 33554432000 4194304 4587354 140734204350400 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=10253/tid=10260] ppid=10248 vsize=144240 CPUtime=28.16 cores=4-7
/proc/10253/task/10260/stat : 10260 (plingeling) R 10248 10248 10091 0 -1 4202560 7222 1251 0 0 2816 0 0 0 25 0 5 0 511203678 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10253/tid=10261] ppid=10248 vsize=144240 CPUtime=28.32 cores=4-7
/proc/10253/task/10261/stat : 10261 (plingeling) R 10248 10248 10091 0 -1 4202560 10475 1251 0 0 2831 1 0 0 25 0 5 0 511203678 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10253/tid=10262] ppid=10248 vsize=144240 CPUtime=28.31 cores=4-7
/proc/10253/task/10262/stat : 10262 (plingeling) R 10248 10248 10091 0 -1 4202560 11100 1251 0 0 2830 1 0 0 25 0 5 0 511203678 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 4301164 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10253/tid=10263] ppid=10248 vsize=144240 CPUtime=28.32 cores=4-7
/proc/10253/task/10263/stat : 10263 (plingeling) R 10248 10248 10091 0 -1 4202560 4256 1251 0 0 2832 0 0 0 25 0 5 0 511203678 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 228.27
Current children cumulated vsize (KiB) 1758228

[startup+31.9068 s]
/proc/loadavg: 8.03 8.08 8.00 9/180 10263
/proc/meminfo: memFree=30073360/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
[pid=10249] ppid=10248 vsize=855908 CPUtime=31.89 cores=0
/proc/10249/stat : 10249 (cryptominisat) R 10248 10248 10091 0 -1 4202496 33505 0 0 0 3184 5 0 0 25 0 1 0 511203642 876449792 26082 33554432000 4194304 4587354 140734204350400 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10249/statm: 213977 26082 336 96 0 210539 0
[pid=10250] ppid=10248 vsize=75808 CPUtime=31.89 cores=1
/proc/10250/stat : 10250 (clasp) R 10248 10248 10091 0 -1 4202496 19527 0 0 0 3186 3 0 0 25 0 1 0 511203642 77627392 15876 33554432000 4194304 4785740 140734581493792 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10250/statm: 18952 15876 340 145 0 15997 0
[pid=10251] ppid=10248 vsize=471796 CPUtime=31.9 cores=2
/proc/10251/stat : 10251 (TNM) R 10248 10248 10091 0 -1 4202496 10014 0 0 0 3189 1 0 0 25 0 1 0 511203642 483119104 9911 33554432000 134512640 134534564 4287997776 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10251/statm: 117949 9911 95 6 0 116615 0
[pid=10252] ppid=10248 vsize=196028 CPUtime=31.89 cores=3
/proc/10252/stat : 10252 (march_hi) R 10248 10248 10091 0 -1 4202496 104463 0 0 0 3176 13 0 0 25 0 1 0 511203642 200732672 42529 33554432000 4194304 4331988 140734164650320 18446744073709551615 4228968 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10252/statm: 49007 42529 173 34 0 47449 0
[pid=10253] ppid=10248 vsize=144240 CPUtime=126.32 cores=4-7
/proc/10253/stat : 10253 (plingeling) S 10248 10248 10091 0 -1 4202496 49699 1251 0 0 12625 7 0 0 18 0 5 0 511203642 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10253/statm: 36060 24503 163 40 0 34604 0
[pid=10253/tid=10260] ppid=10248 vsize=144240 CPUtime=31.35 cores=4-7
/proc/10253/task/10260/stat : 10260 (plingeling) R 10248 10248 10091 0 -1 4202560 7222 1251 0 0 3135 0 0 0 25 0 5 0 511203678 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10253/tid=10261] ppid=10248 vsize=144240 CPUtime=31.52 cores=4-7
/proc/10253/task/10261/stat : 10261 (plingeling) R 10248 10248 10091 0 -1 4202560 10475 1251 0 0 3151 1 0 0 25 0 5 0 511203678 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 4334538 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10253/tid=10262] ppid=10248 vsize=144240 CPUtime=31.52 cores=4-7
/proc/10253/task/10262/stat : 10262 (plingeling) R 10248 10248 10091 0 -1 4202560 11100 1251 0 0 3151 1 0 0 25 0 5 0 511203678 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 4332320 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10253/tid=10263] ppid=10248 vsize=144240 CPUtime=31.53 cores=4-7
/proc/10253/task/10263/stat : 10263 (plingeling) R 10248 10248 10091 0 -1 4202560 4256 1251 0 0 3153 0 0 0 25 0 5 0 511203678 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 4241608 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 253.89
Current children cumulated vsize (KiB) 1762104

[startup+33.5005 s]
/proc/loadavg: 8.03 8.08 8.00 9/180 10263
/proc/meminfo: memFree=30072608/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
[pid=10249] ppid=10248 vsize=855908 CPUtime=33.48 cores=0
/proc/10249/stat : 10249 (cryptominisat) R 10248 10248 10091 0 -1 4202496 33667 0 0 0 3343 5 0 0 25 0 1 0 511203642 876449792 26240 33554432000 4194304 4587354 140734204350400 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10249/statm: 213977 26240 336 96 0 210539 0
[pid=10250] ppid=10248 vsize=76076 CPUtime=33.49 cores=1
/proc/10250/stat : 10250 (clasp) R 10248 10248 10091 0 -1 4202496 19619 0 0 0 3346 3 0 0 25 0 1 0 511203642 77901824 15968 33554432000 4194304 4785740 140734581493792 18446744073709551615 4416810 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10250/statm: 19019 15968 340 145 0 16064 0
[pid=10251] ppid=10248 vsize=471796 CPUtime=33.49 cores=2
/proc/10251/stat : 10251 (TNM) R 10248 10248 10091 0 -1 4202496 10014 0 0 0 3348 1 0 0 25 0 1 0 511203642 483119104 9911 33554432000 134512640 134534564 4287997776 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10251/statm: 117949 9911 95 6 0 116615 0
[pid=10252] ppid=10248 vsize=196028 CPUtime=33.48 cores=3
/proc/10252/stat : 10252 (march_hi) R 10248 10248 10091 0 -1 4202496 104465 0 0 0 3335 13 0 0 25 0 1 0 511203642 200732672 42531 33554432000 4194304 4331988 140734164650320 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10252/statm: 49007 42531 173 34 0 47449 0
[pid=10253] ppid=10248 vsize=144240 CPUtime=132.69 cores=4-7
/proc/10253/stat : 10253 (plingeling) S 10248 10248 10091 0 -1 4202496 49699 1251 0 0 13262 7 0 0 18 0 5 0 511203642 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10253/statm: 36060 24503 163 40 0 34604 0
[pid=10253/tid=10260] ppid=10248 vsize=144240 CPUtime=32.93 cores=4-7
/proc/10253/task/10260/stat : 10260 (plingeling) R 10248 10248 10091 0 -1 4202560 7222 1251 0 0 3293 0 0 0 25 0 5 0 511203678 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10253/tid=10261] ppid=10248 vsize=144240 CPUtime=33.12 cores=4-7
/proc/10253/task/10261/stat : 10261 (plingeling) R 10248 10248 10091 0 -1 4202560 10475 1251 0 0 3311 1 0 0 25 0 5 0 511203678 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10253/tid=10262] ppid=10248 vsize=144240 CPUtime=33.11 cores=4-7
/proc/10253/task/10262/stat : 10262 (plingeling) R 10248 10248 10091 0 -1 4202560 11100 1251 0 0 3310 1 0 0 25 0 5 0 511203678 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10253/tid=10263] ppid=10248 vsize=144240 CPUtime=33.12 cores=4-7
/proc/10253/task/10263/stat : 10263 (plingeling) R 10248 10248 10091 0 -1 4202560 4256 1251 0 0 3312 0 0 0 25 0 5 0 511203678 147701760 24503 33554432000 4194304 4356188 140736068933232 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 266.63
Current children cumulated vsize (KiB) 1762372

[startup+34.3013 s]
/proc/loadavg: 8.03 8.08 8.00 9/180 10263
/proc/meminfo: memFree=30071616/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
[pid=10249] ppid=10248 vsize=855908 CPUtime=34.29 cores=0
/proc/10249/stat : 10249 (cryptominisat) R 10248 10248 10091 0 -1 4202496 33763 0 0 0 3423 6 0 0 25 0 1 0 511203642 876449792 26332 33554432000 4194304 4587354 140734204350400 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10249/statm: 213977 26332 336 96 0 210539 0
[pid=10250] ppid=10248 vsize=76604 CPUtime=34.29 cores=1
/proc/10250/stat : 10250 (clasp) R 10248 10248 10091 0 -1 4202496 19732 0 0 0 3426 3 0 0 25 0 1 0 511203642 78442496 16081 33554432000 4194304 4785740 140734581493792 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10250/statm: 19151 16081 340 145 0 16196 0
[pid=10251] ppid=10248 vsize=471796 CPUtime=34.29 cores=2
/proc/10251/stat : 10251 (TNM) R 10248 10248 10091 0 -1 4202496 10014 0 0 0 3428 1 0 0 25 0 1 0 511203642 483119104 9911 33554432000 134512640 134534564 4287997776 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10251/statm: 117949 9911 95 6 0 116615 0
[pid=10252] ppid=10248 vsize=196028 CPUtime=34.28 cores=3
/proc/10252/stat : 10252 (march_hi) R 10248 10248 10091 0 -1 4202496 104466 0 0 0 3415 13 0 0 25 0 1 0 511203642 200732672 42532 33554432000 4194304 4331988 140734164650320 18446744073709551615 4263156 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10252/statm: 49007 42532 173 34 0 47449 0
[pid=10253] ppid=10248 vsize=144232 CPUtime=135.89 cores=4-7
/proc/10253/stat : 10253 (plingeling) S 10248 10248 10091 0 -1 4202496 49699 1251 0 0 13582 7 0 0 18 0 5 0 511203642 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10253/statm: 36058 24501 163 40 0 34602 0
[pid=10253/tid=10260] ppid=10248 vsize=144232 CPUtime=33.73 cores=4-7
/proc/10253/task/10260/stat : 10260 (plingeling) R 10248 10248 10091 0 -1 4202560 7222 1251 0 0 3373 0 0 0 25 0 5 0 511203678 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 4334609 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10253/tid=10261] ppid=10248 vsize=144232 CPUtime=33.92 cores=4-7
/proc/10253/task/10261/stat : 10261 (plingeling) R 10248 10248 10091 0 -1 4202560 10475 1251 0 0 3391 1 0 0 25 0 5 0 511203678 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 4281620 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10253/tid=10262] ppid=10248 vsize=144232 CPUtime=33.91 cores=4-7
/proc/10253/task/10262/stat : 10262 (plingeling) R 10248 10248 10091 0 -1 4202560 11100 1251 0 0 3390 1 0 0 25 0 5 0 511203678 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 4238825 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10253/tid=10263] ppid=10248 vsize=144232 CPUtime=33.92 cores=4-7
/proc/10253/task/10263/stat : 10263 (plingeling) R 10248 10248 10091 0 -1 4202560 4256 1251 0 0 3392 0 0 0 25 0 5 0 511203678 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 273.04
Current children cumulated vsize (KiB) 1762892

[startup+34.5013 s]
/proc/loadavg: 8.03 8.08 8.00 9/180 10263
/proc/meminfo: memFree=30071616/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
[pid=10249] ppid=10248 vsize=855908 CPUtime=34.49 cores=0
/proc/10249/stat : 10249 (cryptominisat) R 10248 10248 10091 0 -1 4202496 33791 0 0 0 3443 6 0 0 25 0 1 0 511203642 876449792 26358 33554432000 4194304 4587354 140734204350400 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10249/statm: 213977 26358 336 96 0 210539 0
[pid=10250] ppid=10248 vsize=76604 CPUtime=34.49 cores=1
/proc/10250/stat : 10250 (clasp) R 10248 10248 10091 0 -1 4202496 19757 0 0 0 3446 3 0 0 25 0 1 0 511203642 78442496 16106 33554432000 4194304 4785740 140734581493792 18446744073709551615 4312643 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10250/statm: 19151 16106 340 145 0 16196 0
[pid=10251] ppid=10248 vsize=471796 CPUtime=34.49 cores=2
/proc/10251/stat : 10251 (TNM) R 10248 10248 10091 0 -1 4202496 10014 0 0 0 3448 1 0 0 25 0 1 0 511203642 483119104 9911 33554432000 134512640 134534564 4287997776 18446744073709551615 134528412 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10251/statm: 117949 9911 95 6 0 116615 0
[pid=10252] ppid=10248 vsize=196028 CPUtime=34.48 cores=3
/proc/10252/stat : 10252 (march_hi) R 10248 10248 10091 0 -1 4202496 104466 0 0 0 3435 13 0 0 25 0 1 0 511203642 200732672 42532 33554432000 4194304 4331988 140734164650320 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10252/statm: 49007 42532 173 34 0 47449 0
[pid=10253] ppid=10248 vsize=144232 CPUtime=136.69 cores=4-7
/proc/10253/stat : 10253 (plingeling) S 10248 10248 10091 0 -1 4202496 49699 1251 0 0 13662 7 0 0 18 0 5 0 511203642 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10253/statm: 36058 24501 163 40 0 34602 0
[pid=10253/tid=10260] ppid=10248 vsize=144232 CPUtime=33.93 cores=4-7
/proc/10253/task/10260/stat : 10260 (plingeling) R 10248 10248 10091 0 -1 4202560 7222 1251 0 0 3393 0 0 0 25 0 5 0 511203678 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10253/tid=10261] ppid=10248 vsize=144232 CPUtime=34.12 cores=4-7
/proc/10253/task/10261/stat : 10261 (plingeling) R 10248 10248 10091 0 -1 4202560 10475 1251 0 0 3411 1 0 0 25 0 5 0 511203678 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 4332293 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10253/tid=10262] ppid=10248 vsize=144232 CPUtime=34.11 cores=4-7
/proc/10253/task/10262/stat : 10262 (plingeling) R 10248 10248 10091 0 -1 4202560 11100 1251 0 0 3410 1 0 0 25 0 5 0 511203678 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 4237444 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10253/tid=10263] ppid=10248 vsize=144232 CPUtime=34.12 cores=4-7
/proc/10253/task/10263/stat : 10263 (plingeling) R 10248 10248 10091 0 -1 4202560 4256 1251 0 0 3412 0 0 0 25 0 5 0 511203678 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 274.64
Current children cumulated vsize (KiB) 1762892

[startup+34.6013 s]
/proc/loadavg: 8.03 8.08 8.00 9/180 10263
/proc/meminfo: memFree=30071616/32951124 swapFree=67111364/67111528
[pid=10248] ppid=10246 vsize=18324 CPUtime=0 cores=0-7
/proc/10248/stat : 10248 (ppfolio) S 10246 10248 10091 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 511203642 18763776 390 33554432000 4194304 4287625 140736120379264 18446744073709551615 253640879631 0 0 4096 65536 4579975695060434943 0 0 17 6 0 0 0
/proc/10248/statm: 4581 390 341 23 0 91 0
[pid=10249] ppid=10248 vsize=855908 CPUtime=34.59 cores=0
/proc/10249/stat : 10249 (cryptominisat) R 10248 10248 10091 0 -1 4202496 33801 0 0 0 3453 6 0 0 25 0 1 0 511203642 876449792 26368 33554432000 4194304 4587354 140734204350400 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10249/statm: 213977 26368 336 96 0 210539 0
[pid=10250] ppid=10248 vsize=76736 CPUtime=34.59 cores=1
/proc/10250/stat : 10250 (clasp) R 10248 10248 10091 0 -1 4202496 19760 0 0 0 3456 3 0 0 25 0 1 0 511203642 78577664 16109 33554432000 4194304 4785740 140734581493792 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10250/statm: 19184 16109 340 145 0 16229 0
[pid=10251] ppid=10248 vsize=471796 CPUtime=34.59 cores=2
/proc/10251/stat : 10251 (TNM) R 10248 10248 10091 0 -1 4202496 10014 0 0 0 3458 1 0 0 25 0 1 0 511203642 483119104 9911 33554432000 134512640 134534564 4287997776 18446744073709551615 134530309 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10251/statm: 117949 9911 95 6 0 116615 0
[pid=10252] ppid=10248 vsize=196028 CPUtime=34.58 cores=3
/proc/10252/stat : 10252 (march_hi) R 10248 10248 10091 0 -1 4202496 104466 0 0 0 3445 13 0 0 25 0 1 0 511203642 200732672 42532 33554432000 4194304 4331988 140734164650320 18446744073709551615 4228901 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10252/statm: 49007 42532 173 34 0 47449 0
[pid=10253] ppid=10248 vsize=144232 CPUtime=137.09 cores=4-7
/proc/10253/stat : 10253 (plingeling) S 10248 10248 10091 0 -1 4202496 49699 1251 0 0 13702 7 0 0 18 0 5 0 511203642 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10253/statm: 36058 24501 163 40 0 34602 0
[pid=10253/tid=10260] ppid=10248 vsize=144232 CPUtime=34.03 cores=4-7
/proc/10253/task/10260/stat : 10260 (plingeling) R 10248 10248 10091 0 -1 4202560 7222 1251 0 0 3403 0 0 0 25 0 5 0 511203678 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10253/tid=10261] ppid=10248 vsize=144232 CPUtime=34.22 cores=4-7
/proc/10253/task/10261/stat : 10261 (plingeling) R 10248 10248 10091 0 -1 4202560 10475 1251 0 0 3421 1 0 0 25 0 5 0 511203678 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10253/tid=10262] ppid=10248 vsize=144232 CPUtime=34.21 cores=4-7
/proc/10253/task/10262/stat : 10262 (plingeling) R 10248 10248 10091 0 -1 4202560 11100 1251 0 0 3420 1 0 0 25 0 5 0 511203678 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 4239105 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10253/tid=10263] ppid=10248 vsize=144232 CPUtime=34.22 cores=4-7
/proc/10253/task/10263/stat : 10263 (plingeling) R 10248 10248 10091 0 -1 4202560 4256 1251 0 0 3422 0 0 0 25 0 5 0 511203678 147693568 24501 33554432000 4194304 4356188 140736068933232 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 275.44
Current children cumulated vsize (KiB) 1763024

Child status: 0
Real time (s): 34.6893
CPU time (s): 276.08
CPU user time (s): 275.723
CPU system time (s): 0.356945
CPU usage (%): 795.865
Max. virtual memory (cumulated for all children) (KiB): 1763024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.723
system time used= 0.356945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219553
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= 424
involuntary context switches= 1396

runsolver used 0.047992 second user time and 0.143978 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-28 15:07:12
IDJOB=3310149
IDBENCH=69599
IDSOLVER=1638
FILE ID=node106/3310149-1303996032
RUNJOBID= node106-1303994636-10105
PBS_JOBID= 13168780
Free space on /tmp= 72156 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310149-1303996032/watcher-3310149-1303996032 -o /tmp/evaluation-result-3310149-1303996032/solver-3310149-1303996032 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310149-1303996032.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=587694336

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      30543756 kB
Buffers:        192272 kB
Cached:        1939472 kB
SwapCached:         88 kB
Active:         639360 kB
Inactive:      1555760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30543756 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           14772 kB
Writeback:           0 kB
AnonPages:       63788 kB
Mapped:          15156 kB
Slab:           144304 kB
PageTables:       4720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189852 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= 72144 MiB
End job on node106 at 2011-04-28 15:07:47