Trace number 3219891

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 parSAT 2512.44 314.3

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S1737989193-079-UNKNOWN.cnf
MD5SUMa959d408d44dc22efc55e46b642f9083
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.54546
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512750

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
2511.63/314.29	s SATISFIABLE
2511.63/314.29	v 1 -2 -3 -4 5 6 -7 8 -9 -10 -11 12 13 -14 15 16 -17 -18 19 -20 -21 22 23 24 -25 -26 -27 28 29 -30 -31 -32 33 34 -35 -36 37 38 39 40 -41 42 -43 44 -45 -46 47 -48 49 50 -51 -52 -53 54 -55 -56 57 58 -59 -60 -61 62 -63 -64 -65 66 67 -68 -69 -70 -71 72 73 74 75 -76 77 78 79 -80 -81 -82 83 84 85 -86 87 88 -89 -90 -91 92 -93 -94 -95 96 -97 -98 99 -100 -101 -102 103 -104 -105 -106 -107 108 109 110 -111 112 113 114 115 116 117 118 119 120 -121 -122 123 -124 -125 126 127 128 -129 -130 131 -132 -133 -134 135 -136 -137 138 -139 -140 141 142 143 -144 -145 146 147 148 -149 150 
2511.63/314.29	v 0 
2511.63/314.29	solver [3] TNM 2009 answered
2511.63/314.29	Done

Verifier Data

OK

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-3219891-1304154528/watcher-3219891-1304154528 -o /tmp/evaluation-result-3219891-1304154528/solver-3219891-1304154528 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219891-1304154528.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): 5000 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.00 8.00 7.99 1/170 10772
/proc/meminfo: memFree=30467256/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 2826088480819 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0

[startup+0.0317679 s]
/proc/loadavg: 8.00 8.00 7.99 1/170 10772
/proc/meminfo: memFree=30467256/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.149708 s]
/proc/loadavg: 8.00 8.00 7.99 1/170 10772
/proc/meminfo: memFree=30467256/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30068 s]
/proc/loadavg: 8.00 8.00 7.99 1/170 10772
/proc/meminfo: memFree=30467256/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700607 s]
/proc/loadavg: 8.00 8.00 7.99 1/170 10772
/proc/meminfo: memFree=30467256/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 20 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50046 s]
/proc/loadavg: 8.00 8.00 7.99 9/180 10787
/proc/meminfo: memFree=30444484/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
[pid=10773] ppid=10772 vsize=103128 CPUtime=1.49 cores=0
/proc/10773/stat : 10773 (cryptominisat) R 10772 10772 10545 0 -1 4202496 4347 0 0 0 149 0 0 0 25 0 1 0 507868685 105603072 1524 33554432000 4194304 4587354 140735469090656 18446744073709551615 4238522 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10773/statm: 25782 1524 327 96 0 22344 0
[pid=10774] ppid=10772 vsize=17072 CPUtime=1.49 cores=1
/proc/10774/stat : 10774 (clasp) R 10772 10772 10545 0 -1 4202496 1716 0 0 0 149 0 0 0 20 0 1 0 507868685 17481728 1583 33554432000 4194304 4785740 140735421208304 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10774/statm: 4268 1583 340 145 0 1313 0
[pid=10775] ppid=10772 vsize=453448 CPUtime=1.49 cores=2
/proc/10775/stat : 10775 (TNM) R 10772 10772 10545 0 -1 4202496 686 0 0 0 149 0 0 0 20 0 1 0 507868685 464330752 583 33554432000 134512640 134534564 4288835600 18446744073709551615 134524559 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10775/statm: 113362 583 91 6 0 112028 0
[pid=10776] ppid=10772 vsize=10400 CPUtime=1.49 cores=3
/proc/10776/stat : 10776 (march_hi) R 10772 10772 10545 0 -1 4202496 2979 0 0 0 149 0 0 0 20 0 1 0 507868685 10649600 965 33554432000 4194304 4331988 140734338181952 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10776/statm: 2600 965 174 34 0 1042 0
[pid=10777] ppid=10772 vsize=121584 CPUtime=5.66 cores=4-7
/proc/10777/stat : 10777 (plingeling) S 10772 10772 10545 0 -1 4202496 3945 1258 0 0 566 0 0 0 18 0 5 0 507868685 124502016 2554 33554432000 4194304 4356188 140734132297808 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10777/statm: 30396 2554 162 40 0 28940 0
[pid=10777/tid=10784] ppid=10772 vsize=121584 CPUtime=1.46 cores=4-7
/proc/10777/task/10784/stat : 10784 (plingeling) R 10772 10772 10545 0 -1 4202560 670 1258 0 0 146 0 0 0 23 0 5 0 507868688 124502016 2554 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10777/tid=10785] ppid=10772 vsize=121584 CPUtime=1.46 cores=4-7
/proc/10777/task/10785/stat : 10785 (plingeling) R 10772 10772 10545 0 -1 4202560 475 1258 0 0 146 0 0 0 23 0 5 0 507868688 124502016 2554 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10777/tid=10786] ppid=10772 vsize=121584 CPUtime=1.35 cores=4-7
/proc/10777/task/10786/stat : 10786 (plingeling) R 10772 10772 10545 0 -1 4202560 359 1258 0 0 135 0 0 0 23 0 5 0 507868688 124502016 2554 33554432000 4194304 4356188 140734132297808 18446744073709551615 4239561 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10777/tid=10787] ppid=10772 vsize=121584 CPUtime=1.34 cores=4-7
/proc/10777/task/10787/stat : 10787 (plingeling) R 10772 10772 10545 0 -1 4202560 426 1258 0 0 134 0 0 0 23 0 5 0 507868688 124502016 2554 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.62
Current children cumulated vsize (KiB) 723956

