Trace number 4459798

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-12OPT-14 347.044 334.013

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_100_25_3.opb
MD5SUM8b1c309acacd39cefc6d7ae53724d716
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 benchmark-14
Best CPU time to get the best result obtained on this benchmark4.05483
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint25
Maximum length of a constraint45
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3090
Sum of products size (including duplicates)6180
Number of different products1545
Sum of products size3090

Quality of the solution as a function of time


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

Solver Data

0.08/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.08/0.22	c version CUSTOM.v20240707
0.25/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.25	c java.vm.version	22.0.1+8-16
0.25/0.25	c java.vm.vendor	Oracle Corporation
0.25/0.25	c sun.arch.data.model	64
0.25/0.25	c java.version		22.0.1
0.25/0.25	c os.name		Linux
0.25/0.25	c os.version		4.18.0-301.1.el8.x86_64
0.25/0.25	c os.arch		amd64
0.25/0.26	c Free memory 		2115194816
0.25/0.26	c Max memory 		16282288128
0.25/0.26	c Total memory 		2122317824
0.25/0.27	c Number of processors 	2
0.60/0.44	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.44	 - never skip resolution steps
0.60/0.44	 - Auto-division on coefficients is disabled
0.60/0.44	 - No postprocessing
0.60/0.44	 - Conflict is considered as is when resolving
0.60/0.44	 - Use constraints as they come during conflict analysis
0.60/0.44	 - Weaken first using unassigned literals
0.60/0.44	 - Bump strategy: ALWAYS_ONE
0.60/0.44	 - Bumper: EFFECTIVE
0.60/0.44	--- Begin Solver configuration ---
0.60/0.44	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.60/0.44	Learn all clauses as in MiniSAT
0.60/0.44	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.44	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.44	No reason simplification
0.60/0.44	Dynamic restart strategy considering the size of the coefficients
0.60/0.44	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.60/0.44	timeout=2147483s
0.60/0.44	DB Simplification allowed=false
0.60/0.44	Listener: none
0.60/0.44	--- End Solver configuration ---
0.60/0.44	c Pseudo Boolean Optimization by upper bound
0.60/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.44	c  - never skip resolution steps
0.60/0.44	c  - Auto-division on coefficients is disabled
0.60/0.44	c  - No postprocessing
0.60/0.44	c  - Conflict is considered as is when resolving
0.60/0.44	c  - Use constraints as they come during conflict analysis
0.60/0.44	c  - Weaken first using unassigned literals
0.60/0.44	c  - Bump strategy: ALWAYS_ONE
0.60/0.44	c  - Bumper: EFFECTIVE
0.60/0.44	c --- Begin Solver configuration ---
0.60/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.60/0.44	c Learn all clauses as in MiniSAT
0.60/0.44	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.44	c No reason simplification
0.60/0.44	c Dynamic restart strategy considering the size of the coefficients
0.60/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.60/0.44	c timeout=2147483s
0.60/0.44	c DB Simplification allowed=false
0.60/0.44	c Listener: none
0.60/0.44	c --- End Solver configuration ---
0.60/0.44	c solving HOME/instance-4459798-1721939463.opb
0.60/0.44	c reading problem ... 
0.60/0.45	c  objective function found
1.05/0.74	c ... done. Wall clock time 0.287s.
1.05/0.74	c declared #vars     100
1.05/0.74	c internal #vars     1645
1.05/0.74	c #constraints  3290
1.05/0.74	c constraints type 
1.05/0.74	c org.sat4j.specs.Constr$1 => 100
1.05/0.74	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1545
1.05/0.74	c org.sat4j.pb.constraints.pb.UnitClausesPB => 100
1.05/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1545
1.05/0.74	c 3290 constraints processed.
1.05/0.76	c objective function length is 100 literals
1.05/0.79	c SATISFIABLE
1.05/0.79	c OPTIMIZING...
1.25/0.80	c Got one! Elapsed wall clock time (in seconds):0.345
1.25/0.80	o -9
1.25/0.82	c Got one! Elapsed wall clock time (in seconds):0.377
1.25/0.83	o -10
1.45/0.96	c Got one! Elapsed wall clock time (in seconds):0.522
1.45/0.96	o -11
2.43/1.41	c Got one! Elapsed wall clock time (in seconds):0.969
2.43/1.42	o -12
7.02/3.81	c Got one! Elapsed wall clock time (in seconds):3.357
7.02/3.81	o -13
10.81/6.87	c Got one! Elapsed wall clock time (in seconds):6.43
10.81/6.87	o -14
17.91/12.97	c cleaning 3176 clauses out of 6351 with flag 0/6351
44.94/39.04	c cleaning 4579 clauses out of 9175 with flag 0/12351
91.20/84.79	c cleaning 5795 clauses out of 11598 with flag 0/19353
158.49/150.15	c cleaning 6896 clauses out of 13804 with flag 0/27354
269.05/258.20	c cleaning 7948 clauses out of 15905 with flag 0/36351
346.92/333.94	c starts		: 61
346.92/333.95	c conflicts		: 42277
346.92/333.95	c decisions		: 43862
346.92/333.96	c propagations		: 336605
346.92/333.96	c inspects		: 346258098
346.92/333.96	c shortcuts		: 0
346.92/333.96	c learnt literals	: 0
346.92/333.96	c learnt binary clauses	: 0
346.92/333.96	c learnt ternary clauses	: 0
346.92/333.96	c learnt constraints	: 42276
346.92/333.96	c ignored constraints	: 0
346.92/333.96	c root simplifications	: 0
346.92/333.96	c removed literals (reason simplification)	: 0
346.92/333.96	c reason swapping (by a shorter reason)	: 0
346.92/333.96	c Calls to reduceDB	: 5
346.92/333.96	c Number of update (reduction) of LBD	: 25566
346.92/333.96	c Imported unit clauses	: 0
346.92/333.96	c No decision after first conflict	: false
346.92/333.96	c number of reductions to clauses (during analyze)	: 0
346.92/333.96	c number of learned constraints concerned by reduction	: 0
346.92/333.96	c number of learning phase by resolution	: 0
346.92/333.96	c number of learning phase by cutting planes	: 0
346.92/333.96	c number of rounding to 1 operations	: 0
346.92/333.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
346.92/333.96	c number of reductions of the coefficients by power 2 	: 0
346.92/333.96	c number of right shift for reduction by power 2 	: 0
346.92/333.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
346.92/333.96	c number of ending skipping 	: 0
346.92/333.96	c number of internal skipping 	: 0
346.92/333.96	c number of derivation steps 	: 407493
346.92/333.96	c number of skipped derivation steps 	: 0
346.92/333.96	c number of remaining unassigned 	: 206177
346.92/333.96	c number of remaining assigned 	: 36661976
346.92/333.96	c number of falsified literals weakened from reason	: 0
346.92/333.96	c number of falsified literals weakened from conflict	: 0
346.92/333.96	c time for arithmetic operations	: 6309397383
346.92/333.97	c minimum degree of deleted constraints	: 2
346.92/333.97	c maximum degree of deleted constraints	: 76710602346738762860971142928053442549425503883923618790432433808334006662814993365542509896354504409231282258759940481385072154753385171629855820387241238884518943117319020968150069164845924785866120853964545656758533082422962160852569454691281864506883768463258373783494954086327366624681429214815631476617553337193898296720202838527372082951916675429333641083809991817124103020952581997725612737471475821532584459382221986032341670887760571922539627364579918380843862892899950682957560740754942599593829543328388791867338429425910036055387416280378161026432457211959046869346349269544813599696512535985710104270249503941107918251023898298867842054638790763528973886051271133132310248554035321633798540681963412600604236209117480709199046646907681518098526992455623017108668976075590881255518837643997927911818176785611370986496934385255454350625344107246086374409223923348352467229053365103081417346403500553348015898110994953483594930950782142553911044403991411395582743402105919858962571108187441627405665537749356845141394295883785701062321147355595139892729129211050662151825846959939373259040741051014885476166365209412972564962800818851918152069798117783506289685081540251877167645437971264100030765723485622835700342986609420571148526854405650102353297131016043541928852345572421814705154662590547245524756460203869076017959067966011292676090729052822265107636389547762305144474977096201166400000
346.92/333.97	c number of deleted constraints	: 28394
346.92/333.97	c speed (assignments/second)	: 1010.2372791826983
346.92/333.97	c non guided choices	: 0
346.92/333.97	s OPTIMUM FOUND
346.92/333.97	c Found 6 solution(s)
346.92/333.97	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 
346.92/333.97	c objective function=-14
346.92/333.97	c Total wall clock time (in seconds): 333.526

