Trace number 4493884

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 2025-06-06SAT 1202.81 1203.06

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.08/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.21	c See www.sat4j.org for details.
0.08/0.22	c version PB25.v20250606
0.08/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.23	c java.vm.version	22.0.1+8-16
0.08/0.23	c java.vm.vendor	Oracle Corporation
0.08/0.23	c sun.arch.data.model	64
0.08/0.23	c java.version		22.0.1
0.08/0.23	c os.name		Linux
0.08/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.23	c os.arch		amd64
0.08/0.23	c Free memory 		2104792832
0.08/0.23	c Max memory 		16282288128
0.08/0.23	c Total memory 		2113929216
0.08/0.23	c Number of processors 	2
0.08/0.28	c Pseudo Boolean Optimization by upper bound
0.08/0.28	c --- Begin Solver configuration ---
0.08/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.08/0.28	c Learn all clauses as in MiniSAT
0.08/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.28	c Expensive reason simplification
0.08/0.28	c Glucose 2.1 dynamic restart strategy
0.08/0.28	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.08/0.28	c timeout=2147483s
0.08/0.28	c DB Simplification allowed=false
0.08/0.28	c Listener: none
0.08/0.28	c --- End Solver configuration ---
0.08/0.28	c solving HOME/instance-4493884-1751157346.opb
0.08/0.28	c reading problem ... 
0.08/0.28	c  no objective function found
0.25/0.34	c ... done. Wall clock time 0.056s.
0.25/0.34	c declared #vars     316
0.25/0.34	c #constraints  686
0.25/0.34	c constraints type 
0.25/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 168
0.25/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.25/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 207
0.25/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 308
0.25/0.34	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.25/0.34	c 686 constraints processed.
1.19/0.87	c cleaning 2501 clauses out of 5002 with flag 19197/5005
2.04/1.37	c cleaning 4249 clauses out of 8497 with flag 49213/11001
3.16/2.17	c cleaning 5623 clauses out of 11246 with flag 90933/18000
4.16/3.14	c cleaning 6812 clauses out of 13623 with flag 145000/26000
5.47/4.47	c cleaning 7903 clauses out of 15813 with flag 213546/35002
7.26/6.18	c cleaning 8947 clauses out of 17906 with flag 292002/45000
9.05/7.93	c cleaning 9974 clauses out of 19959 with flag 366190/56000
11.15/10.05	c cleaning 10989 clauses out of 21986 with flag 458017/68001
13.54/12.49	c cleaning 11990 clauses out of 23996 with flag 564804/81000
16.25/15.12	c cleaning 12993 clauses out of 26006 with flag 681965/95000
19.44/18.39	c cleaning 14001 clauses out of 28014 with flag 816767/110001
23.03/21.93	c cleaning 14997 clauses out of 30012 with flag 950122/126000
28.79/27.65	c cleaning 16004 clauses out of 32015 with flag 1126385/143001
33.61/32.47	c cleaning 16988 clauses out of 34010 with flag 1288692/161000
39.20/38.08	c cleaning 18005 clauses out of 36022 with flag 1470023/180000
46.33/45.14	c cleaning 19005 clauses out of 38020 with flag 1679377/200003
54.51/53.36	c cleaning 19999 clauses out of 40012 with flag 1899887/221000
62.79/61.61	c cleaning 21006 clauses out of 42015 with flag 2072970/243002
73.18/72.09	c cleaning 21998 clauses out of 44009 with flag 2314662/266002
79.11/77.98	c cleaning 23002 clauses out of 46009 with flag 2479401/290000
90.67/89.55	c cleaning 24003 clauses out of 48011 with flag 2689592/315004
103.55/102.40	c cleaning 24998 clauses out of 50003 with flag 2915826/341000
116.92/115.83	c cleaning 25999 clauses out of 52006 with flag 3182174/368001
131.13/130.02	c cleaning 26997 clauses out of 54011 with flag 3459479/396005
144.90/143.85	c cleaning 28001 clauses out of 56009 with flag 3735915/425000
160.47/159.46	c cleaning 29001 clauses out of 58009 with flag 4006569/455001
174.78/173.73	c cleaning 29997 clauses out of 60007 with flag 4268186/486000
192.74/191.75	c cleaning 31001 clauses out of 62015 with flag 4593382/518005
212.25/211.22	c cleaning 31995 clauses out of 64013 with flag 4891004/551004
235.21/234.26	c cleaning 33005 clauses out of 66016 with flag 5321319/585002
260.54/259.62	c cleaning 33996 clauses out of 68011 with flag 5721136/620002
285.94/285.09	c cleaning 35000 clauses out of 70014 with flag 6068923/656001
312.98/312.18	c cleaning 36001 clauses out of 72014 with flag 6449699/693001
342.41/341.63	c cleaning 36994 clauses out of 74012 with flag 6863688/731000
370.89/370.18	c cleaning 38009 clauses out of 76024 with flag 7262256/770006
399.73/399.04	c cleaning 39002 clauses out of 78010 with flag 7671238/810001
427.00/426.33	c cleaning 39998 clauses out of 80007 with flag 8080545/851000
450.66/450.01	c cleaning 41000 clauses out of 82009 with flag 8394069/893000
472.05/471.40	c cleaning 41997 clauses out of 84010 with flag 8702271/936001
503.89/503.34	c cleaning 42995 clauses out of 86012 with flag 9051926/980000
532.39/531.86	c cleaning 44004 clauses out of 88017 with flag 9412919/1025000
555.94/555.41	c cleaning 45007 clauses out of 90015 with flag 9761178/1071002
591.80/591.32	c cleaning 46000 clauses out of 92007 with flag 10156211/1118001
643.39/643.06	c cleaning 46997 clauses out of 94006 with flag 10602414/1166000
685.74/685.47	c cleaning 47999 clauses out of 96009 with flag 11080692/1215000
739.12/738.94	c cleaning 49005 clauses out of 98009 with flag 11640333/1265000
780.27/780.15	c cleaning 49995 clauses out of 100004 with flag 12085763/1316000
835.15/835.11	c cleaning 50999 clauses out of 102012 with flag 12622602/1368003
882.00/882.05	c cleaning 52000 clauses out of 104011 with flag 13102150/1421001
942.78/942.95	c cleaning 52999 clauses out of 106010 with flag 13622997/1475000
999.27/999.55	c cleaning 54000 clauses out of 108011 with flag 14122316/1530000
1064.15/1064.27	c cleaning 55001 clauses out of 110012 with flag 14672170/1586001
1133.22/1133.45	c cleaning 55997 clauses out of 112010 with flag 15207007/1643000
1195.36/1195.60	c cleaning 57000 clauses out of 114013 with flag 15790368/1701000
1202.64/1202.96	c SATISFIABLE
1202.64/1202.97	c starts		: 10700
1202.64/1202.97	c conflicts		: 1714719
1202.64/1202.97	c decisions		: 2614607
1202.64/1202.97	c propagations		: 58076575
1202.64/1202.97	c inspects		: 11385931134
1202.64/1202.97	c shortcuts		: 0
1202.64/1202.97	c learnt literals	: 9
1202.64/1202.97	c learnt binary clauses	: 22
1202.64/1202.97	c learnt ternary clauses	: 53
1202.64/1202.97	c learnt constraints	: 1714710
1202.64/1202.97	c ignored constraints	: 0
1202.64/1202.97	c root simplifications	: 0
1202.64/1202.97	c removed literals (reason simplification)	: 7490167
1202.64/1202.97	c reason swapping (by a shorter reason)	: 0
1202.64/1202.97	c Calls to reduceDB	: 54
1202.64/1202.98	c Number of update (reduction) of LBD	: 345390
1202.64/1202.98	c Imported unit clauses	: 0
1202.64/1202.98	c No decision after first conflict	: false
1202.64/1202.98	c number of reductions to clauses (during analyze)	: 0
1202.64/1202.98	c number of learned constraints concerned by reduction	: 0
1202.64/1202.98	c number of learning phase by resolution	: 0
1202.64/1202.98	c number of learning phase by cutting planes	: 0
1202.64/1202.98	c number of rounding to 1 operations	: 0
1202.64/1202.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1202.64/1202.98	c number of reductions of the coefficients by power 2 	: 0
1202.64/1202.98	c number of right shift for reduction by power 2 	: 0
1202.64/1202.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
1202.64/1202.98	c number of ending skipping 	: 0
1202.64/1202.98	c number of internal skipping 	: 0
1202.64/1202.98	c number of derivation steps 	: 0
1202.64/1202.98	c number of skipped derivation steps 	: 0
1202.64/1202.98	c number of remaining unassigned 	: 0
1202.64/1202.98	c number of remaining assigned 	: 0
1202.64/1202.98	c number of falsified literals weakened from reason	: 0
1202.64/1202.98	c number of falsified literals weakened from conflict	: 0
1202.64/1202.98	c time for arithmetic operations	: 0
1202.64/1202.98	c minimum degree of deleted constraints	: null
1202.64/1202.98	c maximum degree of deleted constraints	: null
1202.64/1202.98	c number of deleted constraints	: 0
1202.64/1202.98	c speed (assignments/second)	: 48291.227075281546
1202.64/1202.98	c non guided choices	: 26
1202.76/1203.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 70710
1202.76/1203.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 22
1202.76/1203.03	s SATISFIABLE
1202.76/1203.03	c Found 1 solution(s)
1202.76/1203.03	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 
1202.76/1203.03	c Total wall clock time (in seconds): 1202.755

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: 63665 MiB (63073 MiB free)
  memory of node 1: 64507 MiB (63961 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493884-1751157346/watcher-4493884-1751157346 -o /tmp/evaluation-result-4493884-1751157346/solver-4493884-1751157346 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19472 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4493884-1751157346.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 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=19529, runsolver pid=19514
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 0.85 2.43 3.41 8/271 19537
/proc/meminfo: memFree=130081496/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=16932400 memory=15104 CPUtime=0.01 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 1017 0 129 0 0 1 0 0 20 0 5 0 31412352 17338777600 3776 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16784588 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4233100 3776 3072 1 0 536973 0
[pid=19529/tid=19534] ppid=19514 vsize=16932400 memory=4026531960 CPUtime=0 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 462 0 69 0 0 0 0 0 20 0 5 0 31412359 17338777600 3776 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19547] ppid=19514 vsize=16932400 memory=224227754321 CPUtime=0 cores=1,3
/proc/19529/task/19547/stat : 19547 (java) R 19514 19529 19460 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 5 0 31412362 17338777600 3776 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 16932400 KiB
Current children cumulated memory: 15104 KiB

