Trace number 4459902

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 Cutting Planes 2024 2024-07-12SAT (TO)-26 3600.36 3541.1

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_200_25_1.opb
MD5SUM273961b324c53d2d230ce6da1470e4a9
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-33
Best CPU time to get the best result obtained on this benchmark71423.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12408
Sum of products size (including duplicates)24816
Number of different products6204
Sum of products size12408

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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.13	c version CUSTOM.v20240707
0.11/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.14	c java.vm.version	22.0.1+8-16
0.11/0.14	c java.vm.vendor	Oracle Corporation
0.11/0.14	c sun.arch.data.model	64
0.11/0.14	c java.version		22.0.1
0.11/0.14	c os.name		Linux
0.11/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.14	c os.arch		amd64
0.11/0.14	c Free memory 		2115194816
0.11/0.14	c Max memory 		16282288128
0.11/0.14	c Total memory 		2122317824
0.11/0.14	c Number of processors 	2
0.11/0.23	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.23	 - never skip resolution steps
0.11/0.23	 - Auto-division on coefficients is disabled
0.11/0.23	 - No postprocessing
0.11/0.23	 - Conflict is considered as is when resolving
0.11/0.23	 - Use constraints as they come during conflict analysis
0.11/0.23	 - Weaken first using unassigned literals
0.11/0.23	 - Bump strategy: ALWAYS_ONE
0.11/0.23	 - Bumper: EFFECTIVE
0.11/0.23	--- Begin Solver configuration ---
0.11/0.23	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.11/0.23	Learn all clauses as in MiniSAT
0.11/0.23	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.23	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.23	No reason simplification
0.11/0.23	Dynamic restart strategy considering the size of the coefficients
0.11/0.23	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.11/0.23	timeout=2147483s
0.11/0.23	DB Simplification allowed=false
0.33/0.23	Listener: none
0.33/0.23	--- End Solver configuration ---
0.33/0.23	c Pseudo Boolean Optimization by upper bound
0.33/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.33/0.23	c  - never skip resolution steps
0.33/0.23	c  - Auto-division on coefficients is disabled
0.33/0.23	c  - No postprocessing
0.33/0.23	c  - Conflict is considered as is when resolving
0.33/0.23	c  - Use constraints as they come during conflict analysis
0.33/0.23	c  - Weaken first using unassigned literals
0.33/0.23	c  - Bump strategy: ALWAYS_ONE
0.33/0.23	c  - Bumper: EFFECTIVE
0.33/0.23	c --- Begin Solver configuration ---
0.33/0.23	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.33/0.23	c Learn all clauses as in MiniSAT
0.33/0.23	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.33/0.23	c No reason simplification
0.33/0.23	c Dynamic restart strategy considering the size of the coefficients
0.33/0.23	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.33/0.23	c timeout=2147483s
0.33/0.23	c DB Simplification allowed=false
0.33/0.23	c Listener: none
0.33/0.23	c --- End Solver configuration ---
0.33/0.23	c solving HOME/instance-4459902-1721939797.opb
0.33/0.23	c reading problem ... 
0.33/0.23	c  objective function found
1.17/0.72	c ... done. Wall clock time 0.491s.
1.17/0.74	c declared #vars     400
1.17/0.74	c internal #vars     6604
1.17/0.74	c #constraints  13010
1.17/0.74	c constraints type 
1.17/0.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1.17/0.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
1.17/0.74	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 6204
1.17/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6204
1.17/0.74	c 13010 constraints processed.
1.17/0.75	c objective function length is 200 literals
2.34/1.34	c SATISFIABLE
2.34/1.34	c OPTIMIZING...
2.34/1.34	c Got one! Elapsed wall clock time (in seconds):1.111
2.34/1.34	o -17
2.74/1.56	c Got one! Elapsed wall clock time (in seconds):1.333
2.74/1.56	o -18
3.33/1.81	c Got one! Elapsed wall clock time (in seconds):1.578
3.33/1.81	o -19
4.51/2.40	c Got one! Elapsed wall clock time (in seconds):2.174
4.51/2.41	o -20
5.74/3.44	c Got one! Elapsed wall clock time (in seconds):3.218
5.74/3.45	o -21
6.19/3.81	c Got one! Elapsed wall clock time (in seconds):3.578
6.19/3.81	o -22
6.68/4.18	c Got one! Elapsed wall clock time (in seconds):3.953
6.68/4.18	o -23
11.76/8.48	c Got one! Elapsed wall clock time (in seconds):8.254
11.76/8.48	o -24
34.70/29.72	c cleaning 3177 clauses out of 6396 with flag 0/6396
53.65/47.50	c cleaning 4498 clauses out of 9219 with flag 0/12396
95.11/85.21	c cleaning 5833 clauses out of 11721 with flag 0/19396
98.52/88.58	c Got one! Elapsed wall clock time (in seconds):88.354
98.52/88.58	o -25
123.54/112.85	c cleaning 5556 clauses out of 11189 with flag 0/24697
133.48/122.74	c Got one! Elapsed wall clock time (in seconds):122.513
133.48/122.74	o -26
170.00/158.77	c cleaning 5776 clauses out of 11602 with flag 0/30666
230.93/218.76	c cleaning 5831 clauses out of 11826 with flag 0/36666
286.40/273.24	c cleaning 6446 clauses out of 12995 with flag 0/43666
359.55/345.28	c cleaning 7259 clauses out of 14549 with flag 0/51666
494.09/477.21	c cleaning 8145 clauses out of 16290 with flag 0/60666
650.42/631.68	c cleaning 9059 clauses out of 18145 with flag 0/70666
791.22/769.85	c cleaning 10040 clauses out of 20086 with flag 0/81666
1078.70/1053.18	c cleaning 11015 clauses out of 22046 with flag 0/93666
1412.67/1384.11	c cleaning 12007 clauses out of 24039 with flag 0/106674
1865.02/1830.47	c cleaning 13006 clauses out of 26024 with flag 0/120666
2164.77/2126.95	c cleaning 14000 clauses out of 28017 with flag 0/135665
2416.00/2373.22	c cleaning 15004 clauses out of 30017 with flag 0/151665
2770.86/2722.93	c cleaning 16002 clauses out of 32022 with flag 0/168674
3145.22/3091.05	c cleaning 16992 clauses out of 34014 with flag 0/186668
3600.01/3540.93	c starts		: 98
3600.01/3540.94	c conflicts		: 202759
3600.01/3540.94	c decisions		: 932457
3600.01/3540.94	c propagations		: 27939113
3600.01/3540.94	c inspects		: 1330477528
3600.01/3540.94	c shortcuts		: 0
3600.01/3540.94	c learnt literals	: 0
3600.01/3540.94	c learnt binary clauses	: 0
3600.01/3540.94	c learnt ternary clauses	: 0
3600.01/3540.94	c learnt constraints	: 202759
3600.01/3540.94	c ignored constraints	: 0
3600.01/3540.94	c root simplifications	: 0
3600.01/3540.94	c removed literals (reason simplification)	: 0
3600.01/3540.94	c reason swapping (by a shorter reason)	: 0
3600.01/3540.94	c Calls to reduceDB	: 18
3600.01/3540.94	c Number of update (reduction) of LBD	: 203073
3600.01/3540.94	c Imported unit clauses	: 0
3600.01/3540.94	c No decision after first conflict	: false
3600.01/3540.95	c number of reductions to clauses (during analyze)	: 0
3600.01/3540.95	c number of learned constraints concerned by reduction	: 0
3600.01/3540.95	c number of learning phase by resolution	: 0
3600.01/3540.95	c number of learning phase by cutting planes	: 0
3600.01/3540.95	c number of rounding to 1 operations	: 0
3600.01/3540.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3540.95	c number of reductions of the coefficients by power 2 	: 0
3600.01/3540.95	c number of right shift for reduction by power 2 	: 0
3600.01/3540.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3540.95	c number of ending skipping 	: 0
3600.01/3540.95	c number of internal skipping 	: 0
3600.01/3540.95	c number of derivation steps 	: 3964847
3600.01/3540.95	c number of skipped derivation steps 	: 0
3600.01/3540.95	c number of remaining unassigned 	: 1788913
3600.01/3540.95	c number of remaining assigned 	: 272616179
3600.01/3540.95	c number of falsified literals weakened from reason	: 0
3600.01/3540.95	c number of falsified literals weakened from conflict	: 0
3600.01/3540.95	c time for arithmetic operations	: 83864288664
3600.01/3540.96	c minimum degree of deleted constraints	: 2
3600.01/3540.96	c maximum degree of deleted constraints	: 8284362354810163380652330844412701528193702400746048579258503274652798808277735112408768634095028872915420852500398199107078442400098404624192452641462233958925553759917521890542929483970278651429573755623255283691504793894163323906882636235721852299751789412598429234857802708196708406045469732411046613331428130607981996783985642858766107301174370954452118857984012890575484635114971915278223516939796492334069738457370065245672179414610067174915262676918742683667475535352909365987576693256402819952010336003958540246498504871725671246383393737143950900494865486964029266244319378075606157766873230538716738222615943538398673955746486336913919848462886283886145559137861178666358693416038344767952224841718982209553094224239260067920188927516077071801058239073913327483176836439262971509129400206602108751197991902860646601562075654681585475787977587788696278376201717123188974511887823220799393960524658203966820601758922001005917734925939945864032317988861729541638287910971277436874892370466743169925843795765625
3600.01/3540.96	c number of deleted constraints	: 169646
3600.01/3540.96	c speed (assignments/second)	: 7891.97899209393
3600.01/3540.96	c non guided choices	: 0
3600.23/3541.04	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4
3600.23/3541.04	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 33109
3600.23/3541.04	s SATISFIABLE
3600.23/3541.05	c Found 10 solution(s)
3600.23/3541.05	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 
3600.23/3541.06	c objective function=-26
3600.23/3541.06	c Total wall clock time (in seconds): 3540.836

