Trace number 4458370

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)0 3600.28 3597.14

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_08.opb
MD5SUMcef34ff274a7a14d58a37c503700d4d0
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 benchmark0
Best CPU time to get the best result obtained on this benchmark0.026297
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables416
Total number of constraints608
Number of constraints which are clauses384
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints224
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 32
Biggest coefficient in the objective function 32768
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 131070
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 131070
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.17	c See www.sat4j.org for details.
0.14/0.18	c version CUSTOM.v20240707
0.14/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.21	c java.vm.version	22.0.1+8-16
0.14/0.21	c java.vm.vendor	Oracle Corporation
0.14/0.21	c sun.arch.data.model	64
0.14/0.21	c java.version		22.0.1
0.14/0.21	c os.name		Linux
0.14/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.21	c os.arch		amd64
0.14/0.22	c Free memory 		2115194816
0.14/0.22	c Max memory 		16282288128
0.14/0.22	c Total memory 		2122317824
0.14/0.23	c Number of processors 	2
0.47/0.40	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.40	 - never skip resolution steps
0.47/0.40	 - Auto-division on coefficients is disabled
0.47/0.40	 - No postprocessing
0.47/0.40	 - Conflict is considered as is when resolving
0.47/0.40	 - Use constraints as they come during conflict analysis
0.47/0.40	 - Weaken first using unassigned literals
0.47/0.40	 - Bump strategy: ALWAYS_ONE
0.47/0.40	 - Bumper: EFFECTIVE
0.47/0.40	--- Begin Solver configuration ---
0.47/0.40	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.40	Learn all clauses as in MiniSAT
0.47/0.40	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.40	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.40	No reason simplification
0.47/0.40	Dynamic restart strategy considering the size of the coefficients
0.47/0.40	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.40	timeout=2147483s
0.47/0.40	DB Simplification allowed=false
0.47/0.40	Listener: none
0.47/0.40	--- End Solver configuration ---
0.47/0.40	c Pseudo Boolean Optimization by upper bound
0.47/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.40	c  - never skip resolution steps
0.47/0.40	c  - Auto-division on coefficients is disabled
0.47/0.40	c  - No postprocessing
0.47/0.40	c  - Conflict is considered as is when resolving
0.47/0.40	c  - Use constraints as they come during conflict analysis
0.47/0.40	c  - Weaken first using unassigned literals
0.47/0.40	c  - Bump strategy: ALWAYS_ONE
0.47/0.40	c  - Bumper: EFFECTIVE
0.47/0.40	c --- Begin Solver configuration ---
0.47/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.40	c Learn all clauses as in MiniSAT
0.47/0.40	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.40	c No reason simplification
0.47/0.40	c Dynamic restart strategy considering the size of the coefficients
0.47/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.40	c timeout=2147483s
0.47/0.40	c DB Simplification allowed=false
0.47/0.40	c Listener: none
0.47/0.40	c --- End Solver configuration ---
0.47/0.40	c solving HOME/instance-4458370-1721887873.opb
0.47/0.40	c reading problem ... 
0.47/0.41	c  objective function found
0.85/0.56	c ... done. Wall clock time 0.156s.
0.85/0.56	c declared #vars     416
0.85/0.56	c #constraints  832
0.85/0.56	c constraints type 
0.85/0.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 480
0.85/0.56	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 224
0.85/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 128
0.85/0.56	c 832 constraints processed.
0.85/0.59	c objective function length is 32 literals
1.40/0.87	c SATISFIABLE
1.40/0.87	c OPTIMIZING...
1.40/0.87	c Got one! Elapsed wall clock time (in seconds):0.461
1.40/0.87	o 0
118.14/114.39	c cleaning 2601 clauses out of 5202 with flag 0/5202
448.64/444.37	c cleaning 4301 clauses out of 8601 with flag 0/11202
1069.45/1065.24	c cleaning 5646 clauses out of 11300 with flag 0/18202
2155.87/2152.54	c cleaning 6822 clauses out of 13654 with flag 0/26202
3442.84/3439.80	c cleaning 7915 clauses out of 15832 with flag 0/35202
3600.06/3597.08	c starts		: 28
3600.06/3597.08	c conflicts		: 37249
3600.06/3597.08	c decisions		: 38114
3600.06/3597.08	c propagations		: 3975754
3600.06/3597.08	c inspects		: 1459149899
3600.06/3597.08	c shortcuts		: 0
3600.06/3597.08	c learnt literals	: 0
3600.06/3597.08	c learnt binary clauses	: 0
3600.06/3597.08	c learnt ternary clauses	: 0
3600.06/3597.08	c learnt constraints	: 37249
3600.06/3597.08	c ignored constraints	: 0
3600.06/3597.08	c root simplifications	: 0
3600.06/3597.08	c removed literals (reason simplification)	: 0
3600.06/3597.08	c reason swapping (by a shorter reason)	: 0
3600.06/3597.08	c Calls to reduceDB	: 5
3600.06/3597.08	c Number of update (reduction) of LBD	: 20977
3600.06/3597.08	c Imported unit clauses	: 0
3600.06/3597.08	c No decision after first conflict	: false
3600.06/3597.08	c number of reductions to clauses (during analyze)	: 0
3600.06/3597.08	c number of learned constraints concerned by reduction	: 0
3600.06/3597.08	c number of learning phase by resolution	: 0
3600.06/3597.08	c number of learning phase by cutting planes	: 0
3600.06/3597.08	c number of rounding to 1 operations	: 0
3600.06/3597.08	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3597.08	c number of reductions of the coefficients by power 2 	: 0
3600.06/3597.08	c number of right shift for reduction by power 2 	: 0
3600.06/3597.08	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3597.08	c number of ending skipping 	: 0
3600.06/3597.08	c number of internal skipping 	: 0
3600.06/3597.08	c number of derivation steps 	: 2343746
3600.06/3597.08	c number of skipped derivation steps 	: 0
3600.06/3597.08	c number of remaining unassigned 	: 31233
3600.06/3597.08	c number of remaining assigned 	: 17796681
3600.06/3597.08	c number of falsified literals weakened from reason	: 0
3600.06/3597.08	c number of falsified literals weakened from conflict	: 0
3600.06/3597.08	c time for arithmetic operations	: 6069923651
3600.06/3597.09	c minimum degree of deleted constraints	: 2
3600.06/3597.09	c maximum degree of deleted constraints	: 3700566516467591032537697215792850392292537720091352660892898811451594499403102486733478036863906899154625414027240057930910450388262438791536671372847123808190672286095521573785281674219648821758338399140549098461252803960747152873307969177379574053501377646356592425849077969324836513684568580036551040107125419907979662154135687460728461665942127902011342929575366972500
3600.06/3597.09	c number of deleted constraints	: 27285
3600.06/3597.09	c speed (assignments/second)	: 1105.4656653935729
3600.06/3597.09	c non guided choices	: 0
3600.06/3597.11	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9964
3600.06/3597.11	s SATISFIABLE
3600.06/3597.11	c Found 1 solution(s)
3600.06/3597.11	v -x1 x2 -x3 x4 x5 x6 x7 -x8 x9 -x10 -x11 x12 x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 x28 x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 x44 x45 x46 -x47 -x48 x49 -x50 -x51 x52 x53 x54 -x55 -x56 x57 -x58 -x59 x60 x61 x62 -x63 -x64 x65 -x66 -x67 x68 x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 x84 x85 x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 x108 x109 x110 x111 -x112 -x113 x114 -x115 x116 x117 x118 x119 -x120 -x121 x122 -x123 x124 x125 x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 x156 -x157 -x158 -x159 -x160 x161 -x162 x163 -x164 -x165 -x166 -x167 x168 -x169 x170 -x171 -x172 -x173 -x174 x175 -x176 x177 -x178 -x179 -x180 -x181 x182 -x183 x184 -x185 -x186 -x187 -x188 x189 x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 -x205 x206 -x207 -x208 -x209 -x210 x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 x226 -x227 -x228 -x229 -x230 x231 -x232 x233 x234 -x235 -x236 -x237 x238 x239 x240 x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 x258 -x259 x260 -x261 x262 -x263 -x264 x265 -x266 x267 -x268 x269 -x270 -x271 x272 -x273 x274 x275 -x276 x277 -x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 -x288 x289 x290 x291 -x292 x293 x294 -x295 x296 x297 x298 -x299 -x300 x301 -x302 x303 x304 x305 -x306 -x307 -x308 -x309 x310 x311 -x312 -x313 -x314 -x315 x316 x317 x318 -x319 -x320 -x321 x322 -x323 x324 -x325 x326 -x327 -x328 -x329 -x330 -x331 x332 -x333 x334 -x335 x336 -x337 -x338 x339 x340 x341 x342 x343 x344 -x345 x346 x347 -x348 x349 -x350 x351 -x352 -x353 x354 x355 -x356 x357 -x358 -x359 x360 -x361 x362 -x363 -x364 -x365 x366 x367 x368 -x369 -x370 -x371 x372 x373 x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 x388 -x389 x390 -x391 -x392 x393 x394 -x395 x396 x397 -x398 -x399 -x400 -x401 x402 -x403 x404 -x405 x406 -x407 -x408 x409 x410 -x411 x412 x413 -x414 -x415 -x416 
3600.06/3597.11	c objective function=0
3600.06/3597.11	c Total wall clock time (in seconds): 3596.708

