Trace number 4518463

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 CP VeriPB 2025-06-06SAT (TO)430 3600.54 3665.77

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
linear/normalized-evencolouring_opt_linear_random6regular_nvert_101.opb
MD5SUMeeaa529b25ecff27552c4f6e24903559
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.085645
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404
Total number of constraints101
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 101
Biggest coefficient in the objective function 101
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 5151
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 101
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 5151
Number of bits of the biggest sum of numbers13
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.11/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.19	c See www.sat4j.org for details.
0.11/0.21	c version PB25.v20250606
0.28/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.23	c java.vm.version	22.0.1+8-16
0.28/0.23	c java.vm.vendor	Oracle Corporation
0.28/0.23	c sun.arch.data.model	64
0.28/0.23	c java.version		22.0.1
0.28/0.23	c os.name		Linux
0.28/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.23	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.60/0.45	c Pseudo Boolean Optimization by upper bound
0.60/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.45	c  - never skip resolution steps
0.60/0.45	c  - Auto-division on coefficients is disabled
0.60/0.45	c  - No postprocessing
0.60/0.45	c  - Conflict is considered as is when resolving
0.60/0.45	c  - Use constraints as they come during conflict analysis
0.60/0.45	c  - Weaken first using unassigned literals
0.60/0.45	c  - Bump strategy: ALWAYS_ONE
0.60/0.45	c  - Bumper: EFFECTIVE
0.60/0.45	c --- Begin Solver configuration ---
0.60/0.45	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.60/0.45	c Learn all clauses as in MiniSAT
0.60/0.45	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.45	c No reason simplification
0.60/0.45	c Dynamic restart strategy considering the size of the coefficients
0.60/0.45	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.60/0.45	c timeout=2147483s
0.60/0.45	c DB Simplification allowed=false
0.60/0.45	c Listener: none
0.60/0.45	c --- End Solver configuration ---
0.60/0.45	c solving HOME/instance-4518463-1751551347.opb
0.60/0.45	c reading problem ... 
0.64/0.66	c using VERIPB proof format
0.64/0.67	c  objective function found
0.71/0.75	c ... done. Wall clock time 0.294s.
0.71/0.75	c declared #vars     404
0.71/0.75	c #constraints  202
0.71/0.75	c constraints type 
0.71/0.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
0.71/0.75	c 202 constraints processed.
0.71/0.78	c objective function length is 101 literals
1.49/1.14	c SATISFIABLE
1.49/1.14	c OPTIMIZING...
1.49/1.14	c Got one! Elapsed wall clock time (in seconds):0.687
1.49/1.14	o 1855
2.44/1.67	c Got one! Elapsed wall clock time (in seconds):1.216
2.44/1.67	o 1814
13.93/9.84	c cleaning 2605 clauses out of 5220 with flag 0/5220
20.43/15.92	c Got one! Elapsed wall clock time (in seconds):15.467
20.43/15.92	o 1799
20.62/16.09	c Got one! Elapsed wall clock time (in seconds):15.642
20.62/16.09	o 1795
21.19/16.30	c Got one! Elapsed wall clock time (in seconds):15.848
21.19/16.30	o 446
30.18/23.44	c cleaning 4330 clauses out of 8680 with flag 0/11285
43.71/36.68	c cleaning 5166 clauses out of 10356 with flag 0/17291
58.48/50.99	c cleaning 6081 clauses out of 12184 with flag 0/24285
60.68/53.11	c Got one! Elapsed wall clock time (in seconds):52.662
60.68/53.11	o 443
68.76/60.97	c Got one! Elapsed wall clock time (in seconds):60.516
68.76/60.97	o 442
69.31/61.20	c Got one! Elapsed wall clock time (in seconds):60.752
69.31/61.20	o 438
75.34/64.87	c cleaning 5951 clauses out of 11925 with flag 0/30107
90.30/79.02	c cleaning 5972 clauses out of 11975 with flag 0/36108
104.38/92.97	c cleaning 6491 clauses out of 13003 with flag 0/43108
128.21/117.60	c cleaning 7244 clauses out of 14511 with flag 0/51107
147.52/162.66	c cleaning 8130 clauses out of 16267 with flag 0/60107
168.59/183.50	c cleaning 9061 clauses out of 18138 with flag 0/70108
195.82/212.22	c cleaning 10023 clauses out of 20076 with flag 0/81107
227.53/243.57	c cleaning 11014 clauses out of 22053 with flag 0/93107
259.85/281.91	c cleaning 12010 clauses out of 24046 with flag 0/106114
277.09/298.34	c Got one! Elapsed wall clock time (in seconds):297.89
277.09/298.34	o 435
277.69/298.66	c Got one! Elapsed wall clock time (in seconds):298.209
277.69/298.66	o 434
278.69/299.18	c Got one! Elapsed wall clock time (in seconds):298.727
278.69/299.18	o 430
297.78/316.80	c cleaning 12162 clauses out of 24340 with flag 0/118418
310.02/328.87	c cleaning 9078 clauses out of 18177 with flag 0/124417
325.29/343.58	c cleaning 8034 clauses out of 16099 with flag 0/131417
346.02/364.97	c cleaning 8022 clauses out of 16065 with flag 0/139417
373.34/391.63	c cleaning 8515 clauses out of 17048 with flag 0/148422
400.71/418.87	c cleaning 9258 clauses out of 18531 with flag 0/158420
426.13/443.79	c cleaning 10129 clauses out of 20273 with flag 0/169420
465.52/488.88	c cleaning 11062 clauses out of 22146 with flag 0/181422
503.97/526.94	c cleaning 12033 clauses out of 24079 with flag 0/194417
544.96/568.91	c cleaning 13013 clauses out of 26049 with flag 0/208420
587.41/610.65	c cleaning 14003 clauses out of 28035 with flag 0/223419
630.23/652.86	c cleaning 15008 clauses out of 30033 with flag 0/239420
671.97/694.29	c cleaning 16003 clauses out of 32023 with flag 0/256418
725.89/747.35	c cleaning 16991 clauses out of 34020 with flag 0/274418
785.86/814.44	c cleaning 18002 clauses out of 36029 with flag 0/293418
842.18/870.12	c cleaning 19001 clauses out of 38027 with flag 0/313418
913.85/948.31	c cleaning 19998 clauses out of 40025 with flag 0/334417
988.21/1021.44	c cleaning 21003 clauses out of 42031 with flag 0/356421
1048.44/1085.10	c cleaning 22001 clauses out of 44027 with flag 0/379420
1116.08/1151.93	c cleaning 23001 clauses out of 46023 with flag 0/403417
1189.78/1223.85	c cleaning 24003 clauses out of 48023 with flag 0/428418
1277.66/1313.15	c cleaning 25001 clauses out of 50020 with flag 0/454418
1368.44/1407.75	c cleaning 26000 clauses out of 52020 with flag 0/481419
1461.79/1500.84	c cleaning 26991 clauses out of 54019 with flag 0/509418
1554.52/1599.42	c cleaning 28001 clauses out of 56030 with flag 0/538420
1646.91/1699.10	c cleaning 29003 clauses out of 58026 with flag 0/568417
1749.42/1799.88	c cleaning 30002 clauses out of 60026 with flag 0/599420
1850.06/1899.18	c cleaning 31001 clauses out of 62022 with flag 0/631418
1960.75/2008.60	c cleaning 31993 clauses out of 64020 with flag 0/664417
2065.64/2115.93	c cleaning 33003 clauses out of 66029 with flag 0/698419
2179.92/2228.96	c cleaning 34000 clauses out of 68024 with flag 0/733417
2309.73/2361.73	c cleaning 34994 clauses out of 70024 with flag 0/769417
2435.25/2488.54	c cleaning 36008 clauses out of 72033 with flag 0/806420
2564.08/2616.17	c cleaning 37000 clauses out of 74022 with flag 0/844417
2694.64/2744.34	c cleaning 38008 clauses out of 76031 with flag 0/883426
2832.54/2889.35	c cleaning 38999 clauses out of 78014 with flag 0/923417
2971.35/3034.82	c cleaning 39999 clauses out of 80015 with flag 0/964417
3100.03/3169.56	c cleaning 40998 clauses out of 82019 with flag 0/1006420
3242.38/3309.79	c cleaning 41997 clauses out of 84019 with flag 0/1049418
3396.74/3461.45	c cleaning 42996 clauses out of 86023 with flag 0/1093419
3561.81/3627.83	c cleaning 44000 clauses out of 88028 with flag 0/1138420
3600.03/3665.54	c starts		: 25
3600.03/3665.57	c conflicts		: 1148774
3600.03/3665.57	c decisions		: 1250400
3600.03/3665.58	c propagations		: 14614236
3600.03/3665.58	c inspects		: 1932639756
3600.03/3665.58	c shortcuts		: 0
3600.03/3665.58	c learnt literals	: 0
3600.03/3665.58	c learnt binary clauses	: 0
3600.03/3665.58	c learnt ternary clauses	: 0
3600.03/3665.58	c learnt constraints	: 1148773
3600.03/3665.58	c ignored constraints	: 0
3600.03/3665.58	c root simplifications	: 0
3600.03/3665.58	c removed literals (reason simplification)	: 0
3600.03/3665.58	c reason swapping (by a shorter reason)	: 0
3600.03/3665.58	c Calls to reduceDB	: 54
3600.03/3665.58	c Number of update (reduction) of LBD	: 1020604
3600.03/3665.58	c Imported unit clauses	: 0
3600.03/3665.58	c No decision after first conflict	: false
3600.03/3665.58	c number of reductions to clauses (during analyze)	: 0
3600.03/3665.59	c number of learned constraints concerned by reduction	: 0
3600.03/3665.59	c number of learning phase by resolution	: 0
3600.03/3665.59	c number of learning phase by cutting planes	: 0
3600.03/3665.59	c number of rounding to 1 operations	: 0
3600.03/3665.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3665.59	c number of reductions of the coefficients by power 2 	: 0
3600.03/3665.59	c number of right shift for reduction by power 2 	: 0
3600.03/3665.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3665.59	c number of ending skipping 	: 0
3600.03/3665.59	c number of internal skipping 	: 0
3600.03/3665.59	c number of derivation steps 	: 9885323
3600.03/3665.60	c number of skipped derivation steps 	: 0
3600.23/3665.60	c number of remaining unassigned 	: 37928
3600.23/3665.60	c number of remaining assigned 	: 1015984454
3600.23/3665.60	c number of falsified literals weakened from reason	: 0
3600.23/3665.60	c number of falsified literals weakened from conflict	: 0
3600.23/3665.60	c time for arithmetic operations	: 9044677026
3600.23/3665.60	c minimum degree of deleted constraints	: 1
3600.23/3665.60	c maximum degree of deleted constraints	: 7550285065286583647571320461014750420000
3600.23/3665.60	c number of deleted constraints	: 1094392
3600.23/3665.61	c speed (assignments/second)	: 3987.726492330831
3600.23/3665.61	c non guided choices	: 788
3600.42/3665.73	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 721
3600.42/3665.73	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 17
3600.42/3665.73	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 53643
3600.42/3665.73	s SATISFIABLE
3600.42/3665.74	c Found 11 solution(s)
3600.42/3665.74	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 
3600.42/3665.74	c objective function=430
3600.42/3665.74	c Total wall clock time (in seconds): 3665.289

