Trace number 4493885

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
Sat4j Resolution VeriPB 2025-06-06SAT 1161.22 1163.42

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
MD5SUM3a50fcae898f788b3960bca00975c98a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.192196
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables316
Total number of constraints686
Number of constraints which are clauses477
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints207
Minimum length of a constraint1
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.10/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.22	c java.vm.version	22.0.1+8-16
0.10/0.22	c java.vm.vendor	Oracle Corporation
0.10/0.22	c sun.arch.data.model	64
0.10/0.22	c java.version		22.0.1
0.10/0.22	c os.name		Linux
0.10/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.22	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.23	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.45/0.35	c Pseudo Boolean Optimization by upper bound
0.45/0.35	c --- Begin Solver configuration ---
0.45/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.45/0.35	c Learn all clauses as in MiniSAT
0.45/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.45/0.35	c Expensive reason simplification
0.45/0.35	c Glucose 2.1 dynamic restart strategy
0.45/0.35	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.45/0.35	c timeout=2147483s
0.45/0.35	c DB Simplification allowed=false
0.45/0.35	c Listener: none
0.45/0.35	c --- End Solver configuration ---
0.45/0.35	c solving HOME/instance-4493885-1751157286.opb
0.45/0.35	c reading problem ... 
0.45/0.35	c using VERIPB proof format
0.45/0.36	c  no objective function found
0.61/0.48	c ... done. Wall clock time 0.124s.
0.61/0.48	c declared #vars     316
0.61/0.48	c #constraints  686
0.61/0.48	c constraints type 
0.61/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 168
0.61/0.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.61/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 207
0.61/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 308
0.61/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.61/0.48	c 686 constraints processed.
3.29/1.86	c cleaning 2501 clauses out of 5002 with flag 19197/5005
5.08/2.74	c cleaning 4249 clauses out of 8497 with flag 49213/11001
6.91/3.79	c cleaning 5623 clauses out of 11246 with flag 90933/18000
8.35/4.94	c cleaning 6812 clauses out of 13623 with flag 145000/26000
10.48/6.49	c cleaning 7903 clauses out of 15813 with flag 213546/35002
12.72/8.46	c cleaning 8947 clauses out of 17906 with flag 292002/45000
14.77/10.37	c cleaning 9974 clauses out of 19959 with flag 366190/56000
17.17/12.72	c cleaning 10989 clauses out of 21986 with flag 458017/68001
19.86/15.45	c cleaning 11990 clauses out of 23996 with flag 564804/81000
22.76/18.38	c cleaning 12993 clauses out of 26006 with flag 681965/95000
26.16/21.70	c cleaning 14001 clauses out of 28014 with flag 816767/110001
29.95/25.41	c cleaning 14997 clauses out of 30012 with flag 950122/126000
35.29/30.80	c cleaning 16004 clauses out of 32015 with flag 1126385/143001
40.19/35.79	c cleaning 16988 clauses out of 34010 with flag 1288692/161000
45.78/41.37	c cleaning 18005 clauses out of 36022 with flag 1470023/180000
52.26/47.82	c cleaning 19005 clauses out of 38020 with flag 1679377/200003
59.04/54.61	c cleaning 19999 clauses out of 40012 with flag 1899887/221000
66.43/62.01	c cleaning 21006 clauses out of 42015 with flag 2072970/243002
75.69/71.48	c cleaning 21998 clauses out of 44009 with flag 2314662/266002
80.98/76.73	c cleaning 23002 clauses out of 46009 with flag 2479401/290000
90.08/85.83	c cleaning 24003 clauses out of 48011 with flag 2689592/315004
101.18/97.52	c cleaning 24998 clauses out of 50003 with flag 2915826/341000
112.44/108.83	c cleaning 25999 clauses out of 52006 with flag 3182174/368001
125.01/121.40	c cleaning 26997 clauses out of 54011 with flag 3459479/396005
135.77/132.35	c cleaning 28001 clauses out of 56009 with flag 3735915/425000
149.58/146.17	c cleaning 29001 clauses out of 58009 with flag 4006569/455001
160.80/157.74	c cleaning 29997 clauses out of 60007 with flag 4268186/486000
176.28/173.25	c cleaning 31001 clauses out of 62015 with flag 4593382/518005
191.52/188.60	c cleaning 31995 clauses out of 64013 with flag 4891004/551004
210.78/208.00	c cleaning 33005 clauses out of 66016 with flag 5321319/585002
232.85/230.17	c cleaning 33996 clauses out of 68011 with flag 5721136/620002
255.39/252.83	c cleaning 35000 clauses out of 70014 with flag 6068923/656001
279.93/277.51	c cleaning 36001 clauses out of 72014 with flag 6449699/693001
305.98/303.62	c cleaning 36994 clauses out of 74012 with flag 6863688/731000
332.12/329.92	c cleaning 38009 clauses out of 76024 with flag 7262256/770006
359.24/357.42	c cleaning 39002 clauses out of 78010 with flag 7671238/810001
384.68/383.01	c cleaning 39998 clauses out of 80007 with flag 8080545/851000
406.63/405.17	c cleaning 41000 clauses out of 82009 with flag 8394069/893000
428.27/426.74	c cleaning 41997 clauses out of 84010 with flag 8702271/936001
459.62/459.14	c cleaning 42995 clauses out of 86012 with flag 9051926/980000
487.83/487.45	c cleaning 44004 clauses out of 88017 with flag 9412919/1025000
511.59/511.23	c cleaning 45007 clauses out of 90015 with flag 9761178/1071002
547.94/547.79	c cleaning 46000 clauses out of 92007 with flag 10156211/1118001
600.98/601.10	c cleaning 46997 clauses out of 94006 with flag 10602414/1166000
644.66/644.80	c cleaning 47999 clauses out of 96009 with flag 11080692/1215000
697.95/698.34	c cleaning 49005 clauses out of 98009 with flag 11640333/1265000
738.50/739.11	c cleaning 49995 clauses out of 100004 with flag 12085763/1316000
793.36/794.04	c cleaning 50999 clauses out of 102012 with flag 12622602/1368003
839.48/840.39	c cleaning 52000 clauses out of 104011 with flag 13102150/1421001
899.82/900.94	c cleaning 52999 clauses out of 106010 with flag 13622997/1475000
955.75/957.32	c cleaning 54000 clauses out of 108011 with flag 14122316/1530000
1020.62/1022.43	c cleaning 55001 clauses out of 110012 with flag 14672170/1586001
1091.84/1093.84	c cleaning 55997 clauses out of 112010 with flag 15207007/1643000
1153.58/1155.88	c cleaning 57000 clauses out of 114013 with flag 15790368/1701000
1161.06/1163.31	c SATISFIABLE
1161.06/1163.34	c starts		: 10700
1161.06/1163.34	c conflicts		: 1714719
1161.06/1163.35	c decisions		: 2614607
1161.06/1163.35	c propagations		: 58076575
1161.06/1163.35	c inspects		: 11385931134
1161.06/1163.35	c shortcuts		: 0
1161.06/1163.35	c learnt literals	: 9
1161.06/1163.35	c learnt binary clauses	: 22
1161.06/1163.35	c learnt ternary clauses	: 53
1161.06/1163.35	c learnt constraints	: 1714710
1161.06/1163.35	c ignored constraints	: 0
1161.06/1163.35	c root simplifications	: 0
1161.06/1163.35	c removed literals (reason simplification)	: 7490167
1161.06/1163.35	c reason swapping (by a shorter reason)	: 0
1161.06/1163.35	c Calls to reduceDB	: 54
1161.06/1163.35	c Number of update (reduction) of LBD	: 345390
1161.06/1163.35	c Imported unit clauses	: 0
1161.06/1163.35	c No decision after first conflict	: false
1161.06/1163.35	c number of reductions to clauses (during analyze)	: 0
1161.06/1163.35	c number of learned constraints concerned by reduction	: 0
1161.06/1163.35	c number of learning phase by resolution	: 0
1161.06/1163.35	c number of learning phase by cutting planes	: 0
1161.06/1163.35	c number of rounding to 1 operations	: 0
1161.06/1163.35	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1161.06/1163.35	c number of reductions of the coefficients by power 2 	: 0
1161.06/1163.35	c number of right shift for reduction by power 2 	: 0
1161.06/1163.35	c number of reductions of the coefficients by GCD over coefficients 	: 0
1161.06/1163.35	c number of ending skipping 	: 0
1161.06/1163.35	c number of internal skipping 	: 0
1161.06/1163.35	c number of derivation steps 	: 0
1161.06/1163.35	c number of skipped derivation steps 	: 0
1161.06/1163.35	c number of remaining unassigned 	: 0
1161.06/1163.35	c number of remaining assigned 	: 0
1161.06/1163.35	c number of falsified literals weakened from reason	: 0
1161.06/1163.35	c number of falsified literals weakened from conflict	: 0
1161.06/1163.35	c time for arithmetic operations	: 0
1161.06/1163.35	c minimum degree of deleted constraints	: null
1161.06/1163.35	c maximum degree of deleted constraints	: null
1161.06/1163.35	c number of deleted constraints	: 0
1161.06/1163.35	c speed (assignments/second)	: 49942.66316382383
1161.06/1163.35	c non guided choices	: 26
1161.06/1163.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 70710
1161.06/1163.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 22
1161.06/1163.40	s SATISFIABLE
1161.06/1163.40	c Found 1 solution(s)
1161.20/1163.40	v x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 -x175 x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 -x197 x198 -x199 -x200 -x201 x202 -x203 x204 -x205 x206 -x207 x208 -x209 x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 -x221 x222 x223 -x224 x225 -x226 -x227 x228 -x229 x230 -x231 x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 -x241 x242 x243 -x244 x245 -x246 -x247 x248 -x249 x250 x251 -x252 x253 -x254 x255 -x256 x257 -x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 -x266 -x267 x268 -x269 x270 -x271 x272 -x273 x274 -x275 x276 -x277 x278 x279 -x280 x281 -x282 x283 -x284 -x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 x308 -x309 x310 -x311 x312 -x313 x314 x315 -x316 
1161.20/1163.40	c Total wall clock time (in seconds): 1163.049