[startup+3.10116 s]
/proc/loadavg: 8.00 8.00 7.99 9/180 10787
/proc/meminfo: memFree=30428240/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
[pid=10773] ppid=10772 vsize=6975812 CPUtime=3.09 cores=0
/proc/10773/stat : 10773 (cryptominisat) R 10772 10772 10545 0 -1 4202496 7843 0 0 0 309 0 0 0 25 0 1 0 507868685 7143231488 4355 33554432000 4194304 4587354 140735469090656 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10773/statm: 1743953 4355 337 96 0 1740515 0
[pid=10774] ppid=10772 vsize=18064 CPUtime=3.09 cores=1
/proc/10774/stat : 10774 (clasp) R 10772 10772 10545 0 -1 4202496 1953 0 0 0 309 0 0 0 25 0 1 0 507868685 18497536 1820 33554432000 4194304 4785740 140735421208304 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10774/statm: 4516 1820 340 145 0 1561 0
[pid=10775] ppid=10772 vsize=457408 CPUtime=3.09 cores=2
/proc/10775/stat : 10775 (TNM) R 10772 10772 10545 0 -1 4202496 806 0 0 0 309 0 0 0 25 0 1 0 507868685 468385792 703 33554432000 134512640 134534564 4288835600 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10775/statm: 114352 703 95 6 0 113018 0
[pid=10776] ppid=10772 vsize=10400 CPUtime=3.09 cores=3
/proc/10776/stat : 10776 (march_hi) R 10772 10772 10545 0 -1 4202496 2979 0 0 0 309 0 0 0 25 0 1 0 507868685 10649600 965 33554432000 4194304 4331988 140734338181952 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10776/statm: 2600 965 174 34 0 1042 0
[pid=10777] ppid=10772 vsize=127340 CPUtime=12.06 cores=4-7
/proc/10777/stat : 10777 (plingeling) S 10772 10772 10545 0 -1 4202496 5592 1258 0 0 1205 1 0 0 18 0 5 0 507868685 130396160 3993 33554432000 4194304 4356188 140734132297808 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10777/statm: 31835 3993 162 40 0 30379 0
[pid=10777/tid=10784] ppid=10772 vsize=127340 CPUtime=3.06 cores=4-7
/proc/10777/task/10784/stat : 10784 (plingeling) R 10772 10772 10545 0 -1 4202560 897 1258 0 0 306 0 0 0 25 0 5 0 507868688 130396160 3993 33554432000 4194304 4356188 140734132297808 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10777/tid=10785] ppid=10772 vsize=127340 CPUtime=3.06 cores=4-7
/proc/10777/task/10785/stat : 10785 (plingeling) R 10772 10772 10545 0 -1 4202560 958 1258 0 0 306 0 0 0 25 0 5 0 507868688 130396160 3993 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10777/tid=10786] ppid=10772 vsize=127340 CPUtime=2.95 cores=4-7
/proc/10777/task/10786/stat : 10786 (plingeling) R 10772 10772 10545 0 -1 4202560 813 1258 0 0 295 0 0 0 25 0 5 0 507868688 130396160 3993 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10777/tid=10787] ppid=10772 vsize=127340 CPUtime=2.94 cores=4-7
/proc/10777/task/10787/stat : 10787 (plingeling) R 10772 10772 10545 0 -1 4202560 909 1258 0 0 294 0 0 0 25 0 5 0 507868688 130396160 3993 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.42
Current children cumulated vsize (KiB) 7607348

