Trace number 3219693

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 2111.98 264.238

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S367425675-085-UNKNOWN.cnf
MD5SUM056b111696528692a64cdb39e1a29daf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.6167
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
2111.64/264.23	s SATISFIABLE
2111.64/264.23	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 
2111.64/264.23	v 0 
2111.64/264.23	solver [3] TNM 2009 answered
2111.64/264.23	Done

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3219693-1307664283/watcher-3219693-1307664283 -o /tmp/evaluation-result-3219693-1307664283/solver-3219693-1307664283 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219693-1307664283.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: 2.12 2.10 2.04 1/174 32136
/proc/meminfo: memFree=32078392/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=2712 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) D 32134 32136 32106 0 -1 4194304 82 0 1 0 0 0 0 0 22 0 1 0 878026181 2777088 36 33554432000 4194304 4287625 140733778295344 18446744073709551615 271545615794 0 0 4096 0 18446744071562234166 0 0 17 2 0 0 0
/proc/32136/statm: 678 36 26 23 0 23 0

[startup+0.038642 s]
/proc/loadavg: 2.12 2.10 2.04 1/174 32136
/proc/meminfo: memFree=32078392/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 25 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100629 s]
/proc/loadavg: 2.12 2.10 2.04 1/174 32136
/proc/meminfo: memFree=32078392/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 25 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.396543 s]
/proc/loadavg: 2.12 2.10 2.04 1/174 32136
/proc/meminfo: memFree=32078392/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 22 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700487 s]
/proc/loadavg: 2.12 2.10 2.04 1/174 32136
/proc/meminfo: memFree=32078392/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 21 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50134 s]
/proc/loadavg: 2.67 2.22 2.07 9/184 32151
/proc/meminfo: memFree=32054776/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 15 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
[pid=32138] ppid=32136 vsize=1683072 CPUtime=1.49 cores=0
/proc/32138/stat : 32138 (cryptominisat) R 32136 32136 32106 0 -1 4202496 4311 0 0 0 149 0 0 0 20 0 1 0 878026182 1723465728 1513 33554432000 4194304 4587354 140736998027824 18446744073709551615 271550234299 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32138/statm: 420768 1513 327 96 0 417330 0
[pid=32139] ppid=32136 vsize=16800 CPUtime=1.48 cores=1
/proc/32139/stat : 32139 (clasp) R 32136 32136 32106 0 -1 4202496 1679 0 0 0 148 0 0 0 20 0 1 0 878026182 17203200 1546 33554432000 4194304 4785740 140735496431056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32139/statm: 4200 1546 340 145 0 1245 0
[pid=32140] ppid=32136 vsize=453448 CPUtime=1.48 cores=2
/proc/32140/stat : 32140 (TNM) R 32136 32136 32106 0 -1 4202496 687 0 0 0 148 0 0 0 20 0 1 0 878026182 464330752 584 33554432000 134512640 134534564 4293193712 18446744073709551615 134524559 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32140/statm: 113362 584 91 6 0 112028 0
[pid=32141] ppid=32136 vsize=10400 CPUtime=1.49 cores=3
/proc/32141/stat : 32141 (march_hi) R 32136 32136 32106 0 -1 4202496 2980 0 0 0 149 0 0 0 20 0 1 0 878026182 10649600 966 33554432000 4194304 4331988 140736951619920 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32141/statm: 2600 966 174 34 0 1042 0
[pid=32142] ppid=32136 vsize=121724 CPUtime=5.52 cores=4-7
/proc/32142/stat : 32142 (plingeling) S 32136 32136 32106 0 -1 4202496 3890 1248 0 2 552 0 0 0 18 0 5 0 878026182 124645376 2503 33554432000 4194304 4356188 140737384751888 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32142/statm: 30431 2503 161 40 0 28975 0
[pid=32142/tid=32148] ppid=32136 vsize=121724 CPUtime=1.43 cores=4-7
/proc/32142/task/32148/stat : 32148 (plingeling) R 32136 32136 32106 0 -1 4202560 670 1248 0 2 143 0 0 0 20 0 5 0 878026188 124645376 2503 33554432000 4194304 4356188 140737384751888 18446744073709551615 4281495 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32142/tid=32149] ppid=32136 vsize=121724 CPUtime=1.31 cores=4-7
/proc/32142/task/32149/stat : 32149 (plingeling) R 32136 32136 32106 0 -1 4202560 358 1248 0 2 131 0 0 0 23 0 5 0 878026188 124645376 2503 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32142/tid=32150] ppid=32136 vsize=121724 CPUtime=1.31 cores=4-7
/proc/32142/task/32150/stat : 32150 (plingeling) R 32136 32136 32106 0 -1 4202560 377 1248 0 2 131 0 0 0 23 0 5 0 878026188 124645376 2503 33554432000 4194304 4356188 140737384751888 18446744073709551615 4239545 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32142/tid=32151] ppid=32136 vsize=121724 CPUtime=1.43 cores=4-7
/proc/32142/task/32151/stat : 32151 (plingeling) R 32136 32136 32106 0 -1 4202560 470 1248 0 2 143 0 0 0 23 0 5 0 878026188 124645376 2503 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (KiB) 2303768