Verifier Data

OK	0

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (42364 MiB free)
  memory of node 1: 64510 MiB (55600 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458370-1721887873/watcher-4458370-1721887873 -o /tmp/evaluation-result-4458370-1721887873/solver-4458370-1721887873 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721887873-223047 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4458370-1721887873.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=223105, runsolver pid=223093

[startup+0.100718 s]*
/proc/loadavg: 1.01 1.27 2.27 13/314 223179
/proc/meminfo: memFree=100179932/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=18975048 memory=55472 CPUtime=0.14 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 6493 0 0 0 10 4 0 0 20 0 18 0 24776420 19430449152 13868 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4743762 13868 5595 1 0 550794 0
[pid=223105/tid=223113] ppid=223093 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 5429 0 0 0 6 3 0 0 20 0 18 0 24776421 19430449152 13868 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776422 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=18975048 memory=1122407 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24776428 19430449152 13868 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=18975048 memory=14131147651172177 CPUtime=0 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 24776429 19430449152 13868 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55472 KiB

[startup+0.22619 s]*
/proc/loadavg: 1.01 1.27 2.27 14/314 223179
/proc/meminfo: memFree=100166488/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=18975048 memory=60416 CPUtime=0.32 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 7213 0 0 0 27 5 0 0 20 0 18 0 24776420 19430449152 15104 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4743762 15104 5621 1 0 551374 0
[pid=223105/tid=223113] ppid=223093 vsize=18975048 memory=4782652875487838339 CPUtime=0.21 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 5768 0 0 0 17 4 0 0 20 0 18 0 24776421 19430449152 15104 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776422 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=18975048 memory=1122407 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24776428 19430449152 15104 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=18975048 memory=14131147651172177 CPUtime=0 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 24776429 19430449152 15104 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60416 KiB

[startup+0.3147 s]*
/proc/loadavg: 1.01 1.27 2.27 14/314 223179
/proc/meminfo: memFree=100139880/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=18975048 memory=64012 CPUtime=0.47 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 7459 0 0 0 41 6 0 0 20 0 18 0 24776420 19430449152 16003 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4743762 16003 5701 1 0 551545 0
[pid=223105/tid=223113] ppid=223093 vsize=18975048 memory=-8886844965730886332 CPUtime=0.29 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 5926 0 0 0 25 4 0 0 20 0 18 0 24776421 19430449152 16003 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776422 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=18975048 memory=1471051362557723225 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24776428 19430449152 16003 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 24776429 19430449152 16003 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64012 KiB

[startup+0.700744 s]
/proc/loadavg: 2.21 1.51 2.34 13/314 223179
/proc/meminfo: memFree=100078904/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19041612 memory=84020 CPUtime=1.17 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 8265 0 0 0 109 8 0 0 20 0 19 0 24776420 19498610688 21005 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4760403 21005 5877 1 0 552305 0
[pid=223105/tid=223113] ppid=223093 vsize=19041612 memory=5456 CPUtime=0.59 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) S 223093 223105 223036 0 -1 1077936192 6242 0 0 0 54 5 0 0 20 0 19 0 24776421 19498610688 21005 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 24776422 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19041612 memory=12108 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24776428 19498610688 21005 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 24776429 19498610688 21005 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 84020 KiB

