Trace number 4450345

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 Partial RoundingSAT 2024 2024-07-12UNSAT 273.907 268.579

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x30split.opb
MD5SUM2bb0b15a1713ed3ebed857cd771e5926
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.074557
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints151
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)151
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: ASSIGNED
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Armin Biere (Picosat) restarts strategy
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4450345-1721410587.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.17	c ... done. Wall clock time 0.024s.
0.14/0.17	c declared #vars     301
0.14/0.17	c #constraints  302
0.14/0.17	c constraints type 
0.14/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.14/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 300
0.14/0.17	c 302 constraints processed.
1.66/0.91	c cleaning 1204 clauses out of 5001 with flag 0/5001
2.86/1.55	c cleaning 1274 clauses out of 9796 with flag 0/11000
4.84/2.53	c cleaning 1140 clauses out of 15522 with flag 0/18000
6.07/3.41	c cleaning 1340 clauses out of 22382 with flag 0/26000
7.44/4.61	c cleaning 1533 clauses out of 30043 with flag 0/35001
8.78/5.91	c cleaning 2003 clauses out of 38509 with flag 0/45000
10.72/7.81	c cleaning 1661 clauses out of 47506 with flag 0/56000
12.73/9.88	c cleaning 2420 clauses out of 57846 with flag 0/68001
16.97/14.02	c cleaning 2965 clauses out of 68425 with flag 0/81000
21.10/18.12	c cleaning 2945 clauses out of 79460 with flag 0/95000
26.83/23.82	c cleaning 2672 clauses out of 91516 with flag 0/110001
35.60/32.51	c cleaning 3855 clauses out of 104844 with flag 0/126001
43.36/40.27	c cleaning 4517 clauses out of 117989 with flag 0/143001
55.06/51.88	c cleaning 4085 clauses out of 131471 with flag 0/161000
65.97/62.68	c cleaning 4672 clauses out of 146387 with flag 0/180001
81.70/78.29	c cleaning 4232 clauses out of 161715 with flag 0/200001
98.30/94.71	c cleaning 4714 clauses out of 178484 with flag 0/221002
116.54/112.89	c cleaning 4887 clauses out of 195768 with flag 0/243000
143.46/139.57	c cleaning 5932 clauses out of 213882 with flag 0/266001
179.56/175.48	c cleaning 4768 clauses out of 231949 with flag 0/290000
202.27/197.98	c cleaning 5557 clauses out of 252182 with flag 0/315001
236.42/231.62	c cleaning 6140 clauses out of 272624 with flag 0/341000
273.68/268.46	c starts		: 135
273.68/268.46	c conflicts		: 366608
273.68/268.46	c decisions		: 741063
273.68/268.46	c propagations		: 3752516
273.68/268.46	c inspects		: 1006749176
273.68/268.46	c shortcuts		: 0
273.68/268.46	c learnt literals	: 0
273.68/268.46	c learnt binary clauses	: 3
273.68/268.46	c learnt ternary clauses	: 3
273.68/268.46	c learnt constraints	: 366607
273.68/268.46	c ignored constraints	: 0
273.68/268.46	c root simplifications	: 0
273.68/268.46	c removed literals (reason simplification)	: 0
273.68/268.46	c reason swapping (by a shorter reason)	: 0
273.68/268.46	c Calls to reduceDB	: 22
273.68/268.46	c Number of update (reduction) of LBD	: 11195
273.68/268.46	c Imported unit clauses	: 0
273.68/268.46	c No decision after first conflict	: false
273.68/268.46	c number of reductions to clauses (during analyze)	: 0
273.68/268.46	c number of learned constraints concerned by reduction	: 0
273.68/268.46	c number of learning phase by resolution	: 0
273.68/268.46	c number of learning phase by cutting planes	: 0
273.68/268.46	c number of rounding to 1 operations	: 599464
273.68/268.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
273.68/268.46	c number of reductions of the coefficients by power 2 	: 0
273.68/268.46	c number of right shift for reduction by power 2 	: 0
273.68/268.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
273.68/268.46	c number of ending skipping 	: 0
273.68/268.47	c number of internal skipping 	: 0
273.68/268.47	c number of derivation steps 	: 1435372
273.68/268.47	c number of skipped derivation steps 	: 0
273.68/268.47	c number of remaining unassigned 	: 1194
273.68/268.47	c number of remaining assigned 	: 4318196
273.68/268.47	c number of falsified literals weakened from reason	: 0
273.68/268.47	c number of falsified literals weakened from conflict	: 0
273.68/268.47	c time for arithmetic operations	: 322129525
273.68/268.48	c minimum degree of deleted constraints	: 4
273.68/268.48	c maximum degree of deleted constraints	: 496
273.68/268.48	c number of deleted constraints	: 74516
273.68/268.48	c speed (assignments/second)	: 13986.21697272839
273.68/268.48	c non guided choices	: 894
273.81/268.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 191131
273.81/268.56	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1628
273.81/268.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
273.81/268.56	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 99330
273.81/268.56	s UNSATISFIABLE
273.81/268.56	c Total wall clock time (in seconds): 268.416

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450345-1721410587/watcher-4450345-1721410587 -o /tmp/evaluation-result-4450345-1721410587/solver-4450345-1721410587 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721410600-1017796 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450345-1721410587.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.102209 s]*
/proc/loadavg: 1.10 1.77 2.80 15/323 1017924
/proc/meminfo: memFree=127425088/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=18975048 memory=64192 CPUtime=0.14 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 7132 0 0 0 12 2 0 0 20 0 18 0 193222186 19430449152 16048 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4743762 16048 5539 1 0 549357 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 1078198336 5695 0 0 0 7 2 0 0 20 0 18 0 193222186 19430449152 16048 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 193222187 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=18975048 memory=1623 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193222189 19430449152 16048 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=18975048 memory=14695192770905705 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193222190 19430449152 16048 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64192 KiB