Verifier Data

OK	-26

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459902-1721939797/watcher-4459902-1721939797 -o /tmp/evaluation-result-4459902-1721939797/solver-4459902-1721939797 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721939462-237808 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459902-1721939797.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=238049, runsolver pid=238046

[startup+0.100148 s]*
/proc/loadavg: 4.34 3.04 1.49 5/315 238067
/proc/meminfo: memFree=116512616/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=18975048 memory=55608 CPUtime=0.11 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 6516 0 0 0 9 2 0 0 20 0 18 0 29969611 19430449152 13902 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4743762 13902 5576 1 0 550854 0
[pid=238049/tid=238051] ppid=238046 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 5461 0 0 0 6 2 0 0 20 0 18 0 29969611 19430449152 13956 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29969617 19430449152 13956 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=18975048 memory=14127853412601218 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29969618 19430449152 13956 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55608 KiB

[startup+0.219133 s]*
/proc/loadavg: 4.34 3.04 1.49 7/315 238067
/proc/meminfo: memFree=116501880/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=18975048 memory=66656 CPUtime=0.33 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 7502 0 0 0 30 3 0 0 20 0 18 0 29969611 19430449152 16664 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4743762 16664 5776 1 0 551685 0
[pid=238049/tid=238051] ppid=238046 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 6052 0 0 0 18 2 0 0 20 0 18 0 29969611 19430449152 16664 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=18975048 memory=1364536 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29969617 19430449152 16664 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=18975048 memory=16102571999761082 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29969618 19430449152 16664 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66656 KiB