Verifier Data

OK	0

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63276 MiB free)
  memory of node 1: 64507 MiB (64029 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493885-1751157286/watcher-4493885-1751157286 -o /tmp/evaluation-result-4493885-1751157286/solver-4493885-1751157286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16725 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493885-1751157286 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493885-1751157286.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
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
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=16775, runsolver pid=16766
Current StackSize limit: 8192 KiB


[startup+0.10007 s]*
/proc/loadavg: 1.67 2.51 3.38 13/317 16850
/proc/meminfo: memFree=130280372/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=18930384 memory=47116 CPUtime=0.1 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 5677 0 0 0 7 3 0 0 20 0 18 0 31408300 19384713216 11779 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4732596 11779 5113 1 0 546907 0
[pid=16775/tid=16786] ppid=16766 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 4593 0 0 0 4 2 0 0 20 0 18 0 31408302 19384713216 11811 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=18930384 memory=1707 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31408307 19384713216 11843 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=18930384 memory=56295059358712 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31408308 19384713216 11843 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47116 KiB

[startup+0.214129 s]*
/proc/loadavg: 1.67 2.51 3.38 10/319 16852
/proc/meminfo: memFree=130269156/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=18930384 memory=52016 CPUtime=0.28 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 6161 0 0 0 24 4 0 0 20 0 18 0 31408300 19384713216 13004 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4732596 13004 5337 1 0 547278 0
[pid=16775/tid=16786] ppid=16766 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 4975 0 0 0 15 2 0 0 20 0 18 0 31408302 19384713216 13004 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=18930384 memory=1707 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31408307 19384713216 13004 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=18930384 memory=56295059358712 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31408308 19384713216 13004 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52016 KiB

[startup+0.315838 s]*
/proc/loadavg: 1.67 2.51 3.38 9/319 16852
/proc/meminfo: memFree=130242200/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=18930384 memory=58384 CPUtime=0.45 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 6738 0 0 0 40 5 0 0 20 0 18 0 31408300 19384713216 14596 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4732596 14596 5337 1 0 547762 0
[pid=16775/tid=16786] ppid=16766 vsize=18930384 memory=-6000919472689604206 CPUtime=0.27 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 5189 0 0 0 24 3 0 0 20 0 18 0 31408302 19384713216 14596 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31408307 19384713216 14596 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31408308 19384713216 14596 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58384 KiB

[startup+0.701979 s]
/proc/loadavg: 1.67 2.51 3.38 12/320 16853
/proc/meminfo: memFree=130230480/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=18996948 memory=69824 CPUtime=1.12 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 7834 0 0 0 106 6 0 0 20 0 19 0 31408300 19452874752 17456 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4749237 17456 5465 1 0 548496 0
[pid=16775/tid=16786] ppid=16766 vsize=18996948 memory=17152 CPUtime=0.56 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 5385 0 0 0 53 3 0 0 20 0 19 0 31408302 19452874752 17456 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31408307 19452874752 17456 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31408308 19452874752 17456 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31408348 19452874752 17456 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69824 KiB

[startup+1.50026 s]
/proc/loadavg: 1.67 2.51 3.38 11/323 16856
/proc/meminfo: memFree=130092104/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19063512 memory=171308 CPUtime=2.69 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 18746 0 0 0 257 12 0 0 20 0 20 0 31408300 19521036288 42827 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4765878 42827 5465 1 0 553051 0
[pid=16775/tid=16786] ppid=16766 vsize=19063512 memory=0 CPUtime=1.31 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 5763 0 0 0 124 7 0 0 20 0 20 0 31408302 19521036288 42827 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408307 19521036288 42827 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 42827 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408348 19521036288 42827 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171308 KiB

[startup+3.10581 s]
/proc/loadavg: 1.67 2.51 3.38 7/306 16875
/proc/meminfo: memFree=129805584/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19063512 memory=177760 CPUtime=5.87 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 22827 0 0 0 573 14 0 0 20 0 20 0 31408300 19521036288 44440 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4765878 44440 5465 1 0 553837 0
[pid=16775/tid=16786] ppid=16766 vsize=19063512 memory=10752 CPUtime=2.86 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 6685 0 0 0 278 8 0 0 20 0 20 0 31408302 19521036288 44440 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19063512 memory=-6000919481279538798 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408307 19521036288 44440 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 44440 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408348 19521036288 44440 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177760 KiB

[startup+6.30039 s]
/proc/loadavg: 2.02 2.57 3.40 7/326 16924
/proc/meminfo: memFree=128653572/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19063512 memory=288548 CPUtime=10.38 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 25937 0 0 0 1018 20 0 0 20 0 20 0 31408300 19521036288 72137 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4765878 72137 5465 1 0 555230 0
[pid=16775/tid=16786] ppid=16766 vsize=19063512 memory=0 CPUtime=6.01 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 6943 0 0 0 589 12 0 0 20 0 20 0 31408302 19521036288 72137 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408307 19521036288 72137 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 72137 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=19063512 memory=171436 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408348 19521036288 72137 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 10.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 288548 KiB

[startup+12.7004 s]
/proc/loadavg: 2.18 2.59 3.40 6/307 16941
/proc/meminfo: memFree=127133532/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19063512 memory=741204 CPUtime=17.17 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 32994 0 0 0 1684 33 0 0 20 0 20 0 31408300 19521036288 185301 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4765878 185301 5465 1 0 555230 0
[pid=16775/tid=16786] ppid=16766 vsize=19063512 memory=171436 CPUtime=12.34 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 8615 0 0 0 1211 23 0 0 20 0 20 0 31408302 19521036288 185301 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19063512 memory=618312 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408307 19521036288 185301 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 185301 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408348 19521036288 185301 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 17.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 741204 KiB

[startup+25.5005 s]
/proc/loadavg: 2.73 2.69 3.42 6/326 17056
/proc/meminfo: memFree=125241520/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19063512 memory=1320884 CPUtime=30.11 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 38725 0 0 0 2962 49 0 0 20 0 20 0 31408300 19521036288 330221 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4765878 330221 5465 1 0 555230 0
[pid=16775/tid=16786] ppid=16766 vsize=19063512 memory=10752 CPUtime=25.07 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 10573 0 0 0 2470 37 0 0 20 0 20 0 31408302 19521036288 330221 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19063512 memory=1320884 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408307 19521036288 330221 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=19063512 memory=741204 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 330221 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=19063512 memory=7964865274386219175 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408348 19521036288 330221 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 30.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320884 KiB

[startup+51.1143 s]
/proc/loadavg: 3.35 2.85 3.45 5/310 17210
/proc/meminfo: memFree=123556696/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19063512 memory=1324980 CPUtime=55.57 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 41167 0 0 0 5500 57 0 0 20 0 20 0 31408300 19521036288 331245 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4765878 331245 5465 1 0 555230 0
[pid=16775/tid=16786] ppid=16766 vsize=19063512 memory=1751804 CPUtime=50.4 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 12273 0 0 0 4995 45 0 0 20 0 20 0 31408302 19521036288 331245 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19063512 memory=132 CPUtime=0 cores=0,2

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

/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 712 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 452934 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=19063512 memory=1811736 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408348 19521036288 452934 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 1120.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1811736 KiB

[startup+1163.42 s]
# the end of solver process 16775 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=1158.32 s, system=2.90228 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1126.4 s]
/proc/loadavg: 4.18 4.29 4.10 5/334 17971
/proc/meminfo: memFree=110201552/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19063512 memory=1811736 CPUtime=1124.27 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 66258 0 0 0 112145 282 0 0 20 0 20 0 31408300 19521036288 452934 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4765878 452934 5497 1 0 555230 0
[pid=16775/tid=16786] ppid=16766 vsize=19063512 memory=5632 CPUtime=1114.39 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 24125 0 0 0 111238 201 0 0 20 0 20 0 31408302 19521036288 452934 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19063512 memory=1729680 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408307 19521036288 452934 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=19063512 memory=1729680 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 712 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 452934 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=19063512 memory=1750232 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408348 19521036288 452934 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 1124.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1811736 KiB

[startup+1139.2 s]
/proc/loadavg: 4.15 4.28 4.09 5/334 17972
/proc/meminfo: memFree=110096404/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19063512 memory=1834268 CPUtime=1137.02 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 67060 0 0 0 113417 285 0 0 20 0 20 0 31408300 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4765878 458567 5497 1 0 555230 0
[pid=16775/tid=16786] ppid=16766 vsize=19063512 memory=17152 CPUtime=1126.88 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 24149 0 0 0 112486 202 0 0 20 0 20 0 31408302 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408307 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=19063512 memory=1834268 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 712 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=19063512 memory=12160 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408348 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 1137.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1834268 KiB

[startup+1152 s]*
/proc/loadavg: 4.12 4.27 4.09 5/333 17972
/proc/meminfo: memFree=110012224/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19063512 memory=1834268 CPUtime=1149.81 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 67289 0 0 0 114694 287 0 0 20 0 20 0 31408300 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4765878 458567 5497 1 0 555230 0
[pid=16775/tid=16786] ppid=16766 vsize=19063512 memory=-6000919502854907246 CPUtime=1139.66 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 24309 0 0 0 113762 204 0 0 20 0 20 0 31408302 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19063512 memory=4644226727978626713 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408307 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=19063512 memory=16896 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 779 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=19063512 memory=9344 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408348 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 1149.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1834268 KiB

[startup+1158.4 s]
/proc/loadavg: 4.11 4.27 4.09 5/333 17972
/proc/meminfo: memFree=109955600/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19063512 memory=1834268 CPUtime=1156.17 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 67417 0 0 0 115330 287 0 0 20 0 20 0 31408300 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4765878 458567 5497 1 0 555230 0
[pid=16775/tid=16786] ppid=16766 vsize=19063512 memory=4252 CPUtime=1146.03 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 24437 0 0 0 114399 204 0 0 20 0 20 0 31408302 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19063512 memory=1834268 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408307 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 779 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=19063512 memory=-6000919481279538798 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408348 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 1156.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1834268 KiB

[startup+1161.6 s]
/proc/loadavg: 4.10 4.26 4.09 5/333 17972
/proc/meminfo: memFree=109951104/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19063512 memory=1834268 CPUtime=1159.37 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 67423 0 0 0 115649 288 0 0 20 0 20 0 31408300 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4765878 458567 5497 1 0 555230 0
[pid=16775/tid=16786] ppid=16766 vsize=19063512 memory=1834268 CPUtime=1149.21 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 24443 0 0 0 114717 204 0 0 20 0 20 0 31408302 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19063512 memory=3456 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408307 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=19063512 memory=1834268 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 779 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=19063512 memory=19968 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408348 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 1159.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1834268 KiB

[startup+1162.4 s]
/proc/loadavg: 4.10 4.26 4.09 5/333 17972
/proc/meminfo: memFree=109943072/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19063512 memory=1834268 CPUtime=1160.17 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 67423 0 0 0 115729 288 0 0 20 0 20 0 31408300 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4765878 458567 5497 1 0 555230 0
[pid=16775/tid=16786] ppid=16766 vsize=19063512 memory=1834268 CPUtime=1150.01 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 24443 0 0 0 114797 204 0 0 20 0 20 0 31408302 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19063512 memory=1834268 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408307 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=19063512 memory=19968 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 779 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408348 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 1160.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1834268 KiB

[startup+1163.2 s]
/proc/loadavg: 4.10 4.26 4.09 5/333 17972
/proc/meminfo: memFree=109918880/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19063512 memory=1834268 CPUtime=1160.96 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 67423 0 0 0 115808 288 0 0 20 0 20 0 31408300 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4765878 458567 5497 1 0 555230 0
[pid=16775/tid=16786] ppid=16766 vsize=19063512 memory=1834268 CPUtime=1150.81 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) R 16766 16775 16715 0 -1 4194368 24443 0 0 0 114877 204 0 0 20 0 20 0 31408302 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19063512 memory=-6000919481279538798 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408307 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 779 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16853] ppid=16766 vsize=19063512 memory=1834268 CPUtime=0 cores=0,2
/proc/16775/task/16853/stat : 16853 (Timer-0) S 16766 16775 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408348 19521036288 458567 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 1160.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1834268 KiB