Verifier Data

OK	430

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4518463-1751551347/watcher-4518463-1751551347 -o /tmp/evaluation-result-4518463-1751551347/solver-4518463-1751551347 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751547728-82134 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4518463-1751551347 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4518463-1751551347.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 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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=82739, runsolver pid=82724

[startup+0.100073 s]*
/proc/loadavg: 4.12 4.18 4.22 6/306 82759
/proc/meminfo: memFree=104615476/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=18930384 memory=47120 CPUtime=0.11 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 5592 0 0 0 7 4 0 0 20 0 18 0 70814453 19384713216 11780 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4732596 11780 5159 1 0 546858 0
[pid=82739/tid=82743] ppid=82724 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 4628 0 0 0 5 2 0 0 20 0 18 0 70814456 19384713216 11780 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=18930384 memory=215637835243 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70814461 19384713216 11780 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=18930384 memory=18050 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70814462 19384713216 11780 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47120 KiB

[startup+0.21678 s]*
/proc/loadavg: 4.12 4.18 4.22 6/306 82759
/proc/meminfo: memFree=104603756/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=18930384 memory=52072 CPUtime=0.28 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 6159 0 0 0 23 5 0 0 20 0 18 0 70814453 19384713216 13018 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4732596 13018 5351 1 0 547267 0
[pid=82739/tid=82743] ppid=82724 vsize=18930384 memory=4026790153 CPUtime=0.18 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 4985 0 0 0 15 3 0 0 20 0 18 0 70814456 19384713216 13018 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=18930384 memory=211342852430 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70814461 19384713216 13018 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=18930384 memory=52996524491443 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70814462 19384713216 13018 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52072 KiB

