Trace number 4458871

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 Partial RoundingSAT 2024 2024-07-12SAT (TO)-178 3600.75 3568.19

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/
normalized-maxcut_opt_complete_5-partite_inlv_nvert_27.opb
MD5SUM3b9231489038b4cdb94f511f52877e11
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-180
Best CPU time to get the best result obtained on this benchmark1.99794
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables351
Total number of constraints11700
Number of constraints which are clauses11700
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 291
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 291
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
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.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.18	c version CUSTOM.v20240707
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.22	c java.vm.vendor	Oracle Corporation
0.13/0.22	c sun.arch.data.model	64
0.13/0.22	c java.version		22.0.1
0.13/0.22	c os.name		Linux
0.13/0.22	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.22	c os.arch		amd64
0.13/0.22	c Free memory 		2113181440
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2122317824
0.29/0.24	c Number of processors 	2
0.45/0.40	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.40	 - never skip resolution steps
0.45/0.40	 - Auto-division on coefficients is disabled
0.45/0.40	 - No postprocessing
0.45/0.40	 - Conflict is considered as is when resolving
0.45/0.40	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.40	 - Weaken first using unassigned literals
0.45/0.40	 - Bump strategy: ALWAYS_ONE
0.45/0.40	 - Bumper: ASSIGNED
0.45/0.40	--- Begin Solver configuration ---
0.45/0.40	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.40	Learn all clauses as in MiniSAT
0.45/0.40	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.40	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.40	No reason simplification
0.45/0.40	Armin Biere (Picosat) restarts strategy
0.45/0.40	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.40	timeout=2147483s
0.45/0.40	DB Simplification allowed=false
0.45/0.40	Listener: none
0.45/0.40	--- End Solver configuration ---
0.45/0.40	c Pseudo Boolean Optimization by upper bound
0.45/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.40	c  - never skip resolution steps
0.45/0.40	c  - Auto-division on coefficients is disabled
0.45/0.40	c  - No postprocessing
0.45/0.40	c  - Conflict is considered as is when resolving
0.45/0.40	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.40	c  - Weaken first using unassigned literals
0.45/0.40	c  - Bump strategy: ALWAYS_ONE
0.45/0.40	c  - Bumper: ASSIGNED
0.45/0.40	c --- Begin Solver configuration ---
0.45/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.40	c Learn all clauses as in MiniSAT
0.45/0.40	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.40	c No reason simplification
0.45/0.40	c Armin Biere (Picosat) restarts strategy
0.45/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.40	c timeout=2147483s
0.45/0.40	c DB Simplification allowed=false
0.45/0.40	c Listener: none
0.45/0.40	c --- End Solver configuration ---
0.45/0.40	c solving HOME/instance-4458871-1721897062.opb
0.45/0.40	c reading problem ... 
0.45/0.40	c  objective function found
1.34/0.85	c ... done. Wall clock time 0.447s.
1.34/0.87	c declared #vars     351
1.34/0.87	c #constraints  11700
1.34/0.87	c constraints type 
1.34/0.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11700
1.34/0.87	c 11700 constraints processed.
1.34/0.87	c objective function length is 291 literals
1.55/0.90	c SATISFIABLE
1.55/0.91	c OPTIMIZING...
1.55/0.91	c Got one! Elapsed wall clock time (in seconds):0.506
1.55/0.91	o -139
1.55/0.94	c Got one! Elapsed wall clock time (in seconds):0.544
1.55/0.96	o -142
1.55/0.96	c Got one! Elapsed wall clock time (in seconds):0.554
1.55/0.96	o -144
1.76/1.03	c Got one! Elapsed wall clock time (in seconds):0.632
1.76/1.03	o -146
1.76/1.06	c Got one! Elapsed wall clock time (in seconds):0.663
1.76/1.06	o -147
1.76/1.09	c Got one! Elapsed wall clock time (in seconds):0.688
1.76/1.09	o -148
1.95/1.14	c Got one! Elapsed wall clock time (in seconds):0.738
1.95/1.14	o -151
1.95/1.14	c Got one! Elapsed wall clock time (in seconds):0.744
1.95/1.14	o -159
2.14/1.22	c Got one! Elapsed wall clock time (in seconds):0.814
2.14/1.22	o -161
2.33/1.35	c Got one! Elapsed wall clock time (in seconds):0.948
2.33/1.35	o -162
3.52/1.90	c Got one! Elapsed wall clock time (in seconds):1.498
3.52/1.90	o -164
4.68/2.57	c Got one! Elapsed wall clock time (in seconds):2.168
4.68/2.57	o -165
4.87/2.62	c Got one! Elapsed wall clock time (in seconds):2.225
4.87/2.62	o -166
5.65/3.03	c Got one! Elapsed wall clock time (in seconds):2.634
5.65/3.03	o -168
10.40/6.38	c Got one! Elapsed wall clock time (in seconds):5.979
10.40/6.38	o -171
10.96/6.81	c Got one! Elapsed wall clock time (in seconds):6.408
10.96/6.81	o -172
46.44/41.88	c cleaning 2590 clauses out of 6704 with flag 0/6704
72.82/67.05	c cleaning 2063 clauses out of 10114 with flag 0/12704
108.86/102.76	c cleaning 2437 clauses out of 15051 with flag 0/19704
147.15/141.04	c cleaning 2404 clauses out of 20613 with flag 0/27703
201.96/195.98	c cleaning 3328 clauses out of 27210 with flag 0/36704
256.13/249.79	c cleaning 3500 clauses out of 33881 with flag 0/46703
256.63/250.28	c Got one! Elapsed wall clock time (in seconds):249.881
256.63/250.28	o -173
276.97/270.23	c cleaning 1744 clauses out of 35828 with flag 0/52150
298.48/291.49	c cleaning 2139 clauses out of 40083 with flag 0/58149
326.09/318.87	c cleaning 2278 clauses out of 44944 with flag 0/65149
343.93/336.36	c cleaning 2262 clauses out of 50666 with flag 0/73149
388.60/380.42	c cleaning 3075 clauses out of 57405 with flag 0/82150
437.92/429.34	c cleaning 3109 clauses out of 64329 with flag 0/92149
438.02/429.42	c Got one! Elapsed wall clock time (in seconds):429.019
438.02/429.42	o -174
459.42/450.64	c cleaning 1730 clauses out of 66309 with flag 0/97238
484.26/475.27	c cleaning 2054 clauses out of 70579 with flag 0/103238
503.92/494.60	c cleaning 1911 clauses out of 75525 with flag 0/110238
541.81/532.12	c cleaning 2807 clauses out of 81615 with flag 0/118239
541.81/532.16	c Got one! Elapsed wall clock time (in seconds):531.756
541.81/532.16	o -176
564.19/554.33	c cleaning 1857 clauses out of 83862 with flag 0/123293
587.70/577.60	c cleaning 2053 clauses out of 88005 with flag 0/129293
618.66/608.43	c cleaning 2308 clauses out of 92955 with flag 0/136296
656.16/645.56	c cleaning 2521 clauses out of 98646 with flag 0/144295
692.70/681.79	c cleaning 2747 clauses out of 105123 with flag 0/153293
730.45/719.07	c cleaning 3654 clauses out of 112378 with flag 0/163295
776.34/764.25	c cleaning 3701 clauses out of 119722 with flag 0/174293
841.37/828.73	c cleaning 3895 clauses out of 128021 with flag 0/186293
922.05/908.89	c cleaning 4249 clauses out of 137126 with flag 0/199293
931.51/918.23	c Got one! Elapsed wall clock time (in seconds):917.836
931.51/918.23	o -178
941.55/928.24	c cleaning 1587 clauses out of 138662 with flag 0/205078
968.74/955.21	c cleaning 1883 clauses out of 143076 with flag 0/211079
995.70/981.95	c cleaning 2462 clauses out of 148192 with flag 0/218078
1027.00/1012.95	c cleaning 2524 clauses out of 153731 with flag 0/226079
1057.89/1043.38	c cleaning 2585 clauses out of 160207 with flag 0/235079
1099.69/1084.59	c cleaning 3177 clauses out of 167621 with flag 0/245078
1145.25/1129.56	c cleaning 3432 clauses out of 175444 with flag 0/256078
1236.45/1219.97	c cleaning 4341 clauses out of 184012 with flag 0/268078
1317.21/1300.11	c cleaning 4463 clauses out of 192672 with flag 0/281079
1422.59/1404.67	c cleaning 5227 clauses out of 202208 with flag 0/295078
1528.49/1508.90	c cleaning 4995 clauses out of 211981 with flag 0/310078
1634.62/1614.50	c cleaning 5622 clauses out of 222986 with flag 0/326078
1720.17/1699.44	c cleaning 5539 clauses out of 234364 with flag 0/343078
1837.58/1815.86	c cleaning 6686 clauses out of 246825 with flag 0/361078
1969.51/1946.94	c cleaning 7148 clauses out of 259139 with flag 0/380078
2142.88/2119.42	c cleaning 7673 clauses out of 271992 with flag 0/400079
2330.81/2306.69	c cleaning 7311 clauses out of 285318 with flag 0/421078
2528.43/2503.27	c cleaning 8317 clauses out of 300007 with flag 0/443078
2722.57/2696.23	c cleaning 8883 clauses out of 314691 with flag 0/466079
2940.31/2912.63	c cleaning 9314 clauses out of 329808 with flag 0/490079
3184.33/3153.90	c cleaning 9717 clauses out of 345494 with flag 0/515079
3430.97/3399.54	c cleaning 8604 clauses out of 361776 with flag 0/541078
3600.02/3567.82	c starts		: 173
3600.02/3567.84	c conflicts		: 560468
3600.02/3567.85	c decisions		: 563519
3600.02/3567.87	c propagations		: 23587333
3600.02/3567.87	c inspects		: 6620103481
3600.02/3567.87	c shortcuts		: 0
3600.02/3567.87	c learnt literals	: 0
3600.02/3567.87	c learnt binary clauses	: 0
3600.02/3567.87	c learnt ternary clauses	: 0
3600.02/3567.87	c learnt constraints	: 560468
3600.02/3567.87	c ignored constraints	: 0
3600.02/3567.87	c root simplifications	: 0
3600.02/3567.87	c removed literals (reason simplification)	: 0
3600.02/3567.87	c reason swapping (by a shorter reason)	: 0
3600.02/3567.87	c Calls to reduceDB	: 47
3600.02/3567.87	c Number of update (reduction) of LBD	: 0
3600.02/3567.87	c Imported unit clauses	: 0
3600.02/3567.87	c No decision after first conflict	: false
3600.02/3567.87	c number of reductions to clauses (during analyze)	: 0
3600.02/3567.87	c number of learned constraints concerned by reduction	: 0
3600.02/3567.87	c number of learning phase by resolution	: 0
3600.02/3567.87	c number of learning phase by cutting planes	: 0
3600.02/3567.87	c number of rounding to 1 operations	: 1439854
3600.02/3567.87	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3567.87	c number of reductions of the coefficients by power 2 	: 0
3600.02/3567.87	c number of right shift for reduction by power 2 	: 0
3600.02/3567.87	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3567.87	c number of ending skipping 	: 0
3600.02/3567.87	c number of internal skipping 	: 0
3600.02/3567.87	c number of derivation steps 	: 13311741
3600.02/3567.87	c number of skipped derivation steps 	: 0
3600.02/3567.87	c number of remaining unassigned 	: 125026
3600.02/3567.87	c number of remaining assigned 	: 73868491
3600.02/3567.87	c number of falsified literals weakened from reason	: 0
3600.02/3567.87	c number of falsified literals weakened from conflict	: 0
3600.02/3567.87	c time for arithmetic operations	: 3350665513
3600.21/3567.92	c minimum degree of deleted constraints	: 4
3600.21/3567.92	c maximum degree of deleted constraints	: 545603856
3600.21/3567.92	c number of deleted constraints	: 187906
3600.21/3567.92	c speed (assignments/second)	: 6612.597314852973
3600.21/3567.92	c non guided choices	: 0
3600.62/3568.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 347306
3600.62/3568.15	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 59
3600.62/3568.15	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 25197
3600.62/3568.15	s SATISFIABLE
3600.62/3568.15	c Found 20 solution(s)
3600.62/3568.16	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 
3600.62/3568.17	c objective function=-178
3600.62/3568.17	c Total wall clock time (in seconds): 3567.77

