Trace number 4443482

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 2024 2024-07-07SAT 979.243 993.646

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.0231
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.06/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.23	c See www.sat4j.org for details.
0.06/0.24	c version CUSTOM.v20240707
0.06/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.06/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.06/0.24	c java.vm.version	22.0.1+8-16
0.06/0.24	c java.vm.vendor	Oracle Corporation
0.06/0.24	c sun.arch.data.model	64
0.06/0.24	c java.version		22.0.1
0.06/0.24	c os.name		Linux
0.06/0.24	c os.version		4.18.0-301.1.el8.x86_64
0.06/0.24	c os.arch		amd64
0.06/0.25	c Free memory 		2104792832
0.06/0.25	c Max memory 		16282288128
0.06/0.25	c Total memory 		2113929216
0.06/0.25	c Number of processors 	2
0.06/0.29	--- Begin Solver configuration ---
0.06/0.29	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.06/0.29	Learn all clauses as in MiniSAT
0.06/0.29	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.29	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.29	Expensive reason simplification
0.06/0.29	Glucose 2.1 dynamic restart strategy
0.06/0.29	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.06/0.29	timeout=2147483s
0.06/0.29	DB Simplification allowed=false
0.06/0.29	Listener: none
0.06/0.29	--- End Solver configuration ---
0.06/0.29	c Pseudo Boolean Optimization by upper bound
0.06/0.29	c --- Begin Solver configuration ---
0.06/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.06/0.29	c Learn all clauses as in MiniSAT
0.06/0.29	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.29	c Expensive reason simplification
0.06/0.29	c Glucose 2.1 dynamic restart strategy
0.06/0.29	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.06/0.29	c timeout=2147483s
0.06/0.29	c DB Simplification allowed=false
0.06/0.29	c Listener: none
0.06/0.29	c --- End Solver configuration ---
0.06/0.29	c solving HOME/instance-4443482-1721817188.opb
0.06/0.29	c reading problem ... 
0.06/0.30	c using VERIPB proof format
0.06/0.30	c  no objective function found
0.20/0.36	c ... done. Wall clock time 0.057s.
0.20/0.36	c declared #vars     316
0.20/0.36	c #constraints  686
0.20/0.36	c constraints type 
0.20/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 168
0.20/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.20/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 207
0.20/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 308
0.20/0.36	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.20/0.36	c 686 constraints processed.
1.94/1.20	c cleaning 2501 clauses out of 5002 with flag 19197/5005
3.54/2.08	c cleaning 4249 clauses out of 8497 with flag 49213/11001
5.30/3.10	c cleaning 5623 clauses out of 11246 with flag 90933/18000
6.72/4.26	c cleaning 6812 clauses out of 13623 with flag 145000/26000
8.47/6.09	c cleaning 7903 clauses out of 15813 with flag 213546/35002
10.70/8.05	c cleaning 8947 clauses out of 17906 with flag 292002/45000
12.53/9.88	c cleaning 9974 clauses out of 19959 with flag 366190/56000
14.81/12.10	c cleaning 10989 clauses out of 21986 with flag 458017/68001
17.28/14.66	c cleaning 11990 clauses out of 23996 with flag 564804/81000
19.98/17.36	c cleaning 12993 clauses out of 26006 with flag 681965/95000
23.36/20.77	c cleaning 14001 clauses out of 28014 with flag 816767/110001
27.06/24.41	c cleaning 14997 clauses out of 30012 with flag 950122/126000
32.27/29.68	c cleaning 16004 clauses out of 32015 with flag 1126385/143001
36.90/34.20	c cleaning 16988 clauses out of 34010 with flag 1288692/161000
41.84/39.68	c cleaning 18005 clauses out of 36022 with flag 1470023/180000
47.79/45.65	c cleaning 19005 clauses out of 38020 with flag 1679377/200003
54.47/52.37	c cleaning 19999 clauses out of 40012 with flag 1899887/221000
61.17/59.05	c cleaning 21006 clauses out of 42015 with flag 2072970/243002
69.41/67.71	c cleaning 21998 clauses out of 44009 with flag 2314662/266002
74.60/72.91	c cleaning 23002 clauses out of 46009 with flag 2479401/290000
83.50/81.86	c cleaning 24003 clauses out of 48011 with flag 2689592/315004
93.17/91.59	c cleaning 24998 clauses out of 50003 with flag 2915826/341000
103.63/102.49	c cleaning 25999 clauses out of 52006 with flag 3182174/368001
114.49/113.39	c cleaning 26997 clauses out of 54011 with flag 3459479/396005
125.28/124.15	c cleaning 28001 clauses out of 56009 with flag 3735915/425000
137.25/138.59	c cleaning 29001 clauses out of 58009 with flag 4006569/455001
148.43/149.75	c cleaning 29997 clauses out of 60007 with flag 4268186/486000
162.11/163.45	c cleaning 31001 clauses out of 62015 with flag 4593382/518005
176.95/178.94	c cleaning 31995 clauses out of 64013 with flag 4891004/551004
194.20/196.40	c cleaning 33005 clauses out of 66016 with flag 5321319/585002
212.56/214.88	c cleaning 33996 clauses out of 68011 with flag 5721136/620002
231.89/234.47	c cleaning 35000 clauses out of 70014 with flag 6068923/656001
252.84/255.44	c cleaning 36001 clauses out of 72014 with flag 6449699/693001
275.23/278.06	c cleaning 36994 clauses out of 74012 with flag 6863688/731000
297.24/300.36	c cleaning 38009 clauses out of 76024 with flag 7262256/770006
319.78/323.21	c cleaning 39002 clauses out of 78010 with flag 7671238/810001
340.73/344.23	c cleaning 39998 clauses out of 80007 with flag 8080545/851000
359.08/362.84	c cleaning 41000 clauses out of 82009 with flag 8394069/893000
376.07/380.01	c cleaning 41997 clauses out of 84010 with flag 8702271/936001
401.04/405.04	c cleaning 42995 clauses out of 86012 with flag 9051926/980000
423.45/427.78	c cleaning 44004 clauses out of 88017 with flag 9412919/1025000
442.30/446.88	c cleaning 45007 clauses out of 90015 with flag 9761178/1071002
471.06/476.10	c cleaning 46000 clauses out of 92007 with flag 10156211/1118001
513.37/521.42	c cleaning 46997 clauses out of 94006 with flag 10602414/1166000
549.03/557.52	c cleaning 47999 clauses out of 96009 with flag 11080692/1215000
593.26/604.14	c cleaning 49005 clauses out of 98009 with flag 11640333/1265000
627.33/638.31	c cleaning 49995 clauses out of 100004 with flag 12085763/1316000
672.95/684.01	c cleaning 50999 clauses out of 102012 with flag 12622602/1368003
711.78/722.93	c cleaning 52000 clauses out of 104011 with flag 13102150/1421001
762.63/774.46	c cleaning 52999 clauses out of 106010 with flag 13622997/1475000
809.44/823.44	c cleaning 54000 clauses out of 108011 with flag 14122316/1530000
863.00/877.12	c cleaning 55001 clauses out of 110012 with flag 14672170/1586001
921.36/935.68	c cleaning 55997 clauses out of 112010 with flag 15207007/1643000
972.90/987.35	c cleaning 57000 clauses out of 114013 with flag 15790368/1701000
979.09/993.54	c SATISFIABLE
979.09/993.57	c starts		: 10700
979.09/993.57	c conflicts		: 1714719
979.09/993.57	c decisions		: 2614607
979.09/993.57	c propagations		: 58076575
979.09/993.57	c inspects		: 11385931134
979.09/993.57	c shortcuts		: 0
979.09/993.57	c learnt literals	: 9
979.09/993.57	c learnt binary clauses	: 22
979.09/993.57	c learnt ternary clauses	: 53
979.09/993.57	c learnt constraints	: 1714710
979.09/993.57	c ignored constraints	: 0
979.09/993.57	c root simplifications	: 0
979.09/993.57	c removed literals (reason simplification)	: 7490167
979.09/993.57	c reason swapping (by a shorter reason)	: 0
979.09/993.57	c Calls to reduceDB	: 54
979.09/993.57	c Number of update (reduction) of LBD	: 345390
979.09/993.57	c Imported unit clauses	: 0
979.09/993.57	c No decision after first conflict	: false
979.09/993.57	c number of reductions to clauses (during analyze)	: 0
979.09/993.57	c number of learned constraints concerned by reduction	: 0
979.09/993.57	c number of learning phase by resolution	: 0
979.09/993.57	c number of learning phase by cutting planes	: 0
979.09/993.57	c number of rounding to 1 operations	: 0
979.09/993.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
979.09/993.57	c number of reductions of the coefficients by power 2 	: 0
979.09/993.57	c number of right shift for reduction by power 2 	: 0
979.09/993.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
979.09/993.57	c number of ending skipping 	: 0
979.09/993.57	c number of internal skipping 	: 0
979.09/993.57	c number of derivation steps 	: 0
979.09/993.57	c number of skipped derivation steps 	: 0
979.09/993.57	c number of remaining unassigned 	: 0
979.09/993.57	c number of remaining assigned 	: 0
979.09/993.57	c number of falsified literals weakened from reason	: 0
979.09/993.58	c number of falsified literals weakened from conflict	: 0
979.09/993.58	c time for arithmetic operations	: 0
979.09/993.58	c minimum degree of deleted constraints	: null
979.09/993.58	c maximum degree of deleted constraints	: null
979.09/993.58	c number of deleted constraints	: 0
979.09/993.59	c speed (assignments/second)	: 58472.551116158626
979.09/993.59	c non guided choices	: 26
979.18/993.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 70710
979.18/993.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 22
979.18/993.63	s SATISFIABLE
979.18/993.63	c Found 1 solution(s)
979.18/993.63	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 
979.18/993.63	c Total wall clock time (in seconds): 993.338

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: 63968 MiB (57507 MiB free)
  memory of node 1: 64473 MiB (56576 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=240534, runsolver pid=240531

[startup+0.100058 s]*
/proc/loadavg: 0.12 0.09 0.09 4/258 240550
/proc/meminfo: memFree=116746336/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=16876704 memory=23144 CPUtime=0.01 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 1586 0 61 0 0 1 0 0 20 0 5 0 18248199 17281744896 5786 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16784588 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4219176 5786 3553 1 0 5839 0
[pid=240534/tid=240543] ppid=240531 vsize=16876704 memory=4026532157 CPUtime=0 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) S 240531 240534 240492 0 -1 1077936192 1026 0 48 0 0 0 0 0 20 0 5 0 18248202 17281744896 5786 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 6 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240555] ppid=240531 vsize=16876704 memory=219966341476 CPUtime=0 cores=1,3
/proc/240534/task/240555/stat : 240555 (java) R 240531 240534 240492 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 5 0 18248209 17281744896 5786 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16784588 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 16876704 KiB
Current children cumulated memory: 23144 KiB