[startup+0.205006 s]*
/proc/loadavg: 0.85 2.43 3.41 12/335 19601
/proc/meminfo: memFree=130034120/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=18930384 memory=48524 CPUtime=0.08 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 5802 0 389 0 6 2 0 0 20 0 18 0 31412352 19384713216 12131 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4732596 12131 5190 1 0 547138 0
[pid=19529/tid=19534] ppid=19514 vsize=18930384 memory=3472328132922704156 CPUtime=0.04 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 4652 0 308 0 3 1 0 0 20 0 18 0 31412359 19384713216 12131 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=18930384 memory=16195 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31412369 19384713216 12131 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 31412369 19384713216 12131 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48524 KiB

[startup+0.305934 s]*
/proc/loadavg: 0.85 2.43 3.41 15/335 19601
/proc/meminfo: memFree=129988752/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=18930384 memory=61288 CPUtime=0.25 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 6806 0 391 0 22 3 0 0 20 0 18 0 31412352 19384713216 15322 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4732596 15322 5318 1 0 547902 0
[pid=19529/tid=19534] ppid=19514 vsize=18930384 memory=-6000919489953489774 CPUtime=0.14 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 5099 0 310 0 12 2 0 0 20 0 18 0 31412359 19384713216 15322 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=18930384 memory=-4421386509132784230 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31412369 19384713216 15322 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 31412369 19384713216 15322 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61288 KiB

