Trace number 3310348

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 3430.58 429.298

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-17.cnf
MD5SUMade81e5508101352b3d942708b201606
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark440.727
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses89966
Sum of the clauses size425665
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216962
Number of clauses of size 310874
Number of clauses of size 412189
Number of clauses of size 522355
Number of clauses of size over 527586

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
3429.97/429.27	s UNSATISFIABLE
3429.97/429.29	solver [5] plingeling 276-6264d55-100731 answered
3429.97/429.29	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-3310348-1304014698/watcher-3310348-1304014698 -o /tmp/evaluation-result-3310348-1304014698/solver-3310348-1304014698 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310348-1304014698.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: 7.41 7.17 7.06 1/170 12769
/proc/meminfo: memFree=12590096/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) R 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0

[startup+0.053122 s]
/proc/loadavg: 7.41 7.17 7.06 1/170 12769
/proc/meminfo: memFree=12590096/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101114 s]
/proc/loadavg: 7.41 7.17 7.06 1/170 12769
/proc/meminfo: memFree=12590096/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301047 s]
/proc/loadavg: 7.41 7.17 7.06 1/170 12769
/proc/meminfo: memFree=12590096/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700972 s]
/proc/loadavg: 7.41 7.17 7.06 1/170 12769
/proc/meminfo: memFree=12590096/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50083 s]
/proc/loadavg: 7.46 7.19 7.06 9/180 12784
/proc/meminfo: memFree=12455972/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 17 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
[pid=12770] ppid=12769 vsize=47520 CPUtime=1.48 cores=0
/proc/12770/stat : 12770 (cryptominisat) R 12769 12769 12375 0 -1 4202496 8480 0 0 0 148 0 0 0 20 0 1 0 493886115 48660480 6872 33554432000 4194304 4587354 140737082104464 18446744073709551615 4388368 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12770/statm: 11880 6872 316 96 0 8442 0
[pid=12771] ppid=12769 vsize=28460 CPUtime=1.49 cores=1
/proc/12771/stat : 12771 (clasp) R 12769 12769 12375 0 -1 4202496 5050 0 0 0 149 0 0 0 20 0 1 0 493886115 29143040 4408 33554432000 4194304 4785740 140737156599888 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12771/statm: 7115 4408 341 145 0 4160 0
[pid=12772] ppid=12769 vsize=460180 CPUtime=1.49 cores=2
/proc/12772/stat : 12772 (TNM) R 12769 12769 12375 0 -1 4202496 2695 0 0 0 149 0 0 0 20 0 1 0 493886115 471224320 2591 33554432000 134512640 134534564 4286816432 18446744073709551615 134524577 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12772/statm: 115045 2591 91 6 0 113711 0
[pid=12773] ppid=12769 vsize=101904 CPUtime=1.49 cores=3
/proc/12773/stat : 12773 (march_hi) R 12769 12769 12375 0 -1 4202496 32324 0 0 0 144 5 0 0 20 0 1 0 493886115 104349696 22049 33554432000 4194304 4331988 140734944291456 18446744073709551615 212039316165 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12773/statm: 25476 22050 151 34 0 23918 0
[pid=12774] ppid=12769 vsize=162632 CPUtime=5.54 cores=4-7
/proc/12774/stat : 12774 (plingeling) S 12769 12769 12375 0 -1 4202496 15015 1250 0 0 553 1 0 0 18 0 5 0 493886115 166535168 12699 33554432000 4194304 4356188 140735983498608 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12774/statm: 40658 12699 162 40 0 39202 0
[pid=12774/tid=12781] ppid=12769 vsize=162632 CPUtime=1.35 cores=4-7
/proc/12774/task/12781/stat : 12781 (plingeling) R 12769 12769 12375 0 -1 4202560 1914 1250 0 0 135 0 0 0 25 0 5 0 493886129 166535168 12699 33554432000 4194304 4356188 140735983498608 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12774/tid=12782] ppid=12769 vsize=162632 CPUtime=1.35 cores=4-7
/proc/12774/task/12782/stat : 12782 (plingeling) R 12769 12769 12375 0 -1 4202560 1867 1250 0 0 135 0 0 0 25 0 5 0 493886129 166535168 12699 33554432000 4194304 4356188 140735983498608 18446744073709551615 4211804 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12774/tid=12783] ppid=12769 vsize=162632 CPUtime=1.35 cores=4-7
/proc/12774/task/12783/stat : 12783 (plingeling) R 12769 12769 12375 0 -1 4202560 2014 1250 0 0 135 0 0 0 19 0 5 0 493886129 166535168 12699 33554432000 4194304 4356188 140735983498608 18446744073709551615 4270769 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12774/tid=12784] ppid=12769 vsize=162632 CPUtime=1.34 cores=4-7
/proc/12774/task/12784/stat : 12784 (plingeling) R 12769 12769 12375 0 -1 4202560 2135 1250 0 0 134 0 0 0 23 0 5 0 493886129 166535168 12699 33554432000 4194304 4356188 140735983498608 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 819020