[startup+0.213442 s]*
/proc/loadavg: 1.10 1.77 2.80 14/324 1017925
/proc/meminfo: memFree=127281352/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19041612 memory=76296 CPUtime=0.34 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 7780 0 0 0 31 3 0 0 20 0 19 0 193222186 19498610688 19074 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4760403 19074 5848 1 0 550041 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19041612 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 6035 0 0 0 16 2 0 0 20 0 19 0 193222186 19498610688 19074 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 193222187 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19041612 memory=1623 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193222189 19498610688 19074 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19041612 memory=14695192770905705 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193222190 19498610688 19074 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193222204 19498610688 19074 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 76296 KiB

[startup+0.309513 s]*
/proc/loadavg: 1.10 1.77 2.80 14/327 1017928
/proc/meminfo: memFree=127077220/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19041612 memory=101608 CPUtime=0.52 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 9863 0 0 0 49 3 0 0 20 0 19 0 193222186 19498610688 25402 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4760403 25402 5848 1 0 551267 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19041612 memory=-7308600552828528479 CPUtime=0.26 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 6064 0 0 0 23 3 0 0 20 0 19 0 193222186 19498610688 25402 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 193222187 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193222189 19498610688 25402 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193222190 19498610688 25402 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193222204 19498610688 25402 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 101608 KiB

[startup+0.706061 s]
/proc/loadavg: 1.10 1.77 2.80 14/328 1017931
/proc/meminfo: memFree=125999392/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=180980 CPUtime=1.28 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 15776 0 0 0 123 5 0 0 20 0 20 0 193222186 19566772224 45245 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 45245 5864 1 0 555538 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=46444 CPUtime=0.59 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 6103 0 0 0 56 3 0 0 20 0 20 0 193222186 19566772224 45245 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 193222187 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=12292 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 45245 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=2236 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 45245 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=5484 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 45245 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180980 KiB