[startup+0.320232 s]*
/proc/loadavg: 4.34 3.04 1.49 7/315 238067
/proc/meminfo: memFree=116498880/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=18975048 memory=69628 CPUtime=0.5 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 7658 0 0 0 47 3 0 0 20 0 18 0 29969611 19430449152 17407 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4743762 17407 5818 1 0 551748 0
[pid=238049/tid=238051] ppid=238046 vsize=18975048 memory=-8744137131046970044 CPUtime=0.26 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 1077936192 6113 0 0 0 24 2 0 0 20 0 18 0 29969611 19430449152 17407 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29969617 19430449152 17407 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29969618 19430449152 17407 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69628 KiB

[startup+0.704136 s]
/proc/loadavg: 4.34 3.04 1.49 6/315 238067
/proc/meminfo: memFree=116415392/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19041612 memory=168908 CPUtime=1.17 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 10105 0 0 0 111 6 0 0 20 0 19 0 29969611 19498610688 42227 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4760403 42227 5898 1 0 553076 0
[pid=238049/tid=238051] ppid=238046 vsize=19041612 memory=5516 CPUtime=0.55 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 6171 0 0 0 51 4 0 0 20 0 19 0 29969611 19498610688 42227 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19041612 memory=12668 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 29969617 19498610688 42227 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 29969618 19498610688 42227 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 168908 KiB