[startup+3.10055 s]
/proc/loadavg: 7.46 7.19 7.06 9/180 12784
/proc/meminfo: memFree=12367064/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
[pid=12770] ppid=12769 vsize=51436 CPUtime=3.09 cores=0
/proc/12770/stat : 12770 (cryptominisat) R 12769 12769 12375 0 -1 4202496 10834 0 0 0 308 1 0 0 25 0 1 0 493886115 52670464 6858 33554432000 4194304 4587354 140737082104464 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12770/statm: 12859 6858 331 96 0 9421 0
[pid=12771] ppid=12769 vsize=34688 CPUtime=3.08 cores=1
/proc/12771/stat : 12771 (clasp) R 12769 12769 12375 0 -1 4202496 6575 0 0 0 308 0 0 0 25 0 1 0 493886115 35520512 5933 33554432000 4194304 4785740 140737156599888 18446744073709551615 4416852 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12771/statm: 8672 5933 341 145 0 5717 0
[pid=12772] ppid=12769 vsize=460180 CPUtime=3.09 cores=2
/proc/12772/stat : 12772 (TNM) R 12769 12769 12375 0 -1 4202496 2695 0 0 0 309 0 0 0 25 0 1 0 493886115 471224320 2591 33554432000 134512640 134534564 4286816432 18446744073709551615 134524554 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12772/statm: 115045 2591 91 6 0 113711 0
[pid=12773] ppid=12769 vsize=179676 CPUtime=3.09 cores=3
/proc/12773/stat : 12773 (march_hi) R 12769 12769 12375 0 -1 4202496 50413 0 0 0 302 7 0 0 25 0 1 0 493886115 183988224 40138 33554432000 4194304 4331988 140734944291456 18446744073709551615 212039316165 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12773/statm: 44919 40138 151 34 0 43361 0
[pid=12774] ppid=12769 vsize=156028 CPUtime=11.94 cores=4-7
/proc/12774/stat : 12774 (plingeling) S 12769 12769 12375 0 -1 4202496 16854 1250 0 0 1193 1 0 0 18 0 5 0 493886115 159772672 11052 33554432000 4194304 4356188 140735983498608 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12774/statm: 39007 11052 162 40 0 37551 0
[pid=12774/tid=12781] ppid=12769 vsize=156028 CPUtime=2.95 cores=4-7
/proc/12774/task/12781/stat : 12781 (plingeling) R 12769 12769 12375 0 -1 4202560 2170 1250 0 0 295 0 0 0 25 0 5 0 493886129 159772672 11052 33554432000 4194304 4356188 140735983498608 18446744073709551615 4244515 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12774/tid=12782] ppid=12769 vsize=156028 CPUtime=2.95 cores=4-7
/proc/12774/task/12782/stat : 12782 (plingeling) R 12769 12769 12375 0 -1 4202560 2294 1250 0 0 295 0 0 0 25 0 5 0 493886129 159772672 11052 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12774/tid=12783] ppid=12769 vsize=156028 CPUtime=2.95 cores=4-7
/proc/12774/task/12783/stat : 12783 (plingeling) R 12769 12769 12375 0 -1 4202560 2462 1250 0 0 295 0 0 0 25 0 5 0 493886129 159772672 11052 33554432000 4194304 4356188 140735983498608 18446744073709551615 4324576 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12774/tid=12784] ppid=12769 vsize=156028 CPUtime=2.93 cores=4-7
/proc/12774/task/12784/stat : 12784 (plingeling) R 12769 12769 12375 0 -1 4202560 2843 1250 0 0 293 0 0 0 25 0 5 0 493886129 159772672 11052 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.29
Current children cumulated vsize (KiB) 900332