[startup+1163.4 s]
/proc/loadavg: 4.10 4.26 4.09 5/333 17972
/proc/meminfo: memFree=109918880/131382112 swapFree=33010684/33010684
[pid=16775] ppid=16766 vsize=19196640 memory=1834780 CPUtime=1161.2 cores=0,2
/proc/16775/stat : 16775 (java) S 16766 16775 16715 0 -1 4194304 70242 0 0 0 115831 289 0 0 20 0 20 0 31408300 19657359360 458695 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
/proc/16775/statm: 4799160 458695 5529 1 0 555874 0
[pid=16775/tid=16786] ppid=16766 vsize=19196640 memory=-6000919481279538798 CPUtime=1150.93 cores=0,2
/proc/16775/task/16786/stat : 16786 (java) S 16766 16775 16715 0 -1 4194368 26255 0 0 0 114888 205 0 0 20 0 20 0 31408302 19657359360 458695 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16822] ppid=16766 vsize=19196640 memory=10752 CPUtime=0 cores=0,2
/proc/16775/task/16822/stat : 16822 (Finalizer) S 16766 16775 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408307 19657359360 458695 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
[pid=16775/tid=16841] ppid=16766 vsize=19196640 memory=5632 CPUtime=0 cores=0,2
/proc/16775/task/16841/stat : 16841 (Common-Cleaner) S 16766 16775 16715 0 -1 4194368 779 0 0 0 0 0 0 0 20 0 20 0 31408308 19657359360 458695 18446744073709551615 94703753232384 94703753236080 140725765988256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94703753243896 94703753244688 94703765721088 140725765994800 140725765994982 140725765994982 140725766000584 0
Current children cumulated CPU time: 1161.2 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1834780 KiB

