Trace number 3275736

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 4928.27 616.471

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_506.cnf
MD5SUM3c65ff80757b12edd41f8ee6da874877
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.5062
Satisfiable
(Un)Satisfiability was proved
Number of variables253
Number of clauses34386
Sum of the clauses size155873
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284
Number of clauses of size 331656
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52646

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
4927.70/616.46	s SATISFIABLE
4927.70/616.46	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 151 152 153 154 155 156 -157 158 159 160 -161 -162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 -180 181 182 183 184 185 186 187 188 -189 190 191 192 193 194 -195 196 197 198 199 200 201 202 203 204 205 206 -207 208 209 210 211 212 213 214 215 216 217 -218 219 220 221 222 223 224 225 -226 227 228 229 -230 231 232 233 234 235 236 237 238 239 240 241 242 -243 244 245 246 247 248 249 250 251 252 253 
4927.70/616.46	v 0 
4927.70/616.47	solver [3] TNM 2009 answered
4927.70/616.47	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-3275736-1304169888/watcher-3275736-1304169888 -o /tmp/evaluation-result-3275736-1304169888/solver-3275736-1304169888 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275736-1304169888.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.77 7.84 7.92 2/170 11154
/proc/meminfo: memFree=29455920/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) R 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0

[startup+0.134936 s]
/proc/loadavg: 7.77 7.84 7.92 2/170 11154
/proc/meminfo: memFree=29455920/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.262853 s]
/proc/loadavg: 7.77 7.84 7.92 2/170 11154
/proc/meminfo: memFree=29455920/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300845 s]
/proc/loadavg: 7.77 7.84 7.92 2/170 11154
/proc/meminfo: memFree=29455920/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700773 s]
/proc/loadavg: 7.77 7.84 7.92 2/170 11154
/proc/meminfo: memFree=29455920/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 19 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50063 s]
/proc/loadavg: 7.77 7.84 7.92 9/180 11169
/proc/meminfo: memFree=29414436/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
[pid=11155] ppid=11154 vsize=1796568 CPUtime=1.49 cores=0
/proc/11155/stat : 11155 (cryptominisat) R 11154 11154 11043 0 -1 4202496 4870 0 0 0 149 0 0 0 25 0 1 0 607219445 1839685632 1896 33554432000 4194304 4587354 140734566976752 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11155/statm: 449142 1896 327 96 0 445704 0
[pid=11156] ppid=11154 vsize=17480 CPUtime=1.49 cores=1
/proc/11156/stat : 11156 (clasp) R 11154 11154 11043 0 -1 4202496 1966 0 0 0 149 0 0 0 20 0 1 0 607219445 17899520 1699 33554432000 4194304 4785740 140736601797264 18446744073709551615 4553248 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11156/statm: 4370 1699 340 145 0 1415 0
[pid=11157] ppid=11154 vsize=454900 CPUtime=1.49 cores=2
/proc/11157/stat : 11157 (TNM) R 11154 11154 11043 0 -1 4202496 1140 0 0 0 149 0 0 0 20 0 1 0 607219445 465817600 1037 33554432000 134512640 134534564 4290585744 18446744073709551615 134524700 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11157/statm: 113725 1037 91 6 0 112391 0
[pid=11158] ppid=11154 vsize=20600 CPUtime=1.49 cores=3
/proc/11158/stat : 11158 (march_hi) R 11154 11154 11043 0 -1 4202496 6328 0 0 0 148 1 0 0 20 0 1 0 607219445 21094400 3101 33554432000 4194304 4331988 140736623211360 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11158/statm: 5150 3101 151 34 0 3592 0
[pid=11159] ppid=11154 vsize=137336 CPUtime=5.82 cores=4-7
/proc/11159/stat : 11159 (plingeling) S 11154 11154 11043 0 -1 4202496 8200 1250 0 0 581 1 0 0 18 0 5 0 607219445 140632064 6407 33554432000 4194304 4356188 140733573502096 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11159/statm: 34334 6407 162 40 0 32878 0
[pid=11159/tid=11166] ppid=11154 vsize=137336 CPUtime=1.44 cores=4-7
/proc/11159/task/11166/stat : 11166 (plingeling) R 11154 11154 11043 0 -1 4202560 1305 1250 0 0 144 0 0 0 20 0 5 0 607219449 140632064 6407 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11159/tid=11167] ppid=11154 vsize=137336 CPUtime=1.44 cores=4-7
/proc/11159/task/11167/stat : 11167 (plingeling) R 11154 11154 11043 0 -1 4202560 1351 1250 0 0 144 0 0 0 25 0 5 0 607219449 140632064 6407 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11159/tid=11168] ppid=11154 vsize=137336 CPUtime=1.43 cores=4-7
/proc/11159/task/11168/stat : 11168 (plingeling) R 11154 11154 11043 0 -1 4202560 1094 1250 0 0 143 0 0 0 20 0 5 0 607219449 140632064 6407 33554432000 4194304 4356188 140733573502096 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11159/tid=11169] ppid=11154 vsize=137336 CPUtime=1.44 cores=4-7
/proc/11159/task/11169/stat : 11169 (plingeling) R 11154 11154 11043 0 -1 4202560 1736 1250 0 0 144 0 0 0 25 0 5 0 607219449 140632064 6407 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 2445208