[startup+6.30097 s]
/proc/loadavg: 7.46 7.19 7.06 9/180 12784
/proc/meminfo: memFree=12218264/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
[pid=12770] ppid=12769 vsize=1802692 CPUtime=6.29 cores=0
/proc/12770/stat : 12770 (cryptominisat) R 12769 12769 12375 0 -1 4202496 14148 0 0 0 627 2 0 0 25 0 1 0 493886115 1845956608 8399 33554432000 4194304 4587354 140737082104464 18446744073709551615 4237511 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12770/statm: 450673 8399 337 96 0 447235 0
[pid=12771] ppid=12769 vsize=38324 CPUtime=6.28 cores=1
/proc/12771/stat : 12771 (clasp) R 12769 12769 12375 0 -1 4202496 7428 0 0 0 628 0 0 0 25 0 1 0 493886115 39243776 6786 33554432000 4194304 4785740 140737156599888 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12771/statm: 9581 6786 341 145 0 6626 0
[pid=12772] ppid=12769 vsize=460180 CPUtime=6.29 cores=2
/proc/12772/stat : 12772 (TNM) R 12769 12769 12375 0 -1 4202496 2695 0 0 0 629 0 0 0 25 0 1 0 493886115 471224320 2591 33554432000 134512640 134534564 4286816432 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12772/statm: 115045 2591 91 6 0 113711 0
[pid=12773] ppid=12769 vsize=315800 CPUtime=6.29 cores=3
/proc/12773/stat : 12773 (march_hi) R 12769 12769 12375 0 -1 4202496 128742 0 0 0 612 17 0 0 25 0 1 0 493886115 323379200 66769 33554432000 4194304 4331988 140734944291456 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12773/statm: 78950 66769 151 34 0 77392 0
[pid=12774] ppid=12769 vsize=168944 CPUtime=24.72 cores=4-7
/proc/12774/stat : 12774 (plingeling) S 12769 12769 12375 0 -1 4202496 22115 1250 0 0 2470 2 0 0 18 0 5 0 493886115 172998656 14281 33554432000 4194304 4356188 140735983498608 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12774/statm: 42236 14281 162 40 0 40780 0
[pid=12774/tid=12781] ppid=12769 vsize=168944 CPUtime=6.15 cores=4-7
/proc/12774/task/12781/stat : 12781 (plingeling) R 12769 12769 12375 0 -1 4202560 3602 1250 0 0 615 0 0 0 25 0 5 0 493886129 172998656 14281 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12774/tid=12782] ppid=12769 vsize=168944 CPUtime=6.14 cores=4-7
/proc/12774/task/12782/stat : 12782 (plingeling) R 12769 12769 12375 0 -1 4202560 4655 1250 0 0 614 0 0 0 25 0 5 0 493886129 172998656 14281 33554432000 4194304 4356188 140735983498608 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12774/tid=12783] ppid=12769 vsize=168944 CPUtime=6.15 cores=4-7
/proc/12774/task/12783/stat : 12783 (plingeling) R 12769 12769 12375 0 -1 4202560 3673 1250 0 0 615 0 0 0 25 0 5 0 493886129 172998656 14281 33554432000 4194304 4356188 140735983498608 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12774/tid=12784] ppid=12769 vsize=168944 CPUtime=6.11 cores=4-7
/proc/12774/task/12784/stat : 12784 (plingeling) R 12769 12769 12375 0 -1 4202560 3100 1250 0 0 611 0 0 0 25 0 5 0 493886129 172998656 14281 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 2804264