[startup+0.20585 s]*
/proc/loadavg: 0.12 0.09 0.09 9/291 240583
/proc/meminfo: memFree=116619108/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=18975048 memory=54764 CPUtime=0.06 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 6426 0 110 0 3 3 0 0 20 0 18 0 18248199 19430449152 13691 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4743762 13691 5420 1 0 548650 0
[pid=240534/tid=240543] ppid=240531 vsize=18975048 memory=3472328300254200125 CPUtime=0.04 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 5363 0 81 0 2 2 0 0 20 0 18 0 18248202 19430449152 13691 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=18975048 memory=219966341476 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18248216 19430449152 13691 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=18975048 memory=15824378328378144 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 18248217 19430449152 13691 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54764 KiB

[startup+0.306253 s]*
/proc/loadavg: 0.12 0.09 0.09 8/291 240583
/proc/meminfo: memFree=116539484/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=18975048 memory=66084 CPUtime=0.2 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 7540 0 111 0 17 3 0 0 20 0 18 0 18248199 19430449152 16521 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4743762 16521 5662 1 0 549492 0
[pid=240534/tid=240543] ppid=240531 vsize=18975048 memory=-8527958885718008508 CPUtime=0.12 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 5943 0 81 0 10 2 0 0 20 0 18 0 18248202 19430449152 16521 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=18975048 memory=1469089850943439449 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18248216 19430449152 16521 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 18248217 19430449152 16521 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66084 KiB