Verifier Data

OK	-178

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: 64096 MiB (51639 MiB free)
  memory of node 1: 64473 MiB (57393 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458871-1721897062/watcher-4458871-1721897062 -o /tmp/evaluation-result-4458871-1721897062/solver-4458871-1721897062 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721890006-208419 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4458871-1721897062.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=212515, runsolver pid=212512

[startup+0.106609 s]*
/proc/loadavg: 4.18 4.16 4.18 7/314 212533
/proc/meminfo: memFree=111614232/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=18993908 memory=56360 CPUtime=0.13 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 6481 0 0 0 10 3 0 0 20 0 18 0 25695649 19449761792 14090 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4748477 14090 5798 1 0 550800 0
[pid=212515/tid=212517] ppid=212512 vsize=18993908 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 5425 0 0 0 6 3 0 0 20 0 18 0 25695650 19449761792 14090 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=18993908 memory=237146210664 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25695656 19449761792 14090 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=18993908 memory=1967841 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 25695658 19449761792 14090 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 56360 KiB

[startup+0.213405 s]*
/proc/loadavg: 4.18 4.16 4.18 8/314 212533
/proc/meminfo: memFree=111608964/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=18993908 memory=62012 CPUtime=0.29 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 7160 0 0 0 25 4 0 0 20 0 18 0 25695649 19449761792 15503 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4748477 15503 5998 1 0 551346 0
[pid=212515/tid=212517] ppid=212512 vsize=18993908 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 5726 0 0 0 15 3 0 0 20 0 18 0 25695650 19449761792 15503 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=18993908 memory=1796009 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25695656 19449761792 15503 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=18993908 memory=1962466 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 25695658 19449761792 15503 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 62012 KiB

[startup+0.316576 s]*
/proc/loadavg: 4.18 4.16 4.18 8/314 212533
/proc/meminfo: memFree=111604328/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=18993908 memory=67336 CPUtime=0.45 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 7461 0 0 0 41 4 0 0 20 0 18 0 25695649 19449761792 16834 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4748477 16834 6007 1 0 551569 0
[pid=212515/tid=212517] ppid=212512 vsize=18993908 memory=-9033206460374033084 CPUtime=0.27 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 5928 0 0 0 24 3 0 0 20 0 18 0 25695650 19449761792 16834 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25695656 19449761792 16834 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 25695658 19449761792 16834 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 67336 KiB

[startup+0.700602 s]
/proc/loadavg: 4.18 4.16 4.18 8/314 212533
/proc/meminfo: memFree=111594204/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=18993908 memory=107732 CPUtime=1.15 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 9284 0 0 0 109 6 0 0 20 0 18 0 25695649 19449761792 26933 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4748477 26933 6132 1 0 552802 0
[pid=212515/tid=212517] ppid=212512 vsize=18993908 memory=5724 CPUtime=0.62 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 6113 0 0 0 58 4 0 0 20 0 18 0 25695650 19449761792 26933 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=18993908 memory=12368 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25695656 19449761792 26933 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=18993908 memory=4861 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 25695658 19449761792 26933 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 107732 KiB

[startup+1.5009 s]
/proc/loadavg: 4.18 4.16 4.18 6/315 212534
/proc/meminfo: memFree=111528736/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19127036 memory=172192 CPUtime=2.72 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 14129 0 0 0 264 8 0 0 20 0 20 0 25695649 19586084864 43048 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4781759 43048 6202 1 0 554136 0
[pid=212515/tid=212517] ppid=212512 vsize=19127036 memory=4861 CPUtime=1.31 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 6898 0 0 0 125 6 0 0 20 0 20 0 25695650 19586084864 43048 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25695656 19586084864 43048 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19127036 memory=12368 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 25695658 19586084864 43048 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212534] ppid=212512 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/212515/task/212534/stat : 212534 (Timer-0) S 212512 212515 208407 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25695738 19586084864 43048 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 172192 KiB