[startup+6.30058 s]
/proc/loadavg: 8.00 8.00 7.99 9/180 10787
/proc/meminfo: memFree=30418580/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
[pid=10773] ppid=10772 vsize=42272 CPUtime=6.28 cores=0
/proc/10773/stat : 10773 (cryptominisat) R 10772 10772 10545 0 -1 4202496 10862 0 0 0 628 0 0 0 25 0 1 0 507868685 43286528 4928 33554432000 4194304 4587354 140735469090656 18446744073709551615 4238622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10773/statm: 10568 4928 337 96 0 7130 0
[pid=10774] ppid=10772 vsize=19744 CPUtime=6.29 cores=1
/proc/10774/stat : 10774 (clasp) R 10772 10772 10545 0 -1 4202496 2345 0 0 0 629 0 0 0 25 0 1 0 507868685 20217856 2212 33554432000 4194304 4785740 140735421208304 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10774/statm: 4936 2212 340 145 0 1981 0
[pid=10775] ppid=10772 vsize=457408 CPUtime=6.29 cores=2
/proc/10775/stat : 10775 (TNM) R 10772 10772 10545 0 -1 4202496 806 0 0 0 629 0 0 0 25 0 1 0 507868685 468385792 703 33554432000 134512640 134534564 4288835600 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10775/statm: 114352 703 95 6 0 113018 0
[pid=10776] ppid=10772 vsize=11084 CPUtime=6.29 cores=3
/proc/10776/stat : 10776 (march_hi) R 10772 10772 10545 0 -1 4202496 3135 0 0 0 629 0 0 0 25 0 1 0 507868685 11350016 1121 33554432000 4194304 4331988 140734338181952 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10776/statm: 2771 1121 174 34 0 1213 0
[pid=10777] ppid=10772 vsize=127676 CPUtime=24.84 cores=4-7
/proc/10777/stat : 10777 (plingeling) S 10772 10772 10545 0 -1 4202496 6252 1258 0 0 2483 1 0 0 18 0 5 0 507868685 130740224 4077 33554432000 4194304 4356188 140734132297808 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10777/statm: 31919 4077 162 40 0 30463 0
[pid=10777/tid=10784] ppid=10772 vsize=127676 CPUtime=6.26 cores=4-7
/proc/10777/task/10784/stat : 10784 (plingeling) R 10772 10772 10545 0 -1 4202560 1090 1258 0 0 626 0 0 0 25 0 5 0 507868688 130740224 4077 33554432000 4194304 4356188 140734132297808 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10777/tid=10785] ppid=10772 vsize=127676 CPUtime=6.26 cores=4-7
/proc/10777/task/10785/stat : 10785 (plingeling) R 10772 10772 10545 0 -1 4202560 1119 1258 0 0 626 0 0 0 25 0 5 0 507868688 130740224 4077 33554432000 4194304 4356188 140734132297808 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10777/tid=10786] ppid=10772 vsize=127676 CPUtime=6.15 cores=4-7
/proc/10777/task/10786/stat : 10786 (plingeling) R 10772 10772 10545 0 -1 4202560 1023 1258 0 0 615 0 0 0 25 0 5 0 507868688 130740224 4077 33554432000 4194304 4356188 140734132297808 18446744073709551615 4338293 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10777/tid=10787] ppid=10772 vsize=127676 CPUtime=6.12 cores=4-7
/proc/10777/task/10787/stat : 10787 (plingeling) R 10772 10772 10545 0 -1 4202560 1005 1258 0 0 612 0 0 0 25 0 5 0 507868688 130740224 4077 33554432000 4194304 4356188 140734132297808 18446744073709551615 4238768 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (KiB) 676508