[startup+0.700217 s]
/proc/loadavg: 0.12 0.09 0.09 10/289 240585
/proc/meminfo: memFree=116460164/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19041612 memory=123300 CPUtime=0.95 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 10509 0 111 0 91 4 0 0 20 0 19 0 18248199 19498610688 30825 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4760403 30825 5780 1 0 551361 0
[pid=240534/tid=240543] ppid=240531 vsize=19041612 memory=12544 CPUtime=0.44 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 6123 0 81 0 41 3 0 0 20 0 19 0 18248202 19498610688 30825 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18248216 19498610688 30825 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19041612 memory=16192 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 18248217 19498610688 30825 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19041612 memory=2372 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18248235 19498610688 30825 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 123300 KiB

[startup+1.50325 s]
/proc/loadavg: 0.12 0.09 0.09 10/339 240645
/proc/meminfo: memFree=115978204/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19108176 memory=181452 CPUtime=2.54 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 22858 0 111 0 248 6 0 0 20 0 20 0 18248199 19566772224 45363 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4777044 45363 5831 1 0 555240 0
[pid=240534/tid=240543] ppid=240531 vsize=19108176 memory=0 CPUtime=1.21 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 6485 0 81 0 117 4 0 0 20 0 20 0 18248202 19566772224 45363 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19566772224 45363 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19108176 memory=3469 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 45363 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19108176 memory=2244 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18248235 19566772224 45363 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181452 KiB