[startup+3.10105 s]
/proc/loadavg: 2.67 2.22 2.07 9/184 32151
/proc/meminfo: memFree=32039668/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 15 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
[pid=32138] ppid=32136 vsize=1692396 CPUtime=3.08 cores=0
/proc/32138/stat : 32138 (cryptominisat) R 32136 32136 32106 0 -1 4202496 7826 0 0 0 308 0 0 0 25 0 1 0 878026182 1733013504 4361 33554432000 4194304 4587354 140736998027824 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32138/statm: 423099 4361 337 96 0 419661 0
[pid=32139] ppid=32136 vsize=18008 CPUtime=3.08 cores=1
/proc/32139/stat : 32139 (clasp) R 32136 32136 32106 0 -1 4202496 1961 0 0 0 308 0 0 0 25 0 1 0 878026182 18440192 1828 33554432000 4194304 4785740 140735496431056 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32139/statm: 4502 1828 340 145 0 1547 0
[pid=32140] ppid=32136 vsize=457412 CPUtime=3.08 cores=2
/proc/32140/stat : 32140 (TNM) R 32136 32136 32106 0 -1 4202496 807 0 0 0 308 0 0 0 25 0 1 0 878026182 468389888 704 33554432000 134512640 134534564 4293193712 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32140/statm: 114353 704 95 6 0 113019 0
[pid=32141] ppid=32136 vsize=10400 CPUtime=3.09 cores=3
/proc/32141/stat : 32141 (march_hi) R 32136 32136 32106 0 -1 4202496 2980 0 0 0 309 0 0 0 25 0 1 0 878026182 10649600 966 33554432000 4194304 4331988 140736951619920 18446744073709551615 4237426 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32141/statm: 2600 966 174 34 0 1042 0
[pid=32142] ppid=32136 vsize=127712 CPUtime=11.91 cores=4-7
/proc/32142/stat : 32142 (plingeling) S 32136 32136 32106 0 -1 4202496 5483 1248 0 2 1191 0 0 0 18 0 5 0 878026182 130777088 4000 33554432000 4194304 4356188 140737384751888 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32142/statm: 31928 4000 161 40 0 30472 0
[pid=32142/tid=32148] ppid=32136 vsize=127712 CPUtime=3.03 cores=4-7
/proc/32142/task/32148/stat : 32148 (plingeling) R 32136 32136 32106 0 -1 4202560 864 1248 0 2 303 0 0 0 25 0 5 0 878026188 130777088 4000 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32142/tid=32149] ppid=32136 vsize=127712 CPUtime=2.91 cores=4-7
/proc/32142/task/32149/stat : 32149 (plingeling) R 32136 32136 32106 0 -1 4202560 841 1248 0 2 291 0 0 0 25 0 5 0 878026188 130777088 4000 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32142/tid=32150] ppid=32136 vsize=127712 CPUtime=2.91 cores=4-7
/proc/32142/task/32150/stat : 32150 (plingeling) R 32136 32136 32106 0 -1 4202560 843 1248 0 2 291 0 0 0 25 0 5 0 878026188 130777088 4000 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32142/tid=32151] ppid=32136 vsize=127712 CPUtime=3.03 cores=4-7
/proc/32142/task/32151/stat : 32151 (plingeling) R 32136 32136 32106 0 -1 4202560 920 1248 0 2 303 0 0 0 25 0 5 0 878026188 130777088 4000 33554432000 4194304 4356188 140737384751888 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.24
Current children cumulated vsize (KiB) 2324252