[startup+1.50669 s]
/proc/loadavg: 2.21 1.51 2.34 15/320 223185
/proc/meminfo: memFree=99347872/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=185396 CPUtime=2.75 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 20017 0 0 0 262 13 0 0 20 0 20 0 24776420 19566772224 46349 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 46349 5909 1 0 557687 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=0 CPUtime=1.31 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 6369 0 0 0 124 7 0 0 20 0 20 0 24776421 19566772224 46349 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 24776422 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=5456 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 46349 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=12108 CPUtime=0 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 24776429 19566772224 46349 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223181] ppid=223093 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/223105/task/223181/stat : 223181 (Timer-0) S 223093 223105 223036 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24776480 19566772224 46349 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185396 KiB

[startup+3.11371 s]
/proc/loadavg: 2.21 1.51 2.34 11/322 223189
/proc/meminfo: memFree=98215620/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=516284 CPUtime=5.81 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 27231 0 0 0 561 20 0 0 20 0 20 0 24776420 19566772224 129071 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 129071 5915 1 0 559916 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=12108 CPUtime=2.87 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) S 223093 223105 223036 0 -1 1077936192 7189 0 0 0 274 13 0 0 20 0 20 0 24776421 19566772224 129071 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776422 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 129071 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 24776429 19566772224 129071 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223181] ppid=223093 vsize=19108176 memory=11756 CPUtime=0 cores=4,6
/proc/223105/task/223181/stat : 223181 (Timer-0) S 223093 223105 223036 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24776480 19566772224 129071 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 516284 KiB