[startup+0.315443 s]*
/proc/loadavg: 4.12 4.18 4.22 5/306 82759
/proc/meminfo: memFree=104595184/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=18930384 memory=58112 CPUtime=0.42 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 6640 0 0 0 37 5 0 0 20 0 18 0 70814453 19384713216 14528 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4732596 14528 5351 1 0 547682 0
[pid=82739/tid=82743] ppid=82724 vsize=18930384 memory=-6000919489936583271 CPUtime=0.26 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 5141 0 0 0 23 3 0 0 20 0 18 0 70814456 19384713216 14528 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70814461 19384713216 14528 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70814462 19384713216 14528 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58112 KiB

[startup+0.703479 s]
/proc/loadavg: 4.12 4.18 4.22 2/306 82759
/proc/meminfo: memFree=104585228/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=18930384 memory=61900 CPUtime=0.71 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 7009 0 0 0 65 6 0 0 20 0 18 0 70814453 19384713216 15475 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4732596 15475 5447 1 0 547943 0
[pid=82739/tid=82743] ppid=82724 vsize=18930384 memory=18304 CPUtime=0.41 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 5387 0 0 0 38 3 0 0 20 0 18 0 70814456 19384713216 15475 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=18930384 memory=10624 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70814461 19384713216 15475 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70814462 19384713216 15475 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61900 KiB