[startup+3.10133 s]
/proc/loadavg: 7.79 7.85 7.92 9/180 11169
/proc/meminfo: memFree=29396580/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
[pid=11155] ppid=11154 vsize=1801512 CPUtime=3.09 cores=0
/proc/11155/stat : 11155 (cryptominisat) R 11154 11154 11043 0 -1 4202496 7795 0 0 0 308 1 0 0 25 0 1 0 607219445 1844748288 3534 33554432000 4194304 4587354 140734566976752 18446744073709551615 4364768 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11155/statm: 450378 3534 337 96 0 446940 0
[pid=11156] ppid=11154 vsize=18556 CPUtime=3.09 cores=1
/proc/11156/stat : 11156 (clasp) R 11154 11154 11043 0 -1 4202496 2244 0 0 0 309 0 0 0 25 0 1 0 607219445 19001344 1977 33554432000 4194304 4785740 140736601797264 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11156/statm: 4639 1977 340 145 0 1684 0
[pid=11157] ppid=11154 vsize=458992 CPUtime=3.09 cores=2
/proc/11157/stat : 11157 (TNM) R 11154 11154 11043 0 -1 4202496 1412 0 0 0 309 0 0 0 25 0 1 0 607219445 470007808 1309 33554432000 134512640 134534564 4290585744 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11157/statm: 114748 1309 95 6 0 113414 0
[pid=11158] ppid=11154 vsize=25044 CPUtime=3.09 cores=3
/proc/11158/stat : 11158 (march_hi) R 11154 11154 11043 0 -1 4202496 10953 0 0 0 307 2 0 0 25 0 1 0 607219445 25645056 4297 33554432000 4194304 4331988 140736623211360 18446744073709551615 4237419 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11158/statm: 6261 4297 175 34 0 4703 0
[pid=11159] ppid=11154 vsize=142916 CPUtime=12.22 cores=4-7
/proc/11159/stat : 11159 (plingeling) S 11154 11154 11043 0 -1 4202496 9595 1250 0 0 1221 1 0 0 18 0 5 0 607219445 146345984 7802 33554432000 4194304 4356188 140733573502096 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11159/statm: 35729 7802 162 40 0 34273 0
[pid=11159/tid=11166] ppid=11154 vsize=142916 CPUtime=3.04 cores=4-7
/proc/11159/task/11166/stat : 11166 (plingeling) R 11154 11154 11043 0 -1 4202560 1624 1250 0 0 304 0 0 0 25 0 5 0 607219449 146345984 7802 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11159/tid=11167] ppid=11154 vsize=142916 CPUtime=3.04 cores=4-7
/proc/11159/task/11167/stat : 11167 (plingeling) R 11154 11154 11043 0 -1 4202560 1927 1250 0 0 304 0 0 0 25 0 5 0 607219449 146345984 7802 33554432000 4194304 4356188 140733573502096 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11159/tid=11168] ppid=11154 vsize=142916 CPUtime=3.03 cores=4-7
/proc/11159/task/11168/stat : 11168 (plingeling) R 11154 11154 11043 0 -1 4202560 1094 1250 0 0 303 0 0 0 25 0 5 0 607219449 146345984 7802 33554432000 4194304 4356188 140733573502096 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11159/tid=11169] ppid=11154 vsize=142916 CPUtime=3.05 cores=4-7
/proc/11159/task/11169/stat : 11169 (plingeling) R 11154 11154 11043 0 -1 4202560 2236 1250 0 0 305 0 0 0 25 0 5 0 607219449 146345984 7802 33554432000 4194304 4356188 140733573502096 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 2465344