[startup+12.7004 s]
/proc/loadavg: 8.00 8.00 7.99 9/180 10787
/proc/meminfo: memFree=30410628/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
[pid=10773] ppid=10772 vsize=43972 CPUtime=12.68 cores=0
/proc/10773/stat : 10773 (cryptominisat) R 10772 10772 10545 0 -1 4202496 16258 0 0 0 1267 1 0 0 25 0 1 0 507868685 45027328 7276 33554432000 4194304 4587354 140735469090656 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10773/statm: 10993 7276 337 96 0 7555 0
[pid=10774] ppid=10772 vsize=22072 CPUtime=12.69 cores=1
/proc/10774/stat : 10774 (clasp) R 10772 10772 10545 0 -1 4202496 2907 0 0 0 1269 0 0 0 25 0 1 0 507868685 22601728 2774 33554432000 4194304 4785740 140735421208304 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10774/statm: 5518 2774 340 145 0 2563 0
[pid=10775] ppid=10772 vsize=457408 CPUtime=12.69 cores=2
/proc/10775/stat : 10775 (TNM) R 10772 10772 10545 0 -1 4202496 806 0 0 0 1269 0 0 0 25 0 1 0 507868685 468385792 703 33554432000 134512640 134534564 4288835600 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10775/statm: 114352 703 95 6 0 113018 0
[pid=10776] ppid=10772 vsize=11936 CPUtime=12.68 cores=3
/proc/10776/stat : 10776 (march_hi) R 10772 10772 10545 0 -1 4202496 3327 0 0 0 1268 0 0 0 25 0 1 0 507868685 12222464 1313 33554432000 4194304 4331988 140734338181952 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10776/statm: 2984 1313 175 34 0 1426 0
[pid=10777] ppid=10772 vsize=129100 CPUtime=50.4 cores=4-7
/proc/10777/stat : 10777 (plingeling) S 10772 10772 10545 0 -1 4202496 7504 1258 0 0 5039 1 0 0 18 0 5 0 507868685 132198400 4400 33554432000 4194304 4356188 140734132297808 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10777/statm: 32275 4400 162 40 0 30819 0
[pid=10777/tid=10784] ppid=10772 vsize=129100 CPUtime=12.66 cores=4-7
/proc/10777/task/10784/stat : 10784 (plingeling) R 10772 10772 10545 0 -1 4202560 1334 1258 0 0 1266 0 0 0 25 0 5 0 507868688 132198400 4400 33554432000 4194304 4356188 140734132297808 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10777/tid=10785] ppid=10772 vsize=129100 CPUtime=12.66 cores=4-7
/proc/10777/task/10785/stat : 10785 (plingeling) R 10772 10772 10545 0 -1 4202560 1484 1258 0 0 1266 0 0 0 25 0 5 0 507868688 132198400 4400 33554432000 4194304 4356188 140734132297808 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10777/tid=10786] ppid=10772 vsize=129100 CPUtime=12.55 cores=4-7
/proc/10777/task/10786/stat : 10786 (plingeling) R 10772 10772 10545 0 -1 4202560 1280 1258 0 0 1255 0 0 0 25 0 5 0 507868688 132198400 4400 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10777/tid=10787] ppid=10772 vsize=129100 CPUtime=12.49 cores=4-7
/proc/10777/task/10787/stat : 10787 (plingeling) R 10772 10772 10545 0 -1 4202560 1391 1258 0 0 1249 0 0 0 25 0 5 0 507868688 132198400 4400 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 682812

[startup+25.501 s]
/proc/loadavg: 8.00 8.00 7.99 9/180 10788
/proc/meminfo: memFree=30391072/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
[pid=10773] ppid=10772 vsize=44252 CPUtime=25.49 cores=0
/proc/10773/stat : 10773 (cryptominisat) R 10772 10772 10545 0 -1 4202496 19037 0 0 0 2547 2 0 0 25 0 1 0 507868685 45314048 7451 33554432000 4194304 4587354 140735469090656 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=10777/tid=10784] ppid=10772 vsize=161840 CPUtime=310.26 cores=4-7
/proc/10777/task/10784/stat : 10784 (plingeling) R 10772 10772 10545 0 -1 4202560 15432 1258 0 0 31023 3 0 0 25 0 5 0 507868688 165724160 12574 33554432000 4194304 4356188 140734132297808 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10777/tid=10785] ppid=10772 vsize=161840 CPUtime=310.27 cores=4-7
/proc/10777/task/10785/stat : 10785 (plingeling) R 10772 10772 10545 0 -1 4202560 13462 1258 0 0 31025 2 0 0 25 0 5 0 507868688 165724160 12574 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10777/tid=10786] ppid=10772 vsize=161840 CPUtime=310.13 cores=4-7
/proc/10777/task/10786/stat : 10786 (plingeling) R 10772 10772 10545 0 -1 4202560 12378 1258 0 0 31010 3 0 0 25 0 5 0 507868688 165724160 12574 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10777/tid=10787] ppid=10772 vsize=161840 CPUtime=308.53 cores=4-7
/proc/10777/task/10787/stat : 10787 (plingeling) R 10772 10772 10545 0 -1 4202560 14834 1258 0 0 30851 2 0 0 25 0 5 0 507868688 165724160 12574 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2480.44
Current children cumulated vsize (KiB) 800780

