Trace number 4456150

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 NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12OPTIMUM 93.3513 84.9241

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224255--soft-0-100-0.wbo
MD5SUMd5b7dd3f19481dcab9106ea158e7abe4
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.207005
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1217
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.13/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.10	c See www.sat4j.org for details.
0.13/0.11	c version CUSTOM.v20240707
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.14	c Free memory 		2113181440
0.13/0.14	c Max memory 		16282288128
0.13/0.14	c Total memory 		2122317824
0.13/0.14	c Number of processors 	2
0.31/0.30	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.30	 - never skip resolution steps
0.31/0.30	 - Auto-division on coefficients is disabled
0.31/0.30	 - No postprocessing
0.31/0.30	 - Conflict is considered as is when resolving
0.31/0.30	 - Use constraints as they come during conflict analysis
0.31/0.30	 - Weaken first using unassigned literals
0.31/0.30	 - Bump strategy: ALWAYS_ONE
0.31/0.30	 - Bumper: EFFECTIVE
0.31/0.30	--- Begin Solver configuration ---
0.31/0.30	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.31/0.30	Learn all clauses as in MiniSAT
0.31/0.30	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.30	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.30	No reason simplification
0.31/0.30	Dynamic restart strategy considering the size of the coefficients
0.31/0.30	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.31/0.30	timeout=2147483s
0.31/0.30	DB Simplification allowed=false
0.31/0.30	Listener: none
0.31/0.30	--- End Solver configuration ---
0.31/0.30	c Pseudo Boolean Optimization by upper bound
0.31/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.30	c  - never skip resolution steps
0.31/0.30	c  - Auto-division on coefficients is disabled
0.31/0.30	c  - No postprocessing
0.31/0.30	c  - Conflict is considered as is when resolving
0.31/0.30	c  - Use constraints as they come during conflict analysis
0.31/0.30	c  - Weaken first using unassigned literals
0.31/0.30	c  - Bump strategy: ALWAYS_ONE
0.31/0.30	c  - Bumper: EFFECTIVE
0.31/0.30	c --- Begin Solver configuration ---
0.31/0.30	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.31/0.30	c Learn all clauses as in MiniSAT
0.31/0.30	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.30	c No reason simplification
0.31/0.30	c Dynamic restart strategy considering the size of the coefficients
0.31/0.30	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.31/0.30	c timeout=2147483s
0.31/0.30	c DB Simplification allowed=false
0.31/0.30	c Listener: none
0.31/0.30	c --- End Solver configuration ---
0.31/0.30	c solving HOME/instance-4456150-1721717825.wbo
0.31/0.30	c reading problem ... 
0.50/0.38	c ... done. Wall clock time 0.074s.
0.50/0.38	c declared #vars     169
0.50/0.38	c internal #vars     270
0.50/0.38	c #constraints  102
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.specs.Constr$1 => 1
0.50/0.38	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 71
0.50/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.50/0.38	c 102 constraints processed.
0.67/0.42	c objective function length is 101 literals
1.20/0.72	c SATISFIABLE
1.20/0.72	c OPTIMIZING...
1.20/0.73	c Got one! Elapsed wall clock time (in seconds):0.422
1.20/0.73	o 3723
1.60/0.91	c Got one! Elapsed wall clock time (in seconds):0.597
1.60/0.91	o 3005
2.19/1.23	c Got one! Elapsed wall clock time (in seconds):0.93
2.19/1.23	o 3002
2.98/1.69	c Got one! Elapsed wall clock time (in seconds):1.391
2.98/1.69	o 2984
3.79/2.01	c Got one! Elapsed wall clock time (in seconds):1.705
3.79/2.01	o 2976
4.17/2.21	c Got one! Elapsed wall clock time (in seconds):1.904
4.17/2.21	o 2975
4.76/2.54	c Got one! Elapsed wall clock time (in seconds):2.242
4.76/2.54	o 2973
6.86/3.62	c Got one! Elapsed wall clock time (in seconds):3.317
6.86/3.62	o 2970
7.42/4.17	c Got one! Elapsed wall clock time (in seconds):3.869
7.42/4.17	o 2969
9.68/6.03	c Got one! Elapsed wall clock time (in seconds):5.723
9.68/6.03	o 2968
10.83/6.95	c Got one! Elapsed wall clock time (in seconds):6.649
10.83/6.95	o 2967
12.87/8.52	c Got one! Elapsed wall clock time (in seconds):8.217
12.87/8.52	o 2966
24.21/19.66	c Got one! Elapsed wall clock time (in seconds):19.359
24.21/19.66	o 2963
26.84/22.16	c Got one! Elapsed wall clock time (in seconds):21.856
26.84/22.16	o 2959
36.03/31.27	c Got one! Elapsed wall clock time (in seconds):30.963
36.03/31.27	o 2951
39.39/34.11	c Got one! Elapsed wall clock time (in seconds):33.812
39.39/34.11	o 2949
43.01/37.08	c Got one! Elapsed wall clock time (in seconds):36.778
43.01/37.08	o 2947
50.84/42.73	c Got one! Elapsed wall clock time (in seconds):42.426
50.84/42.73	o 2946
92.74/84.43	c Got one! Elapsed wall clock time (in seconds):84.126
92.74/84.43	o 1
93.21/84.89	c starts		: 37
93.21/84.89	c conflicts		: 3045
93.21/84.89	c decisions		: 10071
93.21/84.89	c propagations		: 100134
93.21/84.89	c inspects		: 14460794
93.21/84.89	c shortcuts		: 0
93.21/84.89	c learnt literals	: 0
93.21/84.89	c learnt binary clauses	: 0
93.21/84.89	c learnt ternary clauses	: 0
93.21/84.89	c learnt constraints	: 3045
93.21/84.89	c ignored constraints	: 0
93.21/84.89	c root simplifications	: 0
93.21/84.89	c removed literals (reason simplification)	: 0
93.21/84.89	c reason swapping (by a shorter reason)	: 0
93.21/84.89	c Calls to reduceDB	: 0
93.21/84.89	c Number of update (reduction) of LBD	: 6176
93.21/84.89	c Imported unit clauses	: 0
93.21/84.89	c No decision after first conflict	: false
93.21/84.89	c number of reductions to clauses (during analyze)	: 0
93.21/84.89	c number of learned constraints concerned by reduction	: 0
93.21/84.89	c number of learning phase by resolution	: 0
93.21/84.89	c number of learning phase by cutting planes	: 0
93.21/84.89	c number of rounding to 1 operations	: 0
93.21/84.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
93.21/84.89	c number of reductions of the coefficients by power 2 	: 0
93.21/84.89	c number of right shift for reduction by power 2 	: 0
93.21/84.89	c number of reductions of the coefficients by GCD over coefficients 	: 0
93.21/84.89	c number of ending skipping 	: 0
93.21/84.89	c number of internal skipping 	: 0
93.21/84.89	c number of derivation steps 	: 17730
93.21/84.89	c number of skipped derivation steps 	: 0
93.21/84.89	c number of remaining unassigned 	: 32607
93.21/84.89	c number of remaining assigned 	: 601927
93.21/84.89	c number of falsified literals weakened from reason	: 0
93.21/84.89	c number of falsified literals weakened from conflict	: 0
93.21/84.89	c time for arithmetic operations	: 3111721286
93.21/84.90	c minimum degree of deleted constraints	: null
93.21/84.90	c maximum degree of deleted constraints	: null
93.21/84.90	c number of deleted constraints	: 0
93.21/84.90	c speed (assignments/second)	: 1185.270235079662
93.21/84.90	c non guided choices	: 485
93.21/84.90	s OPTIMUM FOUND
93.21/84.90	c Found 19 solution(s)
93.21/84.90	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 
93.33/84.90	c objective function=1
93.33/84.90	c Total wall clock time (in seconds): 84.602