[startup+3.11524 s]
/proc/loadavg: 0.12 0.09 0.09 6/339 240647
/proc/meminfo: memFree=114381852/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19108176 memory=206728 CPUtime=5.46 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 26233 0 111 0 537 9 0 0 20 0 20 0 18248199 19566772224 51682 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4777044 51682 5851 1 0 556139 0
[pid=240534/tid=240543] ppid=240531 vsize=19108176 memory=281319016080592 CPUtime=2.78 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 7061 0 81 0 272 6 0 0 20 0 20 0 18248202 19566772224 51682 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19566772224 51682 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 51682 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19108176 memory=3469 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18248235 19566772224 51682 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 5.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 206728 KiB

[startup+6.30026 s]
/proc/loadavg: 0.59 0.19 0.12 5/339 240647
/proc/meminfo: memFree=111588008/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19108176 memory=278776 CPUtime=8.78 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 28329 0 111 0 865 13 0 0 20 0 20 0 18248199 19566772224 69694 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4777044 69694 5851 1 0 556181 0
[pid=240534/tid=240543] ppid=240531 vsize=19108176 memory=0 CPUtime=5.63 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 7458 0 81 0 554 9 0 0 20 0 20 0 18248202 19566772224 69694 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 41 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19566772224 69694 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19108176 memory=278652 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 69694 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19108176 memory=-9104701112998142652 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18248235 19566772224 69694 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 8.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 278776 KiB

