Trace number 4457701

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12SAT (TO)-12104 3600.21 3604.49

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/
uncorrelated/normalized-knapPI_1_50_1000_4_-4888.opb
MD5SUM92573cc8e272343f134c178d29564a08
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-12104
Best CPU time to get the best result obtained on this benchmark0.005925
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints1
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint200
Maximum length of a constraint200
Number of terms in the objective function 200
Biggest coefficient in the objective function 999
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 106164
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 999
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 106164
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4457701-1721868609.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  objective function found
0.13/0.17	c ... done. Wall clock time 0.013s.
0.13/0.17	c declared #vars     200
0.13/0.17	c #constraints  1
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.13/0.17	c 1 constraints processed.
0.13/0.17	c objective function length is 200 literals
0.13/0.18	c SATISFIABLE
0.13/0.18	c OPTIMIZING...
0.13/0.18	c Got one! Elapsed wall clock time (in seconds):0.029
0.13/0.18	o -4527
0.33/0.25	c Got one! Elapsed wall clock time (in seconds):0.099
0.33/0.25	o -4638
0.54/0.40	c Got one! Elapsed wall clock time (in seconds):0.251
0.54/0.40	o -5309
0.72/0.42	c Got one! Elapsed wall clock time (in seconds):0.271
0.72/0.42	o -5343
0.72/0.42	c Got one! Elapsed wall clock time (in seconds):0.275
0.72/0.42	o -5421
0.93/0.52	c Got one! Elapsed wall clock time (in seconds):0.364
0.93/0.52	o -5448
0.93/0.56	c Got one! Elapsed wall clock time (in seconds):0.416
0.93/0.56	o -5474
0.93/0.58	c Got one! Elapsed wall clock time (in seconds):0.422
0.93/0.58	o -5563
0.93/0.58	c Got one! Elapsed wall clock time (in seconds):0.423
0.93/0.58	o -5979
0.93/0.59	c Got one! Elapsed wall clock time (in seconds):0.428
0.93/0.59	o -6058
0.93/0.59	c Got one! Elapsed wall clock time (in seconds):0.433
0.93/0.59	o -6975
0.93/0.59	c Got one! Elapsed wall clock time (in seconds):0.435
0.93/0.59	o -7068
0.93/0.59	c Got one! Elapsed wall clock time (in seconds):0.436
0.93/0.59	o -8400
1.11/0.61	c Got one! Elapsed wall clock time (in seconds):0.453
1.11/0.61	o -8670
1.11/0.67	c Got one! Elapsed wall clock time (in seconds):0.521
1.11/0.67	o -9129
1.11/0.67	c Got one! Elapsed wall clock time (in seconds):0.525
1.11/0.67	o -9172
1.11/0.69	c Got one! Elapsed wall clock time (in seconds):0.54
1.11/0.69	o -9987
1.29/0.70	c Got one! Elapsed wall clock time (in seconds):0.543
1.29/0.70	o -9994
1.29/0.70	c Got one! Elapsed wall clock time (in seconds):0.545
1.29/0.70	o -10235
1.29/0.72	c Got one! Elapsed wall clock time (in seconds):0.564
1.29/0.72	o -10351
1.49/0.82	c Got one! Elapsed wall clock time (in seconds):0.663
1.49/0.82	o -10426
1.49/0.82	c Got one! Elapsed wall clock time (in seconds):0.668
1.49/0.82	o -10475
1.49/0.83	c Got one! Elapsed wall clock time (in seconds):0.68
1.49/0.83	o -10735
1.49/0.85	c Got one! Elapsed wall clock time (in seconds):0.692
1.49/0.85	o -10842
1.49/0.85	c Got one! Elapsed wall clock time (in seconds):0.702
1.49/0.85	o -10978
1.49/0.86	c Got one! Elapsed wall clock time (in seconds):0.705
1.49/0.86	o -11012
1.89/1.06	c Got one! Elapsed wall clock time (in seconds):0.912
1.89/1.07	o -11341
1.89/1.09	c Got one! Elapsed wall clock time (in seconds):0.943
2.09/1.10	o -11366
7.75/5.83	c Got one! Elapsed wall clock time (in seconds):5.683
7.75/5.83	o -11486
7.85/5.94	c Got one! Elapsed wall clock time (in seconds):5.796
7.85/5.94	o -11516
8.66/6.78	c Got one! Elapsed wall clock time (in seconds):6.629
8.66/6.78	o -11602
9.66/7.76	c Got one! Elapsed wall clock time (in seconds):7.613
9.66/7.76	o -11741
22.34/20.37	c Got one! Elapsed wall clock time (in seconds):20.223
22.34/20.37	o -11760
22.54/20.55	c Got one! Elapsed wall clock time (in seconds):20.4
22.54/20.55	o -11863
40.80/38.83	c Got one! Elapsed wall clock time (in seconds):38.684
40.80/38.83	o -11890
58.37/56.49	c Got one! Elapsed wall clock time (in seconds):56.345
58.37/56.49	o -12033
96.44/94.59	c Got one! Elapsed wall clock time (in seconds):94.441
96.44/94.59	o -12050
635.47/634.19	c Got one! Elapsed wall clock time (in seconds):634.045
635.47/634.19	o -12104
826.68/826.18	c cleaning 4666 clauses out of 9332 with flag 0/9332
1786.88/1788.28	c cleaning 5332 clauses out of 10666 with flag 0/15332
2662.31/2664.76	c cleaning 6165 clauses out of 12334 with flag 0/22332
3212.42/3216.38	c cleaning 7083 clauses out of 14169 with flag 0/30332
3600.04/3604.42	c starts		: 40
3600.04/3604.43	c conflicts		: 37217
3600.04/3604.43	c decisions		: 469499
3600.04/3604.43	c propagations		: 942439
3600.04/3604.43	c inspects		: 1012438683
3600.04/3604.43	c shortcuts		: 0
3600.04/3604.43	c learnt literals	: 0
3600.04/3604.43	c learnt binary clauses	: 0
3600.04/3604.43	c learnt ternary clauses	: 0
3600.04/3604.43	c learnt constraints	: 37217
3600.04/3604.43	c ignored constraints	: 0
3600.04/3604.43	c root simplifications	: 0
3600.04/3604.43	c removed literals (reason simplification)	: 0
3600.04/3604.43	c reason swapping (by a shorter reason)	: 0
3600.04/3604.43	c Calls to reduceDB	: 4
3600.04/3604.43	c Number of update (reduction) of LBD	: 0
3600.04/3604.43	c Imported unit clauses	: 0
3600.04/3604.43	c No decision after first conflict	: false
3600.04/3604.43	c number of reductions to clauses (during analyze)	: 0
3600.04/3604.43	c number of learned constraints concerned by reduction	: 0
3600.04/3604.43	c number of learning phase by resolution	: 0
3600.04/3604.43	c number of learning phase by cutting planes	: 0
3600.04/3604.43	c number of rounding to 1 operations	: 91368
3600.04/3604.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3604.43	c number of reductions of the coefficients by power 2 	: 0
3600.04/3604.43	c number of right shift for reduction by power 2 	: 0
3600.04/3604.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3604.43	c number of ending skipping 	: 0
3600.04/3604.43	c number of internal skipping 	: 0
3600.04/3604.43	c number of derivation steps 	: 66390
3600.04/3604.43	c number of skipped derivation steps 	: 0
3600.04/3604.43	c number of remaining unassigned 	: 13893
3600.04/3604.43	c number of remaining assigned 	: 8116315
3600.04/3604.43	c number of falsified literals weakened from reason	: 0
3600.04/3604.43	c number of falsified literals weakened from conflict	: 0
3600.04/3604.43	c time for arithmetic operations	: 376090112
3600.04/3604.44	c minimum degree of deleted constraints	: 2048
3600.04/3604.44	c maximum degree of deleted constraints	: 367420897
3600.04/3604.44	c number of deleted constraints	: 23246
3600.04/3604.44	c speed (assignments/second)	: 261.47967641633056
3600.04/3604.44	c non guided choices	: 0
3600.04/3604.47	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 13971
3600.04/3604.47	s SATISFIABLE
3600.04/3604.47	c Found 38 solution(s)
3600.04/3604.47	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
3600.04/3604.47	c objective function=-12104
3600.04/3604.47	c Total wall clock time (in seconds): 3604.32