[startup+6.30045 s]
/proc/loadavg: 2.35 1.55 2.35 8/322 223189
/proc/meminfo: memFree=97103880/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=969976 CPUtime=9.59 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 27535 0 0 0 928 31 0 0 20 0 20 0 24776420 19566772224 242494 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 242494 5915 1 0 559916 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=0 CPUtime=6 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 7433 0 0 0 577 23 0 0 20 0 20 0 24776421 19566772224 242494 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776422 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=12108 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 242494 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=11756 CPUtime=0 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 24776429 19566772224 242494 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223181] ppid=223093 vsize=19108176 memory=68644 CPUtime=0 cores=4,6
/proc/223105/task/223181/stat : 223181 (Timer-0) S 223093 223105 223036 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24776480 19566772224 242494 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 9.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 969976 KiB

[startup+12.7004 s]
/proc/loadavg: 2.48 1.59 2.36 10/322 223191
/proc/meminfo: memFree=95472004/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=1246568 CPUtime=16.14 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 30426 0 0 0 1577 37 0 0 20 0 20 0 24776420 19566772224 311642 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 311642 5915 1 0 559916 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=0 CPUtime=12.34 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 8406 0 0 0 1206 28 0 0 20 0 20 0 24776421 19566772224 311642 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776422 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=12108 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 311642 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=1242368 CPUtime=0 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 24776429 19566772224 311642 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223181] ppid=223093 vsize=19108176 memory=1242368 CPUtime=0 cores=4,6
/proc/223105/task/223181/stat : 223181 (Timer-0) S 223093 223105 223036 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24776480 19566772224 311642 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 16.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1246568 KiB