[startup+311.901 s]
/proc/loadavg: 8.02 8.01 8.00 9/180 10795
/proc/meminfo: memFree=30296160/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
[pid=10773] ppid=10772 vsize=65824 CPUtime=311.89 cores=0
/proc/10773/stat : 10773 (cryptominisat) R 10772 10772 10545 0 -1 4202496 126186 0 0 0 31156 33 0 0 25 0 1 0 507868685 67403776 11818 33554432000 4194304 4587354 140735469090656 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10773/statm: 16456 11818 337 96 0 13018 0
[pid=10774] ppid=10772 vsize=46884 CPUtime=311.9 cores=1
/proc/10774/stat : 10774 (clasp) R 10772 10772 10545 0 -1 4202496 8442 0 0 0 31189 1 0 0 25 0 1 0 507868685 48009216 8261 33554432000 4194304 4785740 140735421208304 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10774/statm: 11721 8261 340 145 0 8766 0
[pid=10775] ppid=10772 vsize=457408 CPUtime=311.9 cores=2
/proc/10775/stat : 10775 (TNM) R 10772 10772 10545 0 -1 4202496 806 0 0 0 31190 0 0 0 25 0 1 0 507868685 468385792 703 33554432000 134512640 134534564 4288835600 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10775/statm: 114352 703 95 6 0 113018 0
[pid=10776] ppid=10772 vsize=50500 CPUtime=311.9 cores=3
/proc/10776/stat : 10776 (march_hi) R 10772 10772 10545 0 -1 4202496 12692 0 0 0 31185 5 0 0 25 0 1 0 507868685 51712000 10678 33554432000 4194304 4331988 140734338181952 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10776/statm: 12625 10678 175 34 0 11067 0
[pid=10777] ppid=10772 vsize=161840 CPUtime=1245.65 cores=4-7
/proc/10777/stat : 10777 (plingeling) S 10772 10772 10545 0 -1 4202496 58121 1258 0 0 124553 12 0 0 18 0 5 0 507868685 165724160 12574 33554432000 4194304 4356188 140734132297808 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10777/statm: 40460 12574 162 40 0 39004 0
[pid=10777/tid=10784] ppid=10772 vsize=161840 CPUtime=311.86 cores=4-7
/proc/10777/task/10784/stat : 10784 (plingeling) R 10772 10772 10545 0 -1 4202560 15432 1258 0 0 31183 3 0 0 25 0 5 0 507868688 165724160 12574 33554432000 4194304 4356188 140734132297808 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10777/tid=10785] ppid=10772 vsize=161840 CPUtime=311.87 cores=4-7
/proc/10777/task/10785/stat : 10785 (plingeling) R 10772 10772 10545 0 -1 4202560 13462 1258 0 0 31185 2 0 0 25 0 5 0 507868688 165724160 12574 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10777/tid=10786] ppid=10772 vsize=161840 CPUtime=311.73 cores=4-7
/proc/10777/task/10786/stat : 10786 (plingeling) R 10772 10772 10545 0 -1 4202560 12378 1258 0 0 31170 3 0 0 25 0 5 0 507868688 165724160 12574 33554432000 4194304 4356188 140734132297808 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10777/tid=10787] ppid=10772 vsize=161840 CPUtime=310.12 cores=4-7
/proc/10777/task/10787/stat : 10787 (plingeling) R 10772 10772 10545 0 -1 4202560 14834 1258 0 0 31010 2 0 0 25 0 5 0 507868688 165724160 12574 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2493.24
Current children cumulated vsize (KiB) 800780