[startup+6.30073 s]
/proc/loadavg: 7.79 7.85 7.92 9/180 11169
/proc/meminfo: memFree=29375916/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
[pid=11155] ppid=11154 vsize=1811976 CPUtime=6.29 cores=0
/proc/11155/stat : 11155 (cryptominisat) R 11154 11154 11043 0 -1 4202496 10715 0 0 0 628 1 0 0 25 0 1 0 607219445 1855463424 5716 33554432000 4194304 4587354 140734566976752 18446744073709551615 4238262 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11155/statm: 452994 5716 337 96 0 449556 0
[pid=11156] ppid=11154 vsize=20492 CPUtime=6.29 cores=1
/proc/11156/stat : 11156 (clasp) R 11154 11154 11043 0 -1 4202496 2681 0 0 0 629 0 0 0 25 0 1 0 607219445 20983808 2414 33554432000 4194304 4785740 140736601797264 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11156/statm: 5123 2414 340 145 0 2168 0
[pid=11157] ppid=11154 vsize=458992 CPUtime=6.29 cores=2
/proc/11157/stat : 11157 (TNM) R 11154 11154 11043 0 -1 4202496 1412 0 0 0 629 0 0 0 25 0 1 0 607219445 470007808 1309 33554432000 134512640 134534564 4290585744 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11157/statm: 114748 1309 95 6 0 113414 0
[pid=11158] ppid=11154 vsize=25044 CPUtime=6.29 cores=3
/proc/11158/stat : 11158 (march_hi) R 11154 11154 11043 0 -1 4202496 11004 0 0 0 627 2 0 0 25 0 1 0 607219445 25645056 4348 33554432000 4194304 4331988 140736623211360 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11158/statm: 6261 4348 175 34 0 4703 0
[pid=11159] ppid=11154 vsize=143940 CPUtime=25 cores=4-7
/proc/11159/stat : 11159 (plingeling) S 11154 11154 11043 0 -1 4202496 9851 1250 0 0 2499 1 0 0 18 0 5 0 607219445 147394560 8058 33554432000 4194304 4356188 140733573502096 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11159/statm: 35985 8058 162 40 0 34529 0
[pid=11159/tid=11166] ppid=11154 vsize=143940 CPUtime=6.24 cores=4-7
/proc/11159/task/11166/stat : 11166 (plingeling) R 11154 11154 11043 0 -1 4202560 1624 1250 0 0 624 0 0 0 25 0 5 0 607219449 147394560 8058 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11159/tid=11167] ppid=11154 vsize=143940 CPUtime=6.24 cores=4-7
/proc/11159/task/11167/stat : 11167 (plingeling) R 11154 11154 11043 0 -1 4202560 1940 1250 0 0 624 0 0 0 25 0 5 0 607219449 147394560 8058 33554432000 4194304 4356188 140733573502096 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11159/tid=11168] ppid=11154 vsize=143940 CPUtime=6.21 cores=4-7
/proc/11159/task/11168/stat : 11168 (plingeling) R 11154 11154 11043 0 -1 4202560 1094 1250 0 0 621 0 0 0 25 0 5 0 607219449 147394560 8058 33554432000 4194304 4356188 140733573502096 18446744073709551615 4237413 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11159/tid=11169] ppid=11154 vsize=143940 CPUtime=6.25 cores=4-7
/proc/11159/task/11169/stat : 11169 (plingeling) R 11154 11154 11043 0 -1 4202560 2479 1250 0 0 625 0 0 0 25 0 5 0 607219449 147394560 8058 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331419 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.16
Current children cumulated vsize (KiB) 2478768