[startup+25.5005 s]
/proc/loadavg: 2.72 1.67 2.38 9/322 223193
/proc/meminfo: memFree=94740184/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=1344996 CPUtime=29.34 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 35607 0 0 0 2894 40 0 0 20 0 20 0 24776420 19566772224 336249 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 336249 5915 1 0 559916 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=1332616 CPUtime=24.82 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 9801 0 0 0 2452 30 0 0 20 0 20 0 24776421 19566772224 336249 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776422 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=1344992 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 336249 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=1344992 CPUtime=0 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 24776429 19566772224 336249 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223181] ppid=223093 vsize=19108176 memory=-8958902559768814268 CPUtime=0 cores=4,6
/proc/223105/task/223181/stat : 223181 (Timer-0) S 223093 223105 223036 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24776480 19566772224 336249 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 29.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1344996 KiB

[startup+51.1143 s]
/proc/loadavg: 3.30 1.91 2.44 8/322 223196
/proc/meminfo: memFree=92956816/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=1361396 CPUtime=54.94 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 41349 0 0 0 5452 42 0 0 20 0 20 0 24776420 19566772224 340349 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 340349 5915 1 0 559916 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=12108 CPUtime=49.85 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 11670 0 0 0 4955 30 0 0 20 0 20 0 24776421 19566772224 340349 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776422 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=1353188 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 340349 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=1246568 CPUtime=0 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 24776429 19566772224 340349 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0

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

/proc/meminfo: memFree=86200680/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=2216860 CPUtime=3225.34 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 175099 0 0 0 322266 268 0 0 20 0 20 0 24776420 19566772224 554215 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 554215 5917 1 0 666700 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=2216860 CPUtime=3192.93 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 70495 0 0 0 319237 56 0 0 20 0 20 0 24776421 19566772224 554215 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776450 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=68856 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 554215 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=-8958902559768814268 CPUtime=0.01 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 3240 0 0 0 1 0 0 0 20 0 20 0 24776429 19566772224 554215 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223181] ppid=223093 vsize=19108176 memory=2214792 CPUtime=0 cores=4,6
/proc/223105/task/223181/stat : 223181 (Timer-0) S 223093 223105 223036 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24776480 19566772224 554215 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 3225.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2216860 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.20 4.17 8/317 224958
/proc/meminfo: memFree=86195484/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=2220956 CPUtime=3285.33 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 176321 0 0 0 328261 272 0 0 20 0 20 0 24776420 19566772224 555239 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 555239 5917 1 0 666700 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=12108 CPUtime=3252.55 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 71504 0 0 0 325199 56 0 0 20 0 20 0 24776421 19566772224 555239 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776450 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=68856 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 555239 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=2220956 CPUtime=0.01 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 3338 0 0 0 1 0 0 0 20 0 20 0 24776429 19566772224 555239 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223181] ppid=223093 vsize=19108176 memory=16096 CPUtime=0 cores=4,6
/proc/223105/task/223181/stat : 223181 (Timer-0) S 223093 223105 223036 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24776480 19566772224 555239 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 3285.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2220956 KiB

[startup+3342.3 s]
/proc/loadavg: 4.41 4.24 4.19 8/317 224968
/proc/meminfo: memFree=86188576/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=2227120 CPUtime=3345.33 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 180058 0 0 0 334257 276 0 0 20 0 20 0 24776420 19566772224 556780 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 556780 5917 1 0 666700 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=2223024 CPUtime=3312.05 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 73125 0 0 0 331149 56 0 0 20 0 20 0 24776421 19566772224 556780 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776450 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=1972 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 556780 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=16096 CPUtime=0.01 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 3436 0 0 0 1 0 0 0 20 0 20 0 24776429 19566772224 556780 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223181] ppid=223093 vsize=19108176 memory=2227120 CPUtime=0 cores=4,6
/proc/223105/task/223181/stat : 223181 (Timer-0) S 223093 223105 223036 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24776480 19566772224 556780 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 3345.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2227120 KiB