[startup+0.700229 s]
/proc/loadavg: 0.85 2.43 3.41 12/339 19605
/proc/meminfo: memFree=129940300/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=18996948 memory=79056 CPUtime=1 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 11445 0 391 0 96 4 0 0 20 0 19 0 31412352 19452874752 19764 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4749237 19764 5350 1 0 550888 0
[pid=19529/tid=19534] ppid=19514 vsize=18996948 memory=17280 CPUtime=0.48 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 5159 0 310 0 46 2 0 0 20 0 19 0 31412359 19452874752 19764 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 19764 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=18996948 memory=281281568975904 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 19764 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19604] ppid=19514 vsize=18996948 memory=4380 CPUtime=0 cores=1,3
/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31412387 19452874752 19764 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79056 KiB

[startup+1.50019 s]
/proc/loadavg: 0.85 2.43 3.41 9/317 19615
/proc/meminfo: memFree=129918628/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=18996948 memory=98496 CPUtime=2.37 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 20106 0 391 0 232 5 0 0 20 0 19 0 31412352 19452874752 24624 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4749237 24624 5350 1 0 553594 0
[pid=19529/tid=19534] ppid=19514 vsize=18996948 memory=4380 CPUtime=1.25 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 5551 0 310 0 123 2 0 0 20 0 19 0 31412359 19452874752 24624 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 24624 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=18996948 memory=3158 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 24624 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19604] ppid=19514 vsize=18996948 memory=2244 CPUtime=0 cores=1,3
/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31412387 19452874752 24624 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 98496 KiB

