Trace number 4522973

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06SAT (TO)-2407 3600.29 3658.95

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-KE_120_003.opb
MD5SUM700a5adac982882152e12317b982beed
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-2565
Best CPU time to get the best result obtained on this benchmark0.012008
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables422
Total number of constraints71
Number of constraints which are clauses8
Number of constraints which are cardinality constraints (but not clauses)63
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint179
Number of terms in the objective function 422
Biggest coefficient in the objective function 254
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 46685
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 254
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 46685
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4522973-1751650863.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  objective function found
0.13/0.17	c ... done. Wall clock time 0.031s.
0.13/0.17	c declared #vars     422
0.13/0.17	c #constraints  71
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8
0.13/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
0.13/0.17	c 71 constraints processed.
0.13/0.18	c objective function length is 422 literals
0.13/0.20	c SATISFIABLE
0.13/0.20	c OPTIMIZING...
0.13/0.20	c Got one! Elapsed wall clock time (in seconds):0.061
0.13/0.20	o -2285
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.249
0.50/0.38	o -2317
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.253
0.50/0.39	o -2402
4.00/2.13	c Got one! Elapsed wall clock time (in seconds):1.995
4.00/2.13	o -2407
4.79/2.81	c cleaning 2911 clauses out of 5822 with flag 2232/5822
7.90/5.73	c cleaning 4457 clauses out of 8913 with flag 14476/11824
11.19/8.99	c cleaning 5731 clauses out of 11464 with flag 29208/18832
15.53/13.23	c cleaning 6858 clauses out of 13723 with flag 45610/26822
21.15/18.73	c cleaning 7928 clauses out of 15865 with flag 64045/35822
27.57/25.03	c cleaning 8965 clauses out of 17939 with flag 84558/45824
36.14/33.66	c cleaning 9978 clauses out of 19972 with flag 106979/56822
46.70/44.19	c cleaning 10996 clauses out of 21994 with flag 131485/68822
59.69/57.01	c cleaning 12000 clauses out of 24000 with flag 158063/81824
72.92/70.30	c cleaning 12999 clauses out of 25998 with flag 186616/95822
87.66/84.84	c cleaning 13997 clauses out of 27999 with flag 217238/110822
104.51/101.68	c cleaning 15002 clauses out of 30003 with flag 249933/126823
124.32/121.11	c cleaning 16000 clauses out of 32000 with flag 284592/143822
145.86/142.63	c cleaning 17000 clauses out of 34000 with flag 321350/161822
169.69/166.38	c cleaning 17996 clauses out of 36000 with flag 360037/180822
195.41/192.02	c cleaning 19002 clauses out of 38004 with flag 400805/200822
226.62/223.24	c cleaning 20001 clauses out of 40002 with flag 443657/221822
262.73/259.12	c cleaning 21002 clauses out of 42003 with flag 488688/243824
298.96/295.20	c cleaning 22000 clauses out of 44000 with flag 535561/266823
335.58/337.65	c cleaning 23000 clauses out of 46000 with flag 584551/290823
372.59/374.47	c cleaning 23996 clauses out of 48000 with flag 638952/315823
416.31/417.87	c cleaning 25001 clauses out of 50005 with flag 711378/341824
464.37/465.84	c cleaning 26003 clauses out of 52005 with flag 791508/368825
505.07/506.25	c cleaning 26997 clauses out of 54001 with flag 864239/396824
558.96/560.00	c cleaning 27992 clauses out of 56004 with flag 947935/425824
600.27/601.17	c cleaning 29003 clauses out of 58010 with flag 1021883/455822
652.83/656.45	c cleaning 29997 clauses out of 60009 with flag 1100184/486824
697.31/700.74	c cleaning 31003 clauses out of 62010 with flag 1177592/518822
737.61/740.91	c cleaning 31996 clauses out of 64007 with flag 1256795/551822
786.45/789.45	c cleaning 33001 clauses out of 66011 with flag 1346487/585822
854.58/861.71	c cleaning 33994 clauses out of 68011 with flag 1438449/620823
914.25/921.35	c cleaning 35007 clauses out of 70016 with flag 1533607/656822
980.23/986.85	c cleaning 36001 clauses out of 72009 with flag 1631114/693822
1057.80/1063.41	c cleaning 36998 clauses out of 74009 with flag 1743066/731823
1136.24/1141.90	c cleaning 38003 clauses out of 76012 with flag 1852542/770824
1181.62/1186.36	c cleaning 38998 clauses out of 78008 with flag 1947263/810823
1264.89/1269.81	c cleaning 40001 clauses out of 80009 with flag 2060463/851822
1340.92/1345.05	c cleaning 41002 clauses out of 82009 with flag 2163458/893823
1426.16/1435.62	c cleaning 41997 clauses out of 84007 with flag 2278424/936823
1512.02/1522.91	c cleaning 43002 clauses out of 86011 with flag 2391639/980824
1618.36/1630.54	c cleaning 43999 clauses out of 88007 with flag 2514936/1025822
1708.22/1722.87	c cleaning 44994 clauses out of 90008 with flag 2632841/1071822
1812.50/1829.02	c cleaning 46009 clauses out of 92017 with flag 2760031/1118825
1912.21/1927.82	c cleaning 47003 clauses out of 94005 with flag 2869464/1166822
2027.77/2042.68	c cleaning 47999 clauses out of 96004 with flag 2997194/1215824
2153.96/2169.68	c cleaning 48996 clauses out of 98006 with flag 3126515/1265825
2280.67/2300.42	c cleaning 50004 clauses out of 100008 with flag 3252571/1316823
2447.39/2466.52	c cleaning 50996 clauses out of 102003 with flag 3374662/1368822
2605.96/2626.37	c cleaning 52005 clauses out of 104010 with flag 3504078/1421825
2783.10/2808.28	c cleaning 53002 clauses out of 106004 with flag 3638025/1475824
2958.46/2985.88	c cleaning 54012 clauses out of 108023 with flag 3761589/1530845
3147.69/3189.17	c cleaning 54986 clauses out of 109989 with flag 3896309/1586823
3345.21/3397.08	c cleaning 56002 clauses out of 112003 with flag 4029134/1643823
3483.09/3539.16	c cleaning 56981 clauses out of 114000 with flag 4165725/1701822
3600.06/3658.82	c starts		: 18259
3600.06/3658.83	c conflicts		: 1748867
3600.06/3658.83	c decisions		: 8448879
3600.06/3658.83	c propagations		: 21767927
3600.06/3658.83	c inspects		: 10915500362
3600.06/3658.83	c shortcuts		: 0
3600.06/3658.83	c learnt literals	: 0
3600.06/3658.83	c learnt binary clauses	: 0
3600.06/3658.83	c learnt ternary clauses	: 0
3600.06/3658.83	c learnt constraints	: 1748867
3600.06/3658.83	c ignored constraints	: 0
3600.06/3658.83	c root simplifications	: 0
3600.06/3658.84	c removed literals (reason simplification)	: 91881565
3600.06/3658.84	c reason swapping (by a shorter reason)	: 0
3600.06/3658.84	c Calls to reduceDB	: 54
3600.06/3658.84	c Number of update (reduction) of LBD	: 62020
3600.06/3658.84	c Imported unit clauses	: 0
3600.06/3658.84	c No decision after first conflict	: false
3600.06/3658.84	c number of reductions to clauses (during analyze)	: 0
3600.06/3658.84	c number of learned constraints concerned by reduction	: 0
3600.06/3658.84	c number of learning phase by resolution	: 0
3600.06/3658.84	c number of learning phase by cutting planes	: 0
3600.06/3658.84	c number of rounding to 1 operations	: 0
3600.06/3658.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3658.84	c number of reductions of the coefficients by power 2 	: 0
3600.06/3658.84	c number of right shift for reduction by power 2 	: 0
3600.06/3658.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3658.84	c number of ending skipping 	: 0
3600.06/3658.84	c number of internal skipping 	: 0
3600.06/3658.84	c number of derivation steps 	: 0
3600.06/3658.84	c number of skipped derivation steps 	: 0
3600.06/3658.84	c number of remaining unassigned 	: 0
3600.06/3658.84	c number of remaining assigned 	: 0
3600.06/3658.84	c number of falsified literals weakened from reason	: 0
3600.06/3658.84	c number of falsified literals weakened from conflict	: 0
3600.06/3658.84	c time for arithmetic operations	: 0
3600.06/3658.84	c minimum degree of deleted constraints	: null
3600.06/3658.84	c maximum degree of deleted constraints	: null
3600.06/3658.84	c number of deleted constraints	: 0
3600.06/3658.85	c speed (assignments/second)	: 5949.713979278155
3600.06/3658.85	c non guided choices	: 0
3600.25/3658.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 104064
3600.25/3658.90	s SATISFIABLE
3600.25/3658.90	c Found 4 solution(s)
3600.25/3658.90	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 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 
3600.25/3658.91	c objective function=-2407
3600.25/3658.91	c Total wall clock time (in seconds): 3658.771