Verifier Data

OK	1

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456150-1721717825/watcher-4456150-1721717825 -o /tmp/evaluation-result-4456150-1721717825/solver-4456150-1721717825 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721717812-78073 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4456150-1721717825.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=79877, runsolver pid=79874
Current StackSize limit: 8192 KiB


[startup+0.100082 s]*
/proc/loadavg: 2.75 2.23 2.13 7/299 79911
/proc/meminfo: memFree=125199472/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=18975048 memory=58924 CPUtime=0.13 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 6640 0 0 0 10 3 0 0 20 0 18 0 7771825 19430449152 14731 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4743762 14731 5701 1 0 551052 0
[pid=79877/tid=79879] ppid=79874 vsize=18975048 memory=4026532157 CPUtime=0.08 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 5455 0 0 0 6 2 0 0 20 0 18 0 7771825 19430449152 14731 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=18975048 memory=215671374179 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7771829 19430449152 14731 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=18975048 memory=15825512215896080 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7771830 19430449152 14731 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58924 KiB

[startup+0.207918 s]*
/proc/loadavg: 2.75 2.23 2.13 8/319 79939
/proc/meminfo: memFree=125150288/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=18975048 memory=67324 CPUtime=0.31 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 7237 0 0 0 28 3 0 0 20 0 18 0 7771825 19430449152 16831 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4743762 16831 5717 1 0 551543 0
[pid=79877/tid=79879] ppid=79874 vsize=18975048 memory=664970838410264707 CPUtime=0.19 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 5735 0 0 0 17 2 0 0 20 0 18 0 7771825 19430449152 16831 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=18975048 memory=3637 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7771829 19430449152 16831 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=18975048 memory=14126749604647555 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7771830 19430449152 16831 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67324 KiB