[startup+1.50044 s]
/proc/loadavg: 1.10 1.77 2.80 9/306 1017967
/proc/meminfo: memFree=125586236/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=522824 CPUtime=2.86 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 16445 0 0 0 274 12 0 0 20 0 20 0 193222186 19566772224 130706 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 130706 5880 1 0 555614 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=12292 CPUtime=1.35 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 6324 0 0 0 125 10 0 0 20 0 20 0 193222186 19566772224 130706 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 193222187 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 130706 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=2236 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 130706 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=5484 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 130706 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 522824 KiB

[startup+3.10646 s]
/proc/loadavg: 1.10 1.77 2.80 7/330 1018000
/proc/meminfo: memFree=121942080/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=1238852 CPUtime=5.77 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 28055 0 0 0 552 25 0 0 20 0 20 0 193222186 19566772224 309713 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 309713 5880 1 0 557374 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=0 CPUtime=2.92 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 7142 0 0 0 270 22 0 0 20 0 20 0 193222186 19566772224 309713 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 193222187 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=-7308600552828201055 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 309713 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=12292 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 309713 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=2236 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 309713 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1238852 KiB

[startup+6.30044 s]
/proc/loadavg: 1.57 1.85 2.82 7/331 1018001
/proc/meminfo: memFree=120731704/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=1332796 CPUtime=9.22 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 29936 0 0 0 895 27 0 0 20 0 20 0 193222186 19566772224 333199 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 333199 5880 1 0 557374 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=12292 CPUtime=6.04 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 7896 0 0 0 580 24 0 0 20 0 20 0 193222186 19566772224 333199 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 193222187 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=2236 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 333199 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 333199 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=12064 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 333199 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 9.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1332796 KiB

[startup+12.7003 s]
/proc/loadavg: 1.76 1.89 2.83 7/331 1018002
/proc/meminfo: memFree=119726476/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=1759736 CPUtime=15.64 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 31157 0 0 0 1528 36 0 0 20 0 20 0 193222186 19566772224 439934 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 439934 5892 1 0 663900 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=1759596 CPUtime=12.26 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 8760 0 0 0 1195 31 0 0 20 0 20 0 193222186 19566772224 439934 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 193222187 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 439934 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=12292 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 439934 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 439934 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 15.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1759736 KiB

[startup+25.5003 s]
/proc/loadavg: 2.26 1.99 2.85 6/331 1018004
/proc/meminfo: memFree=117632640/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=2275116 CPUtime=28.55 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 36716 0 0 0 2807 48 0 0 20 0 20 0 193222186 19566772224 568779 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 568779 5892 1 0 791324 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=1759596 CPUtime=24.72 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 10580 0 0 0 2430 42 0 0 20 0 20 0 193222186 19566772224 568779 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 193222187 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=2273068 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 568779 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=46444 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 568779 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=-7308600552828265566 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 568779 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 28.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2275116 KiB

[startup+51.1063 s]
/proc/loadavg: 3.00 2.19 2.89 6/330 1018008
/proc/meminfo: memFree=115755012/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=2302228 CPUtime=54.37 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 43809 0 0 0 5387 50 0 0 20 0 20 0 193222186 19566772224 575557 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 575557 5892 1 0 791336 0

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

/proc/loadavg: 4.22 3.14 3.14 4/306 1018315
/proc/meminfo: memFree=117458836/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=2430704 CPUtime=235.22 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 68257 0 0 0 23458 64 0 0 20 0 20 0 193222186 19566772224 607676 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 607676 5892 1 0 791525 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=39408 CPUtime=225.41 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 25355 0 0 0 22496 45 0 0 20 0 20 0 193222186 19566772224 607676 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 193222193 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=2424536 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 607676 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=26360 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 183 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 607676 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=2416340 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 607676 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 235.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2430704 KiB