Verifier Data

OK	-2407

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=93545, runsolver pid=93542
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.53 4.49 4.64 6/345 93563
/proc/meminfo: memFree=81873216/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=18930384 memory=57832 CPUtime=0.13 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 6571 0 0 0 11 2 0 0 20 0 18 0 80766148 19384713216 14458 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4732596 14458 5355 1 0 547620 0
[pid=93545/tid=93547] ppid=93542 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 5062 0 0 0 7 1 0 0 20 0 18 0 80766149 19384713216 14458 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80766151 19384713216 14458 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=18930384 memory=61784027586760 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80766152 19384713216 14458 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57832 KiB

[startup+0.206018 s]*
/proc/loadavg: 4.53 4.49 4.64 7/346 93564
/proc/meminfo: memFree=81869120/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=18996948 memory=62592 CPUtime=0.31 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 7193 0 0 0 29 2 0 0 20 0 19 0 80766148 19452874752 15648 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4749237 15648 5451 1 0 548314 0
[pid=93545/tid=93547] ppid=93542 vsize=18996948 memory=4026794268 CPUtime=0.16 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 5398 0 0 0 15 1 0 0 20 0 19 0 80766149 19452874752 15648 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=18996948 memory=18954 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80766151 19452874752 15648 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=18996948 memory=60684515935208 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80766152 19452874752 15648 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=18996948 memory=3618418220220022816 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 80766167 19452874752 15648 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62592 KiB