[startup+0.319801 s]*
/proc/loadavg: 2.75 2.23 2.13 9/321 79941
/proc/meminfo: memFree=125096508/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=18975048 memory=70652 CPUtime=0.5 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 7540 0 0 0 46 4 0 0 20 0 18 0 7771825 19430449152 17663 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4743762 17663 5732 1 0 551736 0
[pid=79877/tid=79879] ppid=79874 vsize=18975048 memory=-6000919507116319592 CPUtime=0.29 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 5924 0 0 0 27 2 0 0 20 0 18 0 7771825 19430449152 17663 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7771829 19430449152 17663 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7771830 19430449152 17663 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70652 KiB

[startup+0.700327 s]
/proc/loadavg: 2.75 2.23 2.13 11/301 79954
/proc/meminfo: memFree=125164232/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19041612 memory=91760 CPUtime=1.2 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 9154 0 0 0 115 5 0 0 20 0 19 0 7771825 19498610688 22940 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4760403 22940 5869 1 0 552837 0
[pid=79877/tid=79879] ppid=79874 vsize=19041612 memory=31436 CPUtime=0.6 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 6063 0 0 0 58 2 0 0 20 0 19 0 7771825 19498610688 22940 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19041612 memory=12932 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7771829 19498610688 22940 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19041612 memory=2316 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 7771830 19498610688 22940 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19041612 memory=100 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 7771867 19498610688 22940 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 91760 KiB

[startup+1.50023 s]
/proc/loadavg: 2.75 2.23 2.13 8/323 80009
/proc/meminfo: memFree=124958132/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=183656 CPUtime=2.78 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 22327 0 0 0 269 9 0 0 20 0 20 0 7771825 19566772224 45914 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 45914 5869 1 0 557420 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=12932 CPUtime=1.37 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 6827 0 0 0 133 4 0 0 20 0 20 0 7771825 19566772224 45914 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 45914 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=33 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 7771830 19566772224 45914 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771867 19566772224 45914 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183656 KiB