[startup+12.7005 s]
/proc/loadavg: 7.82 7.85 7.92 9/180 11169
/proc/meminfo: memFree=29363660/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
[pid=11155] ppid=11154 vsize=1817188 CPUtime=12.69 cores=0
/proc/11155/stat : 11155 (cryptominisat) R 11154 11154 11043 0 -1 4202496 13912 0 0 0 1267 2 0 0 25 0 1 0 607219445 1860800512 6342 33554432000 4194304 4587354 140734566976752 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11155/statm: 454297 6342 337 96 0 450859 0
[pid=11156] ppid=11154 vsize=23080 CPUtime=12.69 cores=1
/proc/11156/stat : 11156 (clasp) R 11154 11154 11043 0 -1 4202496 3304 0 0 0 1269 0 0 0 25 0 1 0 607219445 23633920 3037 33554432000 4194304 4785740 140736601797264 18446744073709551615 4549596 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11156/statm: 5770 3037 340 145 0 2815 0
[pid=11157] ppid=11154 vsize=458992 CPUtime=12.69 cores=2
/proc/11157/stat : 11157 (TNM) R 11154 11154 11043 0 -1 4202496 1412 0 0 0 1269 0 0 0 25 0 1 0 607219445 470007808 1309 33554432000 134512640 134534564 4290585744 18446744073709551615 134528680 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11157/statm: 114748 1309 95 6 0 113414 0
[pid=11158] ppid=11154 vsize=25044 CPUtime=12.69 cores=3
/proc/11158/stat : 11158 (march_hi) R 11154 11154 11043 0 -1 4202496 11016 0 0 0 1267 2 0 0 25 0 1 0 607219445 25645056 4360 33554432000 4194304 4331988 140736623211360 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11158/statm: 6261 4360 175 34 0 4703 0
[pid=11159] ppid=11154 vsize=151108 CPUtime=50.56 cores=4-7
/proc/11159/stat : 11159 (plingeling) S 11154 11154 11043 0 -1 4202496 11643 1250 0 0 5055 1 0 0 18 0 5 0 607219445 154734592 9850 33554432000 4194304 4356188 140733573502096 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11159/statm: 37777 9850 162 40 0 36321 0
[pid=11159/tid=11166] ppid=11154 vsize=151108 CPUtime=12.64 cores=4-7
/proc/11159/task/11166/stat : 11166 (plingeling) R 11154 11154 11043 0 -1 4202560 1624 1250 0 0 1264 0 0 0 25 0 5 0 607219449 154734592 9850 33554432000 4194304 4356188 140733573502096 18446744073709551615 4279451 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11159/tid=11167] ppid=11154 vsize=151108 CPUtime=12.64 cores=4-7
/proc/11159/task/11167/stat : 11167 (plingeling) R 11154 11154 11043 0 -1 4202560 2452 1250 0 0 1264 0 0 0 25 0 5 0 607219449 154734592 9850 33554432000 4194304 4356188 140733573502096 18446744073709551615 4279567 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11159/tid=11168] ppid=11154 vsize=151108 CPUtime=12.57 cores=4-7
/proc/11159/task/11168/stat : 11168 (plingeling) R 11154 11154 11043 0 -1 4202560 1542 1250 0 0 1257 0 0 0 25 0 5 0 607219449 154734592 9850 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11159/tid=11169] ppid=11154 vsize=151108 CPUtime=12.64 cores=4-7
/proc/11159/task/11169/stat : 11169 (plingeling) R 11154 11154 11043 0 -1 4202560 3311 1250 0 0 1264 0 0 0 25 0 5 0 607219449 154734592 9850 33554432000 4194304 4356188 140733573502096 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 2493736

[startup+25.5011 s]
/proc/loadavg: 7.85 7.85 7.92 9/180 11170
/proc/meminfo: memFree=29342728/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
[pid=11155] ppid=11154 vsize=1821956 CPUtime=25.48 cores=0
/proc/11155/stat : 11155 (cryptominisat) R 11154 11154 11043 0 -1 4202496 21168 0 0 0 2544 4 0 0 25 0 1 0 607219445 1865682944 7232 33554432000 4194304 4587354 140734566976752 18446744073709551615 4241302 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=11159/tid=11166] ppid=11154 vsize=265400 CPUtime=607.96 cores=4-7
/proc/11159/task/11166/stat : 11166 (plingeling) R 11154 11154 11043 0 -1 4202560 82630 1250 0 0 60784 12 0 0 25 0 5 0 607219449 271769600 38455 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11159/tid=11167] ppid=11154 vsize=265400 CPUtime=607.96 cores=4-7
/proc/11159/task/11167/stat : 11167 (plingeling) R 11154 11154 11043 0 -1 4202560 85890 1250 0 0 60782 14 0 0 25 0 5 0 607219449 271769600 38455 33554432000 4194304 4356188 140733573502096 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11159/tid=11168] ppid=11154 vsize=265400 CPUtime=604.65 cores=4-7
/proc/11159/task/11168/stat : 11168 (plingeling) R 11154 11154 11043 0 -1 4202560 59204 1250 0 0 60456 9 0 0 25 0 5 0 607219449 271769600 38455 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11159/tid=11169] ppid=11154 vsize=265400 CPUtime=607.96 cores=4-7
/proc/11159/task/11169/stat : 11169 (plingeling) R 11154 11154 11043 0 -1 4202560 102090 1250 0 0 60781 15 0 0 25 0 5 0 607219449 271769600 38455 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4860.55
Current children cumulated vsize (KiB) 895000