[startup+0.305922 s]*
/proc/loadavg: 4.53 4.49 4.64 6/346 93564
/proc/meminfo: memFree=81856896/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=18996948 memory=73572 CPUtime=0.5 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 8184 0 0 0 47 3 0 0 20 0 19 0 80766148 19452874752 18393 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4749237 18393 5483 1 0 548893 0
[pid=93545/tid=93547] ppid=93542 vsize=18996948 memory=-6000919498493094246 CPUtime=0.22 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 5419 0 0 0 21 1 0 0 20 0 19 0 80766149 19452874752 18393 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80766151 19452874752 18393 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80766152 19452874752 18393 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 80766167 19452874752 18393 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73572 KiB

[startup+0.700233 s]
/proc/loadavg: 4.53 4.49 4.64 6/346 93564
/proc/meminfo: memFree=81811796/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=166992 CPUtime=1.25 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 11305 0 0 0 120 5 0 0 20 0 20 0 80766148 19521036288 41748 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4765878 41748 5515 1 0 551242 0
[pid=93545/tid=93547] ppid=93542 vsize=19063512 memory=18944 CPUtime=0.56 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 5472 0 0 0 53 3 0 0 20 0 20 0 80766149 19521036288 41748 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80766151 19521036288 41748 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80766152 19521036288 41748 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80766167 19521036288 41748 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166992 KiB

[startup+1.50023 s]
/proc/loadavg: 4.53 4.49 4.64 6/347 93565
/proc/meminfo: memFree=81752564/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=193840 CPUtime=2.84 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 19734 0 0 0 276 8 0 0 20 0 20 0 80766148 19521036288 48460 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4765878 48460 5515 1 0 553789 0
[pid=93545/tid=93547] ppid=93542 vsize=19063512 memory=0 CPUtime=1.29 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 5822 0 0 0 125 4 0 0 20 0 20 0 80766149 19521036288 48460 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80766151 19521036288 48460 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80766152 19521036288 48460 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80766167 19521036288 48460 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 193840 KiB

