Trace number 4460070

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)4 3600.19 3578.38

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-edgecross14-019.opb
MD5SUMbecfadc274f6e0887a719a51c262a290
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.716441
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints1457
Number of constraints which are clauses1456
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 231
Biggest coefficient in the objective function 49
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 519
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 519
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)145
Sum of products size (including duplicates)290
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4460070-1721943053.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.33/0.22	c ... done. Wall clock time 0.068s.
0.33/0.22	c declared #vars     183
0.33/0.22	c internal #vars     328
0.33/0.22	c #constraints  1748
0.33/0.22	c constraints type 
0.33/0.22	c org.sat4j.specs.Constr$1 => 1
0.33/0.22	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 145
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1601
0.33/0.22	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.33/0.22	c 1748 constraints processed.
0.33/0.23	c objective function length is 231 literals
0.33/0.24	c SATISFIABLE
0.33/0.24	c OPTIMIZING...
0.33/0.24	c Got one! Elapsed wall clock time (in seconds):0.087
0.33/0.25	o 46
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.19
0.52/0.35	o 45
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.199
0.52/0.35	o 35
0.71/0.42	c Got one! Elapsed wall clock time (in seconds):0.263
0.71/0.42	o 34
0.71/0.43	c Got one! Elapsed wall clock time (in seconds):0.278
0.71/0.44	o 33
0.71/0.46	c Got one! Elapsed wall clock time (in seconds):0.302
0.71/0.46	o 32
0.71/0.47	c Got one! Elapsed wall clock time (in seconds):0.317
0.71/0.48	o 30
0.71/0.49	c Got one! Elapsed wall clock time (in seconds):0.331
0.71/0.49	o 26
1.29/0.73	c Got one! Elapsed wall clock time (in seconds):0.578
1.29/0.73	o 25
1.89/1.08	c Got one! Elapsed wall clock time (in seconds):0.932
1.89/1.09	o 22
5.76/3.09	c Got one! Elapsed wall clock time (in seconds):2.932
5.76/3.09	o 21
5.90/3.20	c Got one! Elapsed wall clock time (in seconds):3.045
5.90/3.20	o 20
6.03/3.26	c Got one! Elapsed wall clock time (in seconds):3.104
6.03/3.26	o 19
6.19/3.31	c Got one! Elapsed wall clock time (in seconds):3.155
6.19/3.31	o 18
28.04/24.21	c Got one! Elapsed wall clock time (in seconds):24.06
28.04/24.21	o 17
109.72/105.53	c Got one! Elapsed wall clock time (in seconds):105.374
109.72/105.53	o 16
117.50/113.27	c Got one! Elapsed wall clock time (in seconds):113.118
117.50/113.27	o 15
122.81/118.58	c Got one! Elapsed wall clock time (in seconds):118.426
122.81/118.58	o 14
125.15/120.82	c Got one! Elapsed wall clock time (in seconds):120.673
125.15/120.82	o 13
138.17/133.85	c Got one! Elapsed wall clock time (in seconds):133.703
138.17/133.85	o 12
139.56/135.22	c Got one! Elapsed wall clock time (in seconds):135.071
139.56/135.22	o 10
147.39/143.09	c Got one! Elapsed wall clock time (in seconds):142.941
147.39/143.09	o 9
148.78/144.50	c Got one! Elapsed wall clock time (in seconds):144.345
148.78/144.50	o 8
149.49/145.19	c Got one! Elapsed wall clock time (in seconds):145.039
149.49/145.19	o 7
154.41/150.04	c Got one! Elapsed wall clock time (in seconds):149.889
154.41/150.04	o 6
255.66/250.62	c cleaning 4337 clauses out of 8677 with flag 0/8677
425.78/420.43	c Got one! Elapsed wall clock time (in seconds):420.281
425.78/420.43	o 5
492.40/486.75	c cleaning 4720 clauses out of 9445 with flag 0/13782
824.75/818.59	c cleaning 5363 clauses out of 10726 with flag 0/19783
1292.78/1286.23	c cleaning 6177 clauses out of 12363 with flag 0/26783
1993.41/1984.28	c cleaning 7092 clauses out of 14186 with flag 0/34783
3163.71/3152.37	c Got one! Elapsed wall clock time (in seconds):3152.222
3163.71/3152.37	o 4
3600.03/3578.32	c starts		: 77
3600.03/3578.32	c conflicts		: 45844
3600.03/3578.32	c decisions		: 53624
3600.03/3578.32	c propagations		: 844023
3600.03/3578.32	c inspects		: 836556400
3600.03/3578.32	c shortcuts		: 0
3600.03/3578.32	c learnt literals	: 0
3600.03/3578.32	c learnt binary clauses	: 0
3600.03/3578.32	c learnt ternary clauses	: 46
3600.03/3578.32	c learnt constraints	: 45844
3600.03/3578.32	c ignored constraints	: 0
3600.03/3578.32	c root simplifications	: 0
3600.03/3578.32	c removed literals (reason simplification)	: 0
3600.03/3578.32	c reason swapping (by a shorter reason)	: 0
3600.03/3578.32	c Calls to reduceDB	: 5
3600.03/3578.32	c Number of update (reduction) of LBD	: 49186
3600.03/3578.32	c Imported unit clauses	: 0
3600.03/3578.32	c No decision after first conflict	: false
3600.03/3578.32	c number of reductions to clauses (during analyze)	: 0
3600.03/3578.32	c number of learned constraints concerned by reduction	: 0
3600.03/3578.32	c number of learning phase by resolution	: 0
3600.03/3578.32	c number of learning phase by cutting planes	: 0
3600.03/3578.32	c number of rounding to 1 operations	: 0
3600.03/3578.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3578.32	c number of reductions of the coefficients by power 2 	: 0
3600.03/3578.32	c number of right shift for reduction by power 2 	: 0
3600.03/3578.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3578.32	c number of ending skipping 	: 0
3600.03/3578.32	c number of internal skipping 	: 0
3600.03/3578.32	c number of derivation steps 	: 390224
3600.03/3578.32	c number of skipped derivation steps 	: 0
3600.03/3578.32	c number of remaining unassigned 	: 1228781
3600.03/3578.32	c number of remaining assigned 	: 10826677
3600.03/3578.32	c number of falsified literals weakened from reason	: 0
3600.03/3578.32	c number of falsified literals weakened from conflict	: 0
3600.03/3578.32	c time for arithmetic operations	: 113200372066
3600.03/3578.32	c minimum degree of deleted constraints	: 1
3600.03/3578.35	c maximum degree of deleted constraints	: 2843170857310908419365590008683924506747033279410734888088425971958740781118739032823578844725358247980601832229683188445904251611697177251563102791954188900105165206815454346495739607438303048511599870617228594128742093905975176537360591653952549099286206850756580635840344639405742683446074132485946544198976432559335020767196643180098044154591904883778565177863635307794821674918595814945157231081521005033107599007375052414719997843256239671221251846811495056038271120222642647112591442271378855422302626509237311801015899992234847001403197017802809721037280142145450462161450385111163423773519359576959385476740537333157151088213841983924067264955706795451549664670558446595636473485568657015850640477837270056108192086156689181990030881334975413289350235865465264644387588728037308615195623941218293958428693468235823438738173928781932668968791768022911593631162701285227676550293356655376066307996286274929826325887889540777706646785987543805997997560902840975237805024056192507516798179147330182015678507796792197573257137405871035846905569931278024854128703085520318862494654307152621849946035693059946296085395099247302423484006339507974592240276890593136257345169027142452651822862530120142838818317438804253782313769135111568213254305383667165492716677031381775853268064349917860409761528507860371432534978228879136705009159141117312666149511070130680379098274946710134523922897929354017995846637910027636475752412999041726512544520688229834928381099710550092184277571313881407999862301392997390996507745824801689463124943415277984483139037242294263204893562670954010472855158479725335626281626618009896097940179558324571113288513967666696917952041531360023385009954575031646528222861948953823216154826550198079757389112829623590933762255402726982463791068029203466106880302520802206585327003933007034384416983372328755943112627055748115394056878285239661496876474399058364413882327086164625882797530352342808321365454570434101022418122071641088486565336224365738147691603839832996059875981543344937784528325958549169339967592929867414190140310450808407063031294771001922376586268008068981665827341156900517441396737589383481302863615573583824194375476593989401213981193602219396731254320345106494439553272627500920810766902105604301344596610793197732256305104663524854179263953225529831251641724259890519434945355336822704028297714438477011558978240607697160733750251522851135513712056391693037188653179999534042813701201992458719677440699028074389607016931495841937065357235689164181819099262985906827197302707423554555338760238066756609387912834200106805628716741386936734167425674742259159467996773407058663308624346237230331691839125788311286146998639118383307841637365050505854264437017679662384893496126486948213723407544924170538772536421511776941893969309000876807326573658923390745157866163992128260982514964070215741725530481828314322135491734886362296978073917546186695389581502079362826664583793744940805183601439802206768362014923056321265017248954685399975420920660208046418671211447056408798873124616384464530325150266087817720642107546484401588643720297938159398766014347120610335923689797804455205382559714086054763098190061782952515157281298587916858269231655641358638894577912483355418070743442337890409495546969594811098432
3600.03/3578.35	c number of deleted constraints	: 27689
3600.03/3578.35	c speed (assignments/second)	: 235.88667530437874
3600.03/3578.35	c non guided choices	: 681
3600.03/3578.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 72
3600.03/3578.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 18083
3600.03/3578.37	s SATISFIABLE
3600.03/3578.37	c Found 27 solution(s)
3600.03/3578.37	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 
3600.03/3578.37	c objective function=4
3600.03/3578.37	c Total wall clock time (in seconds): 3578.217