[startup+1.50038 s]
/proc/loadavg: 4.12 4.18 4.22 8/309 82776
/proc/meminfo: memFree=104840024/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=18996948 memory=119452 CPUtime=2.24 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 12566 0 0 0 211 13 0 0 20 0 19 0 70814453 19452874752 29863 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4749237 29863 5479 1 0 549970 0
[pid=82739/tid=82743] ppid=82724 vsize=18996948 memory=0 CPUtime=1.08 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 6113 0 0 0 102 6 0 0 20 0 19 0 70814456 19452874752 29863 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 70814461 19452874752 29863 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=18996948 memory=14560 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 70814462 19452874752 29863 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82766] ppid=82724 vsize=18996948 memory=33 CPUtime=0 cores=1,3
/proc/82739/task/82766/stat : 82766 (Timer-0) S 82724 82739 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 70814533 19452874752 29863 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 119452 KiB

[startup+3.10656 s]
/proc/loadavg: 4.43 4.24 4.24 8/334 82801
/proc/meminfo: memFree=104200812/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=19063512 memory=226372 CPUtime=5.39 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 24864 0 0 0 519 20 0 0 20 0 20 0 70814453 19521036288 56593 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4765878 56593 5543 1 0 556627 0
[pid=82739/tid=82743] ppid=82724 vsize=19063512 memory=10624 CPUtime=2.57 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 7447 0 0 0 247 10 0 0 20 0 20 0 70814456 19521036288 56593 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70814461 19521036288 56593 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 70814462 19521036288 56593 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82766] ppid=82724 vsize=19063512 memory=83968 CPUtime=0 cores=1,3
/proc/82739/task/82766/stat : 82766 (Timer-0) S 82724 82739 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70814533 19521036288 56593 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 5.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 226372 KiB

[startup+6.30025 s]
/proc/loadavg: 4.43 4.24 4.24 6/334 82801
/proc/meminfo: memFree=101639192/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=19063512 memory=823812 CPUtime=10.24 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 25850 0 0 0 990 34 0 0 20 0 20 0 70814453 19521036288 205953 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4765878 205953 5543 1 0 663153 0
[pid=82739/tid=82743] ppid=82724 vsize=19063512 memory=0 CPUtime=5.64 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 7826 0 0 0 541 23 0 0 20 0 20 0 70814456 19521036288 205953 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70814461 19521036288 205953 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=19063512 memory=2867565960586600 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 70814462 19521036288 205953 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82766] ppid=82724 vsize=19063512 memory=134996 CPUtime=0 cores=1,3
/proc/82739/task/82766/stat : 82766 (Timer-0) S 82724 82739 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70814533 19521036288 205953 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 10.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 823812 KiB