[startup+3.10624 s]
/proc/loadavg: 3.33 2.36 2.18 7/327 80079
/proc/meminfo: memFree=124724628/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=196480 CPUtime=5.92 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 26011 0 0 0 581 11 0 0 20 0 20 0 7771825 19566772224 49120 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 49120 5932 1 0 558823 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=109264 CPUtime=2.91 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 7396 0 0 0 287 4 0 0 20 0 20 0 7771825 19566772224 49120 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=-6000919489852629864 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 49120 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 7771830 19566772224 49120 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19108176 memory=12932 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771867 19566772224 49120 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 196480 KiB

[startup+6.30124 s]
/proc/loadavg: 3.33 2.36 2.18 5/305 80227
/proc/meminfo: memFree=124189384/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=447816 CPUtime=10.05 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 26394 0 0 0 989 16 0 0 20 0 20 0 7771825 19566772224 111954 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 111954 5932 1 0 558825 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=12932 CPUtime=6.02 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 7635 0 0 0 594 8 0 0 20 0 20 0 7771825 19566772224 111954 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 111954 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=-6000919489852629864 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 7771830 19566772224 111954 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771867 19566772224 111954 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 10.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 447816 KiB

[startup+12.7004 s]
/proc/loadavg: 3.63 2.44 2.20 7/326 80344
/proc/meminfo: memFree=119810960/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=794432 CPUtime=17.24 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 32573 0 0 0 1700 24 0 0 20 0 20 0 7771825 19566772224 198608 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 198608 5932 1 0 558825 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=681720 CPUtime=12.35 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 9125 0 0 0 1219 16 0 0 20 0 20 0 7771825 19566772224 198608 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=11652 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 198608 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=3413696 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 7771830 19566772224 198608 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19108176 memory=33 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771867 19566772224 198608 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 17.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 794432 KiB

[startup+25.5005 s]
/proc/loadavg: 3.94 2.57 2.25 5/326 80614
/proc/meminfo: memFree=118329072/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=1071044 CPUtime=30.33 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 39792 0 0 0 3001 32 0 0 20 0 20 0 7771825 19566772224 267761 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 267761 5932 1 0 558825 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=11652 CPUtime=24.85 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 11857 0 0 0 2464 21 0 0 20 0 20 0 7771825 19566772224 267761 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 267761 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=279738871142592 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 7771830 19566772224 267761 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19108176 memory=-6000919489852629864 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771867 19566772224 267761 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 30.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1071044 KiB

[startup+51.1136 s]
/proc/loadavg: 4.24 2.75 2.32 5/327 80820
/proc/meminfo: memFree=119086140/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=1646764 CPUtime=59.47 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 62972 0 0 0 5897 50 0 0 20 0 20 0 7771825 19566772224 411691 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 411691 5931 1 0 670864 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=-6000919489852629864 CPUtime=49.84 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 14549 0 0 0 4953 31 0 0 20 0 20 0 7771825 19566772224 411691 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=1646764 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 411691 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=11652 CPUtime=0 cores=4,6

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

/proc/loadavg: 4.24 2.75 2.32 5/327 80820
/proc/meminfo: memFree=119086140/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=1646764 CPUtime=59.56 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 62972 0 0 0 5906 50 0 0 20 0 20 0 7771825 19566772224 411691 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 411691 5931 1 0 670864 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=2273 CPUtime=49.92 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 14549 0 0 0 4961 31 0 0 20 0 20 0 7771825 19566772224 411691 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=1734 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 411691 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=-6000919489852629864 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 7771830 19566772224 411691 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19108176 memory=1582028 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771867 19566772224 411691 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 59.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1646764 KiB

[startup+64.0004 s]*
/proc/loadavg: 4.33 2.84 2.36 5/327 80821
/proc/meminfo: memFree=118395888/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=1651404 CPUtime=72.34 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 64693 0 0 0 7182 52 0 0 20 0 20 0 7771825 19566772224 412851 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 412851 5931 1 0 670864 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=-6000919485524175975 CPUtime=62.58 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 15676 0 0 0 6227 31 0 0 20 0 20 0 7771825 19566772224 412851 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=5983787740543739855 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 412851 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=3472467998330349569 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 7771830 19566772224 412851 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19108176 memory=3472467998330349441 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771867 19566772224 412851 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 72.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1651404 KiB