[startup+611.201 s]
/proc/loadavg: 8.13 8.04 7.96 9/180 11185
/proc/meminfo: memFree=29194380/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
[pid=11155] ppid=11154 vsize=65096 CPUtime=611.21 cores=0
/proc/11155/stat : 11155 (cryptominisat) R 11154 11154 11043 0 -1 4202496 196422 0 0 0 61063 58 0 0 25 0 1 0 607219445 66658304 12003 33554432000 4194304 4587354 140734566976752 18446744073709551615 4241262 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11155/statm: 16274 12003 337 96 0 12836 0
[pid=11156] ppid=11154 vsize=57204 CPUtime=611.19 cores=1
/proc/11156/stat : 11156 (clasp) R 11154 11154 11043 0 -1 4202496 11201 0 0 0 61117 2 0 0 25 0 1 0 607219445 58576896 10827 33554432000 4194304 4785740 140736601797264 18446744073709551615 4553035 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11156/statm: 14301 10827 340 145 0 11346 0
[pid=11157] ppid=11154 vsize=458992 CPUtime=611.15 cores=2
/proc/11157/stat : 11157 (TNM) R 11154 11154 11043 0 -1 4202496 1412 0 0 0 61115 0 0 0 25 0 1 0 607219445 470007808 1309 33554432000 134512640 134534564 4290585744 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11157/statm: 114748 1309 95 6 0 113414 0
[pid=11158] ppid=11154 vsize=30412 CPUtime=611.2 cores=3
/proc/11158/stat : 11158 (march_hi) R 11154 11154 11043 0 -1 4202496 12297 0 0 0 61118 2 0 0 25 0 1 0 607219445 31141888 5641 33554432000 4194304 4331988 140736623211360 18446744073709551615 4299267 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11158/statm: 7603 5641 175 34 0 6045 0
[pid=11159] ppid=11154 vsize=259256 CPUtime=2441.38 cores=4-7
/proc/11159/stat : 11159 (plingeling) S 11154 11154 11043 0 -1 4202496 332656 1250 0 0 244086 52 0 0 18 0 5 0 607219445 265478144 36919 33554432000 4194304 4356188 140733573502096 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11159/statm: 64814 36919 162 40 0 63358 0
[pid=11159/tid=11166] ppid=11154 vsize=259256 CPUtime=611.16 cores=4-7
/proc/11159/task/11166/stat : 11166 (plingeling) R 11154 11154 11043 0 -1 4202560 82630 1250 0 0 61104 12 0 0 25 0 5 0 607219449 265478144 36919 33554432000 4194304 4356188 140733573502096 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11159/tid=11167] ppid=11154 vsize=259256 CPUtime=611.16 cores=4-7
/proc/11159/task/11167/stat : 11167 (plingeling) R 11154 11154 11043 0 -1 4202560 85890 1250 0 0 61102 14 0 0 25 0 5 0 607219449 265478144 36919 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11159/tid=11168] ppid=11154 vsize=259256 CPUtime=607.83 cores=4-7
/proc/11159/task/11168/stat : 11168 (plingeling) R 11154 11154 11043 0 -1 4202560 59332 1250 0 0 60774 9 0 0 25 0 5 0 607219449 265478144 36919 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11159/tid=11169] ppid=11154 vsize=259256 CPUtime=611.16 cores=4-7
/proc/11159/task/11169/stat : 11169 (plingeling) R 11154 11154 11043 0 -1 4202560 102090 1250 0 0 61101 15 0 0 25 0 5 0 607219449 265478144 36919 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4886.13
Current children cumulated vsize (KiB) 889284

[startup+614.401 s]
/proc/loadavg: 8.12 8.04 7.96 9/180 11185
/proc/meminfo: memFree=29194748/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
[pid=11155] ppid=11154 vsize=65096 CPUtime=614.41 cores=0
/proc/11155/stat : 11155 (cryptominisat) R 11154 11154 11043 0 -1 4202496 196856 0 0 0 61383 58 0 0 25 0 1 0 607219445 66658304 12426 33554432000 4194304 4587354 140734566976752 18446744073709551615 4232200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11155/statm: 16274 12426 337 96 0 12836 0
[pid=11156] ppid=11154 vsize=57204 CPUtime=614.39 cores=1
/proc/11156/stat : 11156 (clasp) R 11154 11154 11043 0 -1 4202496 11207 0 0 0 61437 2 0 0 25 0 1 0 607219445 58576896 10833 33554432000 4194304 4785740 140736601797264 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11156/statm: 14301 10833 340 145 0 11346 0
[pid=11157] ppid=11154 vsize=458992 CPUtime=614.35 cores=2
/proc/11157/stat : 11157 (TNM) R 11154 11154 11043 0 -1 4202496 1412 0 0 0 61435 0 0 0 25 0 1 0 607219445 470007808 1309 33554432000 134512640 134534564 4290585744 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11157/statm: 114748 1309 95 6 0 113414 0
[pid=11158] ppid=11154 vsize=30412 CPUtime=614.4 cores=3
/proc/11158/stat : 11158 (march_hi) R 11154 11154 11043 0 -1 4202496 12300 0 0 0 61438 2 0 0 25 0 1 0 607219445 31141888 5644 33554432000 4194304 4331988 140736623211360 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11158/statm: 7603 5644 175 34 0 6045 0
[pid=11159] ppid=11154 vsize=256184 CPUtime=2454.16 cores=4-7
/proc/11159/stat : 11159 (plingeling) S 11154 11154 11043 0 -1 4202496 334000 1250 0 0 245364 52 0 0 18 0 5 0 607219445 262332416 36151 33554432000 4194304 4356188 140733573502096 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11159/statm: 64046 36151 162 40 0 62590 0
[pid=11159/tid=11166] ppid=11154 vsize=256184 CPUtime=614.36 cores=4-7
/proc/11159/task/11166/stat : 11166 (plingeling) R 11154 11154 11043 0 -1 4202560 82630 1250 0 0 61424 12 0 0 25 0 5 0 607219449 262332416 36151 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11159/tid=11167] ppid=11154 vsize=256184 CPUtime=614.36 cores=4-7
/proc/11159/task/11167/stat : 11167 (plingeling) R 11154 11154 11043 0 -1 4202560 86978 1250 0 0 61422 14 0 0 25 0 5 0 607219449 262332416 36151 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11159/tid=11168] ppid=11154 vsize=256184 CPUtime=611.01 cores=4-7
/proc/11159/task/11168/stat : 11168 (plingeling) R 11154 11154 11043 0 -1 4202560 59332 1250 0 0 61092 9 0 0 25 0 5 0 607219449 262332416 36151 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11159/tid=11169] ppid=11154 vsize=256184 CPUtime=614.37 cores=4-7
/proc/11159/task/11169/stat : 11169 (plingeling) R 11154 11154 11043 0 -1 4202560 102346 1250 0 0 61421 16 0 0 25 0 5 0 607219449 262332416 36151 33554432000 4194304 4356188 140733573502096 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4911.71
Current children cumulated vsize (KiB) 886212