[startup+243.2 s]
/proc/loadavg: 4.27 3.19 3.16 5/330 1018375
/proc/meminfo: memFree=115405852/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=2438956 CPUtime=248.21 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 69039 0 0 0 24757 64 0 0 20 0 20 0 193222186 19566772224 609739 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 609739 5892 1 0 791525 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=2430712 CPUtime=237.93 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 25716 0 0 0 23748 45 0 0 20 0 20 0 193222186 19566772224 609739 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 193222193 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=2430712 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 609739 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=12292 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 609739 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=2436908 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 609739 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 248.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2438956 KiB

[startup+256 s]*
/proc/loadavg: 4.21 3.23 3.17 5/332 1018381
/proc/meminfo: memFree=115353940/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=2443100 CPUtime=261.15 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 71343 0 0 0 26050 65 0 0 20 0 20 0 193222186 19566772224 610775 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 610775 5892 1 0 791527 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=-7236542958790272868 CPUtime=250.48 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 26572 0 0 0 25003 45 0 0 20 0 20 0 193222186 19566772224 610775 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 193222193 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 610775 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=4840 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 610775 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=4043852 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 610775 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 261.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2443100 KiB

[startup+262.4 s]
/proc/loadavg: 4.27 3.26 3.18 5/332 1018382
/proc/meminfo: memFree=115328660/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=2445252 CPUtime=267.61 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 72312 0 0 0 26696 65 0 0 20 0 20 0 193222186 19566772224 611313 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 611313 5892 1 0 791541 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=0 CPUtime=256.73 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 26799 0 0 0 25628 45 0 0 20 0 20 0 193222186 19566772224 611313 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 193222193 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=2445156 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 611313 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=2443100 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 611313 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=1888 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 611313 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 267.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2445252 KiB

[startup+265.6 s]
/proc/loadavg: 4.25 3.27 3.19 5/332 1018382
/proc/meminfo: memFree=115318280/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=2447332 CPUtime=270.82 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 72765 0 0 0 27017 65 0 0 20 0 20 0 193222186 19566772224 611833 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 611833 5892 1 0 791541 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=12064 CPUtime=259.86 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 26888 0 0 0 25941 45 0 0 20 0 20 0 193222186 19566772224 611833 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 193222193 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=-7308600552828201055 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 611833 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=46444 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 611833 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=12292 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 611833 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 270.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2447332 KiB

[startup+267.2 s]
/proc/loadavg: 4.25 3.27 3.19 5/332 1018382
/proc/meminfo: memFree=115316204/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=2447348 CPUtime=272.49 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 74004 0 0 0 27183 66 0 0 20 0 20 0 193222186 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 611837 5892 1 0 791541 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=12064 CPUtime=261.42 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 26889 0 0 0 26097 45 0 0 20 0 20 0 193222186 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 193222193 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=-7308600552828201055 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=12064 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=46444 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 272.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2447348 KiB

[startup+268 s]*
/proc/loadavg: 4.25 3.27 3.19 5/332 1018382
/proc/meminfo: memFree=115248368/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=2447348 CPUtime=273.29 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 74004 0 0 0 27263 66 0 0 20 0 20 0 193222186 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 611837 5892 1 0 791541 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=-7236542958790272868 CPUtime=262.23 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 26889 0 0 0 26178 45 0 0 20 0 20 0 193222186 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 193222193 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=3978702878856677606 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=1888 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 273.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2447348 KiB

[startup+268.4 s]
/proc/loadavg: 4.25 3.27 3.19 5/332 1018382
/proc/meminfo: memFree=115248368/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19108176 memory=2447348 CPUtime=273.68 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 74004 0 0 0 27302 66 0 0 20 0 20 0 193222186 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4777044 611837 5892 1 0 791541 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19108176 memory=2447332 CPUtime=262.62 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) R 1017839 1017850 1017783 0 -1 4194368 26889 0 0 0 26217 45 0 0 20 0 20 0 193222186 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 193222193 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19108176 memory=-6283126431803859825 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 193222190 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017925] ppid=1017839 vsize=19108176 memory=71153 CPUtime=0 cores=5,7
/proc/1017850/task/1017925/stat : 1017925 (Timer-0) S 1017839 1017850 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193222204 19566772224 611837 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 273.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2447348 KiB