[startup+3.1116 s]
/proc/loadavg: 4.18 4.16 4.18 6/316 212535
/proc/meminfo: memFree=111373964/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19127036 memory=335692 CPUtime=5.86 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 20185 0 0 0 573 13 0 0 20 0 20 0 25695649 19586084864 83923 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4781759 83923 6202 1 0 556675 0
[pid=212515/tid=212517] ppid=212512 vsize=19127036 memory=12368 CPUtime=2.85 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 7409 0 0 0 276 9 0 0 20 0 20 0 25695650 19586084864 83923 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25695656 19586084864 83923 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19127036 memory=11616 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 25695658 19586084864 83923 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212534] ppid=212512 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/212515/task/212534/stat : 212534 (Timer-0) S 212512 212515 208407 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25695738 19586084864 83923 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 335692 KiB

[startup+6.3006 s]
/proc/loadavg: 4.17 4.16 4.18 5/316 212535
/proc/meminfo: memFree=110629700/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19127036 memory=1168952 CPUtime=10.4 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 22039 0 0 0 1010 30 0 0 20 0 20 0 25695649 19586084864 292238 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4781759 292238 6202 1 0 556692 0
[pid=212515/tid=212517] ppid=212512 vsize=19127036 memory=0 CPUtime=6 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 8064 0 0 0 575 25 0 0 20 0 20 0 25695650 19586084864 292238 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19127036 memory=12368 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25695656 19586084864 292238 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19127036 memory=671284 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 25695658 19586084864 292238 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212534] ppid=212512 vsize=19127036 memory=1795926 CPUtime=0 cores=1,3
/proc/212515/task/212534/stat : 212534 (Timer-0) S 212512 212515 208407 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25695738 19586084864 292238 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 10.4 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1168952 KiB