[startup+615.201 s]
/proc/loadavg: 8.12 8.04 7.96 9/180 11185
/proc/meminfo: memFree=29193868/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
[pid=11155] ppid=11154 vsize=1835592 CPUtime=615.21 cores=0
/proc/11155/stat : 11155 (cryptominisat) R 11154 11154 11043 0 -1 4202496 198647 0 0 0 61463 58 0 0 25 0 1 0 607219445 1879646208 10265 33554432000 4194304 4587354 140734566976752 18446744073709551615 231895187138 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11155/statm: 458898 10265 337 96 0 455460 0
[pid=11156] ppid=11154 vsize=57204 CPUtime=615.19 cores=1
/proc/11156/stat : 11156 (clasp) R 11154 11154 11043 0 -1 4202496 11208 0 0 0 61517 2 0 0 25 0 1 0 607219445 58576896 10834 33554432000 4194304 4785740 140736601797264 18446744073709551615 231895188074 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11156/statm: 14301 10834 340 145 0 11346 0
[pid=11157] ppid=11154 vsize=458992 CPUtime=615.15 cores=2
/proc/11157/stat : 11157 (TNM) R 11154 11154 11043 0 -1 4202496 1412 0 0 0 61515 0 0 0 25 0 1 0 607219445 470007808 1309 33554432000 134512640 134534564 4290585744 18446744073709551615 134530717 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11157/statm: 114748 1309 95 6 0 113414 0
[pid=11158] ppid=11154 vsize=30412 CPUtime=615.2 cores=3
/proc/11158/stat : 11158 (march_hi) R 11154 11154 11043 0 -1 4202496 12300 0 0 0 61518 2 0 0 25 0 1 0 607219445 31141888 5644 33554432000 4194304 4331988 140736623211360 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11158/statm: 7603 5644 175 34 0 6045 0
[pid=11159] ppid=11154 vsize=258232 CPUtime=2457.36 cores=4-7
/proc/11159/stat : 11159 (plingeling) S 11154 11154 11043 0 -1 4202496 334512 1250 0 0 245684 52 0 0 18 0 5 0 607219445 264429568 36663 33554432000 4194304 4356188 140733573502096 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11159/statm: 64558 36663 162 40 0 63102 0
[pid=11159/tid=11166] ppid=11154 vsize=258232 CPUtime=615.16 cores=4-7
/proc/11159/task/11166/stat : 11166 (plingeling) R 11154 11154 11043 0 -1 4202560 82630 1250 0 0 61504 12 0 0 25 0 5 0 607219449 264429568 36663 33554432000 4194304 4356188 140733573502096 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11159/tid=11167] ppid=11154 vsize=258232 CPUtime=615.16 cores=4-7
/proc/11159/task/11167/stat : 11167 (plingeling) R 11154 11154 11043 0 -1 4202560 87234 1250 0 0 61502 14 0 0 25 0 5 0 607219449 264429568 36663 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11159/tid=11168] ppid=11154 vsize=258232 CPUtime=611.81 cores=4-7
/proc/11159/task/11168/stat : 11168 (plingeling) R 11154 11154 11043 0 -1 4202560 59332 1250 0 0 61172 9 0 0 25 0 5 0 607219449 264429568 36663 33554432000 4194304 4356188 140733573502096 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11159/tid=11169] ppid=11154 vsize=258232 CPUtime=615.17 cores=4-7
/proc/11159/task/11169/stat : 11169 (plingeling) R 11154 11154 11043 0 -1 4202560 102602 1250 0 0 61501 16 0 0 25 0 5 0 607219449 264429568 36663 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4918.11
Current children cumulated vsize (KiB) 2658756