Verifier Data

OK	4

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: 63931 MiB (53796 MiB free)
  memory of node 1: 64510 MiB (56071 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=302027, runsolver pid=302024

[startup+0.100597 s]*
/proc/loadavg: 4.09 4.12 4.07 5/330 302045
/proc/meminfo: memFree=112463240/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=18975048 memory=62372 CPUtime=0.13 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 7216 0 0 0 11 2 0 0 20 0 18 0 30834869 19430449152 15593 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4743762 15593 5511 1 0 549322 0
[pid=302027/tid=302029] ppid=302024 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 1077936192 5743 0 0 0 7 2 0 0 20 0 18 0 30834869 19430449152 15593 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30834872 19430449152 15593 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=18975048 memory=14126749555924702 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30834872 19430449152 15593 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62372 KiB

[startup+0.206129 s]*
/proc/loadavg: 4.09 4.12 4.07 7/330 302045
/proc/meminfo: memFree=112446512/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=18975048 memory=74184 CPUtime=0.33 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 7819 0 0 0 30 3 0 0 20 0 18 0 30834869 19430449152 18546 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4743762 18546 5822 1 0 549719 0
[pid=302027/tid=302029] ppid=302024 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 6039 0 0 0 16 2 0 0 20 0 18 0 30834869 19430449152 18546 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=18975048 memory=1613749 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30834872 19430449152 18546 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=18975048 memory=15262540770838164 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30834872 19430449152 18546 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74184 KiB

[startup+0.30613 s]*
/proc/loadavg: 4.09 4.12 4.07 7/331 302046
/proc/meminfo: memFree=112437960/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19041612 memory=82524 CPUtime=0.52 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 8562 0 0 0 49 3 0 0 20 0 19 0 30834869 19498610688 20631 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4760403 20631 5860 1 0 550352 0
[pid=302027/tid=302029] ppid=302024 vsize=19041612 memory=-8888815294896317116 CPUtime=0.27 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 6163 0 0 0 25 2 0 0 20 0 19 0 30834869 19498610688 20631 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30834872 19498610688 20631 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30834872 19498610688 20631 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 30834893 19498610688 20631 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82524 KiB

[startup+0.701391 s]
/proc/loadavg: 4.09 4.12 4.07 6/331 302046
/proc/meminfo: memFree=112404292/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19041612 memory=147772 CPUtime=1.29 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 14415 0 0 0 124 5 0 0 20 0 19 0 30834869 19498610688 36943 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4760403 36943 5860 1 0 553767 0
[pid=302027/tid=302029] ppid=302024 vsize=19041612 memory=11420 CPUtime=0.61 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 6264 0 0 0 58 3 0 0 20 0 19 0 30834869 19498610688 36943 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19041612 memory=11420 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30834872 19498610688 36943 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30834872 19498610688 36943 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19041612 memory=32944 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 30834893 19498610688 36943 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 147772 KiB

[startup+1.50613 s]
/proc/loadavg: 4.09 4.12 4.07 6/332 302047
/proc/meminfo: memFree=112339624/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=183588 CPUtime=2.88 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 21901 0 0 0 282 6 0 0 20 0 20 0 30834869 19566772224 45897 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 45897 5881 1 0 555040 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=11420 CPUtime=1.37 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 6539 0 0 0 133 4 0 0 20 0 20 0 30834869 19566772224 45897 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 45897 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 45897 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 30834893 19566772224 45897 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183588 KiB

[startup+3.10613 s]
/proc/loadavg: 4.24 4.15 4.08 7/332 302047
/proc/meminfo: memFree=112247640/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=299120 CPUtime=5.9 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 23838 0 0 0 581 9 0 0 20 0 20 0 30834869 19566772224 74780 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 74780 5881 1 0 555067 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=0 CPUtime=2.92 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 7468 0 0 0 286 6 0 0 20 0 20 0 30834869 19566772224 74780 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 74780 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19108176 memory=185696 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 74780 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 30834893 19566772224 74780 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 299120 KiB

[startup+6.30029 s]
/proc/loadavg: 4.24 4.15 4.08 5/332 302049
/proc/meminfo: memFree=112097084/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=420568 CPUtime=9.87 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 25652 0 0 0 975 12 0 0 20 0 20 0 30834869 19566772224 105142 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 105142 5881 1 0 555148 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=11420 CPUtime=6.06 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 7577 0 0 0 599 7 0 0 20 0 20 0 30834869 19566772224 105142 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 105142 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19108176 memory=6299242197655769684 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 105142 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19108176 memory=5552 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 30834893 19566772224 105142 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 9.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 420568 KiB

[startup+12.7003 s]
/proc/loadavg: 4.22 4.15 4.08 4/306 302084
/proc/meminfo: memFree=113793304/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=673872 CPUtime=16.41 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 30492 0 0 0 1623 18 0 0 20 0 20 0 30834869 19566772224 168468 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 168468 5881 1 0 555148 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=0 CPUtime=12.4 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 8819 0 0 0 1228 12 0 0 20 0 20 0 30834869 19566772224 168468 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 168468 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19108176 memory=643144 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 168468 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 30834893 19566772224 168468 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 16.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 673872 KiB

[startup+25.5003 s]
/proc/loadavg: 3.95 4.09 4.06 4/306 302085
/proc/meminfo: memFree=113276484/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=1152772 CPUtime=29.37 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 41803 0 0 0 2909 28 0 0 20 0 20 0 30834869 19566772224 288193 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 288193 5881 1 0 555148 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=643144 CPUtime=25.12 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 11853 0 0 0 2491 21 0 0 20 0 20 0 30834869 19566772224 288193 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19108176 memory=1150692 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 288193 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19108176 memory=12148 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 288193 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 30834893 19566772224 288193 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 29.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1152772 KiB

[startup+51.1055 s]
/proc/loadavg: 3.48 3.97 4.02 3/280 302124
/proc/meminfo: memFree=119058212/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=1351492 CPUtime=55.08 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 47614 0 0 0 5474 34 0 0 20 0 20 0 30834869 19566772224 337873 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 337873 5881 1 0 555148 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=1349424 CPUtime=50.55 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 13567 0 0 0 5031 24 0 0 20 0 20 0 30834869 19566772224 337873 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0

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

/proc/meminfo: memFree=124340764/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=2192812 CPUtime=3233.87 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 250643 0 0 0 323169 218 0 0 20 0 20 0 30834869 19566772224 548203 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 548203 5888 1 0 564827 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=2192812 CPUtime=3203.56 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 88892 0 0 0 320316 40 0 0 20 0 20 0 30834869 19566772224 548203 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19108176 memory=2192812 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548203 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19108176 memory=2192812 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 2929 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548203 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19108176 memory=2192812 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 30834893 19566772224 548203 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 3233.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2192812 KiB

[startup+3282.3 s]
/proc/loadavg: 1.13 1.12 1.21 2/254 304233
/proc/meminfo: memFree=124339140/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=2192928 CPUtime=3294.46 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 259783 0 0 0 329224 222 0 0 20 0 20 0 30834869 19566772224 548232 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 548232 5888 1 0 564832 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=16096 CPUtime=3263.16 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 91899 0 0 0 326275 41 0 0 20 0 20 0 30834869 19566772224 548232 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19108176 memory=2192812 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548232 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19108176 memory=5552 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 3014 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548232 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19108176 memory=2192928 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 30834893 19566772224 548232 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 3294.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2192928 KiB

[startup+3342.3 s]
/proc/loadavg: 1.10 1.11 1.20 2/254 304243
/proc/meminfo: memFree=124338784/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=2192940 CPUtime=3355.52 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 268667 0 0 0 335327 225 0 0 20 0 20 0 30834869 19566772224 548235 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 548235 5888 1 0 564839 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=11420 CPUtime=3322.76 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 93800 0 0 0 332235 41 0 0 20 0 20 0 30834869 19566772224 548235 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19108176 memory=2192940 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548235 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19108176 memory=2192940 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 3098 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548235 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19108176 memory=2192932 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 30834893 19566772224 548235 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 3355.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2192940 KiB

[startup+3402.3 s]
/proc/loadavg: 1.25 1.14 1.20 2/254 304255
/proc/meminfo: memFree=124337672/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=2193044 CPUtime=3417.49 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 273669 0 0 0 341519 230 0 0 20 0 20 0 30834869 19566772224 548261 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 548261 5888 1 0 564839 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=2193044 CPUtime=3382.29 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 95916 0 0 0 338188 41 0 0 20 0 20 0 30834869 19566772224 548261 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19108176 memory=2193024 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548261 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19108176 memory=16096 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 3098 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548261 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 30834893 19566772224 548261 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 3417.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193044 KiB

[startup+3462.3 s]
/proc/loadavg: 1.15 1.13 1.18 2/254 304434
/proc/meminfo: memFree=124336936/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=2193048 CPUtime=3479.49 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 278593 0 0 0 347714 235 0 0 20 0 20 0 30834869 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 548262 5888 1 0 564845 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=16096 CPUtime=3441.84 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 97909 0 0 0 344143 41 0 0 20 0 20 0 30834869 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19108176 memory=5552 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19108176 memory=2193044 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 3152 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 30834893 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 3479.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193048 KiB

[startup+3522.3 s]
/proc/loadavg: 1.15 1.13 1.18 2/254 304444
/proc/meminfo: memFree=124336164/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=2193048 CPUtime=3541.47 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 283438 0 0 0 353907 240 0 0 20 0 20 0 30834869 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 548262 5888 1 0 564845 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=2193044 CPUtime=3501.32 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 99811 0 0 0 350091 41 0 0 20 0 20 0 30834869 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19108176 memory=2193048 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 3204 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19108176 memory=12148 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 30834893 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 3541.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.3 s]
/proc/loadavg: 1.10 1.12 1.17 2/254 304512
/proc/meminfo: memFree=124335108/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=2193048 CPUtime=3600.03 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 284244 0 0 0 359759 244 0 0 20 0 20 0 30834869 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 548262 5888 1 0 564845 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=2193044 CPUtime=3556.75 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 100450 0 0 0 355634 41 0 0 20 0 20 0 30834869 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19108176 memory=67036 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19108176 memory=12148 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 3246 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19108176 memory=2193048 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 30834893 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193048 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.73 s, system=2.4577 s

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