[startup+12.7005 s]
/proc/loadavg: 4.15 4.15 4.18 5/316 212537
/proc/meminfo: memFree=110343104/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19127036 memory=1325824 CPUtime=17.01 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 22799 0 0 0 1668 33 0 0 20 0 20 0 25695649 19586084864 331456 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4781759 331456 6202 1 0 556692 0
[pid=212515/tid=212517] ppid=212512 vsize=19127036 memory=1325824 CPUtime=12.3 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 8651 0 0 0 1203 27 0 0 20 0 20 0 25695650 19586084864 331456 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19127036 memory=1325644 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25695656 19586084864 331456 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19127036 memory=1325824 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 25695658 19586084864 331456 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212534] ppid=212512 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/212515/task/212534/stat : 212534 (Timer-0) S 212512 212515 208407 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25695738 19586084864 331456 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 17.01 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1325824 KiB

[startup+25.5005 s]
/proc/loadavg: 4.19 4.16 4.18 5/316 212538
/proc/meminfo: memFree=110328604/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19127036 memory=1340344 CPUtime=30.02 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 30131 0 0 0 2967 35 0 0 20 0 20 0 25695649 19586084864 335086 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4781759 335086 6202 1 0 556692 0
[pid=212515/tid=212517] ppid=212512 vsize=19127036 memory=1325824 CPUtime=24.78 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 10220 0 0 0 2451 27 0 0 20 0 20 0 25695650 19586084864 335086 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19127036 memory=1338272 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25695656 19586084864 335086 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19127036 memory=12368 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 25695658 19586084864 335086 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212534] ppid=212512 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/212515/task/212534/stat : 212534 (Timer-0) S 212512 212515 208407 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25695738 19586084864 335086 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 30.02 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1340344 KiB