[startup+3402.3 s]
/proc/loadavg: 6.80 4.98 4.45 8/317 224979
/proc/meminfo: memFree=86183872/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=2231224 CPUtime=3405.34 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 182743 0 0 0 340255 279 0 0 20 0 20 0 24776420 19566772224 557806 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 557806 5917 1 0 666700 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=1972 CPUtime=3371.58 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 74335 0 0 0 337102 56 0 0 20 0 20 0 24776421 19566772224 557806 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776450 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=2229176 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 557806 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=11756 CPUtime=0.01 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 3534 0 0 0 1 0 0 0 20 0 20 0 24776429 19566772224 557806 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223181] ppid=223093 vsize=19108176 memory=2231224 CPUtime=0 cores=4,6
/proc/223105/task/223181/stat : 223181 (Timer-0) S 223093 223105 223036 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24776480 19566772224 557806 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 3405.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2231224 KiB

[startup+3462.3 s]
/proc/loadavg: 5.36 4.93 4.47 8/317 224989
/proc/meminfo: memFree=86512088/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=2237392 CPUtime=3465.36 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 185752 0 0 0 346253 283 0 0 20 0 20 0 24776420 19566772224 559348 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 559348 5917 1 0 666709 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=1972 CPUtime=3431.02 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 75883 0 0 0 343045 57 0 0 20 0 20 0 24776421 19566772224 559348 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776450 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=2229176 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 559348 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=11756 CPUtime=0.01 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 3581 0 0 0 1 0 0 0 20 0 20 0 24776429 19566772224 559348 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223181] ppid=223093 vsize=19108176 memory=2235344 CPUtime=0 cores=4,6
/proc/223105/task/223181/stat : 223181 (Timer-0) S 223093 223105 223036 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24776480 19566772224 559348 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 3465.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2237392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.65 4.80 4.45 7/318 225068
/proc/meminfo: memFree=86963552/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=2241540 CPUtime=3525.36 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 188424 0 0 0 352249 287 0 0 20 0 20 0 24776420 19566772224 560385 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 560385 5917 1 0 666709 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=2241540 CPUtime=3490.48 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 77193 0 0 0 348991 57 0 0 20 0 20 0 24776421 19566772224 560385 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776450 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=11756 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 560385 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=2241540 CPUtime=0.01 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 3593 0 0 0 1 0 0 0 20 0 20 0 24776429 19566772224 560385 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223181] ppid=223093 vsize=19108176 memory=25560 CPUtime=0 cores=4,6
/proc/223105/task/223181/stat : 223181 (Timer-0) S 223093 223105 223036 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24776480 19566772224 560385 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 3525.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2241540 KiB