Verifier Data

OK	-12104

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457701-1721868609/watcher-4457701-1721868609 -o /tmp/evaluation-result-4457701-1721868609/solver-4457701-1721868609 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721865097-264549 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4457701-1721868609.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100058 s]*
/proc/loadavg: 4.37 4.28 4.20 6/307 266719
/proc/meminfo: memFree=120946536/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=18975048 memory=64912 CPUtime=0.13 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 7227 0 0 0 12 1 0 0 20 0 18 0 23383790 19430449152 16228 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4743762 16228 5627 1 0 549332 0
[pid=266695/tid=266697] ppid=266692 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 5765 0 0 0 7 1 0 0 20 0 18 0 23383791 19430449152 16228 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=18975048 memory=1991471 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 23383793 19430449152 16228 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=18975048 memory=15823295995971300 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 23383794 19430449152 16257 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64912 KiB

[startup+0.207745 s]*
/proc/loadavg: 4.37 4.28 4.20 7/306 266726
/proc/meminfo: memFree=120939624/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19041612 memory=72676 CPUtime=0.33 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 7933 0 0 0 32 1 0 0 20 0 19 0 23383790 19498610688 18169 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4760403 18169 5864 1 0 550082 0
[pid=266695/tid=266697] ppid=266692 vsize=19041612 memory=3472328299600544061 CPUtime=0.19 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 6142 0 0 0 18 1 0 0 20 0 19 0 23383791 19498610688 18169 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19041612 memory=215671374179 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23383793 19498610688 18169 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19041612 memory=15541816726282840 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 23383794 19498610688 18169 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23383808 19498610688 18169 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72676 KiB