[startup+6.30047 s]
/proc/loadavg: 2.67 2.22 2.07 9/184 32151
/proc/meminfo: memFree=32030776/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 15 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
[pid=32138] ppid=32136 vsize=1692648 CPUtime=6.28 cores=0
/proc/32138/stat : 32138 (cryptominisat) R 32136 32136 32106 0 -1 4202496 10594 0 0 0 628 0 0 0 25 0 1 0 878026182 1733271552 4696 33554432000 4194304 4587354 140736998027824 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32138/statm: 423162 4696 337 96 0 419724 0
[pid=32139] ppid=32136 vsize=19732 CPUtime=6.28 cores=1
/proc/32139/stat : 32139 (clasp) R 32136 32136 32106 0 -1 4202496 2361 0 0 0 628 0 0 0 25 0 1 0 878026182 20205568 2228 33554432000 4194304 4785740 140735496431056 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32139/statm: 4933 2228 340 145 0 1978 0
[pid=32140] ppid=32136 vsize=457412 CPUtime=6.28 cores=2
/proc/32140/stat : 32140 (TNM) R 32136 32136 32106 0 -1 4202496 807 0 0 0 628 0 0 0 25 0 1 0 878026182 468389888 704 33554432000 134512640 134534564 4293193712 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32140/statm: 114353 704 95 6 0 113019 0
[pid=32141] ppid=32136 vsize=11084 CPUtime=6.29 cores=3
/proc/32141/stat : 32141 (march_hi) R 32136 32136 32106 0 -1 4202496 3136 0 0 0 629 0 0 0 25 0 1 0 878026182 11350016 1122 33554432000 4194304 4331988 140736951619920 18446744073709551615 271549932749 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32141/statm: 2771 1122 174 34 0 1213 0
[pid=32142] ppid=32136 vsize=128120 CPUtime=24.7 cores=4-7
/proc/32142/stat : 32142 (plingeling) S 32136 32136 32106 0 -1 4202496 6257 1248 0 2 2469 1 0 0 18 0 5 0 878026182 131194880 4102 33554432000 4194304 4356188 140737384751888 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32142/statm: 32030 4102 161 40 0 30574 0
[pid=32142/tid=32148] ppid=32136 vsize=128120 CPUtime=6.23 cores=4-7
/proc/32142/task/32148/stat : 32148 (plingeling) R 32136 32136 32106 0 -1 4202560 1090 1248 0 2 623 0 0 0 25 0 5 0 878026188 131194880 4102 33554432000 4194304 4356188 140737384751888 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32142/tid=32149] ppid=32136 vsize=128120 CPUtime=6.09 cores=4-7
/proc/32142/task/32149/stat : 32149 (plingeling) R 32136 32136 32106 0 -1 4202560 1067 1248 0 2 609 0 0 0 25 0 5 0 878026188 131194880 4102 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32142/tid=32150] ppid=32136 vsize=128120 CPUtime=6.11 cores=4-7
/proc/32142/task/32150/stat : 32150 (plingeling) R 32136 32136 32106 0 -1 4202560 1004 1248 0 2 611 0 0 0 25 0 5 0 878026188 131194880 4102 33554432000 4194304 4356188 140737384751888 18446744073709551615 4332293 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32142/tid=32151] ppid=32136 vsize=128120 CPUtime=6.23 cores=4-7
/proc/32142/task/32151/stat : 32151 (plingeling) R 32136 32136 32106 0 -1 4202560 1081 1248 0 2 623 0 0 0 25 0 5 0 878026188 131194880 4102 33554432000 4194304 4356188 140737384751888 18446744073709551615 4298607 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.83
Current children cumulated vsize (KiB) 2327320