[startup+268.506 s]
/proc/loadavg: 4.25 3.27 3.19 5/332 1018382
/proc/meminfo: memFree=115248368/131524600 swapFree=131071996/131071996
[pid=1017850] ppid=1017839 vsize=19241304 memory=2447860 CPUtime=273.81 cores=5,7
/proc/1017850/stat : 1017850 (java) S 1017839 1017850 1017783 0 -1 1077936128 76075 0 0 0 27315 66 0 0 20 0 20 0 193222186 19703095296 611965 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
/proc/1017850/statm: 4810326 611965 5891 1 0 792159 0
[pid=1017850/tid=1017858] ppid=1017839 vsize=19241304 memory=2443100 CPUtime=262.68 cores=5,7
/proc/1017850/task/1017858/stat : 1017858 (java) S 1017839 1017850 1017783 0 -1 1077936192 28252 0 0 0 26223 45 0 0 20 0 20 0 193222186 19703095296 611965 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 193222193 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017906] ppid=1017839 vsize=19241304 memory=2445252 CPUtime=0 cores=5,7
/proc/1017850/task/1017906/stat : 1017906 (Finalizer) S 1017839 1017850 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193222189 19703095296 611965 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
[pid=1017850/tid=1017922] ppid=1017839 vsize=19241304 memory=-7308600552828201055 CPUtime=0 cores=5,7
/proc/1017850/task/1017922/stat : 1017922 (Common-Cleaner) S 1017839 1017850 1017783 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 193222190 19703095296 611965 134679101440 94710556413952 94710556417648 140737120731504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710556425464 94710556426256 94710584877056 140737120740334 140737120740447 140737120740447 140737120747464 0
Current children cumulated CPU time: 273.81 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2447860 KiB

Child status: 20

Real time (s): 268.579
CPU time (s): 273.907
CPU user time (s): 273.23
CPU system time (s): 0.67663
CPU usage (%): 101.984
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2447860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 273.23
system time used= 0.67663
maximum resident set size= 2448868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76321
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14122
involuntary context switches= 922


# summary of solver processes directly reported to runsolver:
#   pid: 1017850
#   total CPU time (s): 273.907
#   total CPU user time (s): 273.23
#   total CPU system time (s): 0.67663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.588784 second user time and 1.4537 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-19 19:36:40
IDJOB=4450345
IDBENCH=160433
IDSOLVER=3046
FILE ID=nodeC020/4450345-1721410587
RUNJOBID= nodeC020-1721410600-1017796
SLURM_JOB_ID= 7545471
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x30split.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450345-1721410587/watcher-4450345-1721410587 -o /tmp/evaluation-result-4450345-1721410587/solver-4450345-1721410587 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721410600-1017796 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450345-1721410587.opb

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

MD5SUM BENCH= 2bb0b15a1713ed3ebed857cd771e5926
RANDOM SEED=275119861

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127596152 kB
MemAvailable:   129690532 kB
Buffers:          533128 kB
Cached:          2387704 kB
SwapCached:            0 kB
Active:           908860 kB
Inactive:        2368360 kB
Active(anon):       1460 kB
Inactive(anon):   400836 kB
Active(file):     907400 kB
Inactive(file):  1967524 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3756 kB
Writeback:             0 kB
AnonPages:        355476 kB
Mapped:           106452 kB
Shmem:             45912 kB
KReclaimable:     118556 kB
Slab:             233660 kB
SReclaimable:     118556 kB
SUnreclaim:       115104 kB
KernelStack:        3856 kB
PageTables:         9940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     821352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69504 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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:      211668 kB
DirectMap2M:    22630400 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC020 at 2024-07-19 19:41:09