Verifier Data

OK	-14

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (61737 MiB free)
  memory of node 1: 64473 MiB (61257 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10088 s]*
/proc/loadavg: 0.08 0.08 0.18 13/298 237920
/proc/meminfo: memFree=125892268/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=18974864 memory=52496 CPUtime=0.08 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 6024 0 0 0 5 3 0 0 20 0 18 0 29936163 19430260736 13124 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4743716 13124 5171 1 0 550483 0
[pid=237892/tid=237895] ppid=237889 vsize=18974864 memory=4026531971 CPUtime=0.05 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) D 237889 237892 237796 0 -1 4194368 5207 0 0 0 3 2 0 0 20 0 18 0 29936163 19430260736 13124 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=18974864 memory=1364536 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29936172 19430260736 13124 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237920] ppid=237889 vsize=18974864 memory=16102571999761082 CPUtime=0 cores=1,3
/proc/237892/task/237920/stat : 237920 (java) R 237889 237892 237796 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 18 0 29936173 19430260736 13124 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=18974864 memory=0 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29936173 19430260736 13124 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18974864 KiB
Current children cumulated memory: 52496 KiB

[startup+0.216542 s]*
/proc/loadavg: 0.08 0.08 0.18 12/316 237938
/proc/meminfo: memFree=125836460/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=18975048 memory=57100 CPUtime=0.25 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 6725 0 0 0 21 4 0 0 20 0 18 0 29936163 19430449152 14275 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4743762 14275 5672 1 0 551000 0
[pid=237892/tid=237895] ppid=237889 vsize=18975048 memory=8737651120394928259 CPUtime=0.16 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 5620 0 0 0 14 2 0 0 20 0 18 0 29936163 19430449152 14275 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=18975048 memory=1364536 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29936172 19430449152 14275 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=18975048 memory=16102571999761082 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29936173 19430449152 14275 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57100 KiB