[startup+12.7002 s]
/proc/loadavg: 0.94 0.27 0.15 7/299 240681
/proc/meminfo: memFree=114448976/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19108176 memory=746684 CPUtime=15.4 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 36326 0 111 0 1516 24 0 0 20 0 20 0 18248199 19566772224 186671 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4777044 186671 5851 1 0 556205 0
[pid=240534/tid=240543] ppid=240531 vsize=19108176 memory=347324 CPUtime=11.95 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 9228 0 81 0 1176 19 0 0 20 0 20 0 18248202 19566772224 186671 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 41 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19108176 memory=621756 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19566772224 186671 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19108176 memory=-9104701112998142652 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 186671 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18248235 19566772224 186671 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 15.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 746684 KiB

[startup+25.5002 s]
/proc/loadavg: 1.86 0.50 0.23 6/340 240987
/proc/meminfo: memFree=113204952/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19108176 memory=1320348 CPUtime=28.21 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 46064 0 111 0 2778 43 0 0 20 0 20 0 18248199 19566772224 330087 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4777044 330087 5851 1 0 556205 0
[pid=240534/tid=240543] ppid=240531 vsize=19108176 memory=0 CPUtime=24.6 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 11017 0 81 0 2424 36 0 0 20 0 20 0 18248202 19566772224 330087 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 41 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19108176 memory=621756 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19566772224 330087 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19108176 memory=12544 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 330087 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19108176 memory=278776 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18248235 19566772224 330087 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 28.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1320348 KiB

[startup+51.1058 s]
/proc/loadavg: 2.65 0.80 0.33 5/341 240991
/proc/meminfo: memFree=111439948/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19108176 memory=1328548 CPUtime=53.28 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 52699 0 111 0 5275 53 0 0 20 0 20 0 18248199 19566772224 332137 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4777044 332137 5851 1 0 556205 0
[pid=240534/tid=240543] ppid=240531 vsize=19108176 memory=1328548 CPUtime=49.57 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 13178 0 81 0 4911 46 0 0 20 0 20 0 18248202 19566772224 332137 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 82 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19108176 memory=1328548 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19566772224 332137 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19108176 memory=490684 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 332137 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0

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

/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 925 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 438317 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19108176 memory=11540 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18248235 19566772224 438317 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 928.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1753268 KiB

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

# cumulated CPU time of all completed processes:  user=976.75 s, system=2.49278 s

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

[startup+947.2 s]
/proc/loadavg: 4.18 4.00 2.73 5/334 241155
/proc/meminfo: memFree=103957556/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19108176 memory=1753268 CPUtime=932.93 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 93000 0 111 0 93054 239 0 0 20 0 20 0 18248199 19566772224 438317 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4777044 438317 5880 1 0 556205 0
[pid=240534/tid=240543] ppid=240531 vsize=19108176 memory=12544 CPUtime=926.6 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 31932 0 81 0 92460 200 0 0 20 0 20 0 18248202 19566772224 438317 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1582 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19108176 memory=12544 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19566772224 438317 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19108176 memory=6154852135967681637 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 925 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 438317 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19108176 memory=11540 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18248235 19566772224 438317 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 932.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1753268 KiB

[startup+972.8 s]
/proc/loadavg: 4.20 4.02 2.77 5/333 241159
/proc/meminfo: memFree=103788028/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19108176 memory=1794228 CPUtime=958.49 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 93363 0 111 0 95604 245 0 0 20 0 20 0 18248199 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4777044 448557 5880 1 0 556205 0
[pid=240534/tid=240543] ppid=240531 vsize=19108176 memory=5536 CPUtime=951.99 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 32152 0 81 0 94994 205 0 0 20 0 20 0 18248202 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1587 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19108176 memory=12544 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19108176 memory=71476 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 987 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19108176 memory=11540 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18248235 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 958.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1794228 KiB

[startup+985.6 s]
/proc/loadavg: 4.22 4.03 2.79 6/333 241163
/proc/meminfo: memFree=103728628/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19108176 memory=1794228 CPUtime=971.2 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 93396 0 111 0 96874 246 0 0 20 0 20 0 18248199 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4777044 448557 5880 1 0 556205 0
[pid=240534/tid=240543] ppid=240531 vsize=19108176 memory=5536 CPUtime=964.7 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 32183 0 81 0 96264 206 0 0 20 0 20 0 18248202 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1592 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19108176 memory=1753268 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19108176 memory=1753268 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 987 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19108176 memory=5536 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18248235 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 971.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1794228 KiB