[startup+12.7008 s]
/proc/loadavg: 7.54 7.21 7.07 9/180 12784
/proc/meminfo: memFree=12018532/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
[pid=12770] ppid=12769 vsize=1811832 CPUtime=12.68 cores=0
/proc/12770/stat : 12770 (cryptominisat) R 12769 12769 12375 0 -1 4202496 18632 0 0 0 1266 2 0 0 25 0 1 0 493886115 1855315968 11129 33554432000 4194304 4587354 140737082104464 18446744073709551615 4239320 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12770/statm: 452958 11129 337 96 0 449520 0
[pid=12771] ppid=12769 vsize=41828 CPUtime=12.69 cores=1
/proc/12771/stat : 12771 (clasp) R 12769 12769 12375 0 -1 4202496 8281 0 0 0 1268 1 0 0 25 0 1 0 493886115 42831872 7639 33554432000 4194304 4785740 140737156599888 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12771/statm: 10457 7639 341 145 0 7502 0
[pid=12772] ppid=12769 vsize=460972 CPUtime=12.69 cores=2
/proc/12772/stat : 12772 (TNM) R 12769 12769 12375 0 -1 4202496 3492 0 0 0 1269 0 0 0 25 0 1 0 493886115 472035328 3388 33554432000 134512640 134534564 4286816432 18446744073709551615 134528631 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12772/statm: 115243 3388 95 6 0 113909 0
[pid=12773] ppid=12769 vsize=613752 CPUtime=12.69 cores=3
/proc/12773/stat : 12773 (march_hi) R 12769 12769 12375 0 -1 4202496 226149 0 0 0 1240 29 0 0 25 0 1 0 493886115 628482048 113377 33554432000 4194304 4331988 140734944291456 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12773/statm: 153438 113377 160 34 0 151880 0
[pid=12774] ppid=12769 vsize=174096 CPUtime=50.28 cores=4-7
/proc/12774/stat : 12774 (plingeling) S 12769 12769 12375 0 -1 4202496 24788 1250 0 0 5025 3 0 0 18 0 5 0 493886115 178274304 15582 33554432000 4194304 4356188 140735983498608 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12774/statm: 43524 15582 162 40 0 42068 0
[pid=12774/tid=12781] ppid=12769 vsize=174096 CPUtime=12.55 cores=4-7
/proc/12774/task/12781/stat : 12781 (plingeling) R 12769 12769 12375 0 -1 4202560 4387 1250 0 0 1255 0 0 0 25 0 5 0 493886129 178274304 15582 33554432000 4194304 4356188 140735983498608 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12774/tid=12782] ppid=12769 vsize=174096 CPUtime=12.54 cores=4-7
/proc/12774/task/12782/stat : 12782 (plingeling) R 12769 12769 12375 0 -1 4202560 5444 1250 0 0 1254 0 0 0 25 0 5 0 493886129 178274304 15582 33554432000 4194304 4356188 140735983498608 18446744073709551615 4330931 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12774/tid=12783] ppid=12769 vsize=174096 CPUtime=12.55 cores=4-7
/proc/12774/task/12783/stat : 12783 (plingeling) R 12769 12769 12375 0 -1 4202560 3705 1250 0 0 1255 0 0 0 25 0 5 0 493886129 178274304 15582 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12774/tid=12784] ppid=12769 vsize=174096 CPUtime=12.47 cores=4-7
/proc/12774/task/12784/stat : 12784 (plingeling) R 12769 12769 12375 0 -1 4202560 4167 1250 0 0 1247 0 0 0 25 0 5 0 493886129 178274304 15582 33554432000 4194304 4356188 140735983498608 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.03
Current children cumulated vsize (KiB) 3120804

[startup+25.5005 s]
/proc/loadavg: 7.61 7.24 7.08 9/180 12785
/proc/meminfo: memFree=11930536/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
[pid=12770] ppid=12769 vsize=1826228 CPUtime=25.48 cores=0
/proc/12770/stat : 12770 (cryptominisat) R 12769 12769 12375 0 -1 4202496 29923 0 0 0 2544 4 0 0 25 0 1 0 493886115 1870057472 11757 33554432000 4194304 4587354 140737082104464 18446744073709551615 4377018 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=12774/tid=12781] ppid=12769 vsize=227732 CPUtime=425.36 cores=4-7
/proc/12774/task/12781/stat : 12781 (plingeling) R 12769 12769 12375 0 -1 4202560 55949 1250 0 0 42529 7 0 0 25 0 5 0 493886129 233197568 29010 33554432000 4194304 4356188 140735983498608 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12774/tid=12782] ppid=12769 vsize=227732 CPUtime=424.71 cores=4-7
/proc/12774/task/12782/stat : 12782 (plingeling) R 12769 12769 12375 0 -1 4202560 57808 1250 0 0 42461 10 0 0 25 0 5 0 493886129 233197568 29010 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12774/tid=12783] ppid=12769 vsize=227732 CPUtime=425.37 cores=4-7
/proc/12774/task/12783/stat : 12783 (plingeling) R 12769 12769 12375 0 -1 4202560 61772 1250 0 0 42527 10 0 0 25 0 5 0 493886129 233197568 29010 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12774/tid=12784] ppid=12769 vsize=227732 CPUtime=423.03 cores=4-7
/proc/12774/task/12784/stat : 12784 (plingeling) R 12769 12769 12375 0 -1 4202560 62989 1250 0 0 42294 9 0 0 25 0 5 0 493886129 233197568 29010 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3400.4
Current children cumulated vsize (KiB) 3305076