[startup+12.7013 s]
/proc/loadavg: 3.49 2.41 2.14 9/184 32151
/proc/meminfo: memFree=32016836/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 15 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
[pid=32138] ppid=32136 vsize=1703144 CPUtime=12.68 cores=0
/proc/32138/stat : 32138 (cryptominisat) R 32136 32136 32106 0 -1 4202496 16058 0 0 0 1267 1 0 0 25 0 1 0 878026182 1744019456 7177 33554432000 4194304 4587354 140736998027824 18446744073709551615 4238442 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32138/statm: 425786 7177 337 96 0 422348 0
[pid=32139] ppid=32136 vsize=22028 CPUtime=12.68 cores=1
/proc/32139/stat : 32139 (clasp) R 32136 32136 32106 0 -1 4202496 2865 0 0 0 1268 0 0 0 25 0 1 0 878026182 22556672 2732 33554432000 4194304 4785740 140735496431056 18446744073709551615 4549596 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32139/statm: 5507 2732 340 145 0 2552 0
[pid=32140] ppid=32136 vsize=457412 CPUtime=12.69 cores=2
/proc/32140/stat : 32140 (TNM) R 32136 32136 32106 0 -1 4202496 807 0 0 0 1269 0 0 0 25 0 1 0 878026182 468389888 704 33554432000 134512640 134534564 4293193712 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32140/statm: 114353 704 95 6 0 113019 0
[pid=32141] ppid=32136 vsize=11936 CPUtime=12.69 cores=3
/proc/32141/stat : 32141 (march_hi) R 32136 32136 32106 0 -1 4202496 3330 0 0 0 1269 0 0 0 25 0 1 0 878026182 12222464 1316 33554432000 4194304 4331988 140736951619920 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32141/statm: 2984 1316 175 34 0 1426 0
[pid=32142] ppid=32136 vsize=128836 CPUtime=50.26 cores=4-7
/proc/32142/stat : 32142 (plingeling) S 32136 32136 32106 0 -1 4202496 7349 1248 0 2 5025 1 0 0 18 0 5 0 878026182 131928064 4281 33554432000 4194304 4356188 140737384751888 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32142/statm: 32209 4281 161 40 0 30753 0
[pid=32142/tid=32148] ppid=32136 vsize=128836 CPUtime=12.63 cores=4-7
/proc/32142/task/32148/stat : 32148 (plingeling) R 32136 32136 32106 0 -1 4202560 1379 1248 0 2 1263 0 0 0 25 0 5 0 878026188 131928064 4281 33554432000 4194304 4356188 140737384751888 18446744073709551615 4284127 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32142/tid=32149] ppid=32136 vsize=128836 CPUtime=12.45 cores=4-7
/proc/32142/task/32149/stat : 32149 (plingeling) R 32136 32136 32106 0 -1 4202560 1291 1248 0 2 1245 0 0 0 25 0 5 0 878026188 131928064 4281 33554432000 4194304 4356188 140737384751888 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32142/tid=32150] ppid=32136 vsize=128836 CPUtime=12.51 cores=4-7
/proc/32142/task/32150/stat : 32150 (plingeling) R 32136 32136 32106 0 -1 4202560 1294 1248 0 2 1251 0 0 0 25 0 5 0 878026188 131928064 4281 33554432000 4194304 4356188 140737384751888 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32142/tid=32151] ppid=32136 vsize=128836 CPUtime=12.63 cores=4-7
/proc/32142/task/32151/stat : 32151 (plingeling) R 32136 32136 32106 0 -1 4202560 1370 1248 0 2 1263 0 0 0 25 0 5 0 878026188 131928064 4281 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101
Current children cumulated vsize (KiB) 2341680

[startup+25.501 s]
/proc/loadavg: 4.19 2.59 2.20 9/184 32152
/proc/meminfo: memFree=31988828/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 15 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
[pid=32138] ppid=32136 vsize=1711612 CPUtime=25.48 cores=0
/proc/32138/stat : 32138 (cryptominisat) R 32136 32136 32106 0 -1 4202496 22312 0 0 0 2546 2 0 0 25 0 1 0 878026182 1752690688 11050 33554432000 4194304 4587354 140736998027824 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=32142/tid=32148] ppid=32136 vsize=160544 CPUtime=259.03 cores=4-7
/proc/32142/task/32148/stat : 32148 (plingeling) R 32136 32136 32106 0 -1 4202560 13316 1248 0 2 25902 1 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32142/tid=32149] ppid=32136 vsize=160544 CPUtime=257.51 cores=4-7
/proc/32142/task/32149/stat : 32149 (plingeling) R 32136 32136 32106 0 -1 4202560 11353 1248 0 2 25749 2 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32142/tid=32150] ppid=32136 vsize=160544 CPUtime=258.88 cores=4-7
/proc/32142/task/32150/stat : 32150 (plingeling) R 32136 32136 32106 0 -1 4202560 10858 1248 0 2 25886 2 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331170 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32142/tid=32151] ppid=32136 vsize=160544 CPUtime=259.03 cores=4-7
/proc/32142/task/32151/stat : 32151 (plingeling) R 32136 32136 32106 0 -1 4202560 11325 1248 0 2 25902 1 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2070.87
Current children cumulated vsize (KiB) 2470872