[startup+616.001 s]
/proc/loadavg: 8.12 8.04 7.96 9/180 11185
/proc/meminfo: memFree=29200936/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
[pid=11155] ppid=11154 vsize=1835592 CPUtime=616.01 cores=0
/proc/11155/stat : 11155 (cryptominisat) R 11154 11154 11043 0 -1 4202496 198820 0 0 0 61543 58 0 0 25 0 1 0 607219445 1879646208 10435 33554432000 4194304 4587354 140734566976752 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11155/statm: 458898 10435 337 96 0 455460 0
[pid=11156] ppid=11154 vsize=57204 CPUtime=615.99 cores=1
/proc/11156/stat : 11156 (clasp) R 11154 11154 11043 0 -1 4202496 11208 0 0 0 61597 2 0 0 25 0 1 0 607219445 58576896 10834 33554432000 4194304 4785740 140736601797264 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11156/statm: 14301 10834 340 145 0 11346 0
[pid=11157] ppid=11154 vsize=458992 CPUtime=615.95 cores=2
/proc/11157/stat : 11157 (TNM) R 11154 11154 11043 0 -1 4202496 1412 0 0 0 61595 0 0 0 25 0 1 0 607219445 470007808 1309 33554432000 134512640 134534564 4290585744 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11157/statm: 114748 1309 95 6 0 113414 0
[pid=11158] ppid=11154 vsize=30412 CPUtime=616.01 cores=3
/proc/11158/stat : 11158 (march_hi) R 11154 11154 11043 0 -1 4202496 12301 0 0 0 61599 2 0 0 25 0 1 0 607219445 31141888 5645 33554432000 4194304 4331988 140736623211360 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11158/statm: 7603 5645 175 34 0 6045 0
[pid=11159] ppid=11154 vsize=258232 CPUtime=2460.57 cores=4-7
/proc/11159/stat : 11159 (plingeling) S 11154 11154 11043 0 -1 4202496 334512 1250 0 0 246005 52 0 0 18 0 5 0 607219445 264429568 36663 33554432000 4194304 4356188 140733573502096 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11159/statm: 64558 36663 162 40 0 63102 0
[pid=11159/tid=11166] ppid=11154 vsize=258232 CPUtime=615.97 cores=4-7
/proc/11159/task/11166/stat : 11166 (plingeling) R 11154 11154 11043 0 -1 4202560 82630 1250 0 0 61585 12 0 0 25 0 5 0 607219449 264429568 36663 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331939 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11159/tid=11167] ppid=11154 vsize=258232 CPUtime=615.97 cores=4-7
/proc/11159/task/11167/stat : 11167 (plingeling) R 11154 11154 11043 0 -1 4202560 87234 1250 0 0 61583 14 0 0 25 0 5 0 607219449 264429568 36663 33554432000 4194304 4356188 140733573502096 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11159/tid=11168] ppid=11154 vsize=258232 CPUtime=612.61 cores=4-7
/proc/11159/task/11168/stat : 11168 (plingeling) R 11154 11154 11043 0 -1 4202560 59332 1250 0 0 61252 9 0 0 25 0 5 0 607219449 264429568 36663 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11159/tid=11169] ppid=11154 vsize=258232 CPUtime=615.97 cores=4-7
/proc/11159/task/11169/stat : 11169 (plingeling) R 11154 11154 11043 0 -1 4202560 102602 1250 0 0 61581 16 0 0 25 0 5 0 607219449 264429568 36663 33554432000 4194304 4356188 140733573502096 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4924.53
Current children cumulated vsize (KiB) 2658756