[startup+0.315761 s]*
/proc/loadavg: 4.37 4.28 4.20 9/308 266746
/proc/meminfo: memFree=120901704/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19041612 memory=104320 CPUtime=0.54 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 9277 0 0 0 52 2 0 0 20 0 19 0 23383790 19498610688 26080 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4760403 26080 5864 1 0 550731 0
[pid=266695/tid=266697] ppid=266692 vsize=19041612 memory=-9030953543784964796 CPUtime=0.29 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 6167 0 0 0 28 1 0 0 20 0 19 0 23383791 19498610688 26080 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23383793 19498610688 26080 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 23383794 19498610688 26080 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23383808 19498610688 26080 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 104320 KiB

[startup+0.700243 s]
/proc/loadavg: 4.37 4.28 4.20 9/329 266770
/proc/meminfo: memFree=120793936/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=178000 CPUtime=1.29 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 14277 0 0 0 124 5 0 0 20 0 20 0 23383790 19566772224 44500 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 44500 5896 1 0 553938 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=5552 CPUtime=0.62 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 6207 0 0 0 59 3 0 0 20 0 20 0 23383791 19566772224 44500 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=12936 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 44500 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=353 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 44500 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 44500 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178000 KiB

[startup+1.50074 s]
/proc/loadavg: 4.37 4.28 4.20 7/330 266771
/proc/meminfo: memFree=120715552/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=282984 CPUtime=2.85 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 25882 0 0 0 278 7 0 0 20 0 20 0 23383790 19566772224 70746 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 70746 5912 1 0 557972 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=12936 CPUtime=1.37 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 6877 0 0 0 133 4 0 0 20 0 20 0 23383791 19566772224 70746 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 70746 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=58515557449785 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 70746 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 70746 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 282984 KiB

[startup+3.10557 s]
/proc/loadavg: 4.37 4.28 4.20 7/331 266772
/proc/meminfo: memFree=120164092/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=648736 CPUtime=5.03 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 27161 0 0 0 488 15 0 0 20 0 20 0 23383790 19566772224 162184 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 162184 5912 1 0 687464 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=0 CPUtime=2.94 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 7414 0 0 0 283 11 0 0 20 0 20 0 23383791 19566772224 162184 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 162184 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=12936 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 162184 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=5552 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 162184 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 648736 KiB

[startup+6.30026 s]
/proc/loadavg: 4.42 4.29 4.20 5/331 266772
/proc/meminfo: memFree=119577900/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=871104 CPUtime=8.26 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 28231 0 0 0 806 20 0 0 20 0 20 0 23383790 19566772224 217776 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 217776 5912 1 0 687475 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=0 CPUtime=6.09 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 7767 0 0 0 594 15 0 0 20 0 20 0 23383791 19566772224 217776 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=458260 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 217776 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 217776 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=13520 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 217776 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 8.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 871104 KiB