[startup+3.10571 s]
/proc/loadavg: 4.53 4.49 4.64 5/347 93565
/proc/meminfo: memFree=81479600/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=382916 CPUtime=5.22 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 22799 0 0 0 508 14 0 0 20 0 20 0 80766148 19521036288 95729 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4765878 95729 5515 1 0 704314 0
[pid=93545/tid=93547] ppid=93542 vsize=19063512 memory=10880 CPUtime=2.83 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 7082 0 0 0 275 8 0 0 20 0 20 0 80766149 19521036288 95729 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19063512 memory=-6000919498493094246 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80766151 19521036288 95729 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80766152 19521036288 95729 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80766167 19521036288 95729 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 382916 KiB

[startup+6.30019 s]
/proc/loadavg: 4.49 4.48 4.64 6/347 93565
/proc/meminfo: memFree=80988584/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=814320 CPUtime=8.54 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 23574 0 0 0 829 25 0 0 20 0 20 0 80766148 19521036288 203580 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4765878 203580 5515 1 0 840098 0
[pid=93545/tid=93547] ppid=93542 vsize=19063512 memory=0 CPUtime=5.9 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 7283 0 0 0 572 18 0 0 20 0 20 0 80766149 19521036288 203580 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80766151 19521036288 203580 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 80766152 19521036288 203580 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=19063512 memory=194480 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80766167 19521036288 203580 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 8.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 814320 KiB

[startup+12.7002 s]
/proc/loadavg: 4.53 4.49 4.64 6/346 93565
/proc/meminfo: memFree=80594260/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=1154396 CPUtime=15.02 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 24183 0 0 0 1468 34 0 0 20 0 20 0 80766148 19521036288 288599 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4765878 288599 5515 1 0 840116 0
[pid=93545/tid=93547] ppid=93542 vsize=19063512 memory=194480 CPUtime=12.21 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 7797 0 0 0 1195 26 0 0 20 0 20 0 80766149 19521036288 288599 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19063512 memory=1095004 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80766151 19521036288 288599 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 80766152 19521036288 288599 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80766167 19521036288 288599 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 15.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1154396 KiB

[startup+25.5002 s]
/proc/loadavg: 4.60 4.51 4.64 6/346 93565
/proc/meminfo: memFree=79765804/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=1541872 CPUtime=28.12 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 30657 0 0 0 2764 48 0 0 20 0 20 0 80766148 19521036288 385468 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4765878 385468 5515 1 0 840120 0
[pid=93545/tid=93547] ppid=93542 vsize=19063512 memory=1095004 CPUtime=24.68 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 9427 0 0 0 2433 35 0 0 20 0 20 0 80766149 19521036288 385468 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80766151 19521036288 385468 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19063512 memory=1506988 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 80766152 19521036288 385468 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=19063512 memory=18944 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80766167 19521036288 385468 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 28.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1541872 KiB

[startup+51.1058 s]
/proc/loadavg: 4.56 4.51 4.64 6/347 93635
/proc/meminfo: memFree=93670076/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=1798164 CPUtime=53.77 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 35320 0 0 0 5310 67 0 0 20 0 20 0 80766148 19521036288 449541 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0

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

[startup+3342.3 s]
/proc/loadavg: 2.07 2.13 2.88 3/292 93873
/proc/meminfo: memFree=110823916/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=2331968 CPUtime=3298.53 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 144071 0 0 0 329131 722 0 0 20 0 20 0 80766148 19521036288 582992 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4765878 582992 5547 1 0 595113 0
[pid=93545/tid=93547] ppid=93542 vsize=19063512 memory=5276 CPUtime=3247.14 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 65367 0 0 0 324109 605 0 0 20 0 20 0 80766149 19521036288 582992 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19063512 memory=21968 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80766151 19521036288 582992 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 1711 0 0 0 0 0 0 0 20 0 20 0 80766152 19521036288 582992 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80766167 19521036288 582992 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 3298.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2331968 KiB