[startup+616.401 s]
/proc/loadavg: 8.12 8.04 7.96 9/180 11185
/proc/meminfo: memFree=29200936/32950928 swapFree=67111356/67111528
[pid=11154] ppid=11152 vsize=18324 CPUtime=0 cores=0-7
/proc/11154/stat : 11154 (ppfolio) S 11152 11154 11043 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 607219444 18763776 390 33554432000 4194304 4287625 140733502478320 18446744073709551615 231895510543 0 0 4096 65536 4177783412590903295 0 0 17 6 0 0 0
/proc/11154/statm: 4581 390 341 23 0 91 0
[pid=11155] ppid=11154 vsize=1835592 CPUtime=616.41 cores=0
/proc/11155/stat : 11155 (cryptominisat) R 11154 11154 11043 0 -1 4202496 198903 0 0 0 61582 59 0 0 25 0 1 0 607219445 1879646208 10516 33554432000 4194304 4587354 140734566976752 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11155/statm: 458898 10516 337 96 0 455460 0
[pid=11156] ppid=11154 vsize=57204 CPUtime=616.39 cores=1
/proc/11156/stat : 11156 (clasp) R 11154 11154 11043 0 -1 4202496 11208 0 0 0 61637 2 0 0 25 0 1 0 607219445 58576896 10834 33554432000 4194304 4785740 140736601797264 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11156/statm: 14301 10834 340 145 0 11346 0
[pid=11157] ppid=11154 vsize=458992 CPUtime=616.35 cores=2
/proc/11157/stat : 11157 (TNM) R 11154 11154 11043 0 -1 4202496 1412 0 0 0 61635 0 0 0 25 0 1 0 607219445 470007808 1309 33554432000 134512640 134534564 4290585744 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11157/statm: 114748 1309 95 6 0 113414 0
[pid=11158] ppid=11154 vsize=30412 CPUtime=616.4 cores=3
/proc/11158/stat : 11158 (march_hi) R 11154 11154 11043 0 -1 4202496 12302 0 0 0 61638 2 0 0 25 0 1 0 607219445 31141888 5646 33554432000 4194304 4331988 140736623211360 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11158/statm: 7603 5646 175 34 0 6045 0
[pid=11159] ppid=11154 vsize=259256 CPUtime=2462.15 cores=4-7
/proc/11159/stat : 11159 (plingeling) S 11154 11154 11043 0 -1 4202496 334768 1250 0 0 246163 52 0 0 18 0 5 0 607219445 265478144 36919 33554432000 4194304 4356188 140733573502096 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11159/statm: 64814 36919 162 40 0 63358 0
[pid=11159/tid=11166] ppid=11154 vsize=259256 CPUtime=616.36 cores=4-7
/proc/11159/task/11166/stat : 11166 (plingeling) R 11154 11154 11043 0 -1 4202560 82630 1250 0 0 61624 12 0 0 25 0 5 0 607219449 265478144 36919 33554432000 4194304 4356188 140733573502096 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11159/tid=11167] ppid=11154 vsize=259256 CPUtime=616.36 cores=4-7
/proc/11159/task/11167/stat : 11167 (plingeling) R 11154 11154 11043 0 -1 4202560 87234 1250 0 0 61622 14 0 0 25 0 5 0 607219449 265478144 36919 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11159/tid=11168] ppid=11154 vsize=259256 CPUtime=613 cores=4-7
/proc/11159/task/11168/stat : 11168 (plingeling) R 11154 11154 11043 0 -1 4202560 59332 1250 0 0 61291 9 0 0 25 0 5 0 607219449 265478144 36919 33554432000 4194304 4356188 140733573502096 18446744073709551615 4279985 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11159/tid=11169] ppid=11154 vsize=259256 CPUtime=616.37 cores=4-7
/proc/11159/task/11169/stat : 11169 (plingeling) R 11154 11154 11043 0 -1 4202560 102858 1250 0 0 61621 16 0 0 25 0 5 0 607219449 265478144 36919 33554432000 4194304 4356188 140733573502096 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4927.7
Current children cumulated vsize (KiB) 2659780

Child status: 0
Real time (s): 616.471
CPU time (s): 4928.27
CPU user time (s): 4927.07
CPU system time (s): 1.20182
CPU usage (%): 799.432
Max. virtual memory (cumulated for all children) (KiB): 4421612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4927.07
system time used= 1.20182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 560416
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= 941
involuntary context switches= 23192

runsolver used 0.960853 second user time and 2.40463 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-30 15:24:48
IDJOB=3275736
IDBENCH=83280
IDSOLVER=1638
FILE ID=node114/3275736-1304169888
RUNJOBID= node114-1304169773-11057
PBS_JOBID= 13170960
Free space on /tmp= 73400 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_506.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275736-1304169888/watcher-3275736-1304169888 -o /tmp/evaluation-result-3275736-1304169888/solver-3275736-1304169888 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275736-1304169888.cnf

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

MD5SUM BENCH= 3c65ff80757b12edd41f8ee6da874877
RANDOM SEED=1335611321

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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:     32950928 kB
MemFree:      29456076 kB
Buffers:       1104020 kB
Cached:        1819248 kB
SwapCached:        168 kB
Active:         202704 kB
Inactive:      2784644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29456076 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10524 kB
Writeback:           0 kB
AnonPages:       64184 kB
Mapped:          14764 kB
Slab:           441208 kB
PageTables:       4300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187060 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= 73388 MiB
End job on node114 at 2011-04-30 15:35:04