[startup+51.1131 s]
/proc/loadavg: 4.13 4.15 4.18 5/314 212611
/proc/meminfo: memFree=112952552/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19127036 memory=2264348 CPUtime=56.05 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 38184 0 0 0 5551 54 0 0 20 0 20 0 25695649 19586084864 566087 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4781759 566087 6202 1 0 790717 0
[pid=212515/tid=212517] ppid=212512 vsize=19127036 memory=2264348 CPUtime=49.71 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 13481 0 0 0 4928 43 0 0 20 0 20 0 25695650 19586084864 566087 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19127036 memory=1325824 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25695656 19586084864 566087 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 20 0 25695658 19586084864 566087 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0

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

/proc/meminfo: memFree=109724856/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19127036 memory=3656112 CPUtime=3313.39 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 232991 0 0 0 331039 300 0 0 20 0 20 0 25695649 19586084864 914028 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4781759 914028 6229 1 0 925825 0
[pid=212515/tid=212517] ppid=212512 vsize=19127036 memory=11616 CPUtime=3209.55 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 110419 0 0 0 320883 72 0 0 20 0 20 0 25695650 19586084864 914028 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19127036 memory=3656092 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25695656 19586084864 914028 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19127036 memory=3656092 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 2778 0 0 0 0 0 0 0 20 0 20 0 25695658 19586084864 914028 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212534] ppid=212512 vsize=19127036 memory=11616 CPUtime=0 cores=1,3
/proc/212515/task/212534/stat : 212534 (Timer-0) S 212512 212515 208407 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25695738 19586084864 914028 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 3313.39 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3656112 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.38 4.34 5/317 214522
/proc/meminfo: memFree=109724404/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19127036 memory=3656164 CPUtime=3373.62 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 234657 0 0 0 337058 304 0 0 20 0 20 0 25695649 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4781759 914041 6229 1 0 925825 0
[pid=212515/tid=212517] ppid=212512 vsize=19127036 memory=11616 CPUtime=3268.62 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 111364 0 0 0 326790 72 0 0 20 0 20 0 25695650 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19127036 memory=3656164 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25695656 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19127036 memory=3656164 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 2778 0 0 0 0 0 0 0 20 0 20 0 25695658 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212534] ppid=212512 vsize=19127036 memory=11616 CPUtime=0 cores=1,3
/proc/212515/task/212534/stat : 212534 (Timer-0) S 212512 212515 208407 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25695738 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 3373.62 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3656164 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.35 4.33 5/319 214536
/proc/meminfo: memFree=109723784/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19127036 memory=3656164 CPUtime=3433.83 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 235514 0 0 0 343076 307 0 0 20 0 20 0 25695649 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4781759 914041 6229 1 0 925825 0
[pid=212515/tid=212517] ppid=212512 vsize=19127036 memory=11616 CPUtime=3327.59 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 112062 0 0 0 332686 73 0 0 20 0 20 0 25695650 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19127036 memory=11616 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25695656 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19127036 memory=3656164 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 2869 0 0 0 0 0 0 0 20 0 20 0 25695658 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212534] ppid=212512 vsize=19127036 memory=3656164 CPUtime=0 cores=1,3
/proc/212515/task/212534/stat : 212534 (Timer-0) S 212512 212515 208407 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25695738 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 3433.83 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3656164 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.35 4.33 5/319 214548
/proc/meminfo: memFree=109723472/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19127036 memory=3656164 CPUtime=3494.09 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 236320 0 0 0 349099 310 0 0 20 0 20 0 25695649 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4781759 914041 6229 1 0 925825 0
[pid=212515/tid=212517] ppid=212512 vsize=19127036 memory=11616 CPUtime=3386.42 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 112817 0 0 0 338569 73 0 0 20 0 20 0 25695650 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19127036 memory=11616 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25695656 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19127036 memory=3656164 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 2869 0 0 0 0 0 0 0 20 0 20 0 25695658 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212534] ppid=212512 vsize=19127036 memory=3656164 CPUtime=0 cores=1,3
/proc/212515/task/212534/stat : 212534 (Timer-0) S 212512 212515 208407 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25695738 19586084864 914041 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 3494.09 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3656164 KiB