[startup+313.507 s]
/proc/loadavg: 8.02 8.01 8.00 9/180 10795
/proc/meminfo: memFree=30293680/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
[pid=10773] ppid=10772 vsize=65824 CPUtime=313.5 cores=0
/proc/10773/stat : 10773 (cryptominisat) R 10772 10772 10545 0 -1 4202496 126481 0 0 0 31317 33 0 0 25 0 1 0 507868685 67403776 12109 33554432000 4194304 4587354 140735469090656 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10773/statm: 16456 12109 337 96 0 13018 0
[pid=10774] ppid=10772 vsize=46884 CPUtime=313.51 cores=1
/proc/10774/stat : 10774 (clasp) R 10772 10772 10545 0 -1 4202496 8442 0 0 0 31350 1 0 0 25 0 1 0 507868685 48009216 8261 33554432000 4194304 4785740 140735421208304 18446744073709551615 4307209 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10774/statm: 11721 8261 340 145 0 8766 0
[pid=10775] ppid=10772 vsize=457408 CPUtime=313.5 cores=2
/proc/10775/stat : 10775 (TNM) R 10772 10772 10545 0 -1 4202496 806 0 0 0 31350 0 0 0 25 0 1 0 507868685 468385792 703 33554432000 134512640 134534564 4288835600 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10775/statm: 114352 703 95 6 0 113018 0
[pid=10776] ppid=10772 vsize=50500 CPUtime=313.51 cores=3
/proc/10776/stat : 10776 (march_hi) R 10772 10772 10545 0 -1 4202496 12743 0 0 0 31346 5 0 0 25 0 1 0 507868685 51712000 10729 33554432000 4194304 4331988 140734338181952 18446744073709551615 4208288 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10776/statm: 12625 10729 175 34 0 11067 0
[pid=10777] ppid=10772 vsize=162736 CPUtime=1252.05 cores=4-7
/proc/10777/stat : 10777 (plingeling) S 10772 10772 10545 0 -1 4202496 58345 1258 0 0 125193 12 0 0 18 0 5 0 507868685 166641664 12798 33554432000 4194304 4356188 140734132297808 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10777/statm: 40684 12798 162 40 0 39228 0
[pid=10777/tid=10784] ppid=10772 vsize=162736 CPUtime=313.47 cores=4-7
/proc/10777/task/10784/stat : 10784 (plingeling) R 10772 10772 10545 0 -1 4202560 15432 1258 0 0 31344 3 0 0 25 0 5 0 507868688 166641664 12798 33554432000 4194304 4356188 140734132297808 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10777/tid=10785] ppid=10772 vsize=162736 CPUtime=313.48 cores=4-7
/proc/10777/task/10785/stat : 10785 (plingeling) R 10772 10772 10545 0 -1 4202560 13462 1258 0 0 31346 2 0 0 25 0 5 0 507868688 166641664 12798 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10777/tid=10786] ppid=10772 vsize=162736 CPUtime=313.34 cores=4-7
/proc/10777/task/10786/stat : 10786 (plingeling) R 10772 10772 10545 0 -1 4202560 12474 1258 0 0 31331 3 0 0 25 0 5 0 507868688 166641664 12798 33554432000 4194304 4356188 140734132297808 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10777/tid=10787] ppid=10772 vsize=162736 CPUtime=311.72 cores=4-7
/proc/10777/task/10787/stat : 10787 (plingeling) R 10772 10772 10545 0 -1 4202560 14962 1258 0 0 31170 2 0 0 25 0 5 0 507868688 166641664 12798 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2506.07
Current children cumulated vsize (KiB) 801676

[startup+313.901 s]
/proc/loadavg: 8.02 8.01 8.00 9/180 10795
/proc/meminfo: memFree=30293680/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
[pid=10773] ppid=10772 vsize=65824 CPUtime=313.89 cores=0
/proc/10773/stat : 10773 (cryptominisat) R 10772 10772 10545 0 -1 4202496 126560 0 0 0 31356 33 0 0 25 0 1 0 507868685 67403776 12187 33554432000 4194304 4587354 140735469090656 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10773/statm: 16456 12187 337 96 0 13018 0
[pid=10774] ppid=10772 vsize=46884 CPUtime=313.9 cores=1
/proc/10774/stat : 10774 (clasp) R 10772 10772 10545 0 -1 4202496 8442 0 0 0 31389 1 0 0 25 0 1 0 507868685 48009216 8261 33554432000 4194304 4785740 140735421208304 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10774/statm: 11721 8261 340 145 0 8766 0
[pid=10775] ppid=10772 vsize=457408 CPUtime=313.9 cores=2
/proc/10775/stat : 10775 (TNM) R 10772 10772 10545 0 -1 4202496 806 0 0 0 31390 0 0 0 25 0 1 0 507868685 468385792 703 33554432000 134512640 134534564 4288835600 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10775/statm: 114352 703 95 6 0 113018 0
[pid=10776] ppid=10772 vsize=50500 CPUtime=313.9 cores=3
/proc/10776/stat : 10776 (march_hi) R 10772 10772 10545 0 -1 4202496 12755 0 0 0 31385 5 0 0 25 0 1 0 507868685 51712000 10741 33554432000 4194304 4331988 140734338181952 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10776/statm: 12625 10741 175 34 0 11067 0
[pid=10777] ppid=10772 vsize=166832 CPUtime=1253.64 cores=4-7
/proc/10777/stat : 10777 (plingeling) S 10772 10772 10545 0 -1 4202496 59369 1258 0 0 125351 13 0 0 18 0 5 0 507868685 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10777/statm: 41708 13822 162 40 0 40252 0
[pid=10777/tid=10784] ppid=10772 vsize=166832 CPUtime=313.86 cores=4-7
/proc/10777/task/10784/stat : 10784 (plingeling) R 10772 10772 10545 0 -1 4202560 16456 1258 0 0 31383 3 0 0 25 0 5 0 507868688 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10777/tid=10785] ppid=10772 vsize=166832 CPUtime=313.87 cores=4-7
/proc/10777/task/10785/stat : 10785 (plingeling) R 10772 10772 10545 0 -1 4202560 13462 1258 0 0 31385 2 0 0 25 0 5 0 507868688 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10777/tid=10786] ppid=10772 vsize=166832 CPUtime=313.73 cores=4-7
/proc/10777/task/10786/stat : 10786 (plingeling) R 10772 10772 10545 0 -1 4202560 12474 1258 0 0 31370 3 0 0 25 0 5 0 507868688 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10777/tid=10787] ppid=10772 vsize=166832 CPUtime=312.11 cores=4-7
/proc/10777/task/10787/stat : 10787 (plingeling) R 10772 10772 10545 0 -1 4202560 14962 1258 0 0 31209 2 0 0 25 0 5 0 507868688 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2509.23
Current children cumulated vsize (KiB) 805772