[startup+76.8004 s]
/proc/loadavg: 4.28 2.88 2.37 5/327 80823
/proc/meminfo: memFree=118250764/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=1655500 CPUtime=85.15 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 65446 0 0 0 8463 52 0 0 20 0 20 0 7771825 19566772224 413875 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 413875 5931 1 0 670864 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=1672404 CPUtime=75.23 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 15913 0 0 0 7492 31 0 0 20 0 20 0 7771825 19566772224 413875 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=1655500 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 413875 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 7771830 19566772224 413875 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19108176 memory=11652 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771867 19566772224 413875 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 85.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1655500 KiB

[startup+80.0004 s]*
/proc/loadavg: 4.26 2.90 2.38 5/327 80824
/proc/meminfo: memFree=118197144/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=1655500 CPUtime=88.37 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 65703 0 0 0 8784 53 0 0 20 0 20 0 7771825 19566772224 413875 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 413875 5931 1 0 670864 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=-6000919485524175975 CPUtime=78.44 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 16169 0 0 0 7812 32 0 0 20 0 20 0 7771825 19566772224 413875 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=11436 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 413875 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=11480 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 7771830 19566772224 413875 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19108176 memory=2688 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771867 19566772224 413875 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 88.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1655500 KiB

[startup+83.2004 s]
/proc/loadavg: 4.32 2.94 2.40 5/327 80824
/proc/meminfo: memFree=118176612/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=1659596 CPUtime=91.55 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 65759 0 0 0 9102 53 0 0 20 0 20 0 7771825 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 414899 5931 1 0 670864 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=1655500 CPUtime=81.5 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 16216 0 0 0 8118 32 0 0 20 0 20 0 7771825 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=12932 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=1655500 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 7771830 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19108176 memory=7696 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771867 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 91.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1659596 KiB

[startup+84.0004 s]*
/proc/loadavg: 4.32 2.94 2.40 5/327 80824
/proc/meminfo: memFree=118176528/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=1659596 CPUtime=92.36 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 65855 0 0 0 9183 53 0 0 20 0 20 0 7771825 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 414899 5931 1 0 670864 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=-6000919485524175975 CPUtime=82.31 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 16312 0 0 0 8199 32 0 0 20 0 20 0 7771825 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=2598092 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=2756 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 7771830 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19108176 memory=4608 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771867 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 92.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1659596 KiB

[startup+84.4004 s]
/proc/loadavg: 4.32 2.94 2.40 5/327 80824
/proc/meminfo: memFree=118176528/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=1659596 CPUtime=92.74 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 65877 0 0 0 9221 53 0 0 20 0 20 0 7771825 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 414899 5931 1 0 670864 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=-6000919489852629864 CPUtime=82.7 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 16334 0 0 0 8238 32 0 0 20 0 20 0 7771825 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=15976 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=2316 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 7771830 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19108176 memory=100 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771867 19566772224 414899 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 92.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1659596 KiB

[startup+84.8004 s]
/proc/loadavg: 4.32 2.94 2.40 5/327 80824
/proc/meminfo: memFree=118176528/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19108176 memory=1659672 CPUtime=93.21 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 67406 0 0 0 9267 54 0 0 20 0 20 0 7771825 19566772224 414918 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4777044 414918 5931 1 0 670864 0
[pid=79877/tid=79879] ppid=79874 vsize=19108176 memory=-6000919489852629864 CPUtime=83.1 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) R 79874 79877 78062 0 -1 4194368 16866 0 0 0 8278 32 0 0 20 0 20 0 7771825 19566772224 414918 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19108176 memory=4676 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7771829 19566772224 414918 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19108176 memory=1659596 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 7771830 19566772224 414918 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79945] ppid=79874 vsize=19108176 memory=27348 CPUtime=0 cores=4,6
/proc/79877/task/79945/stat : 79945 (Timer-0) S 79874 79877 78062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7771867 19566772224 414918 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 93.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1659672 KiB