[startup+3.10517 s]
/proc/loadavg: 0.85 2.43 3.41 10/339 19670
/proc/meminfo: memFree=129588572/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=18996948 memory=112000 CPUtime=4.16 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 20894 0 391 0 411 5 0 0 20 0 19 0 31412352 19452874752 28000 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4749237 28000 5350 1 0 553855 0
[pid=19529/tid=19534] ppid=19514 vsize=18996948 memory=0 CPUtime=2.84 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 5740 0 310 0 282 2 0 0 20 0 19 0 31412359 19452874752 28000 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=18996948 memory=-6000919489953489774 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 28000 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 28000 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19604] ppid=19514 vsize=18996948 memory=3158 CPUtime=0 cores=1,3
/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31412387 19452874752 28000 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 4.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 112000 KiB

[startup+6.30017 s]
/proc/loadavg: 1.11 2.46 3.41 8/321 19688
/proc/meminfo: memFree=129662472/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=18996948 memory=124232 CPUtime=7.45 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 21758 0 391 0 739 6 0 0 20 0 19 0 31412352 19452874752 31058 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4749237 31058 5350 1 0 553857 0
[pid=19529/tid=19534] ppid=19514 vsize=18996948 memory=0 CPUtime=6.04 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 6210 0 310 0 601 3 0 0 20 0 19 0 31412359 19452874752 31058 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=18996948 memory=14824 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 31058 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 31058 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19604] ppid=19514 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31412387 19452874752 31058 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 7.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 124232 KiB

[startup+12.7002 s]
/proc/loadavg: 1.34 2.48 3.42 7/341 19738
/proc/meminfo: memFree=128651564/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=18996948 memory=154952 CPUtime=13.84 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 23885 0 391 0 1377 7 0 0 20 0 19 0 31412352 19452874752 38738 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4749237 38738 5350 1 0 553857 0
[pid=19529/tid=19534] ppid=19514 vsize=18996948 memory=0 CPUtime=12.41 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 7147 0 310 0 1238 3 0 0 20 0 19 0 31412359 19452874752 38738 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=18996948 memory=14824 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 38738 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=18996948 memory=150856 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 38738 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19604] ppid=19514 vsize=18996948 memory=144712 CPUtime=0 cores=1,3
/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31412387 19452874752 38738 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 13.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154952 KiB

[startup+25.5002 s]
/proc/loadavg: 2.01 2.58 3.43 7/321 19909
/proc/meminfo: memFree=129188824/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=19063512 memory=190552 CPUtime=26.69 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 27233 0 391 0 2661 8 0 0 20 0 20 0 31412352 19521036288 47638 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4765878 47638 5414 1 0 554146 0
[pid=19529/tid=19534] ppid=19514 vsize=19063512 memory=150856 CPUtime=25.16 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 7534 0 310 0 2513 3 0 0 20 0 20 0 31412359 19521036288 47638 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 47638 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 47638 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19604] ppid=19514 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 47638 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 26.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190552 KiB

[startup+51.1052 s]
/proc/loadavg: 2.83 2.72 3.46 8/323 20021
/proc/meminfo: memFree=128596084/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=19063512 memory=241996 CPUtime=52.32 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 28248 0 391 0 5222 10 0 0 20 0 20 0 31412352 19521036288 60499 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4765878 60499 5414 1 0 554146 0
[pid=19529/tid=19534] ppid=19514 vsize=19063512 memory=0 CPUtime=50.66 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 7625 0 310 0 5063 3 0 0 20 0 20 0 31412359 19521036288 60499 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=19063512 memory=-6000919489953489774 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 60499 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=19063512 memory=241996 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 60499 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0

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

/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 306062 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 1122.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1224248 KiB

[startup+1182.3 s]
/proc/loadavg: 4.08 4.07 3.96 8/339 20718
/proc/meminfo: memFree=123040448/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=19063512 memory=1253172 CPUtime=1182.07 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 50475 0 391 0 118139 68 0 0 20 0 20 0 31412352 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4765878 313293 5446 1 0 556073 0
[pid=19529/tid=19534] ppid=19514 vsize=19063512 memory=1102540 CPUtime=1178.18 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 15838 0 310 0 117813 5 0 0 20 0 20 0 31412359 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=19063512 memory=1224248 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 355 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19604] ppid=19514 vsize=19063512 memory=1253172 CPUtime=0 cores=1,3
/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 1182.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1253172 KiB

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