[startup+314.101 s]
/proc/loadavg: 8.02 8.01 8.00 9/180 10795
/proc/meminfo: memFree=30293680/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
[pid=10773] ppid=10772 vsize=65824 CPUtime=314.09 cores=0
/proc/10773/stat : 10773 (cryptominisat) R 10772 10772 10545 0 -1 4202496 126600 0 0 0 31376 33 0 0 25 0 1 0 507868685 67403776 12227 33554432000 4194304 4587354 140735469090656 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10773/statm: 16456 12227 337 96 0 13018 0
[pid=10774] ppid=10772 vsize=46884 CPUtime=314.1 cores=1
/proc/10774/stat : 10774 (clasp) R 10772 10772 10545 0 -1 4202496 8442 0 0 0 31409 1 0 0 25 0 1 0 507868685 48009216 8261 33554432000 4194304 4785740 140735421208304 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10774/statm: 11721 8261 340 145 0 8766 0
[pid=10775] ppid=10772 vsize=457408 CPUtime=314.1 cores=2
/proc/10775/stat : 10775 (TNM) R 10772 10772 10545 0 -1 4202496 806 0 0 0 31410 0 0 0 25 0 1 0 507868685 468385792 703 33554432000 134512640 134534564 4288835600 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10775/statm: 114352 703 95 6 0 113018 0
[pid=10776] ppid=10772 vsize=50500 CPUtime=314.1 cores=3
/proc/10776/stat : 10776 (march_hi) R 10772 10772 10545 0 -1 4202496 12762 0 0 0 31405 5 0 0 25 0 1 0 507868685 51712000 10748 33554432000 4194304 4331988 140734338181952 18446744073709551615 4308792 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10776/statm: 12625 10748 175 34 0 11067 0
[pid=10777] ppid=10772 vsize=166832 CPUtime=1254.44 cores=4-7
/proc/10777/stat : 10777 (plingeling) S 10772 10772 10545 0 -1 4202496 59369 1258 0 0 125431 13 0 0 18 0 5 0 507868685 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10777/statm: 41708 13822 162 40 0 40252 0
[pid=10777/tid=10784] ppid=10772 vsize=166832 CPUtime=314.06 cores=4-7
/proc/10777/task/10784/stat : 10784 (plingeling) R 10772 10772 10545 0 -1 4202560 16456 1258 0 0 31403 3 0 0 25 0 5 0 507868688 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10777/tid=10785] ppid=10772 vsize=166832 CPUtime=314.07 cores=4-7
/proc/10777/task/10785/stat : 10785 (plingeling) R 10772 10772 10545 0 -1 4202560 13462 1258 0 0 31405 2 0 0 25 0 5 0 507868688 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10777/tid=10786] ppid=10772 vsize=166832 CPUtime=313.93 cores=4-7
/proc/10777/task/10786/stat : 10786 (plingeling) R 10772 10772 10545 0 -1 4202560 12474 1258 0 0 31390 3 0 0 25 0 5 0 507868688 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10777/tid=10787] ppid=10772 vsize=166832 CPUtime=312.31 cores=4-7
/proc/10777/task/10787/stat : 10787 (plingeling) R 10772 10772 10545 0 -1 4202560 14962 1258 0 0 31229 2 0 0 25 0 5 0 507868688 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2510.83
Current children cumulated vsize (KiB) 805772