Child status: 10

Real time (s): 1163.42
CPU time (s): 1161.22
CPU user time (s): 1158.32
CPU system time (s): 2.90228
CPU usage (%): 99.8111
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1834780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1158.32
system time used= 2.90228
maximum resident set size= 1835036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70327
page faults= 0
swaps= 0
block input operations= 32
block output operations= 2129840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36294
involuntary context switches= 4374


# summary of solver processes directly reported to runsolver:
#   pid: 16775
#   total CPU time (s): 1161.22
#   total CPU user time (s): 1158.32
#   total CPU system time (s): 2.90228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.08414 second user time and 13.5889 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 02:34:46
IDJOB=4493885
IDBENCH=147875
IDSOLVER=3364
FILE ID=nodeC012/4493885-1751157286
RUNJOBID= nodeC012-1751157286-16725
SLURM_JOB_ID= 9587482
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493885-1751157286/watcher-4493885-1751157286 -o /tmp/evaluation-result-4493885-1751157286/solver-4493885-1751157286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16725 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493885-1751157286 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493885-1751157286.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 3a50fcae898f788b3960bca00975c98a
RANDOM SEED=83305100

nodeC012 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.296
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.114
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.148
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.356
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.145
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.079
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.241
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.122
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130361444 kB
MemAvailable:   129980780 kB
Buffers:            3280 kB
Cached:           404760 kB
SwapCached:            0 kB
Active:           300976 kB
Inactive:         172032 kB
Active(anon):      82928 kB
Inactive(anon):        0 kB
Active(file):     218048 kB
Inactive(file):   172032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2036 kB
Writeback:             0 kB
AnonPages:         67892 kB
Mapped:           102368 kB
Shmem:             17960 kB
KReclaimable:      84076 kB
Slab:             163456 kB
SReclaimable:      84076 kB
SUnreclaim:        79380 kB
KernelStack:        3936 kB
PageTables:         2960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC012 at 2025-06-29 02:54:10