[startup+12.7003 s]
/proc/loadavg: 4.40 4.24 4.24 5/334 82801
/proc/meminfo: memFree=100659760/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=19063512 memory=986104 CPUtime=17.04 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 27809 0 0 0 1663 41 0 0 20 0 20 0 70814453 19521036288 246526 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4765878 246526 5543 1 0 663185 0
[pid=82739/tid=82743] ppid=82724 vsize=19063512 memory=134996 CPUtime=11.89 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 9164 0 0 0 1160 29 0 0 20 0 20 0 70814456 19521036288 246526 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=19063512 memory=830360 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70814461 19521036288 246526 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=19063512 memory=829976 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 70814462 19521036288 246526 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82766] ppid=82724 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/82739/task/82766/stat : 82766 (Timer-0) S 82724 82739 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70814533 19521036288 246526 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 17.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 986104 KiB

[startup+25.5005 s]
/proc/loadavg: 4.60 4.29 4.25 5/334 82868
/proc/meminfo: memFree=98333580/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=19063512 memory=2316248 CPUtime=32.57 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 40705 0 0 0 3182 75 0 0 20 0 20 0 70814453 19521036288 579062 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4765878 579062 5543 1 0 828631 0
[pid=82739/tid=82743] ppid=82724 vsize=19063512 memory=830360 CPUtime=24.05 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 11143 0 0 0 2348 57 0 0 20 0 20 0 70814456 19521036288 579062 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70814461 19521036288 579062 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=19063512 memory=2316248 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 99 0 0 0 0 0 0 0 20 0 20 0 70814462 19521036288 579062 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82766] ppid=82724 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/82739/task/82766/stat : 82766 (Timer-0) S 82724 82739 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70814533 19521036288 579062 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 32.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2316248 KiB

[startup+51.1146 s]
/proc/loadavg: 4.54 4.30 4.26 4/310 82899
/proc/meminfo: memFree=98684428/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=19063512 memory=3740084 CPUtime=58.69 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 50209 0 0 0 5753 116 0 0 20 0 20 0 70814453 19521036288 935021 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4765878 935021 5543 1 0 1486637 0
[pid=82739/tid=82743] ppid=82724 vsize=19063512 memory=257 CPUtime=48.89 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 14275 0 0 0 4796 93 0 0 20 0 20 0 70814456 19521036288 935021 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=19063512 memory=1016852 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70814461 19521036288 935021 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 99 0 0 0 0 0 0 0 20 0 20 0 70814462 19521036288 935021 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0

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

Current children cumulated memory: 5900836 KiB

[startup+3402.3 s]
/proc/loadavg: 4.52 4.37 4.32 5/333 83114
/proc/meminfo: memFree=72629232/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=19063512 memory=5901092 CPUtime=3336.41 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 236896 0 0 0 332244 1397 0 0 20 0 20 0 70814453 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4765878 1475273 5575 1 0 1489503 0
[pid=82739/tid=82743] ppid=82724 vsize=19063512 memory=5900836 CPUtime=3186.42 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 120632 0 0 0 317527 1115 0 0 20 0 20 0 70814456 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=19063512 memory=5900836 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70814461 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=19063512 memory=5900836 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 3121 0 0 0 0 0 0 0 20 0 20 0 70814462 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82766] ppid=82724 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/82739/task/82766/stat : 82766 (Timer-0) S 82724 82739 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70814533 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 3336.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5901092 KiB