[startup+84.9075 s]
/proc/loadavg: 4.32 2.94 2.40 5/327 80824
/proc/meminfo: memFree=118176528/131655788 swapFree=131071996/131071996
[pid=79877] ppid=79874 vsize=19241304 memory=1660100 CPUtime=93.33 cores=4,6
/proc/79877/stat : 79877 (java) S 79874 79877 78062 0 -1 1077936128 69369 0 0 0 9279 54 0 0 20 0 21 0 7771825 19703095296 415025 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
/proc/79877/statm: 4810326 415025 5930 1 0 671502 0
[pid=79877/tid=79879] ppid=79874 vsize=19241304 memory=-6000919489852629864 CPUtime=83.17 cores=4,6
/proc/79877/task/79879/stat : 79879 (java) S 79874 79877 78062 0 -1 1077936192 18026 0 0 0 8285 32 0 0 20 0 21 0 7771825 19703095296 415025 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79891] ppid=79874 vsize=19241304 memory=1395532 CPUtime=0 cores=4,6
/proc/79877/task/79891/stat : 79891 (Finalizer) S 79874 79877 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 7771829 19703095296 415025 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
[pid=79877/tid=79898] ppid=79874 vsize=19241304 memory=1646764 CPUtime=0 cores=4,6
/proc/79877/task/79898/stat : 79898 (Common-Cleaner) S 79874 79877 78062 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 21 0 7771830 19703095296 415025 134679101440 93884377849856 93884377853552 140728353079264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93884377861368 93884377862160 93884392550400 140728353088500 140728353088608 140728353088608 140728353095624 0
Current children cumulated CPU time: 93.33 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1660100 KiB

Child status: 30

Real time (s): 84.9241
CPU time (s): 93.3513
CPU user time (s): 92.7988
CPU system time (s): 0.552487
CPU usage (%): 109.923
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1672404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.7988
system time used= 0.552487
maximum resident set size= 1675344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69500
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4161
involuntary context switches= 763


# summary of solver processes directly reported to runsolver:
#   pid: 79877
#   total CPU time (s): 93.3513
#   total CPU user time (s): 92.7988
#   total CPU system time (s): 0.552487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.449067 second user time and 0.90653 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-23 08:57:05
IDJOB=4456150
IDBENCH=143232
IDSOLVER=3036
FILE ID=nodeC008/4456150-1721717825
RUNJOBID= nodeC008-1721717812-78073
SLURM_JOB_ID= 7770387
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224255--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456150-1721717825/watcher-4456150-1721717825 -o /tmp/evaluation-result-4456150-1721717825/solver-4456150-1721717825 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721717812-78073 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4456150-1721717825.wbo

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

MD5SUM BENCH= d5b7dd3f19481dcab9106ea158e7abe4
RANDOM SEED=1141420685

nodeC008.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		: 1995.199
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.19
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		: 3666.149
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.33
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		: 1895.442
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.19
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.154
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.33
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		: 1895.449
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.19
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		: 1995.296
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.33
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		: 2593.791
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.19
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		: 2892.409
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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125247632 kB
MemAvailable:   129742096 kB
Buffers:          135640 kB
Cached:          5136836 kB
SwapCached:            0 kB
Active:           868872 kB
Inactive:        4942436 kB
Active(anon):       1440 kB
Inactive(anon):   566896 kB
Active(file):     867432 kB
Inactive(file):  4375540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4996 kB
Writeback:             0 kB
AnonPages:        538828 kB
Mapped:           119148 kB
Shmem:             29512 kB
KReclaimable:     183048 kB
Slab:             281068 kB
SReclaimable:     183048 kB
SUnreclaim:        98020 kB
KernelStack:        4640 kB
PageTables:         9908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5152940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16064 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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:      256840 kB
DirectMap2M:    24813568 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-23 08:58:30