[startup+988.8 s]
/proc/loadavg: 4.22 4.03 2.79 5/333 241164
/proc/meminfo: memFree=103715232/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19108176 memory=1794228 CPUtime=974.4 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 93439 0 111 0 97193 247 0 0 20 0 20 0 18248199 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4777044 448557 5880 1 0 556205 0
[pid=240534/tid=240543] ppid=240531 vsize=19108176 memory=11540 CPUtime=967.9 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 32226 0 81 0 96583 207 0 0 20 0 20 0 18248202 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1592 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19108176 memory=1794228 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19108176 memory=71476 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 987 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19108176 memory=12544 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18248235 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 974.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1794228 KiB

[startup+992 s]*
/proc/loadavg: 4.21 4.03 2.80 5/333 241164
/proc/meminfo: memFree=103694524/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19108176 memory=1794228 CPUtime=977.59 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 93634 0 111 0 97512 247 0 0 20 0 20 0 18248199 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4777044 448557 5880 1 0 556205 0
[pid=240534/tid=240543] ppid=240531 vsize=19108176 memory=-8815621913869787836 CPUtime=971.09 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 32414 0 81 0 96902 207 0 0 20 0 20 0 18248202 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1592 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19108176 memory=39180 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19108176 memory=28196 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 987 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19108176 memory=-7665827670800230015 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18248235 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 977.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1794228 KiB

[startup+992.8 s]
/proc/loadavg: 4.21 4.03 2.80 5/333 241164
/proc/meminfo: memFree=103694524/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19108176 memory=1794228 CPUtime=978.38 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 93653 0 111 0 97591 247 0 0 20 0 20 0 18248199 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4777044 448557 5880 1 0 556205 0
[pid=240534/tid=240543] ppid=240531 vsize=19108176 memory=2156 CPUtime=971.88 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 32433 0 81 0 96981 207 0 0 20 0 20 0 18248202 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1592 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19108176 memory=-9104701112998142652 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19108176 memory=71476 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 987 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19108176 memory=1794228 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18248235 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 978.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1794228 KiB

[startup+993.2 s]
/proc/loadavg: 4.21 4.03 2.80 5/333 241166
/proc/meminfo: memFree=103689640/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19108176 memory=1794228 CPUtime=978.79 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 93664 0 111 0 97631 248 0 0 20 0 20 0 18248199 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4777044 448557 5880 1 0 556205 0
[pid=240534/tid=240543] ppid=240531 vsize=19108176 memory=3308 CPUtime=972.29 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) R 240531 240534 240492 0 -1 4194368 32444 0 81 0 97021 208 0 0 20 0 20 0 18248202 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1592 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19108176 memory=2168 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19108176 memory=1708 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 987 0 0 0 0 0 0 0 20 0 20 0 18248217 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240585] ppid=240531 vsize=19108176 memory=43288 CPUtime=0 cores=1,3
/proc/240534/task/240585/stat : 240585 (Timer-0) S 240531 240534 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18248235 19566772224 448557 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 978.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1794228 KiB