[startup+12.7003 s]
/proc/loadavg: 4.38 4.29 4.20 5/331 266774
/proc/meminfo: memFree=118997028/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=1262288 CPUtime=14.74 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 30191 0 0 0 1446 28 0 0 20 0 20 0 23383790 19566772224 315572 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 315572 5912 1 0 687478 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=1262288 CPUtime=12.46 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 8758 0 0 0 1223 23 0 0 20 0 20 0 23383791 19566772224 315572 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 315572 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 315572 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=1063616 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 315572 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 14.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1262288 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.27 4.20 5/331 266775
/proc/meminfo: memFree=117927708/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=1383232 CPUtime=27.53 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 33076 0 0 0 2722 31 0 0 20 0 20 0 23383790 19566772224 345808 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 345808 5912 1 0 687479 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=0 CPUtime=25.2 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 10681 0 0 0 2495 25 0 0 20 0 20 0 23383791 19566772224 345808 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=1262340 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 345808 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=1379136 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 345808 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=1845 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 345808 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 27.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1383232 KiB

[startup+51.1058 s]
/proc/loadavg: 4.42 4.30 4.21 5/334 266920
/proc/meminfo: memFree=121790232/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=1674076 CPUtime=53.08 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 37964 0 0 0 5269 39 0 0 20 0 20 0 23383790 19566772224 418519 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 418519 5912 1 0 687480 0

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

/proc/meminfo: memFree=116320376/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=2053936 CPUtime=3218.41 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 176437 0 0 0 321673 168 0 0 20 0 20 0 23383790 19566772224 513484 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 513484 5928 1 0 687529 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=2284 CPUtime=3204.44 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 77198 0 0 0 320401 43 0 0 20 0 20 0 23383791 19566772224 513484 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=5552 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 513484 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=2051880 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 4278 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 513484 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=13520 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 513484 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 3218.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2053936 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.19 4.18 5/334 268752
/proc/meminfo: memFree=116301284/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=2062128 CPUtime=3278.31 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 177314 0 0 0 327661 170 0 0 20 0 20 0 23383790 19566772224 515532 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 515532 5928 1 0 687529 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=2058032 CPUtime=3264.18 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 77934 0 0 0 326375 43 0 0 20 0 20 0 23383791 19566772224 515532 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=2053936 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 515532 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=12936 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 4318 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 515532 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=2062128 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 515532 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 3278.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2062128 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.18 4.18 5/333 268764
/proc/meminfo: memFree=116294632/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=2064192 CPUtime=3338.26 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 179309 0 0 0 333653 173 0 0 20 0 20 0 23383790 19566772224 516048 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 516048 5928 1 0 687529 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=13520 CPUtime=3323.91 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 79057 0 0 0 332347 44 0 0 20 0 20 0 23383791 19566772224 516048 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=76160 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 516048 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=2064192 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 4417 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 516048 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=2064192 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 516048 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 3338.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2064192 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.18 4.18 6/333 268790
/proc/meminfo: memFree=116285696/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=2068292 CPUtime=3398.18 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 181315 0 0 0 339643 175 0 0 20 0 20 0 23383790 19566772224 517073 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 517073 5928 1 0 687529 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=12936 CPUtime=3383.62 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 80121 0 0 0 338318 44 0 0 20 0 20 0 23383791 19566772224 517073 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=2066244 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 517073 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=2066244 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 4417 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 517073 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=2068292 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 517073 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 3398.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2068292 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.17 4.18 5/333 268802
/proc/meminfo: memFree=116273516/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=2072404 CPUtime=3458.12 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 183441 0 0 0 345635 177 0 0 20 0 20 0 23383790 19566772224 518101 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 518101 5928 1 0 687529 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=2066244 CPUtime=3443.37 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 81418 0 0 0 344293 44 0 0 20 0 20 0 23383791 19566772224 518101 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=-7160861562580918649 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 518101 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=2072404 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 4498 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 518101 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=4648 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 518101 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 3458.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2072404 KiB

[startup+3522.3 s]
/proc/loadavg: 4.32 4.20 4.19 5/333 268880
/proc/meminfo: memFree=119111084/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=2074456 CPUtime=3518.06 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 185757 0 0 0 351626 180 0 0 20 0 20 0 23383790 19566772224 518614 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 518614 5928 1 0 687529 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=2068292 CPUtime=3503.11 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 82685 0 0 0 350267 44 0 0 20 0 20 0 23383791 19566772224 518614 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=16120 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 518614 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=2074456 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 4591 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 518614 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=2074456 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 518614 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 3518.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2074456 KiB