[startup+3402.3 s]
/proc/loadavg: 2.06 2.12 2.82 3/292 93875
/proc/meminfo: memFree=110667096/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=2332096 CPUtime=3350.52 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 144678 0 0 0 334324 728 0 0 20 0 20 0 80766148 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4765878 583024 5547 1 0 595129 0
[pid=93545/tid=93547] ppid=93542 vsize=19063512 memory=2331968 CPUtime=3298.78 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 65531 0 0 0 329269 609 0 0 20 0 20 0 80766149 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80766151 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19063512 memory=18944 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 1719 0 0 0 0 0 0 0 20 0 20 0 80766152 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=19063512 memory=2332096 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80766167 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 3350.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2332096 KiB

[startup+3462.3 s]
/proc/loadavg: 2.06 2.11 2.78 3/292 93877
/proc/meminfo: memFree=110554872/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=2332096 CPUtime=3409.35 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 144715 0 0 0 340198 737 0 0 20 0 20 0 80766148 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4765878 583024 5547 1 0 595129 0
[pid=93545/tid=93547] ppid=93542 vsize=19063512 memory=18944 CPUtime=3357.36 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 65532 0 0 0 335119 617 0 0 20 0 20 0 80766149 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19063512 memory=2332096 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80766151 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 1719 0 0 0 0 0 0 0 20 0 20 0 80766152 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=19063512 memory=2332096 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80766167 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 3409.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2332096 KiB

[startup+3522.3 s]
/proc/loadavg: 1.69 2.01 2.70 2/267 93912
/proc/meminfo: memFree=122863640/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=2332096 CPUtime=3466.32 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 146217 0 0 0 345883 749 0 0 20 0 20 0 80766148 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4765878 583024 5547 1 0 595136 0
[pid=93545/tid=93547] ppid=93542 vsize=19063512 memory=5760 CPUtime=3412.98 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 66317 0 0 0 340669 629 0 0 20 0 20 0 80766149 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19063512 memory=2332096 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80766151 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19063512 memory=2332096 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 1719 0 0 0 0 0 0 0 20 0 20 0 80766152 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=19063512 memory=2332096 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80766167 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 3466.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2332096 KiB

[startup+3582.3 s]
/proc/loadavg: 1.31 1.84 2.59 2/267 93914
/proc/meminfo: memFree=122798924/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=2332096 CPUtime=3526.99 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 150330 0 0 0 351938 761 0 0 20 0 20 0 80766148 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4765878 583024 5547 1 0 595136 0
[pid=93545/tid=93547] ppid=93542 vsize=19063512 memory=2332096 CPUtime=3472.56 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 68678 0 0 0 346617 639 0 0 20 0 20 0 80766149 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19063512 memory=2332096 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80766151 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 1720 0 0 0 0 0 0 0 20 0 20 0 80766152 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80766167 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 3526.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2332096 KiB

[startup+3642.3 s]
/proc/loadavg: 1.19 1.70 2.50 1/267 93916
/proc/meminfo: memFree=122739012/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=2332096 CPUtime=3584.74 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 151377 0 0 0 357699 775 0 0 20 0 20 0 80766148 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4765878 583024 5547 1 0 595136 0
[pid=93545/tid=93547] ppid=93542 vsize=19063512 memory=2332096 CPUtime=3529.7 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) D 93542 93545 92592 0 -1 4194368 69510 0 0 0 352319 651 0 0 20 0 20 0 80766149 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19063512 memory=2332096 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80766151 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19063512 memory=2332096 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 1758 0 0 0 0 0 0 0 20 0 20 0 80766152 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80766167 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 3584.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2332096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3658.8 s]
/proc/loadavg: 1.15 1.66 2.47 2/267 93916
/proc/meminfo: memFree=122726756/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19063512 memory=2332096 CPUtime=3600.06 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 152732 0 0 0 359228 778 0 0 20 0 20 0 80766148 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4765878 583024 5547 1 0 595136 0
[pid=93545/tid=93547] ppid=93542 vsize=19063512 memory=2332096 CPUtime=3544.74 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 70287 0 0 0 353820 654 0 0 20 0 20 0 80766149 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19063512 memory=12928 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80766151 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19063512 memory=10112 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 1758 0 0 0 0 0 0 0 20 0 20 0 80766152 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93564] ppid=93542 vsize=19063512 memory=2332096 CPUtime=0 cores=4,6
/proc/93545/task/93564/stat : 93564 (Timer-0) S 93542 93545 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80766167 19521036288 583024 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2332096 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3658.95 s]
# the end of solver process 93545 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3592.49 s, system=7.80003 s

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