# cumulated CPU time of all completed processes:  user=1202.11 s, system=0.702384 s

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

[startup+1190.4 s]
/proc/loadavg: 4.15 4.08 3.96 7/339 20718
/proc/meminfo: memFree=123039844/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=19063512 memory=1253172 CPUtime=1190.17 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 50478 0 391 0 118948 69 0 0 20 0 20 0 31412352 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4765878 313293 5446 1 0 556073 0
[pid=19529/tid=19534] ppid=19514 vsize=19063512 memory=1253172 CPUtime=1186.26 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 15838 0 310 0 118621 5 0 0 20 0 20 0 31412359 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=19063512 memory=1253172 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 355 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19604] ppid=19514 vsize=19063512 memory=1253172 CPUtime=0 cores=1,3
/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 1190.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1253172 KiB

[startup+1196.8 s]
/proc/loadavg: 4.14 4.08 3.96 7/339 20719
/proc/meminfo: memFree=123039940/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=19063512 memory=1253172 CPUtime=1196.55 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 50485 0 391 0 119586 69 0 0 20 0 20 0 31412352 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4765878 313293 5446 1 0 556074 0
[pid=19529/tid=19534] ppid=19514 vsize=19063512 memory=1253172 CPUtime=1192.64 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 15840 0 310 0 119259 5 0 0 20 0 20 0 31412359 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=19063512 memory=-6000919489953489774 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 355 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19604] ppid=19514 vsize=19063512 memory=1253172 CPUtime=0 cores=1,3
/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 1196.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1253172 KiB

[startup+1200 s]*
/proc/loadavg: 4.12 4.08 3.96 7/339 20719
/proc/meminfo: memFree=123039736/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=19063512 memory=1253172 CPUtime=1199.75 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 50571 0 391 0 119906 69 0 0 20 0 20 0 31412352 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4765878 313293 5446 1 0 556074 0
[pid=19529/tid=19534] ppid=19514 vsize=19063512 memory=-6000919494198062189 CPUtime=1195.84 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 15925 0 310 0 119579 5 0 0 20 0 20 0 31412359 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=19063512 memory=4211310521511210657 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 355 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19604] ppid=19514 vsize=19063512 memory=12288 CPUtime=0 cores=1,3
/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 1199.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1253172 KiB

[startup+1201.6 s]
/proc/loadavg: 4.12 4.08 3.96 7/339 20719
/proc/meminfo: memFree=123039776/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=19063512 memory=1253172 CPUtime=1201.34 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 50574 0 391 0 120065 69 0 0 20 0 20 0 31412352 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4765878 313293 5446 1 0 556075 0
[pid=19529/tid=19534] ppid=19514 vsize=19063512 memory=1253172 CPUtime=1197.43 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 15926 0 310 0 119738 5 0 0 20 0 20 0 31412359 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=19063512 memory=1253172 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 355 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19604] ppid=19514 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 1201.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1253172 KiB

[startup+1202.4 s]
/proc/loadavg: 4.12 4.08 3.96 7/339 20719
/proc/meminfo: memFree=123039776/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=19063512 memory=1253172 CPUtime=1202.14 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 50575 0 391 0 120145 69 0 0 20 0 20 0 31412352 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4765878 313293 5446 1 0 556075 0
[pid=19529/tid=19534] ppid=19514 vsize=19063512 memory=1253172 CPUtime=1198.23 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 15926 0 310 0 119818 5 0 0 20 0 20 0 31412359 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=19063512 memory=-6000919489953489774 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 355 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19604] ppid=19514 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 1202.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1253172 KiB

[startup+1202.8 s]
/proc/loadavg: 4.12 4.08 3.96 7/339 20719
/proc/meminfo: memFree=123039776/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=19063512 memory=1253172 CPUtime=1202.54 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 50575 0 391 0 120185 69 0 0 20 0 20 0 31412352 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4765878 313293 5446 1 0 556075 0
[pid=19529/tid=19534] ppid=19514 vsize=19063512 memory=245635481903 CPUtime=1198.63 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) R 19514 19529 19460 0 -1 4194368 15926 0 310 0 119858 5 0 0 20 0 20 0 31412359 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=19063512 memory=3530878420047364852 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=19063512 memory=3546079176840989995 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 355 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19604] ppid=19514 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/19529/task/19604/stat : 19604 (Timer-0) S 19514 19529 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 313293 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 1202.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1253172 KiB