[startup+427.101 s]
/proc/loadavg: 8.24 7.87 7.42 9/180 12798
/proc/meminfo: memFree=11803820/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
[pid=12770] ppid=12769 vsize=1866760 CPUtime=427.08 cores=0
/proc/12770/stat : 12770 (cryptominisat) R 12769 12769 12375 0 -1 4202496 172445 0 0 0 42661 47 0 0 25 0 1 0 493886115 1911562240 19351 33554432000 4194304 4587354 140737082104464 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12770/statm: 466690 19351 337 96 0 463252 0
[pid=12771] ppid=12769 vsize=88208 CPUtime=427.1 cores=1
/proc/12771/stat : 12771 (clasp) R 12769 12769 12375 0 -1 4202496 19244 0 0 0 42706 4 0 0 25 0 1 0 493886115 90324992 18602 33554432000 4194304 4785740 140737156599888 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12771/statm: 22052 18602 341 145 0 19097 0
[pid=12772] ppid=12769 vsize=460972 CPUtime=426.89 cores=2
/proc/12772/stat : 12772 (TNM) R 12769 12769 12375 0 -1 4202496 3492 0 0 0 42689 0 0 0 25 0 1 0 493886115 472035328 3388 33554432000 134512640 134534564 4286816432 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12772/statm: 115243 3388 95 6 0 113909 0
[pid=12773] ppid=12769 vsize=643080 CPUtime=427.1 cores=3
/proc/12773/stat : 12773 (march_hi) R 12769 12769 12375 0 -1 4202496 240179 0 0 0 42679 31 0 0 25 0 1 0 493886115 658513920 127407 33554432000 4194304 4331988 140734944291456 18446744073709551615 4239585 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12773/statm: 160770 127407 175 34 0 159212 0
[pid=12774] ppid=12769 vsize=228756 CPUtime=1705.02 cores=4-7
/proc/12774/stat : 12774 (plingeling) S 12769 12769 12375 0 -1 4202496 245859 1250 0 0 170463 39 0 0 18 0 5 0 493886115 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12774/statm: 57189 29266 162 40 0 55733 0
[pid=12774/tid=12781] ppid=12769 vsize=228756 CPUtime=426.96 cores=4-7
/proc/12774/task/12781/stat : 12781 (plingeling) R 12769 12769 12375 0 -1 4202560 56205 1250 0 0 42689 7 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12774/tid=12782] ppid=12769 vsize=228756 CPUtime=426.31 cores=4-7
/proc/12774/task/12782/stat : 12782 (plingeling) R 12769 12769 12375 0 -1 4202560 57808 1250 0 0 42621 10 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12774/tid=12783] ppid=12769 vsize=228756 CPUtime=426.97 cores=4-7
/proc/12774/task/12783/stat : 12783 (plingeling) R 12769 12769 12375 0 -1 4202560 61772 1250 0 0 42687 10 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4330796 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12774/tid=12784] ppid=12769 vsize=228756 CPUtime=424.62 cores=4-7
/proc/12774/task/12784/stat : 12784 (plingeling) R 12769 12769 12375 0 -1 4202560 62989 1250 0 0 42453 9 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3413.19
Current children cumulated vsize (KiB) 3306100