[startup+262.301 s]
/proc/loadavg: 8.10 5.69 3.56 9/184 32158
/proc/meminfo: memFree=31910472/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 15 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
[pid=32138] ppid=32136 vsize=1739708 CPUtime=262.3 cores=0
/proc/32138/stat : 32138 (cryptominisat) R 32136 32136 32106 0 -1 4202496 97901 0 0 0 26206 24 0 0 25 0 1 0 878026182 1781460992 14090 33554432000 4194304 4587354 140736998027824 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32138/statm: 434927 14090 337 96 0 431489 0
[pid=32139] ppid=32136 vsize=44352 CPUtime=262.29 cores=1
/proc/32139/stat : 32139 (clasp) R 32136 32136 32106 0 -1 4202496 7900 0 0 0 26228 1 0 0 25 0 1 0 878026182 45416448 7747 33554432000 4194304 4785740 140735496431056 18446744073709551615 4291548 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32139/statm: 11088 7747 341 145 0 8133 0
[pid=32140] ppid=32136 vsize=457412 CPUtime=262.29 cores=2
/proc/32140/stat : 32140 (TNM) R 32136 32136 32106 0 -1 4202496 807 0 0 0 26229 0 0 0 25 0 1 0 878026182 468389888 704 33554432000 134512640 134534564 4293193712 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32140/statm: 114353 704 95 6 0 113019 0
[pid=32141] ppid=32136 vsize=50532 CPUtime=262.29 cores=3
/proc/32141/stat : 32141 (march_hi) R 32136 32136 32106 0 -1 4202496 11108 0 0 0 26226 3 0 0 25 0 1 0 878026182 51744768 9094 33554432000 4194304 4331988 140736951619920 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32141/statm: 12633 9094 175 34 0 11075 0
[pid=32142] ppid=32136 vsize=158240 CPUtime=1047.3 cores=4-7
/proc/32142/stat : 32142 (plingeling) S 32136 32136 32106 0 -1 4202496 49315 1248 0 2 104721 9 0 0 18 0 5 0 878026182 162037760 11632 33554432000 4194304 4356188 140737384751888 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32142/statm: 39560 11632 161 40 0 38104 0
[pid=32142/tid=32148] ppid=32136 vsize=158240 CPUtime=262.23 cores=4-7
/proc/32142/task/32148/stat : 32148 (plingeling) R 32136 32136 32106 0 -1 4202560 13412 1248 0 2 26222 1 0 0 25 0 5 0 878026188 162037760 11632 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32142/tid=32149] ppid=32136 vsize=158240 CPUtime=260.69 cores=4-7
/proc/32142/task/32149/stat : 32149 (plingeling) R 32136 32136 32106 0 -1 4202560 11609 1248 0 2 26067 2 0 0 25 0 5 0 878026188 162037760 11632 33554432000 4194304 4356188 140737384751888 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32142/tid=32150] ppid=32136 vsize=158240 CPUtime=262.08 cores=4-7
/proc/32142/task/32150/stat : 32150 (plingeling) R 32136 32136 32106 0 -1 4202560 10954 1248 0 2 26206 2 0 0 25 0 5 0 878026188 162037760 11632 33554432000 4194304 4356188 140737384751888 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32142/tid=32151] ppid=32136 vsize=158240 CPUtime=262.23 cores=4-7
/proc/32142/task/32151/stat : 32151 (plingeling) R 32136 32136 32106 0 -1 4202560 11325 1248 0 2 26222 1 0 0 25 0 5 0 878026188 162037760 11632 33554432000 4194304 4356188 140737384751888 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2096.47
Current children cumulated vsize (KiB) 2468568