[startup+993.601 s]
/proc/loadavg: 4.21 4.03 2.80 5/333 241166
/proc/meminfo: memFree=103689640/131524600 swapFree=131071728/131071996
[pid=240534] ppid=240531 vsize=19241304 memory=1794672 CPUtime=979.18 cores=1,3
/proc/240534/stat : 240534 (java) S 240531 240534 240492 0 -1 1077936128 96614 0 111 0 97670 248 0 0 20 0 20 0 18248199 19703095296 448668 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 0 0 16800975 0 0 0 17 1 0 0 2 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
/proc/240534/statm: 4810326 448668 5880 1 0 556823 0
[pid=240534/tid=240543] ppid=240531 vsize=19241304 memory=5516 CPUtime=972.64 cores=1,3
/proc/240534/task/240543/stat : 240543 (java) S 240531 240534 240492 0 -1 1077936192 34467 0 81 0 97056 208 0 0 20 0 20 0 18248202 19703095296 448668 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 1594 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240568] ppid=240531 vsize=19241304 memory=11540 CPUtime=0 cores=1,3
/proc/240534/task/240568/stat : 240568 (Finalizer) S 240531 240534 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18248216 19703095296 448668 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
[pid=240534/tid=240583] ppid=240531 vsize=19241304 memory=71476 CPUtime=0 cores=1,3
/proc/240534/task/240583/stat : 240583 (Common-Cleaner) S 240531 240534 240492 0 -1 1077936192 987 0 0 0 0 0 0 0 20 0 20 0 18248217 19703095296 448668 134679101440 94668534288384 94668534292080 140729457243728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94668534299896 94668534300688 94668553527296 140729457251243 140729457251425 140729457251425 140729457258440 0
Current children cumulated CPU time: 979.18 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1794672 KiB

Child status: 10

Real time (s): 993.646
CPU time (s): 979.243
CPU user time (s): 976.75
CPU system time (s): 2.49278
CPU usage (%): 98.5505
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1794672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 976.75
system time used= 2.49278
maximum resident set size= 1795648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96927
page faults= 111
swaps= 0
block input operations= 24736
block output operations= 2126400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30672
involuntary context switches= 2779


# summary of solver processes directly reported to runsolver:
#   pid: 240534
#   total CPU time (s): 979.243
#   total CPU user time (s): 976.75
#   total CPU system time (s): 2.49278

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.09307 second user time and 4.98477 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-24 12:33:08
IDJOB=4443482
IDBENCH=147875
IDSOLVER=3079
FILE ID=nodeC029/4443482-1721817188
RUNJOBID= nodeC029-1721817188-240504
SLURM_JOB_ID= 7816890
Free space on /tmp= 890068 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
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 --file-size-limit 102400 -w /tmp/evaluation-result-4443482-1721817188/watcher-4443482-1721817188 -o /tmp/evaluation-result-4443482-1721817188/solver-4443482-1721817188 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721817188-240504 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4443482-1721817188 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4443482-1721817188.opb

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

MD5SUM BENCH= 3a50fcae898f788b3960bca00975c98a
RANDOM SEED=383216620

nodeC029.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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	: 0xb00002a
cpu MHz		: 2372.834
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
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	: 0xb00002a
cpu MHz		: 3383.960
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.34
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	: 0xb00002a
cpu MHz		: 2137.403
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
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	: 0xb00002a
cpu MHz		: 3268.034
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.34
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	: 0xb00002a
cpu MHz		: 3343.424
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
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	: 0xb00002a
cpu MHz		: 3600.962
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.34
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	: 0xb00002a
cpu MHz		: 3404.749
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
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	: 0xb00002a
cpu MHz		: 3579.331
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116824564 kB
MemAvailable:   129591152 kB
Buffers:          238252 kB
Cached:         13249824 kB
SwapCached:           44 kB
Active:          2647520 kB
Inactive:       11218488 kB
Active(anon):       1468 kB
Inactive(anon):   430476 kB
Active(file):    2646052 kB
Inactive(file): 10788012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071728 kB
Dirty:              1744 kB
Writeback:             0 kB
AnonPages:        378000 kB
Mapped:           118456 kB
Shmem:             54012 kB
KReclaimable:     344696 kB
Slab:             474076 kB
SReclaimable:     344696 kB
SUnreclaim:       129380 kB
KernelStack:        3888 kB
PageTables:         9756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     797212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21472 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      346836 kB
DirectMap2M:    44515328 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC029 at 2024-07-24 12:49:41