[startup+427.907 s]
/proc/loadavg: 8.24 7.87 7.42 9/180 12799
/proc/meminfo: memFree=11803200/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
[pid=12770] ppid=12769 vsize=1866760 CPUtime=427.89 cores=0
/proc/12770/stat : 12770 (cryptominisat) R 12769 12769 12375 0 -1 4202496 172547 0 0 0 42742 47 0 0 25 0 1 0 493886115 1911562240 19451 33554432000 4194304 4587354 140737082104464 18446744073709551615 4238514 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12770/statm: 466690 19451 337 96 0 463252 0
[pid=12771] ppid=12769 vsize=88208 CPUtime=427.9 cores=1
/proc/12771/stat : 12771 (clasp) R 12769 12769 12375 0 -1 4202496 19244 0 0 0 42786 4 0 0 25 0 1 0 493886115 90324992 18602 33554432000 4194304 4785740 140737156599888 18446744073709551615 4327278 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12771/statm: 22052 18602 341 145 0 19097 0
[pid=12772] ppid=12769 vsize=460972 CPUtime=427.7 cores=2
/proc/12772/stat : 12772 (TNM) R 12769 12769 12375 0 -1 4202496 3492 0 0 0 42770 0 0 0 25 0 1 0 493886115 472035328 3388 33554432000 134512640 134534564 4286816432 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12772/statm: 115243 3388 95 6 0 113909 0
[pid=12773] ppid=12769 vsize=643080 CPUtime=427.9 cores=3
/proc/12773/stat : 12773 (march_hi) R 12769 12769 12375 0 -1 4202496 240179 0 0 0 42759 31 0 0 25 0 1 0 493886115 658513920 127407 33554432000 4194304 4331988 140734944291456 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12773/statm: 160770 127407 175 34 0 159212 0
[pid=12774] ppid=12769 vsize=228756 CPUtime=1708.24 cores=4-7
/proc/12774/stat : 12774 (plingeling) S 12769 12769 12375 0 -1 4202496 245859 1250 0 0 170785 39 0 0 18 0 5 0 493886115 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12774/statm: 57189 29266 162 40 0 55733 0
[pid=12774/tid=12781] ppid=12769 vsize=228756 CPUtime=427.76 cores=4-7
/proc/12774/task/12781/stat : 12781 (plingeling) R 12769 12769 12375 0 -1 4202560 56205 1250 0 0 42769 7 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12774/tid=12782] ppid=12769 vsize=228756 CPUtime=427.11 cores=4-7
/proc/12774/task/12782/stat : 12782 (plingeling) R 12769 12769 12375 0 -1 4202560 57808 1250 0 0 42701 10 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4210567 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12774/tid=12783] ppid=12769 vsize=228756 CPUtime=427.77 cores=4-7
/proc/12774/task/12783/stat : 12783 (plingeling) R 12769 12769 12375 0 -1 4202560 61772 1250 0 0 42767 10 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12774/tid=12784] ppid=12769 vsize=228756 CPUtime=425.42 cores=4-7
/proc/12774/task/12784/stat : 12784 (plingeling) R 12769 12769 12375 0 -1 4202560 62989 1250 0 0 42533 9 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331173 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3419.63
Current children cumulated vsize (KiB) 3306100

[startup+428.701 s]
/proc/loadavg: 8.24 7.87 7.42 9/180 12799
/proc/meminfo: memFree=11803200/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
[pid=12770] ppid=12769 vsize=1866760 CPUtime=428.68 cores=0
/proc/12770/stat : 12770 (cryptominisat) R 12769 12769 12375 0 -1 4202496 172661 0 0 0 42821 47 0 0 25 0 1 0 493886115 1911562240 19563 33554432000 4194304 4587354 140737082104464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12770/statm: 466690 19563 337 96 0 463252 0
[pid=12771] ppid=12769 vsize=88208 CPUtime=428.7 cores=1
/proc/12771/stat : 12771 (clasp) R 12769 12769 12375 0 -1 4202496 19244 0 0 0 42866 4 0 0 25 0 1 0 493886115 90324992 18602 33554432000 4194304 4785740 140737156599888 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12771/statm: 22052 18602 341 145 0 19097 0
[pid=12772] ppid=12769 vsize=460972 CPUtime=428.49 cores=2
/proc/12772/stat : 12772 (TNM) R 12769 12769 12375 0 -1 4202496 3492 0 0 0 42849 0 0 0 25 0 1 0 493886115 472035328 3388 33554432000 134512640 134534564 4286816432 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12772/statm: 115243 3388 95 6 0 113909 0
[pid=12773] ppid=12769 vsize=643080 CPUtime=428.7 cores=3
/proc/12773/stat : 12773 (march_hi) R 12769 12769 12375 0 -1 4202496 240179 0 0 0 42839 31 0 0 25 0 1 0 493886115 658513920 127407 33554432000 4194304 4331988 140734944291456 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12773/statm: 160770 127407 175 34 0 159212 0
[pid=12774] ppid=12769 vsize=228756 CPUtime=1711.41 cores=4-7
/proc/12774/stat : 12774 (plingeling) S 12769 12769 12375 0 -1 4202496 245859 1250 0 0 171102 39 0 0 18 0 5 0 493886115 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12774/statm: 57189 29266 162 40 0 55733 0
[pid=12774/tid=12781] ppid=12769 vsize=228756 CPUtime=428.56 cores=4-7
/proc/12774/task/12781/stat : 12781 (plingeling) R 12769 12769 12375 0 -1 4202560 56205 1250 0 0 42849 7 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331208 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12774/tid=12782] ppid=12769 vsize=228756 CPUtime=427.91 cores=4-7
/proc/12774/task/12782/stat : 12782 (plingeling) R 12769 12769 12375 0 -1 4202560 57808 1250 0 0 42781 10 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12774/tid=12783] ppid=12769 vsize=228756 CPUtime=428.57 cores=4-7
/proc/12774/task/12783/stat : 12783 (plingeling) R 12769 12769 12375 0 -1 4202560 61772 1250 0 0 42847 10 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12774/tid=12784] ppid=12769 vsize=228756 CPUtime=426.21 cores=4-7
/proc/12774/task/12784/stat : 12784 (plingeling) R 12769 12769 12375 0 -1 4202560 62989 1250 0 0 42612 9 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3425.98
Current children cumulated vsize (KiB) 3306100