[startup+263.101 s]
/proc/loadavg: 8.10 5.69 3.56 9/184 32158
/proc/meminfo: memFree=31909480/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 15 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
[pid=32138] ppid=32136 vsize=1739708 CPUtime=263.09 cores=0
/proc/32138/stat : 32138 (cryptominisat) R 32136 32136 32106 0 -1 4202496 98041 0 0 0 26285 24 0 0 25 0 1 0 878026182 1781460992 14226 33554432000 4194304 4587354 140736998027824 18446744073709551615 4238944 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32138/statm: 434927 14226 337 96 0 431489 0
[pid=32139] ppid=32136 vsize=44352 CPUtime=263.09 cores=1
/proc/32139/stat : 32139 (clasp) R 32136 32136 32106 0 -1 4202496 7900 0 0 0 26308 1 0 0 25 0 1 0 878026182 45416448 7747 33554432000 4194304 4785740 140735496431056 18446744073709551615 4278093 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32139/statm: 11088 7747 341 145 0 8133 0
[pid=32140] ppid=32136 vsize=457412 CPUtime=263.09 cores=2
/proc/32140/stat : 32140 (TNM) R 32136 32136 32106 0 -1 4202496 807 0 0 0 26309 0 0 0 25 0 1 0 878026182 468389888 704 33554432000 134512640 134534564 4293193712 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32140/statm: 114353 704 95 6 0 113019 0
[pid=32141] ppid=32136 vsize=50532 CPUtime=263.09 cores=3
/proc/32141/stat : 32141 (march_hi) R 32136 32136 32106 0 -1 4202496 11134 0 0 0 26306 3 0 0 25 0 1 0 878026182 51744768 9120 33554432000 4194304 4331988 140736951619920 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32141/statm: 12633 9120 175 34 0 11075 0
[pid=32142] ppid=32136 vsize=159264 CPUtime=1050.49 cores=4-7
/proc/32142/stat : 32142 (plingeling) S 32136 32136 32106 0 -1 4202496 49571 1248 0 2 105040 9 0 0 18 0 5 0 878026182 163086336 11888 33554432000 4194304 4356188 140737384751888 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32142/statm: 39816 11888 161 40 0 38360 0
[pid=32142/tid=32148] ppid=32136 vsize=159264 CPUtime=263.03 cores=4-7
/proc/32142/task/32148/stat : 32148 (plingeling) R 32136 32136 32106 0 -1 4202560 13412 1248 0 2 26302 1 0 0 25 0 5 0 878026188 163086336 11888 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32142/tid=32149] ppid=32136 vsize=159264 CPUtime=261.48 cores=4-7
/proc/32142/task/32149/stat : 32149 (plingeling) R 32136 32136 32106 0 -1 4202560 11609 1248 0 2 26146 2 0 0 25 0 5 0 878026188 163086336 11888 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32142/tid=32150] ppid=32136 vsize=159264 CPUtime=262.88 cores=4-7
/proc/32142/task/32150/stat : 32150 (plingeling) R 32136 32136 32106 0 -1 4202560 11210 1248 0 2 26286 2 0 0 25 0 5 0 878026188 163086336 11888 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32142/tid=32151] ppid=32136 vsize=159264 CPUtime=263.03 cores=4-7
/proc/32142/task/32151/stat : 32151 (plingeling) R 32136 32136 32106 0 -1 4202560 11325 1248 0 2 26302 1 0 0 25 0 5 0 878026188 163086336 11888 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2102.85
Current children cumulated vsize (KiB) 2469592

[startup+263.901 s]
/proc/loadavg: 8.10 5.69 3.56 9/184 32158
/proc/meminfo: memFree=31907372/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 15 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
[pid=32138] ppid=32136 vsize=1739708 CPUtime=263.9 cores=0
/proc/32138/stat : 32138 (cryptominisat) R 32136 32136 32106 0 -1 4202496 98174 0 0 0 26366 24 0 0 25 0 1 0 878026182 1781460992 14358 33554432000 4194304 4587354 140736998027824 18446744073709551615 4243725 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32138/statm: 434927 14358 337 96 0 431489 0
[pid=32139] ppid=32136 vsize=44352 CPUtime=263.89 cores=1
/proc/32139/stat : 32139 (clasp) R 32136 32136 32106 0 -1 4202496 7900 0 0 0 26388 1 0 0 25 0 1 0 878026182 45416448 7747 33554432000 4194304 4785740 140735496431056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32139/statm: 11088 7747 341 145 0 8133 0
[pid=32140] ppid=32136 vsize=457412 CPUtime=263.89 cores=2
/proc/32140/stat : 32140 (TNM) R 32136 32136 32106 0 -1 4202496 807 0 0 0 26389 0 0 0 25 0 1 0 878026182 468389888 704 33554432000 134512640 134534564 4293193712 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32140/statm: 114353 704 95 6 0 113019 0
[pid=32141] ppid=32136 vsize=50532 CPUtime=263.89 cores=3
/proc/32141/stat : 32141 (march_hi) R 32136 32136 32106 0 -1 4202496 11157 0 0 0 26386 3 0 0 25 0 1 0 878026182 51744768 9143 33554432000 4194304 4331988 140736951619920 18446744073709551615 4237426 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32141/statm: 12633 9143 175 34 0 11075 0
[pid=32142] ppid=32136 vsize=160544 CPUtime=1053.71 cores=4-7
/proc/32142/stat : 32142 (plingeling) S 32136 32136 32106 0 -1 4202496 49891 1248 0 2 105362 9 0 0 18 0 5 0 878026182 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32142/statm: 40136 12208 161 40 0 38680 0
[pid=32142/tid=32148] ppid=32136 vsize=160544 CPUtime=263.84 cores=4-7
/proc/32142/task/32148/stat : 32148 (plingeling) R 32136 32136 32106 0 -1 4202560 13668 1248 0 2 26382 2 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331971 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32142/tid=32149] ppid=32136 vsize=160544 CPUtime=262.28 cores=4-7
/proc/32142/task/32149/stat : 32149 (plingeling) R 32136 32136 32106 0 -1 4202560 11673 1248 0 2 26226 2 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32142/tid=32150] ppid=32136 vsize=160544 CPUtime=263.69 cores=4-7
/proc/32142/task/32150/stat : 32150 (plingeling) R 32136 32136 32106 0 -1 4202560 11210 1248 0 2 26367 2 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32142/tid=32151] ppid=32136 vsize=160544 CPUtime=263.84 cores=4-7
/proc/32142/task/32151/stat : 32151 (plingeling) R 32136 32136 32106 0 -1 4202560 11325 1248 0 2 26383 1 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4210583 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2109.28
Current children cumulated vsize (KiB) 2470872