[startup+3658.91 s]
/proc/loadavg: 1.15 1.66 2.47 2/267 93916
/proc/meminfo: memFree=122726756/131250000 swapFree=33010416/33010684
[pid=93545] ppid=93542 vsize=19263204 memory=2332864 CPUtime=3600.25 cores=4,6
/proc/93545/stat : 93545 (java) S 93542 93545 92592 0 -1 4194304 154868 0 0 0 359247 778 0 0 20 0 21 0 80766148 19725520896 583216 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
/proc/93545/statm: 4815801 583216 5547 1 0 596087 0
[pid=93545/tid=93547] ppid=93542 vsize=19263204 memory=2332096 CPUtime=3544.84 cores=4,6
/proc/93545/task/93547/stat : 93547 (java) R 93542 93545 92592 0 -1 4194368 70432 0 0 0 353830 654 0 0 20 0 21 0 80766149 19725520896 583216 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93556] ppid=93542 vsize=19263204 memory=2332096 CPUtime=0 cores=4,6
/proc/93545/task/93556/stat : 93556 (Finalizer) S 93542 93545 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80766151 19725520896 583216 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
[pid=93545/tid=93563] ppid=93542 vsize=19263204 memory=14720 CPUtime=0 cores=4,6
/proc/93545/task/93563/stat : 93563 (Common-Cleaner) S 93542 93545 92592 0 -1 4194368 1758 0 0 0 0 0 0 0 20 0 21 0 80766152 19725520896 583216 18446744073709551615 94016877645824 94016877649520 140726061736240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94016877657336 94016877658128 94016903979008 140726061738287 140726061738469 140726061738469 140726061744072 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2332864 KiB

Child status: 143

Real time (s): 3658.95
CPU time (s): 3600.29
CPU user time (s): 3592.49
CPU system time (s): 7.80003
CPU usage (%): 98.3969
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3244952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.49
system time used= 7.80003
maximum resident set size= 3244952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155113
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8008512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117472
involuntary context switches= 11850


# summary of solver processes directly reported to runsolver:
#   pid: 93545
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3592.49
#   total CPU system time (s): 7.80003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.46569 second user time and 16.6767 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-04 19:41:03
IDJOB=4522973
IDBENCH=179579
IDSOLVER=3364
FILE ID=nodeC027/4522973-1751650863
RUNJOBID= nodeC027-1751647260-92974
SLURM_JOB_ID= 9672332
Free space on /tmp= 431148 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/KidneyTransplantBenchmarks/normalized-KE_120_003.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522973-1751650863/watcher-4522973-1751650863 -o /tmp/evaluation-result-4522973-1751650863/solver-4522973-1751650863 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751647260-92974 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4522973-1751650863 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4522973-1751650863.opb

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

MD5SUM BENCH= 700a5adac982882152e12317b982beed
RANDOM SEED=119317610

nodeC027 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		: 3599.667
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	: 6999.29
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.639
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	: 6999.29
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		: 3599.247
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	: 6999.29
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		: 3596.232
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	: 6999.29
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		: 3599.630
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	: 6999.29
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		: 3599.639
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	: 6999.29
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		: 3599.668
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	: 6999.29
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		: 3602.629
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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        81893440 kB
MemAvailable:   101322824 kB
Buffers:            2488 kB
Cached:         20203512 kB
SwapCached:           12 kB
Active:         28944152 kB
Inactive:       19646236 kB
Active(anon):   28399724 kB
Inactive(anon):     2792 kB
Active(file):     544428 kB
Inactive(file): 19643444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           1767556 kB
Writeback:             0 kB
AnonPages:      28382828 kB
Mapped:           124964 kB
Shmem:             18056 kB
KReclaimable:     161100 kB
Slab:             308268 kB
SReclaimable:     161100 kB
SUnreclaim:       147168 kB
KernelStack:        5296 kB
PageTables:        59356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   31436904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151576 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  27932672 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431184 MiB
End job on nodeC027 at 2025-07-04 20:42:02