[startup+3578.3 s]
/proc/loadavg: 1.10 1.12 1.17 2/254 304512
/proc/meminfo: memFree=124335108/131524600 swapFree=131058856/131071996
[pid=302027] ppid=302024 vsize=19108176 memory=2193048 CPUtime=3600.03 cores=5,7
/proc/302027/stat : 302027 (java) S 302024 302027 299579 0 -1 1077936128 284244 0 0 0 359759 244 0 0 20 0 20 0 30834869 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
/proc/302027/statm: 4777044 548262 5888 1 0 564845 0
[pid=302027/tid=302029] ppid=302024 vsize=19108176 memory=2193044 CPUtime=3556.75 cores=5,7
/proc/302027/task/302029/stat : 302029 (java) R 302024 302027 299579 0 -1 4194368 100450 0 0 0 355634 41 0 0 20 0 20 0 30834869 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302038] ppid=302024 vsize=19108176 memory=67036 CPUtime=0 cores=5,7
/proc/302027/task/302038/stat : 302038 (Finalizer) S 302024 302027 299579 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302045] ppid=302024 vsize=19108176 memory=12148 CPUtime=0 cores=5,7
/proc/302027/task/302045/stat : 302045 (Common-Cleaner) S 302024 302027 299579 0 -1 1077936192 3246 0 0 0 0 0 0 0 20 0 20 0 30834872 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
[pid=302027/tid=302046] ppid=302024 vsize=19108176 memory=2193048 CPUtime=0 cores=5,7
/proc/302027/task/302046/stat : 302046 (Timer-0) S 302024 302027 299579 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 30834893 19566772224 548262 134679101440 94884021149696 94884021153392 140726247308352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94884021161208 94884021162000 94884033101824 140726247314420 140726247314528 140726247314528 140726247321544 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193048 KiB