[startup+264.101 s]
/proc/loadavg: 8.10 5.69 3.56 9/184 32158
/proc/meminfo: memFree=31907372/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 15 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
[pid=32138] ppid=32136 vsize=1739708 CPUtime=264.09 cores=0
/proc/32138/stat : 32138 (cryptominisat) R 32136 32136 32106 0 -1 4202496 98204 0 0 0 26385 24 0 0 25 0 1 0 878026182 1781460992 14387 33554432000 4194304 4587354 140736998027824 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32138/statm: 434927 14387 337 96 0 431489 0
[pid=32139] ppid=32136 vsize=44352 CPUtime=264.08 cores=1
/proc/32139/stat : 32139 (clasp) R 32136 32136 32106 0 -1 4202496 7900 0 0 0 26407 1 0 0 25 0 1 0 878026182 45416448 7747 33554432000 4194304 4785740 140735496431056 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32139/statm: 11088 7747 341 145 0 8133 0
[pid=32140] ppid=32136 vsize=457412 CPUtime=264.09 cores=2
/proc/32140/stat : 32140 (TNM) R 32136 32136 32106 0 -1 4202496 807 0 0 0 26409 0 0 0 25 0 1 0 878026182 468389888 704 33554432000 134512640 134534564 4293193712 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32140/statm: 114353 704 95 6 0 113019 0
[pid=32141] ppid=32136 vsize=50532 CPUtime=264.09 cores=3
/proc/32141/stat : 32141 (march_hi) R 32136 32136 32106 0 -1 4202496 11163 0 0 0 26406 3 0 0 25 0 1 0 878026182 51744768 9149 33554432000 4194304 4331988 140736951619920 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32141/statm: 12633 9149 175 34 0 11075 0
[pid=32142] ppid=32136 vsize=160544 CPUtime=1054.49 cores=4-7
/proc/32142/stat : 32142 (plingeling) S 32136 32136 32106 0 -1 4202496 49891 1248 0 2 105440 9 0 0 18 0 5 0 878026182 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32142/statm: 40136 12208 161 40 0 38680 0
[pid=32142/tid=32148] ppid=32136 vsize=160544 CPUtime=264.04 cores=4-7
/proc/32142/task/32148/stat : 32148 (plingeling) R 32136 32136 32106 0 -1 4202560 13668 1248 0 2 26402 2 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32142/tid=32149] ppid=32136 vsize=160544 CPUtime=262.48 cores=4-7
/proc/32142/task/32149/stat : 32149 (plingeling) R 32136 32136 32106 0 -1 4202560 11673 1248 0 2 26246 2 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32142/tid=32150] ppid=32136 vsize=160544 CPUtime=263.88 cores=4-7
/proc/32142/task/32150/stat : 32150 (plingeling) R 32136 32136 32106 0 -1 4202560 11210 1248 0 2 26386 2 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32142/tid=32151] ppid=32136 vsize=160544 CPUtime=264.03 cores=4-7
/proc/32142/task/32151/stat : 32151 (plingeling) R 32136 32136 32106 0 -1 4202560 11325 1248 0 2 26402 1 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2110.84
Current children cumulated vsize (KiB) 2470872