[startup+1.50113 s]
/proc/loadavg: 4.34 3.04 1.49 7/317 238069
/proc/meminfo: memFree=116391652/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19108176 memory=190920 CPUtime=2.74 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 21524 0 0 0 265 9 0 0 20 0 20 0 29969611 19566772224 47730 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4777044 47730 5952 1 0 556984 0
[pid=238049/tid=238051] ppid=238046 vsize=19108176 memory=12668 CPUtime=1.27 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 7313 0 0 0 122 5 0 0 20 0 20 0 29969611 19566772224 47730 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29969617 19566772224 47730 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29969618 19566772224 47730 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238069] ppid=238046 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/238049/task/238069/stat : 238069 (Timer-0) S 238046 238049 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29969688 19566772224 47730 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190920 KiB

[startup+3.10613 s]
/proc/loadavg: 4.34 3.04 1.49 5/317 238071
/proc/meminfo: memFree=116032792/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19108176 memory=547192 CPUtime=5.43 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 24221 0 0 0 528 15 0 0 20 0 20 0 29969611 19566772224 136798 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4777044 136798 5952 1 0 839053 0
[pid=238049/tid=238051] ppid=238046 vsize=19108176 memory=0 CPUtime=2.79 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 8025 0 0 0 269 10 0 0 20 0 20 0 29969611 19566772224 136798 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29969617 19566772224 136798 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 29969618 19566772224 136798 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238069] ppid=238046 vsize=19108176 memory=12668 CPUtime=0 cores=1,3
/proc/238049/task/238069/stat : 238069 (Timer-0) S 238046 238049 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29969688 19566772224 136798 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 547192 KiB

[startup+6.30113 s]
/proc/loadavg: 4.40 3.07 1.51 5/317 238071
/proc/meminfo: memFree=115163180/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19108176 memory=1400660 CPUtime=9.56 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 25359 0 0 0 922 34 0 0 20 0 20 0 29969611 19566772224 350165 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4777044 350165 5952 1 0 839059 0
[pid=238049/tid=238051] ppid=238046 vsize=19108176 memory=0 CPUtime=5.95 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 9016 0 0 0 567 28 0 0 20 0 20 0 29969611 19566772224 350165 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19108176 memory=12668 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29969617 19566772224 350165 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 29969618 19566772224 350165 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238069] ppid=238046 vsize=19108176 memory=61760 CPUtime=0 cores=1,3
/proc/238049/task/238069/stat : 238069 (Timer-0) S 238046 238049 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29969688 19566772224 350165 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1400660 KiB

[startup+12.7004 s]
/proc/loadavg: 4.45 3.10 1.53 5/317 238073
/proc/meminfo: memFree=114494024/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19108176 memory=2002772 CPUtime=16.08 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 26537 0 0 0 1561 47 0 0 20 0 20 0 29969611 19566772224 500693 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4777044 500693 5952 1 0 839067 0
[pid=238049/tid=238051] ppid=238046 vsize=19108176 memory=169696 CPUtime=12.28 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 10103 0 0 0 1188 40 0 0 20 0 20 0 29969611 19566772224 500693 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19108176 memory=2002772 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29969617 19566772224 500693 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19108176 memory=594296 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 29969618 19566772224 500693 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238069] ppid=238046 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/238049/task/238069/stat : 238069 (Timer-0) S 238046 238049 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29969688 19566772224 500693 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 16.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2002772 KiB