[startup+1203 s]*
/proc/loadavg: 4.12 4.08 3.96 7/339 20721
/proc/meminfo: memFree=123039776/131249996 swapFree=33010684/33010684
[pid=19529] ppid=19514 vsize=19196640 memory=1253684 CPUtime=1202.76 cores=1,3
/proc/19529/stat : 19529 (java) S 19514 19529 19460 0 -1 4194304 52127 0 391 0 120207 69 0 0 20 0 20 0 31412352 19657359360 313421 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
/proc/19529/statm: 4799160 313421 5478 1 0 556714 0
[pid=19529/tid=19534] ppid=19514 vsize=19196640 memory=-6000919494198062189 CPUtime=1198.8 cores=1,3
/proc/19529/task/19534/stat : 19534 (java) S 19514 19529 19460 0 -1 4194368 17041 0 310 0 119875 5 0 0 20 0 20 0 31412359 19657359360 313421 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19577] ppid=19514 vsize=19196640 memory=-2541509730940783979 CPUtime=0 cores=1,3
/proc/19529/task/19577/stat : 19577 (Finalizer) S 19514 19529 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19657359360 313421 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=19599] ppid=19514 vsize=19196640 memory=0 CPUtime=0 cores=1,3
/proc/19529/task/19599/stat : 19599 (Common-Cleaner) S 19514 19529 19460 0 -1 4194368 355 0 0 0 0 0 0 0 20 0 20 0 31412369 19657359360 313421 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
[pid=19529/tid=20721] ppid=19514 vsize=19196640 memory=0 CPUtime=0.02 cores=1,3
/proc/19529/task/20721/stat : 20721 (Thread-0) R 19514 19529 19460 0 -1 4194368 264 0 0 0 2 0 0 0 20 0 20 0 31532649 19657359360 313421 18446744073709551615 94481435676672 94481435680368 140722752450160 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94481435688184 94481435688976 94481464004608 140722752452993 140722752453094 140722752453094 140722752458696 0
Current children cumulated CPU time: 1202.76 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1253684 KiB

Child status: 10

Real time (s): 1203.06
CPU time (s): 1202.81
CPU user time (s): 1202.11
CPU system time (s): 0.702384
CPU usage (%): 99.9795
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1253684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1202.11
system time used= 0.702384
maximum resident set size= 1253940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52347
page faults= 391
swaps= 0
block input operations= 7664
block output operations= 4752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38318
involuntary context switches= 2797


# summary of solver processes directly reported to runsolver:
#   pid: 19529
#   total CPU time (s): 1202.81
#   total CPU user time (s): 1202.11
#   total CPU system time (s): 0.702384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.26387 second user time and 4.94323 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 02:35:46
IDJOB=4493884
IDBENCH=147875
IDSOLVER=3363
FILE ID=nodeC017/4493884-1751157346
RUNJOBID= nodeC017-1751157346-19472
SLURM_JOB_ID= 9587483
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493884-1751157346/watcher-4493884-1751157346 -o /tmp/evaluation-result-4493884-1751157346/solver-4493884-1751157346 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19472 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493884-1751157346.opb

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

MD5SUM BENCH= 3a50fcae898f788b3960bca00975c98a
RANDOM SEED=82744114

nodeC017 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	: 0xb00002a
cpu MHz		: 3600.336
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3599.602
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3600.478
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3600.063
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3600.643
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 pti ibrs ibpb stibp 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	: 7000.12
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.085
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3600.299
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3600.076
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 pti ibrs ibpb stibp 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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130085052 kB
MemAvailable:   129739316 kB
Buffers:            3280 kB
Cached:           465092 kB
SwapCached:            0 kB
Active:           291080 kB
Inactive:         246120 kB
Active(anon):      86908 kB
Inactive(anon):        0 kB
Active(file):     204172 kB
Inactive(file):   246120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3236 kB
Writeback:             0 kB
AnonPages:         71928 kB
Mapped:           101848 kB
Shmem:             18080 kB
KReclaimable:      86020 kB
Slab:             169108 kB
SReclaimable:      86020 kB
SUnreclaim:        83088 kB
KernelStack:        4024 kB
PageTables:         2716 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-29 02:55:49