[startup+264.201 s]
/proc/loadavg: 8.10 5.69 3.56 9/184 32158
/proc/meminfo: memFree=31907372/32951124 swapFree=67054536/67111528
[pid=32136] ppid=32134 vsize=18324 CPUtime=0 cores=0-7
/proc/32136/stat : 32136 (ppfolio) S 32134 32136 32106 0 -1 4202496 517 0 2 0 0 0 0 0 15 0 1 0 878026181 18763776 389 33554432000 4194304 4287625 140733778295344 18446744073709551615 271550557711 0 0 4096 65536 9734398520022007807 0 0 17 4 0 0 0
/proc/32136/statm: 4581 389 341 23 0 91 0
[pid=32138] ppid=32136 vsize=1739708 CPUtime=264.19 cores=0
/proc/32138/stat : 32138 (cryptominisat) R 32136 32136 32106 0 -1 4202496 98222 0 0 0 26395 24 0 0 25 0 1 0 878026182 1781460992 14404 33554432000 4194304 4587354 140736998027824 18446744073709551615 4239316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32138/statm: 434927 14404 337 96 0 431489 0
[pid=32139] ppid=32136 vsize=44352 CPUtime=264.18 cores=1
/proc/32139/stat : 32139 (clasp) R 32136 32136 32106 0 -1 4202496 7900 0 0 0 26417 1 0 0 25 0 1 0 878026182 45416448 7747 33554432000 4194304 4785740 140735496431056 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32139/statm: 11088 7747 341 145 0 8133 0
[pid=32140] ppid=32136 vsize=457412 CPUtime=264.19 cores=2
/proc/32140/stat : 32140 (TNM) R 32136 32136 32106 0 -1 4202496 807 0 0 0 26419 0 0 0 25 0 1 0 878026182 468389888 704 33554432000 134512640 134534564 4293193712 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32140/statm: 114353 704 95 6 0 113019 0
[pid=32141] ppid=32136 vsize=50532 CPUtime=264.19 cores=3
/proc/32141/stat : 32141 (march_hi) R 32136 32136 32106 0 -1 4202496 11166 0 0 0 26416 3 0 0 25 0 1 0 878026182 51744768 9152 33554432000 4194304 4331988 140736951619920 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32141/statm: 12633 9152 175 34 0 11075 0
[pid=32142] ppid=32136 vsize=160544 CPUtime=1054.89 cores=4-7
/proc/32142/stat : 32142 (plingeling) S 32136 32136 32106 0 -1 4202496 49891 1248 0 2 105480 9 0 0 18 0 5 0 878026182 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32142/statm: 40136 12208 161 40 0 38680 0
[pid=32142/tid=32148] ppid=32136 vsize=160544 CPUtime=264.14 cores=4-7
/proc/32142/task/32148/stat : 32148 (plingeling) R 32136 32136 32106 0 -1 4202560 13668 1248 0 2 26412 2 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32142/tid=32149] ppid=32136 vsize=160544 CPUtime=262.58 cores=4-7
/proc/32142/task/32149/stat : 32149 (plingeling) R 32136 32136 32106 0 -1 4202560 11673 1248 0 2 26256 2 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32142/tid=32150] ppid=32136 vsize=160544 CPUtime=263.98 cores=4-7
/proc/32142/task/32150/stat : 32150 (plingeling) R 32136 32136 32106 0 -1 4202560 11210 1248 0 2 26396 2 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331126 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32142/tid=32151] ppid=32136 vsize=160544 CPUtime=264.13 cores=4-7
/proc/32142/task/32151/stat : 32151 (plingeling) R 32136 32136 32106 0 -1 4202560 11325 1248 0 2 26412 1 0 0 25 0 5 0 878026188 164397056 12208 33554432000 4194304 4356188 140737384751888 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2111.64
Current children cumulated vsize (KiB) 2470872

Child status: 0
Real time (s): 264.238
CPU time (s): 2111.98
CPU user time (s): 2111.57
CPU system time (s): 0.412937
CPU usage (%): 799.272
Max. virtual memory (cumulated for all children) (KiB): 4462324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2111.57
system time used= 0.412937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169821
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 840
involuntary context switches= 20991

runsolver used 0.419936 second user time and 1.02884 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-10 02:04:43
IDJOB=3219693
IDBENCH=82632
IDSOLVER=1638
FILE ID=node133/3219693-1307664283
RUNJOBID= node133-1307664283-32120
PBS_JOBID= 13549429
Free space on /tmp= 74172 MiB

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

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

MD5SUM BENCH= 056b111696528692a64cdb39e1a29daf
RANDOM SEED=88448349

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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:      32079068 kB
Buffers:        206232 kB
Cached:         447176 kB
SwapCached:      10420 kB
Active:         355964 kB
Inactive:       316712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32079068 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:           11848 kB
Writeback:           0 kB
AnonPages:       17548 kB
Mapped:          12140 kB
Slab:           134124 kB
PageTables:       4384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186816 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74160 MiB
End job on node133 at 2011-06-10 02:09:07