[startup+0.313934 s]*
/proc/loadavg: 0.08 0.08 0.18 11/316 237938
/proc/meminfo: memFree=125806388/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=18975048 memory=63560 CPUtime=0.41 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 7278 0 0 0 37 4 0 0 20 0 18 0 29936163 19430449152 15890 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4743762 15890 5715 1 0 551501 0
[pid=237892/tid=237895] ppid=237889 vsize=18975048 memory=-8529080357530346172 CPUtime=0.27 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 5794 0 0 0 24 3 0 0 20 0 18 0 29936163 19430449152 15890 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29936172 19430449152 15890 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29936173 19430449152 15890 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63560 KiB

[startup+0.702916 s]
/proc/loadavg: 0.08 0.08 0.18 11/317 237939
/proc/meminfo: memFree=125686468/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=18975048 memory=78496 CPUtime=1.05 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 7890 0 0 0 100 5 0 0 20 0 18 0 29936163 19430449152 19624 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4743762 19624 5824 1 0 551863 0
[pid=237892/tid=237895] ppid=237889 vsize=18975048 memory=5516 CPUtime=0.55 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 6083 0 0 0 52 3 0 0 20 0 18 0 29936163 19430449152 19624 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=18975048 memory=5516 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29936172 19430449152 19624 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=18975048 memory=2228 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29936173 19430449152 19624 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78496 KiB

[startup+1.51091 s]
/proc/loadavg: 0.08 0.08 0.18 14/321 237943
/proc/meminfo: memFree=125481068/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=180156 CPUtime=2.64 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 17844 0 0 0 253 11 0 0 20 0 20 0 29936163 19566772224 45039 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 45039 5894 1 0 556353 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=5516 CPUtime=1.23 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 6784 0 0 0 117 6 0 0 20 0 20 0 29936163 19566772224 45039 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=2228 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 45039 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 45039 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 45039 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180156 KiB

[startup+3.1059 s]
/proc/loadavg: 0.08 0.08 0.18 9/323 237945
/proc/meminfo: memFree=124564628/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=558544 CPUtime=5.81 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 22282 0 0 0 561 20 0 0 20 0 20 0 29936163 19566772224 139636 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 139636 5894 1 0 664324 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=0 CPUtime=2.74 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 7472 0 0 0 261 13 0 0 20 0 20 0 29936163 19566772224 139636 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 139636 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 139636 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=5516 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 139636 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 558544 KiB

[startup+6.30043 s]
/proc/loadavg: 0.64 0.20 0.22 5/323 237945
/proc/meminfo: memFree=122677876/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=1165192 CPUtime=10.13 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 22988 0 0 0 983 30 0 0 20 0 20 0 29936163 19566772224 291298 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 291298 5894 1 0 664341 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=5516 CPUtime=5.79 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 7988 0 0 0 557 22 0 0 20 0 20 0 29936163 19566772224 291298 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 291298 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 291298 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=1165192 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 291298 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 10.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1165192 KiB