[startup+3522.3 s]
/proc/loadavg: 4.41 4.36 4.34 6/319 214558
/proc/meminfo: memFree=109714728/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19127036 memory=3656204 CPUtime=3554.39 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 237810 0 0 0 355126 313 0 0 20 0 20 0 25695649 19586084864 914051 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4781759 914051 6229 1 0 925825 0
[pid=212515/tid=212517] ppid=212512 vsize=19127036 memory=11616 CPUtime=3445.36 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 113551 0 0 0 344463 73 0 0 20 0 20 0 25695650 19586084864 914051 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19127036 memory=3656188 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25695656 19586084864 914051 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19127036 memory=11616 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 2869 0 0 0 0 0 0 0 20 0 20 0 25695658 19586084864 914051 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212534] ppid=212512 vsize=19127036 memory=3656204 CPUtime=0 cores=1,3
/proc/212515/task/212534/stat : 212534 (Timer-0) S 212512 212515 208407 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25695738 19586084864 914051 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 3554.39 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3656204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3567.8 s]
/proc/loadavg: 4.54 4.39 4.35 5/319 214567
/proc/meminfo: memFree=109714356/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19127036 memory=3656256 CPUtime=3600.02 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 238270 0 0 0 359686 316 0 0 20 0 20 0 25695649 19586084864 914064 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4781759 914064 6229 1 0 925825 0
[pid=212515/tid=212517] ppid=212512 vsize=19127036 memory=1972 CPUtime=3489.91 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 113883 0 0 0 348918 73 0 0 20 0 20 0 25695650 19586084864 914064 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19127036 memory=19856 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25695656 19586084864 914064 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19127036 memory=-9033206460374033084 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 2959 0 0 0 0 0 0 0 20 0 20 0 25695658 19586084864 914064 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212534] ppid=212512 vsize=19127036 memory=26828 CPUtime=0 cores=1,3
/proc/212515/task/212534/stat : 212534 (Timer-0) S 212512 212515 208407 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25695738 19586084864 914064 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3656256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.58 s, system=3.17701 s

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