[startup+314.201 s]
/proc/loadavg: 8.02 8.01 8.00 9/180 10795
/proc/meminfo: memFree=30293680/32951124 swapFree=67105204/67111528
[pid=10772] ppid=10770 vsize=18324 CPUtime=0 cores=0-7
/proc/10772/stat : 10772 (ppfolio) S 10770 10772 10545 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 507868685 18763776 390 33554432000 4194304 4287625 140736608871328 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 4 0 0 0
/proc/10772/statm: 4581 390 341 23 0 91 0
[pid=10773] ppid=10772 vsize=65824 CPUtime=314.19 cores=0
/proc/10773/stat : 10773 (cryptominisat) R 10772 10772 10545 0 -1 4202496 126619 0 0 0 31386 33 0 0 25 0 1 0 507868685 67403776 12244 33554432000 4194304 4587354 140735469090656 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10773/statm: 16456 12244 337 96 0 13018 0
[pid=10774] ppid=10772 vsize=46884 CPUtime=314.2 cores=1
/proc/10774/stat : 10774 (clasp) R 10772 10772 10545 0 -1 4202496 8442 0 0 0 31419 1 0 0 25 0 1 0 507868685 48009216 8261 33554432000 4194304 4785740 140735421208304 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10774/statm: 11721 8261 340 145 0 8766 0
[pid=10775] ppid=10772 vsize=457408 CPUtime=314.2 cores=2
/proc/10775/stat : 10775 (TNM) R 10772 10772 10545 0 -1 4202496 806 0 0 0 31420 0 0 0 25 0 1 0 507868685 468385792 703 33554432000 134512640 134534564 4288835600 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10775/statm: 114352 703 95 6 0 113018 0
[pid=10776] ppid=10772 vsize=50500 CPUtime=314.2 cores=3
/proc/10776/stat : 10776 (march_hi) R 10772 10772 10545 0 -1 4202496 12765 0 0 0 31415 5 0 0 25 0 1 0 507868685 51712000 10751 33554432000 4194304 4331988 140734338181952 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10776/statm: 12625 10751 175 34 0 11067 0
[pid=10777] ppid=10772 vsize=166832 CPUtime=1254.84 cores=4-7
/proc/10777/stat : 10777 (plingeling) S 10772 10772 10545 0 -1 4202496 59369 1258 0 0 125471 13 0 0 18 0 5 0 507868685 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10777/statm: 41708 13822 162 40 0 40252 0
[pid=10777/tid=10784] ppid=10772 vsize=166832 CPUtime=314.16 cores=4-7
/proc/10777/task/10784/stat : 10784 (plingeling) R 10772 10772 10545 0 -1 4202560 16456 1258 0 0 31413 3 0 0 25 0 5 0 507868688 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10777/tid=10785] ppid=10772 vsize=166832 CPUtime=314.17 cores=4-7
/proc/10777/task/10785/stat : 10785 (plingeling) R 10772 10772 10545 0 -1 4202560 13462 1258 0 0 31415 2 0 0 25 0 5 0 507868688 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10777/tid=10786] ppid=10772 vsize=166832 CPUtime=314.03 cores=4-7
/proc/10777/task/10786/stat : 10786 (plingeling) R 10772 10772 10545 0 -1 4202560 12474 1258 0 0 31400 3 0 0 25 0 5 0 507868688 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10777/tid=10787] ppid=10772 vsize=166832 CPUtime=312.41 cores=4-7
/proc/10777/task/10787/stat : 10787 (plingeling) R 10772 10772 10545 0 -1 4202560 14962 1258 0 0 31239 2 0 0 25 0 5 0 507868688 170835968 13822 33554432000 4194304 4356188 140734132297808 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2511.63
Current children cumulated vsize (KiB) 805772

Child status: 0
Real time (s): 314.3
CPU time (s): 2512.44
CPU user time (s): 2511.89
CPU system time (s): 0.550916
CPU usage (%): 799.377
Max. virtual memory (cumulated for all children) (KiB): 7644372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.89
system time used= 0.550916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209838
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= 979
involuntary context switches= 11745

runsolver used 0.507922 second user time and 1.14183 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-30 11:08:48
IDJOB=3219891
IDBENCH=82665
IDSOLVER=1638
FILE ID=node147/3219891-1304154528
RUNJOBID= node147-1304151931-10559
PBS_JOBID= 13170902
Free space on /tmp= 73084 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S1737989193-079-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219891-1304154528/watcher-3219891-1304154528 -o /tmp/evaluation-result-3219891-1304154528/solver-3219891-1304154528 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219891-1304154528.cnf

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

MD5SUM BENCH= a959d408d44dc22efc55e46b642f9083
RANDOM SEED=584534649

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.75
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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:      30467536 kB
Buffers:        328272 kB
Cached:        1760004 kB
SwapCached:       3064 kB
Active:         222120 kB
Inactive:      1927044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30467536 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           10504 kB
Writeback:           0 kB
AnonPages:       59104 kB
Mapped:          14296 kB
Slab:           269304 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186128 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= 73072 MiB
End job on node147 at 2011-04-30 11:14:02