[startup+12.7004 s]
/proc/loadavg: 0.91 0.26 0.24 5/323 237947
/proc/meminfo: memFree=120191340/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=2160612 CPUtime=17.68 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 29908 0 0 0 1717 51 0 0 20 0 20 0 29936163 19566772224 540153 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 540153 5894 1 0 816824 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=104 CPUtime=11.89 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 9842 0 0 0 1150 39 0 0 20 0 20 0 29936163 19566772224 540153 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=1834936 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 540153 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=5516 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 540153 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 540153 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 17.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2160612 KiB

[startup+25.5004 s]
/proc/loadavg: 1.67 0.46 0.30 6/323 237949
/proc/meminfo: memFree=118209548/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=2485820 CPUtime=31.27 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 33723 0 0 0 3068 59 0 0 20 0 20 0 29936163 19566772224 621455 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 621455 5910 1 0 1007045 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=1834936 CPUtime=24.12 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 11915 0 0 0 2366 46 0 0 20 0 20 0 29936163 19566772224 621455 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=5516 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 621455 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=2168704 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 621455 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=2168704 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 621455 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 31.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2485820 KiB

[startup+51.1135 s]
/proc/loadavg: 2.47 0.75 0.40 5/323 237954
/proc/meminfo: memFree=114119668/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=4747648 CPUtime=57.17 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 41116 0 0 0 5612 105 0 0 20 0 20 0 29936163 19566772224 1186912 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 1186912 5910 1 0 1487527 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=15864 CPUtime=48.8 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 15699 0 0 0 4793 87 0 0 20 0 20 0 29936163 19566772224 1186912 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=61760 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 1186912 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0

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

[pid=237892] ppid=237889 vsize=19108176 memory=5616748 CPUtime=319.38 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 78277 0 0 0 31792 146 0 0 20 0 20 0 29936163 19566772224 1404187 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 1404187 5910 1 0 1487567 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=16144 CPUtime=297.37 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 33139 0 0 0 29643 94 0 0 20 0 20 0 29936163 19566772224 1404187 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=2537020 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 1404187 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=4952772 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 325 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 1404187 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=4883116 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 1404187 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 319.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5616748 KiB

[startup+320 s]*
/proc/loadavg: 4.35 2.97 1.44 5/317 238000
/proc/meminfo: memFree=110955616/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=5707004 CPUtime=332.87 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 78925 0 0 0 33139 148 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 1426751 5910 1 0 1487567 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=-8529080357530346172 CPUtime=309.74 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 33308 0 0 0 30880 94 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=6996 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=27056 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 382 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=20268 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 332.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5707004 KiB

[startup+326.4 s]
/proc/loadavg: 4.32 2.99 1.45 5/317 238000
/proc/meminfo: memFree=110883704/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=5707004 CPUtime=339.33 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 79181 0 0 0 33784 149 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 1426751 5910 1 0 1487567 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=33 CPUtime=315.99 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 33564 0 0 0 31505 94 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=5616892 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 382 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=5616824 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 339.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5707004 KiB

[startup+329.6 s]
/proc/loadavg: 4.37 3.02 1.47 5/317 238002
/proc/meminfo: memFree=110883656/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=5707004 CPUtime=342.52 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 79336 0 0 0 34103 149 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 1426751 5910 1 0 1487567 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=15864 CPUtime=319.19 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 33719 0 0 0 31824 95 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=61760 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=5707004 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 382 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=2228 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 342.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5707004 KiB

[startup+331.2 s]
/proc/loadavg: 4.37 3.02 1.47 5/317 238002
/proc/meminfo: memFree=110883656/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=5707004 CPUtime=344.23 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 79364 0 0 0 34273 150 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 1426751 5910 1 0 1487567 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=61760 CPUtime=320.69 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 33731 0 0 0 31974 95 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=-8526829657228288700 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=1964 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 382 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=38948 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 344.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5707004 KiB

[startup+332.8 s]
/proc/loadavg: 4.37 3.02 1.47 5/317 238002
/proc/meminfo: memFree=110850776/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=5707004 CPUtime=345.82 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 79364 0 0 0 34432 150 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 1426751 5910 1 0 1487567 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=5516 CPUtime=322.28 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 33731 0 0 0 32133 95 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=5409824 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=5436448 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 382 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=5616824 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 345.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5707004 KiB