[startup+25.5004 s]
/proc/loadavg: 4.42 3.17 1.57 5/317 238075
/proc/meminfo: memFree=114381700/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19108176 memory=2013752 CPUtime=30.37 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 39538 0 0 0 2985 52 0 0 20 0 20 0 29969611 19566772224 503438 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4777044 503438 5952 1 0 840701 0
[pid=238049/tid=238051] ppid=238046 vsize=19108176 memory=2002772 CPUtime=24.9 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 11965 0 0 0 2449 41 0 0 20 0 20 0 29969611 19566772224 503438 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19108176 memory=2019420 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29969617 19566772224 503438 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 29969618 19566772224 503438 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238069] ppid=238046 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=1,3
/proc/238049/task/238069/stat : 238069 (Timer-0) S 238046 238049 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29969688 19566772224 503438 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 30.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2013752 KiB

[startup+51.1201 s]
/proc/loadavg: 4.28 3.23 1.64 6/317 238078
/proc/meminfo: memFree=114226416/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19108176 memory=2030368 CPUtime=59.24 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 56968 0 0 0 5867 57 0 0 20 0 20 0 29969611 19566772224 507592 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4777044 507592 5952 1 0 840749 0
[pid=238049/tid=238051] ppid=238046 vsize=19108176 memory=2022308 CPUtime=49.9 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 17151 0 0 0 4949 41 0 0 20 0 20 0 29969611 19566772224 507592 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19108176 memory=2022308 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29969617 19566772224 507592 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 29969618 19566772224 507592 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0

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

/proc/meminfo: memFree=115045660/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19108176 memory=3785400 CPUtime=3278.48 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 415907 0 0 0 327492 356 0 0 20 0 20 0 29969611 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4777044 946350 6000 1 0 960050 0
[pid=238049/tid=238051] ppid=238046 vsize=19108176 memory=3785384 CPUtime=3155.29 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 179011 0 0 0 315405 124 0 0 20 0 20 0 29969611 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19108176 memory=3785400 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29969617 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19108176 memory=3785400 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 3583 0 0 0 0 0 0 0 20 0 20 0 29969618 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238069] ppid=238046 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/238049/task/238069/stat : 238069 (Timer-0) S 238046 238049 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29969688 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 3278.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3785400 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.24 4.17 4/298 240216
/proc/meminfo: memFree=114932400/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19108176 memory=3785400 CPUtime=3338.83 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 417358 0 0 0 333523 360 0 0 20 0 20 0 29969611 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4777044 946350 6000 1 0 960050 0
[pid=238049/tid=238051] ppid=238046 vsize=19108176 memory=3785400 CPUtime=3214.44 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 180217 0 0 0 321320 124 0 0 20 0 20 0 29969611 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19108176 memory=3785400 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29969617 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19108176 memory=3785400 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 3583 0 0 0 0 0 0 0 20 0 20 0 29969618 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238069] ppid=238046 vsize=19108176 memory=3785400 CPUtime=0 cores=1,3
/proc/238049/task/238069/stat : 238069 (Timer-0) S 238046 238049 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29969688 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 3338.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3785400 KiB

[startup+3342.3 s]
/proc/loadavg: 3.52 4.04 4.11 4/298 240228
/proc/meminfo: memFree=114740828/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19108176 memory=3785400 CPUtime=3399.39 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 420843 0 0 0 339575 364 0 0 20 0 20 0 29969611 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4777044 946350 6000 1 0 960050 0
[pid=238049/tid=238051] ppid=238046 vsize=19108176 memory=3785400 CPUtime=3273.44 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 181785 0 0 0 327219 125 0 0 20 0 20 0 29969611 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19108176 memory=3785400 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29969617 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 3670 0 0 0 0 0 0 0 20 0 20 0 29969618 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238069] ppid=238046 vsize=19108176 memory=12668 CPUtime=0 cores=1,3
/proc/238049/task/238069/stat : 238069 (Timer-0) S 238046 238049 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29969688 19566772224 946350 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 3399.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3785400 KiB