[startup+3462.3 s]
/proc/loadavg: 4.37 4.35 4.31 5/332 83116
/proc/meminfo: memFree=71823780/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=19063512 memory=5901092 CPUtime=3397.65 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 237553 0 0 0 338344 1421 0 0 20 0 20 0 70814453 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4765878 1475273 5575 1 0 1489503 0
[pid=82739/tid=82743] ppid=82724 vsize=19063512 memory=5900836 CPUtime=3244.58 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 120824 0 0 0 323323 1135 0 0 20 0 20 0 70814456 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=19063512 memory=5900836 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70814461 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 3183 0 0 0 0 0 0 0 20 0 20 0 70814462 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82766] ppid=82724 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/82739/task/82766/stat : 82766 (Timer-0) S 82724 82739 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70814533 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 3397.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5901092 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.34 4.31 5/332 83129
/proc/meminfo: memFree=71157756/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=19063512 memory=5901092 CPUtime=3457.69 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 238549 0 0 0 344325 1444 0 0 20 0 20 0 70814453 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4765878 1475273 5575 1 0 1489503 0
[pid=82739/tid=82743] ppid=82724 vsize=19063512 memory=5900836 CPUtime=3302.26 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 121646 0 0 0 329072 1154 0 0 20 0 20 0 70814456 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=19063512 memory=5901092 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70814461 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 3184 0 0 0 0 0 0 0 20 0 20 0 70814462 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82766] ppid=82724 vsize=19063512 memory=5901092 CPUtime=0 cores=1,3
/proc/82739/task/82766/stat : 82766 (Timer-0) S 82724 82739 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70814533 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 3457.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5901092 KiB

[startup+3582.3 s]
/proc/loadavg: 4.50 4.40 4.34 5/332 83131
/proc/meminfo: memFree=70708876/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=19063512 memory=5901092 CPUtime=3518.72 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 243007 0 0 0 350404 1468 0 0 20 0 20 0 70814453 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4765878 1475273 5575 1 0 1489503 0
[pid=82739/tid=82743] ppid=82724 vsize=19063512 memory=14560 CPUtime=3360.49 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 124902 0 0 0 334875 1174 0 0 20 0 20 0 70814456 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=19063512 memory=552 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70814461 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=19063512 memory=5901092 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 3280 0 0 0 0 0 0 0 20 0 20 0 70814462 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82766] ppid=82724 vsize=19063512 memory=-6000919489936583271 CPUtime=0 cores=1,3
/proc/82739/task/82766/stat : 82766 (Timer-0) S 82724 82739 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70814533 19521036288 1475273 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 3518.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5901092 KiB

[startup+3642.3 s]
/proc/loadavg: 4.35 4.37 4.33 5/332 83133
/proc/meminfo: memFree=70433184/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=19063512 memory=5903140 CPUtime=3576.45 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 245846 0 0 0 356155 1490 0 0 20 0 20 0 70814453 19521036288 1475785 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4765878 1475785 5575 1 0 1489529 0
[pid=82739/tid=82743] ppid=82724 vsize=19063512 memory=5903140 CPUtime=3416.16 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 126912 0 0 0 340424 1192 0 0 20 0 20 0 70814456 19521036288 1475785 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70814461 19521036288 1475785 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=19063512 memory=18304 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 3280 0 0 0 0 0 0 0 20 0 20 0 70814462 19521036288 1475785 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82766] ppid=82724 vsize=19063512 memory=5903140 CPUtime=0 cores=1,3
/proc/82739/task/82766/stat : 82766 (Timer-0) S 82724 82739 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70814533 19521036288 1475785 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 3576.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5903140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3665.5 s]
/proc/loadavg: 4.44 4.39 4.34 5/332 83202
/proc/meminfo: memFree=87160528/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=19063512 memory=5904420 CPUtime=3600.03 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 246018 0 0 0 358504 1499 0 0 20 0 20 0 70814453 19521036288 1476105 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4765878 1476105 5575 1 0 1489529 0
[pid=82739/tid=82743] ppid=82724 vsize=19063512 memory=10624 CPUtime=3438.73 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 127032 0 0 0 342674 1199 0 0 20 0 20 0 70814456 19521036288 1476105 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=19063512 memory=5903140 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70814461 19521036288 1476105 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=19063512 memory=5903140 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 3280 0 0 0 0 0 0 0 20 0 20 0 70814462 19521036288 1476105 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82766] ppid=82724 vsize=19063512 memory=5903140 CPUtime=0 cores=1,3
/proc/82739/task/82766/stat : 82766 (Timer-0) S 82724 82739 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70814533 19521036288 1476105 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5904420 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.51 s, system=15.0296 s

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