[startup+3582.3 s]
/proc/loadavg: 4.39 4.23 4.19 5/333 268890
/proc/meminfo: memFree=118047172/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=2078552 CPUtime=3577.99 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 186490 0 0 0 357617 182 0 0 20 0 20 0 23383790 19566772224 519638 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 519638 5928 1 0 687529 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=13520 CPUtime=3562.84 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 83316 0 0 0 356239 45 0 0 20 0 20 0 23383791 19566772224 519638 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=2078552 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 519638 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=39320 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 4669 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 519638 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=3164 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 519638 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 3577.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2078552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.4 s]
/proc/loadavg: 4.28 4.21 4.19 5/333 268961
/proc/meminfo: memFree=121409776/131524600 swapFree=131056028/131071996
[pid=266695] ppid=266692 vsize=19108176 memory=2078560 CPUtime=3600.04 cores=1,3
/proc/266695/stat : 266695 (java) S 266692 266695 264537 0 -1 1077936128 188167 0 0 0 359821 183 0 0 20 0 20 0 23383790 19566772224 519640 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
/proc/266695/statm: 4777044 519640 5928 1 0 687529 0
[pid=266695/tid=266697] ppid=266692 vsize=19108176 memory=-9030953543784964796 CPUtime=3584.85 cores=1,3
/proc/266695/task/266697/stat : 266697 (java) R 266692 266695 264537 0 -1 4194368 84004 0 0 0 358440 45 0 0 20 0 20 0 23383791 19566772224 519640 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266706] ppid=266692 vsize=19108176 memory=12936 CPUtime=0 cores=1,3
/proc/266695/task/266706/stat : 266706 (Finalizer) S 266692 266695 264537 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23383793 19566772224 519640 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266713] ppid=266692 vsize=19108176 memory=5552 CPUtime=0 cores=1,3
/proc/266695/task/266713/stat : 266713 (Common-Cleaner) S 266692 266695 264537 0 -1 1077936192 4807 0 0 0 0 0 0 0 20 0 20 0 23383794 19566772224 519640 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
[pid=266695/tid=266721] ppid=266692 vsize=19108176 memory=16120 CPUtime=0 cores=1,3
/proc/266695/task/266721/stat : 266721 (Timer-0) S 266692 266695 264537 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23383808 19566772224 519640 134679101440 94767373852672 94767373856368 140727858242224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94767373864184 94767373864976 94767398719488 140727858250736 140727858250849 140727858250849 140727858257864 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2078560 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.37 s, system=1.84297 s

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

Child status: 143

Real time (s): 3604.49
CPU time (s): 3600.21
CPU user time (s): 3598.37
CPU system time (s): 1.84297
CPU usage (%): 99.8814
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2078560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.37
system time used= 1.84297
maximum resident set size= 2080008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191065
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119249
involuntary context switches= 7131


# summary of solver processes directly reported to runsolver:
#   pid: 266695
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.37
#   total CPU system time (s): 1.84297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.69465 second user time and 18.0782 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-25 02:50:09
IDJOB=4457701
IDBENCH=176742
IDSOLVER=3046
FILE ID=nodeC015/4457701-1721868609
RUNJOBID= nodeC015-1721865097-264549
SLURM_JOB_ID= 8089155
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/uncorrelated/normalized-knapPI_1_50_1000_4_-4888.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457701-1721868609/watcher-4457701-1721868609 -o /tmp/evaluation-result-4457701-1721868609/solver-4457701-1721868609 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721865097-264549 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4457701-1721868609.opb

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

MD5SUM BENCH= 92573cc8e272343f134c178d29564a08
RANDOM SEED=1775713196

nodeC015.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		: 3646.345
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	: 6999.37
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		: 3667.188
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.17
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		: 3648.657
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	: 6999.37
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		: 3610.476
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.17
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		: 3646.141
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	: 6999.37
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		: 3681.577
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.17
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		: 3602.539
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	: 6999.37
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		: 3659.312
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.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120992664 kB
MemAvailable:   121940596 kB
Buffers:          275872 kB
Cached:          1337976 kB
SwapCached:          312 kB
Active:          1125308 kB
Inactive:        8467388 kB
Active(anon):       4468 kB
Inactive(anon):  8026900 kB
Active(file):    1120840 kB
Inactive(file):   440488 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:       7977988 kB
Mapped:           113804 kB
Shmem:             52524 kB
KReclaimable:     448012 kB
Slab:             571672 kB
SReclaimable:     448012 kB
SUnreclaim:       123660 kB
KernelStack:        4672 kB
PageTables:        25692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8502260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16224 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7720960 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      367316 kB
DirectMap2M:    43446272 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC015 at 2024-07-25 03:50:14