[startup+3402.3 s]
/proc/loadavg: 3.29 3.88 4.05 4/298 240239
/proc/meminfo: memFree=114610404/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19108176 memory=3785404 CPUtime=3460.05 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 424742 0 0 0 345637 368 0 0 20 0 20 0 29969611 19566772224 946351 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4777044 946351 6000 1 0 960050 0
[pid=238049/tid=238051] ppid=238046 vsize=19108176 memory=2228 CPUtime=3332.36 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 183938 0 0 0 333110 126 0 0 20 0 20 0 29969611 19566772224 946351 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29969617 19566772224 946351 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19108176 memory=3785400 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 3768 0 0 0 0 0 0 0 20 0 20 0 29969618 19566772224 946351 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238069] ppid=238046 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/238049/task/238069/stat : 238069 (Timer-0) S 238046 238049 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29969688 19566772224 946351 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 3460.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3785404 KiB

[startup+3462.3 s]
/proc/loadavg: 3.26 3.76 3.99 4/296 240249
/proc/meminfo: memFree=114404528/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19108176 memory=3785404 CPUtime=3520.59 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 426090 0 0 0 351687 372 0 0 20 0 20 0 29969611 19566772224 946351 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4777044 946351 6000 1 0 960050 0
[pid=238049/tid=238051] ppid=238046 vsize=19108176 memory=15864 CPUtime=3391.46 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 184974 0 0 0 339020 126 0 0 20 0 20 0 29969611 19566772224 946351 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 28 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19108176 memory=3785400 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29969617 19566772224 946351 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19108176 memory=3785404 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 3768 0 0 0 0 0 0 0 20 0 20 0 29969618 19566772224 946351 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238069] ppid=238046 vsize=19108176 memory=3785404 CPUtime=0 cores=1,3
/proc/238049/task/238069/stat : 238069 (Timer-0) S 238046 238049 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29969688 19566772224 946351 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 3520.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3785404 KiB

[startup+3522.3 s]
/proc/loadavg: 3.13 3.64 3.93 5/295 240260
/proc/meminfo: memFree=114167720/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19108176 memory=3785408 CPUtime=3581.21 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 429678 0 0 0 357745 376 0 0 20 0 20 0 29969611 19566772224 946352 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4777044 946352 6000 1 0 960050 0
[pid=238049/tid=238051] ppid=238046 vsize=19108176 memory=3785404 CPUtime=3450.26 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 187095 0 0 0 344899 127 0 0 20 0 20 0 29969611 19566772224 946352 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 28 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19108176 memory=3785404 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29969617 19566772224 946352 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19108176 memory=-8744137131046970044 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 3855 0 0 0 0 0 0 0 20 0 20 0 29969618 19566772224 946352 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238069] ppid=238046 vsize=19108176 memory=12668 CPUtime=0 cores=1,3
/proc/238049/task/238069/stat : 238069 (Timer-0) S 238046 238049 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29969688 19566772224 946352 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 3581.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3785408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3540.9 s]
/proc/loadavg: 3.10 3.59 3.91 4/295 240261
/proc/meminfo: memFree=114121756/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19108176 memory=3785408 CPUtime=3600.01 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 430288 0 0 0 359624 377 0 0 20 0 20 0 29969611 19566772224 946352 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4777044 946352 6000 1 0 960050 0
[pid=238049/tid=238051] ppid=238046 vsize=19108176 memory=3785408 CPUtime=3468.55 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 187680 0 0 0 346728 127 0 0 20 0 20 0 29969611 19566772224 946352 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 28 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19108176 memory=-8744137131046970044 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29969617 19566772224 946352 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19108176 memory=3785408 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 3855 0 0 0 0 0 0 0 20 0 20 0 29969618 19566772224 946352 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238069] ppid=238046 vsize=19108176 memory=-8744137131046970044 CPUtime=0 cores=1,3
/proc/238049/task/238069/stat : 238069 (Timer-0) S 238046 238049 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29969688 19566772224 946352 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3785408 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.55 s, system=3.80863 s

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