[startup+3568 s]*
/proc/loadavg: 4.54 4.39 4.35 5/299 214573
/proc/meminfo: memFree=113443748/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19326728 memory=3657060 CPUtime=3600.42 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 240815 0 0 0 359726 316 0 0 20 0 21 0 25695649 19790569472 914265 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4831682 914265 6243 1 0 926784 0
[pid=212515/tid=212517] ppid=212512 vsize=19326728 memory=5724 CPUtime=3490.12 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 113996 0 0 0 348939 73 0 0 20 0 21 0 25695650 19790569472 914265 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19326728 memory=18416 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 25695656 19790569472 914265 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19326728 memory=2216 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 2959 0 0 0 0 0 0 0 20 0 21 0 25695658 19790569472 914265 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=214569] ppid=212512 vsize=19326728 memory=-7450499313616446331 CPUtime=0.08 cores=1,3
/proc/212515/task/214569/stat : 214569 (Thread-0) R 212512 212515 208407 0 -1 4194368 494 0 0 0 8 0 0 0 20 0 21 0 26052431 19790569472 914265 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 3600.42 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 3657060 KiB

[startup+3568.11 s]
/proc/loadavg: 4.54 4.39 4.35 5/299 214573
/proc/meminfo: memFree=113443748/131655788 swapFree=131060916/131071996
[pid=212515] ppid=212512 vsize=19326728 memory=3657060 CPUtime=3600.62 cores=1,3
/proc/212515/stat : 212515 (java) S 212512 212515 208407 0 -1 1077936128 240836 0 0 0 359746 316 0 0 20 0 21 0 25695649 19790569472 914265 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
/proc/212515/statm: 4831682 914265 6243 1 0 926784 0
[pid=212515/tid=212517] ppid=212512 vsize=19326728 memory=11616 CPUtime=3490.21 cores=1,3
/proc/212515/task/212517/stat : 212517 (java) R 212512 212515 208407 0 -1 4194368 113996 0 0 0 348948 73 0 0 20 0 21 0 25695650 19790569472 914265 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212526] ppid=212512 vsize=19326728 memory=3656188 CPUtime=0 cores=1,3
/proc/212515/task/212526/stat : 212526 (Finalizer) S 212512 212515 208407 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 25695656 19790569472 914265 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=212533] ppid=212512 vsize=19326728 memory=3656256 CPUtime=0 cores=1,3
/proc/212515/task/212533/stat : 212533 (Common-Cleaner) S 212512 212515 208407 0 -1 1077936192 2959 0 0 0 0 0 0 0 20 0 21 0 25695658 19790569472 914265 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
[pid=212515/tid=214569] ppid=212512 vsize=19326728 memory=4932 CPUtime=0.18 cores=1,3
/proc/212515/task/214569/stat : 214569 (Thread-0) R 212512 212515 208407 0 -1 4194368 500 0 0 0 18 0 0 0 20 0 21 0 26052431 19790569472 914265 134679101440 94167974838272 94167974841968 140729295179648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167974849784 94167974850576 94168001941504 140729295184884 140729295184997 140729295184997 140729295192008 0
Current children cumulated CPU time: 3600.62 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 3657060 KiB