[startup+3582.3 s]
/proc/loadavg: 4.59 4.75 4.45 6/321 225152
/proc/meminfo: memFree=89506752/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=2251816 CPUtime=3585.35 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 190982 0 0 0 358244 291 0 0 20 0 20 0 24776420 19566772224 562954 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 562954 5917 1 0 666709 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=68856 CPUtime=3549.81 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 78283 0 0 0 354924 57 0 0 20 0 20 0 24776421 19566772224 562954 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776450 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=68856 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 562954 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=2251816 CPUtime=0.01 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 3678 0 0 0 1 0 0 0 20 0 20 0 24776429 19566772224 562954 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223181] ppid=223093 vsize=19108176 memory=11756 CPUtime=0 cores=4,6
/proc/223105/task/223181/stat : 223181 (Timer-0) S 223093 223105 223036 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24776480 19566772224 562954 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 3585.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2251816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597 s]*
/proc/loadavg: 4.61 4.75 4.46 5/321 225221
/proc/meminfo: memFree=91490868/131655788 swapFree=131062644/131071996
[pid=223105] ppid=223093 vsize=19108176 memory=2253864 CPUtime=3600.06 cores=4,6
/proc/223105/stat : 223105 (java) S 223093 223105 223036 0 -1 1077936128 191377 0 0 0 359714 292 0 0 20 0 20 0 24776420 19566772224 563466 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
/proc/223105/statm: 4777044 563466 5917 1 0 666709 0
[pid=223105/tid=223113] ppid=223093 vsize=19108176 memory=11324 CPUtime=3564.38 cores=4,6
/proc/223105/task/223113/stat : 223113 (java) R 223093 223105 223036 0 -1 4194368 78674 0 0 0 356381 57 0 0 20 0 20 0 24776421 19566772224 563466 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24776450 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223149] ppid=223093 vsize=19108176 memory=-8598613481477612220 CPUtime=0 cores=4,6
/proc/223105/task/223149/stat : 223149 (Finalizer) S 223093 223105 223036 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24776428 19566772224 563466 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223177] ppid=223093 vsize=19108176 memory=5456 CPUtime=0.01 cores=4,6
/proc/223105/task/223177/stat : 223177 (Common-Cleaner) S 223093 223105 223036 0 -1 1077936192 3678 0 0 0 1 0 0 0 20 0 20 0 24776429 19566772224 563466 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
[pid=223105/tid=223181] ppid=223093 vsize=19108176 memory=11324 CPUtime=0 cores=4,6
/proc/223105/task/223181/stat : 223181 (Timer-0) S 223093 223105 223036 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24776480 19566772224 563466 134679101440 94064407367680 94064407371376 140721434737216 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94064407379192 94064407379984 94064413958144 140721434743797 140721434743905 140721434743905 140721434750920 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2253864 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.34 s, system=2.94144 s

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

Child status: 143

Real time (s): 3597.14
CPU time (s): 3600.28
CPU user time (s): 3597.34
CPU system time (s): 2.94144
CPU usage (%): 100.087
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2253864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.34
system time used= 2.94144
maximum resident set size= 2257652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195422
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127409
involuntary context switches= 4664


# summary of solver processes directly reported to runsolver:
#   pid: 223105
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.34
#   total CPU system time (s): 2.94144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6621 second user time and 40.482 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-25 08:11:14
IDJOB=4458370
IDBENCH=177212
IDSOLVER=3052
FILE ID=nodeC003/4458370-1721887873
RUNJOBID= nodeC003-1721887873-223047
SLURM_JOB_ID= 8089300
Free space on /tmp= 723784 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_08.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458370-1721887873/watcher-4458370-1721887873 -o /tmp/evaluation-result-4458370-1721887873/solver-4458370-1721887873 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721887873-223047 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4458370-1721887873.opb

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

MD5SUM BENCH= cef34ff274a7a14d58a37c503700d4d0
RANDOM SEED=1620896864

nodeC003.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		: 1197.290
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	: 6984.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.288
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.31
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.281
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	: 6984.09
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.284
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.307
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	: 6984.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.284
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.31
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		: 1214.275
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	: 6984.09
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		: 1230.871
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        100317612 kB
MemAvailable:   129791448 kB
Buffers:          302496 kB
Cached:         29719252 kB
SwapCached:          968 kB
Active:          2495264 kB
Inactive:       27845596 kB
Active(anon):       2488 kB
Inactive(anon):   370088 kB
Active(file):    2492776 kB
Inactive(file): 27475508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131062644 kB
Dirty:              3696 kB
Writeback:             8 kB
AnonPages:        318672 kB
Mapped:           109320 kB
Shmem:             53440 kB
KReclaimable:     567296 kB
Slab:             681364 kB
SReclaimable:     567296 kB
SUnreclaim:       114068 kB
KernelStack:        3668 kB
PageTables:         9896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     729168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14752 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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:      394056 kB
DirectMap2M:    40404992 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC003 at 2024-07-25 09:11:11