Child status: 143

Real time (s): 3578.38
CPU time (s): 3600.19
CPU user time (s): 3597.73
CPU system time (s): 2.4577
CPU usage (%): 100.609
Max. virtual memory (cumulated for all children) (KiB): 19114172
Max. memory (cumulated for all children) (KiB): 2193048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.73
system time used= 2.4577
maximum resident set size= 2193924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286217
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132820
involuntary context switches= 3417


# summary of solver processes directly reported to runsolver:
#   pid: 302027
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.73
#   total CPU system time (s): 2.4577

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.85771 second user time and 17.0428 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-25 23:30:53
IDJOB=4460070
IDBENCH=160623
IDSOLVER=3052
FILE ID=nodeC031/4460070-1721943053
RUNJOBID= nodeC031-1721939462-299592
SLURM_JOB_ID= 8247251
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-edgecross14-019.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460070-1721943053/watcher-4460070-1721943053 -o /tmp/evaluation-result-4460070-1721943053/solver-4460070-1721943053 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721939462-299592 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4460070-1721943053.opb

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

MD5SUM BENCH= becfadc274f6e0887a719a51c262a290
RANDOM SEED=411268120

nodeC031.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	: 0xb00002a
cpu MHz		: 3668.056
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3685.792
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.399
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3640.516
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.077
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3653.193
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.124
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112505668 kB
MemAvailable:   115586556 kB
Buffers:          332592 kB
Cached:          3417552 kB
SwapCached:          360 kB
Active:          2243296 kB
Inactive:       15830124 kB
Active(anon):       1840 kB
Inactive(anon): 14374716 kB
Active(file):    2241456 kB
Inactive(file):  1455408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:               692 kB
Writeback:             0 kB
AnonPages:      14321640 kB
Mapped:           121600 kB
Shmem:             53296 kB
KReclaimable:     445256 kB
Slab:             567584 kB
SReclaimable:     445256 kB
SUnreclaim:       122328 kB
KernelStack:        5040 kB
PageTables:        38316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   18722984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13280 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14026752 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:      367316 kB
DirectMap2M:    37154816 kB
DirectMap1G:    98566144 kB

Free space on /tmp at the end= 890084 MiB
End job on nodeC031 at 2024-07-26 00:30:32