Child status: 143

Real time (s): 3568.19
CPU time (s): 3600.75
CPU user time (s): 3597.58
CPU system time (s): 3.17701
CPU usage (%): 100.913
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 3657060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.58
system time used= 3.17701
maximum resident set size= 3658136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241170
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135497
involuntary context switches= 11015


# summary of solver processes directly reported to runsolver:
#   pid: 212515
#   total CPU time (s): 3600.75
#   total CPU user time (s): 3597.58
#   total CPU system time (s): 3.17701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.8101 second user time and 35.0688 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-25 10:44:22
IDJOB=4458871
IDBENCH=178266
IDSOLVER=3046
FILE ID=nodeC007/4458871-1721897062
RUNJOBID= nodeC007-1721890006-208419
SLURM_JOB_ID= 8089338
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/normalized-maxcut_opt_complete_5-partite_inlv_nvert_27.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458871-1721897062/watcher-4458871-1721897062 -o /tmp/evaluation-result-4458871-1721897062/solver-4458871-1721897062 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721890006-208419 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4458871-1721897062.opb

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

MD5SUM BENCH= 3b9231489038b4cdb94f511f52877e11
RANDOM SEED=2125859989

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3669.537
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.67
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		: 3491.865
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
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.364
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.67
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.208
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
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		: 3669.591
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.67
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		: 3654.001
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
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.388
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.67
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.255
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        111648928 kB
MemAvailable:   116777996 kB
Buffers:          312416 kB
Cached:          5515500 kB
SwapCached:          152 kB
Active:          1737232 kB
Inactive:       17446688 kB
Active(anon):       2260 kB
Inactive(anon): 13398852 kB
Active(file):    1734972 kB
Inactive(file):  4047836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131060916 kB
Dirty:              1160 kB
Writeback:             8 kB
AnonPages:      13355920 kB
Mapped:           109404 kB
Shmem:             45112 kB
KReclaimable:     372920 kB
Slab:             485692 kB
SReclaimable:     372920 kB
SUnreclaim:       112772 kB
KernelStack:        4784 kB
PageTables:        36584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   13987068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14336 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12990464 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      437064 kB
DirectMap2M:    60284928 kB
DirectMap1G:    75497472 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC007 at 2024-07-25 11:43:50