[startup+3541.01 s]*
/proc/loadavg: 3.10 3.59 3.91 5/296 240264
/proc/meminfo: memFree=114121088/131655788 swapFree=131058856/131071996
[pid=238049] ppid=238046 vsize=19307868 memory=3786116 CPUtime=3600.23 cores=1,3
/proc/238049/stat : 238049 (java) S 238046 238049 237796 0 -1 1077936128 434248 0 0 0 359645 378 0 0 20 0 21 0 29969611 19771256832 946529 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
/proc/238049/statm: 4826967 946529 5999 1 0 960973 0
[pid=238049/tid=238051] ppid=238046 vsize=19307868 memory=-9032930491495064252 CPUtime=3468.64 cores=1,3
/proc/238049/task/238051/stat : 238051 (java) R 238046 238049 237796 0 -1 4194368 187769 0 0 0 346737 127 0 0 20 0 21 0 29969611 19771256832 946529 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 28 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238060] ppid=238046 vsize=19307868 memory=-9054130145060636060 CPUtime=0 cores=1,3
/proc/238049/task/238060/stat : 238060 (Finalizer) S 238046 238049 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 29969617 19771256832 946529 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=238067] ppid=238046 vsize=19307868 memory=2740 CPUtime=0 cores=1,3
/proc/238049/task/238067/stat : 238067 (Common-Cleaner) S 238046 238049 237796 0 -1 1077936192 3855 0 0 0 0 0 0 0 20 0 21 0 29969618 19771256832 946529 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
[pid=238049/tid=240263] ppid=238046 vsize=19307868 memory=4976 CPUtime=0.06 cores=1,3
/proc/238049/task/240263/stat : 240263 (Thread-0) R 238046 238049 237796 0 -1 4194368 590 0 0 0 6 0 0 0 20 0 21 0 30323702 19771256832 946529 134679101440 94623640891392 94623640895088 140736296767840 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623640902904 94623640903696 94623642267648 140736296776692 140736296776800 140736296776800 140736296783816 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3786116 KiB

Child status: 143

Real time (s): 3541.1
CPU time (s): 3600.36
CPU user time (s): 3596.55
CPU system time (s): 3.80863
CPU usage (%): 101.673
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5277472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.55
system time used= 3.80863
maximum resident set size= 5277472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434882
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125510
involuntary context switches= 6560


# summary of solver processes directly reported to runsolver:
#   pid: 238049
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3596.55
#   total CPU system time (s): 3.80863

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8074 second user time and 37.0369 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-25 22:36:37
IDJOB=4459902
IDBENCH=148653
IDSOLVER=3052
FILE ID=nodeC009/4459902-1721939797
RUNJOBID= nodeC009-1721939462-237808
SLURM_JOB_ID= 8247263
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459902-1721939797/watcher-4459902-1721939797 -o /tmp/evaluation-result-4459902-1721939797/solver-4459902-1721939797 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721939462-237808 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459902-1721939797.opb

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

MD5SUM BENCH= 273961b324c53d2d230ce6da1470e4a9
RANDOM SEED=694240006

nodeC009.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		: 3564.785
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.96
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.994
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.36
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.443
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.96
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.254
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.36
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		: 3629.205
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.96
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		: 3561.950
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.36
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.445
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.96
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.302
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        116547168 kB
MemAvailable:   120367980 kB
Buffers:          345904 kB
Cached:          4213020 kB
SwapCached:         4924 kB
Active:          1868508 kB
Inactive:       12495980 kB
Active(anon):       1624 kB
Inactive(anon):  9848912 kB
Active(file):    1866884 kB
Inactive(file):  2647068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:               916 kB
Writeback:             8 kB
AnonPages:       9800472 kB
Mapped:           111656 kB
Shmem:             45300 kB
KReclaimable:     294120 kB
Slab:             405552 kB
SReclaimable:     294120 kB
SUnreclaim:       111432 kB
KernelStack:        4832 kB
PageTables:        29384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12673180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9521152 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:      367432 kB
DirectMap2M:    44625920 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC009 at 2024-07-25 23:35:39