[startup+333.6 s]
/proc/loadavg: 4.37 3.02 1.47 5/317 238002
/proc/meminfo: memFree=110850776/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=5707004 CPUtime=346.62 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 79364 0 0 0 34512 150 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 1426751 5910 1 0 1487567 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=61760 CPUtime=323.08 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 33731 0 0 0 32213 95 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=16144 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=5516 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 382 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=2228 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 346.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5707004 KiB

[startup+333.8 s]
/proc/loadavg: 4.37 3.02 1.47 5/317 238002
/proc/meminfo: memFree=110850776/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=5707004 CPUtime=346.82 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 79364 0 0 0 34532 150 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 1426751 5910 1 0 1487567 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=1964 CPUtime=323.28 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 33731 0 0 0 32233 95 0 0 20 0 20 0 29936163 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=38948 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=32356 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 382 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=1764 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 1426751 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 346.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5707004 KiB

[startup+333.9 s]
/proc/loadavg: 4.37 3.02 1.47 5/317 238002
/proc/meminfo: memFree=110850776/131655788 swapFree=131058856/131071996
[pid=237892] ppid=237889 vsize=19108176 memory=5707008 CPUtime=346.92 cores=1,3
/proc/237892/stat : 237892 (java) S 237889 237892 237796 0 -1 1077936128 79498 0 0 0 34542 150 0 0 20 0 20 0 29936163 19566772224 1426752 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
/proc/237892/statm: 4777044 1426752 5910 1 0 1487583 0
[pid=237892/tid=237895] ppid=237889 vsize=19108176 memory=5372948 CPUtime=323.38 cores=1,3
/proc/237892/task/237895/stat : 237895 (java) R 237889 237892 237796 0 -1 4194368 33795 0 0 0 32243 95 0 0 20 0 20 0 29936163 19566772224 1426752 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237910] ppid=237889 vsize=19108176 memory=61760 CPUtime=0 cores=1,3
/proc/237892/task/237910/stat : 237910 (Finalizer) S 237889 237892 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936172 19566772224 1426752 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237922] ppid=237889 vsize=19108176 memory=5707004 CPUtime=0 cores=1,3
/proc/237892/task/237922/stat : 237922 (Common-Cleaner) S 237889 237892 237796 0 -1 1077936192 382 0 0 0 0 0 0 0 20 0 20 0 29936173 19566772224 1426752 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
[pid=237892/tid=237942] ppid=237889 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/237892/task/237942/stat : 237942 (Timer-0) S 237889 237892 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936240 19566772224 1426752 134679101440 94716290473984 94716290477680 140722433740432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716290485496 94716290486288 94716319129600 140722433745908 140722433746016 140722433746016 140722433753032 0
Current children cumulated CPU time: 346.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5707008 KiB

Child status: 30

Real time (s): 334.013
CPU time (s): 347.044
CPU user time (s): 345.523
CPU system time (s): 1.52088
CPU usage (%): 103.901
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5707008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 345.523
system time used= 1.52088
maximum resident set size= 5708320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13702
involuntary context switches= 1365


# summary of solver processes directly reported to runsolver:
#   pid: 237892
#   total CPU time (s): 347.044
#   total CPU user time (s): 345.523
#   total CPU system time (s): 1.52088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.65266 second user time and 3.64624 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-25 22:31:03
IDJOB=4459798
IDBENCH=148574
IDSOLVER=3052
FILE ID=nodeC009/4459798-1721939463
RUNJOBID= nodeC009-1721939462-237808
SLURM_JOB_ID= 8247263
Free space on /tmp= 723768 MiB

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

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

MD5SUM BENCH= 8b1c309acacd39cefc6d7ae53724d716
RANDOM SEED=1195961217

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125952684 kB
MemAvailable:   129769704 kB
Buffers:          345448 kB
Cached:          4209696 kB
SwapCached:         4924 kB
Active:          1866264 kB
Inactive:        3112452 kB
Active(anon):       1560 kB
Inactive(anon):   466996 kB
Active(file):    1864704 kB
Inactive(file):  2645456 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:              2580 kB
Writeback:             0 kB
AnonPages:        417768 kB
Mapped:           111120 kB
Shmem:             45300 kB
KReclaimable:     294120 kB
Slab:             405240 kB
SReclaimable:     294120 kB
SUnreclaim:       111120 kB
KernelStack:        4480 kB
PageTables:        10748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5122808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      367432 kB
DirectMap2M:    44625920 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC009 at 2024-07-25 22:36:37