[startup+429.1 s]
/proc/loadavg: 8.24 7.87 7.42 9/180 12799
/proc/meminfo: memFree=11802704/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
[pid=12770] ppid=12769 vsize=1866760 CPUtime=429.08 cores=0
/proc/12770/stat : 12770 (cryptominisat) R 12769 12769 12375 0 -1 4202496 172715 0 0 0 42861 47 0 0 25 0 1 0 493886115 1911562240 19616 33554432000 4194304 4587354 140737082104464 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12770/statm: 466690 19616 337 96 0 463252 0
[pid=12771] ppid=12769 vsize=88208 CPUtime=429.1 cores=1
/proc/12771/stat : 12771 (clasp) R 12769 12769 12375 0 -1 4202496 19244 0 0 0 42906 4 0 0 25 0 1 0 493886115 90324992 18602 33554432000 4194304 4785740 140737156599888 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12771/statm: 22052 18602 341 145 0 19097 0
[pid=12772] ppid=12769 vsize=460972 CPUtime=428.89 cores=2
/proc/12772/stat : 12772 (TNM) R 12769 12769 12375 0 -1 4202496 3492 0 0 0 42889 0 0 0 25 0 1 0 493886115 472035328 3388 33554432000 134512640 134534564 4286816432 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12772/statm: 115243 3388 95 6 0 113909 0
[pid=12773] ppid=12769 vsize=643080 CPUtime=429.1 cores=3
/proc/12773/stat : 12773 (march_hi) R 12769 12769 12375 0 -1 4202496 240179 0 0 0 42879 31 0 0 25 0 1 0 493886115 658513920 127407 33554432000 4194304 4331988 140734944291456 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12773/statm: 160770 127407 175 34 0 159212 0
[pid=12774] ppid=12769 vsize=228756 CPUtime=1713 cores=4-7
/proc/12774/stat : 12774 (plingeling) S 12769 12769 12375 0 -1 4202496 245859 1250 0 0 171261 39 0 0 18 0 5 0 493886115 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12774/statm: 57189 29266 162 40 0 55733 0
[pid=12774/tid=12781] ppid=12769 vsize=228756 CPUtime=428.96 cores=4-7
/proc/12774/task/12781/stat : 12781 (plingeling) R 12769 12769 12375 0 -1 4202560 56205 1250 0 0 42889 7 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12774/tid=12782] ppid=12769 vsize=228756 CPUtime=428.31 cores=4-7
/proc/12774/task/12782/stat : 12782 (plingeling) R 12769 12769 12375 0 -1 4202560 57808 1250 0 0 42821 10 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12774/tid=12783] ppid=12769 vsize=228756 CPUtime=428.97 cores=4-7
/proc/12774/task/12783/stat : 12783 (plingeling) R 12769 12769 12375 0 -1 4202560 61772 1250 0 0 42887 10 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4225684 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12774/tid=12784] ppid=12769 vsize=228756 CPUtime=426.6 cores=4-7
/proc/12774/task/12784/stat : 12784 (plingeling) R 12769 12769 12375 0 -1 4202560 62989 1250 0 0 42651 9 0 0 25 0 5 0 493886129 234246144 29266 33554432000 4194304 4356188 140735983498608 18446744073709551615 4338947 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3429.17
Current children cumulated vsize (KiB) 3306100