[startup+3665.6 s]
/proc/loadavg: 4.44 4.39 4.34 5/332 83202
/proc/meminfo: memFree=87160528/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=19263204 memory=5905188 CPUtime=3600.23 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 248472 0 0 0 358523 1500 0 0 20 0 21 0 70814453 19725520896 1476297 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4815801 1476297 5607 1 0 1490464 0
[pid=82739/tid=82743] ppid=82724 vsize=19263204 memory=-6000919468378253671 CPUtime=3438.83 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 127329 0 0 0 342684 1199 0 0 20 0 21 0 70814456 19725520896 1476297 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=19263204 memory=12416 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 70814461 19725520896 1476297 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=19263204 memory=5904420 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 3280 0 0 0 0 0 0 0 20 0 21 0 70814462 19725520896 1476297 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5905188 KiB

[startup+3665.7 s]
/proc/loadavg: 4.44 4.39 4.34 5/332 83202
/proc/meminfo: memFree=87160528/131382112 swapFree=33010160/33010684
[pid=82739] ppid=82724 vsize=19263204 memory=5905188 CPUtime=3600.42 cores=1,3
/proc/82739/stat : 82739 (java) S 82724 82739 82122 0 -1 4194304 248543 0 0 0 358542 1500 0 0 20 0 21 0 70814453 19725520896 1476297 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
/proc/82739/statm: 4815801 1476297 5607 1 0 1490464 0
[pid=82739/tid=82743] ppid=82724 vsize=19263204 memory=10624 CPUtime=3438.93 cores=1,3
/proc/82739/task/82743/stat : 82743 (java) R 82724 82739 82122 0 -1 4194368 127330 0 0 0 342694 1199 0 0 20 0 21 0 70814456 19725520896 1476297 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82752] ppid=82724 vsize=19263204 memory=5903140 CPUtime=0 cores=1,3
/proc/82739/task/82752/stat : 82752 (Finalizer) S 82724 82739 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 70814461 19725520896 1476297 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
[pid=82739/tid=82759] ppid=82724 vsize=19263204 memory=5903140 CPUtime=0 cores=1,3
/proc/82739/task/82759/stat : 82759 (Common-Cleaner) S 82724 82739 82122 0 -1 4194368 3280 0 0 0 0 0 0 0 20 0 21 0 70814462 19725520896 1476297 18446744073709551615 94449407393792 94449407397488 140737149537536 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94449407405304 94449407406096 94449423220736 140737149544749 140737149544934 140737149544934 140737149550536 0
Current children cumulated CPU time: 3600.42 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5905188 KiB

Child status: 143

Real time (s): 3665.77
CPU time (s): 3600.54
CPU user time (s): 3585.51
CPU system time (s): 15.0296
CPU usage (%): 98.2204
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5905188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.51
system time used= 15.0296
maximum resident set size= 5905444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248947
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9864528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133747
involuntary context switches= 15779


# summary of solver processes directly reported to runsolver:
#   pid: 82739
#   total CPU time (s): 3600.54
#   total CPU user time (s): 3585.51
#   total CPU system time (s): 15.0296

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.8128 second user time and 38.8544 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-03 16:02:27
IDJOB=4518463
IDBENCH=177052
IDSOLVER=3362
FILE ID=nodeC009/4518463-1751551347
RUNJOBID= nodeC009-1751547728-82134
SLURM_JOB_ID= 9598723
Free space on /tmp= 431224 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/linear/normalized-evencolouring_opt_linear_random6regular_nvert_101.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4518463-1751551347/watcher-4518463-1751551347 -o /tmp/evaluation-result-4518463-1751551347/solver-4518463-1751551347 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751547728-82134 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4518463-1751551347 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4518463-1751551347.opb

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

MD5SUM BENCH= eeaa529b25ecff27552c4f6e24903559
RANDOM SEED=585633571

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        104667916 kB
MemAvailable:   125008064 kB
Buffers:            2144 kB
Cached:         21090704 kB
SwapCached:           24 kB
Active:          5347624 kB
Inactive:       20729172 kB
Active(anon):    4996856 kB
Inactive(anon):     5056 kB
Active(file):     350768 kB
Inactive(file): 20724116 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1908 kB
Writeback:          1236 kB
AnonPages:       4987252 kB
Mapped:           123436 kB
Shmem:             17936 kB
KReclaimable:     209400 kB
Slab:             296508 kB
SReclaimable:     209400 kB
SUnreclaim:        87108 kB
KernelStack:        4324 kB
PageTables:        12652 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5367796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149784 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4816896 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431224 MiB
End job on nodeC009 at 2025-07-03 17:03:33