[startup+429.2 s]
/proc/loadavg: 8.24 7.87 7.42 9/180 12799
/proc/meminfo: memFree=11802704/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=18324 CPUtime=0 cores=0-7
/proc/12769/stat : 12769 (ppfolio) S 12767 12769 12375 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 493886115 18763776 390 33554432000 4194304 4287625 140733778171312 18446744073709551615 212039675407 0 0 4096 65536 4580046063804612607 0 0 17 6 0 0 0
/proc/12769/statm: 4581 390 341 23 0 91 0
[pid=12770] ppid=12769 vsize=1866760 CPUtime=429.18 cores=0
/proc/12770/stat : 12770 (cryptominisat) R 12769 12769 12375 0 -1 4202496 172732 0 0 0 42871 47 0 0 25 0 1 0 493886115 1911562240 19633 33554432000 4194304 4587354 140737082104464 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12770/statm: 466690 19633 337 96 0 463252 0
[pid=12771] ppid=12769 vsize=88208 CPUtime=429.2 cores=1
/proc/12771/stat : 12771 (clasp) R 12769 12769 12375 0 -1 4202496 19244 0 0 0 42916 4 0 0 25 0 1 0 493886115 90324992 18602 33554432000 4194304 4785740 140737156599888 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12771/statm: 22052 18602 341 145 0 19097 0
[pid=12772] ppid=12769 vsize=460972 CPUtime=428.99 cores=2
/proc/12772/stat : 12772 (TNM) R 12769 12769 12375 0 -1 4202496 3492 0 0 0 42899 0 0 0 25 0 1 0 493886115 472035328 3388 33554432000 134512640 134534564 4286816432 18446744073709551615 134529385 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12772/statm: 115243 3388 95 6 0 113909 0
[pid=12773] ppid=12769 vsize=643080 CPUtime=429.2 cores=3
/proc/12773/stat : 12773 (march_hi) R 12769 12769 12375 0 -1 4202496 240179 0 0 0 42889 31 0 0 25 0 1 0 493886115 658513920 127407 33554432000 4194304 4331988 140734944291456 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12773/statm: 160770 127407 175 34 0 159212 0
[pid=12774] ppid=12769 vsize=220564 CPUtime=1713.4 cores=4-7
/proc/12774/stat : 12774 (plingeling) S 12769 12769 12375 0 -1 4202496 245859 1250 0 0 171301 39 0 0 18 0 5 0 493886115 225857536 27218 33554432000 4194304 4356188 140735983498608 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12774/statm: 55141 27218 162 40 0 53685 0
[pid=12774/tid=12781] ppid=12769 vsize=220564 CPUtime=429.06 cores=4-7
/proc/12774/task/12781/stat : 12781 (plingeling) R 12769 12769 12375 0 -1 4202560 56205 1250 0 0 42899 7 0 0 25 0 5 0 493886129 225857536 27218 33554432000 4194304 4356188 140735983498608 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12774/tid=12782] ppid=12769 vsize=220564 CPUtime=428.41 cores=4-7
/proc/12774/task/12782/stat : 12782 (plingeling) R 12769 12769 12375 0 -1 4202560 57808 1250 0 0 42831 10 0 0 25 0 5 0 493886129 225857536 27218 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12774/tid=12783] ppid=12769 vsize=220564 CPUtime=429.07 cores=4-7
/proc/12774/task/12783/stat : 12783 (plingeling) R 12769 12769 12375 0 -1 4202560 61772 1250 0 0 42897 10 0 0 25 0 5 0 493886129 225857536 27218 33554432000 4194304 4356188 140735983498608 18446744073709551615 4237470 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12774/tid=12784] ppid=12769 vsize=220564 CPUtime=426.7 cores=4-7
/proc/12774/task/12784/stat : 12784 (plingeling) R 12769 12769 12375 0 -1 4202560 62989 1250 0 0 42661 9 0 0 25 0 5 0 493886129 225857536 27218 33554432000 4194304 4356188 140735983498608 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3429.97
Current children cumulated vsize (KiB) 3297908

Child status: 0
Real time (s): 429.298
CPU time (s): 3430.58
CPU user time (s): 3429.29
CPU system time (s): 1.2858
CPU usage (%): 799.113
Max. virtual memory (cumulated for all children) (KiB): 9466740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3429.29
system time used= 1.2858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 683311
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= 705
involuntary context switches= 16230

runsolver used 0.731888 second user time and 1.61475 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-28 20:18:18
IDJOB=3310348
IDBENCH=83451
IDSOLVER=1638
FILE ID=node146/3310348-1304014698
RUNJOBID= node146-1304009324-12389
PBS_JOBID= 13168852
Free space on /tmp= 72996 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-17.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310348-1304014698/watcher-3310348-1304014698 -o /tmp/evaluation-result-3310348-1304014698/solver-3310348-1304014698 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310348-1304014698.cnf

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

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=1443014840

node146.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	: 5332.75
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.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12590508 kB
Buffers:       2088012 kB
Cached:       17670620 kB
SwapCached:          0 kB
Active:       10119556 kB
Inactive:      9702952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12590508 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12360 kB
Writeback:           0 kB
AnonPages:       63088 kB
Mapped:          14880 kB
Slab:           470812 kB
PageTables:       4440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181864 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= 72984 MiB
End job on node146 at 2011-04-28 20:25:28