Trace number 4449920

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)4 3600.37 3555.29

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=9-t=5.opb
MD5SUMe8bf5f7be237686d5dd1c770609b55cb
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 benchmark4
Best CPU time to get the best result obtained on this benchmark9.75417
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables171
Total number of constraints2799
Number of constraints which are clauses2790
Number of constraints which are cardinality constraints (but not clauses)9
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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 		2106806208
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.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.14	Listener: none
0.14/0.14	--- 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-4449920-1721489571.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.33/0.24	c ... done. Wall clock time 0.092s.
0.33/0.24	c declared #vars     171
0.33/0.24	c #constraints  2799
0.33/0.24	c constraints type 
0.33/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9
0.33/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2790
0.33/0.24	c 2799 constraints processed.
0.33/0.25	c objective function length is 9 literals
0.52/0.32	c SATISFIABLE
0.52/0.32	c OPTIMIZING...
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.176
0.52/0.32	o 9
0.71/0.44	c Got one! Elapsed wall clock time (in seconds):0.294
0.71/0.45	o 8
0.71/0.47	c Got one! Elapsed wall clock time (in seconds):0.327
0.71/0.47	o 7
0.90/0.52	c Got one! Elapsed wall clock time (in seconds):0.37
0.90/0.52	o 6
0.90/0.59	c Got one! Elapsed wall clock time (in seconds):0.443
0.90/0.59	o 5
1.27/0.72	c Got one! Elapsed wall clock time (in seconds):0.568
1.27/0.72	o 4
3.65/1.92	c cleaning 3049 clauses out of 6870 with flag 0/6870
5.49/3.05	c cleaning 2542 clauses out of 9822 with flag 0/12871
7.19/4.62	c cleaning 3488 clauses out of 14279 with flag 0/19870
9.64/7.06	c cleaning 4296 clauses out of 18792 with flag 0/27871
12.66/9.96	c cleaning 5421 clauses out of 23496 with flag 0/36871
15.63/12.89	c cleaning 5249 clauses out of 28074 with flag 0/46870
20.43/17.66	c cleaning 5833 clauses out of 33826 with flag 0/57871
25.74/22.91	c cleaning 6406 clauses out of 39995 with flag 0/69873
30.76/27.93	c cleaning 6352 clauses out of 46588 with flag 0/82872
37.98/35.04	c cleaning 7157 clauses out of 54237 with flag 0/96873
47.27/44.24	c cleaning 9555 clauses out of 62077 with flag 0/111870
56.32/53.24	c cleaning 8386 clauses out of 68522 with flag 0/127870
67.22/63.93	c cleaning 8614 clauses out of 77136 with flag 0/144870
77.94/74.48	c cleaning 8559 clauses out of 86522 with flag 0/162870
89.00/85.29	c cleaning 9498 clauses out of 96964 with flag 0/181871
103.85/99.70	c cleaning 11421 clauses out of 107466 with flag 0/201871
123.79/119.26	c cleaning 13236 clauses out of 117047 with flag 0/222873
141.03/136.10	c cleaning 10471 clauses out of 125812 with flag 0/244874
158.43/153.22	c cleaning 11158 clauses out of 138337 with flag 0/267870
178.17/172.66	c cleaning 12137 clauses out of 151179 with flag 0/291870
200.34/194.40	c cleaning 11514 clauses out of 164042 with flag 0/316870
223.33/217.07	c cleaning 12029 clauses out of 178529 with flag 0/342871
255.98/249.19	c cleaning 14372 clauses out of 193499 with flag 0/369870
293.07/285.77	c cleaning 15225 clauses out of 207127 with flag 0/397870
329.43/321.52	c cleaning 14943 clauses out of 220902 with flag 0/426870
367.28/359.05	c cleaning 15245 clauses out of 235959 with flag 0/456870
402.20/393.50	c cleaning 14110 clauses out of 251714 with flag 0/487870
443.84/434.73	c cleaning 14909 clauses out of 269605 with flag 0/519871
488.77/479.27	c cleaning 18421 clauses out of 287696 with flag 0/552871
538.57/528.45	c cleaning 18325 clauses out of 303274 with flag 0/586870
592.55/581.88	c cleaning 18023 clauses out of 319953 with flag 0/621874
648.81/637.70	c cleaning 19151 clauses out of 337928 with flag 0/657872
702.46/690.81	c cleaning 18266 clauses out of 355777 with flag 0/694872
754.07/741.98	c cleaning 17747 clauses out of 375509 with flag 0/732870
811.17/798.53	c cleaning 17874 clauses out of 396762 with flag 0/771870
871.32/857.90	c cleaning 18641 clauses out of 418888 with flag 0/811870
955.49/941.59	c cleaning 19284 clauses out of 441248 with flag 0/852871
1039.22/1024.77	c cleaning 21962 clauses out of 463965 with flag 0/894872
1122.31/1106.55	c cleaning 24573 clauses out of 485001 with flag 0/937870
1216.90/1200.25	c cleaning 22181 clauses out of 504428 with flag 0/981870
1304.95/1287.44	c cleaning 20902 clauses out of 527247 with flag 0/1026870
1401.39/1383.12	c cleaning 21605 clauses out of 552345 with flag 0/1072870
1490.53/1471.78	c cleaning 24649 clauses out of 577740 with flag 0/1119870
1582.70/1563.14	c cleaning 29405 clauses out of 601092 with flag 0/1167871
1686.57/1665.83	c cleaning 25137 clauses out of 620687 with flag 0/1216871
1801.36/1779.82	c cleaning 24144 clauses out of 645549 with flag 0/1266870
1924.76/1902.01	c cleaning 25527 clauses out of 672406 with flag 0/1317871
2057.85/2033.92	c cleaning 25551 clauses out of 698879 with flag 0/1369871
2188.51/2163.12	c cleaning 28397 clauses out of 726327 with flag 0/1422870
2291.16/2263.67	c cleaning 26372 clauses out of 751930 with flag 0/1476870
2422.44/2393.17	c cleaning 30184 clauses out of 780558 with flag 0/1531870
2564.74/2534.06	c cleaning 26217 clauses out of 806376 with flag 0/1587872
2674.46/2642.38	c cleaning 29661 clauses out of 837159 with flag 0/1644872
2799.60/2766.02	c cleaning 34258 clauses out of 865496 with flag 0/1702870
2961.42/2926.21	c cleaning 33303 clauses out of 890238 with flag 0/1761870
3112.26/3074.83	c cleaning 32863 clauses out of 916938 with flag 0/1821873
3300.14/3260.35	c cleaning 32805 clauses out of 945074 with flag 0/1882872
3444.44/3401.91	c cleaning 30940 clauses out of 974267 with flag 0/1944870
3594.96/3550.12	c cleaning 32066 clauses out of 1006327 with flag 0/2007870
3600.04/3555.12	c starts		: 228
3600.04/3555.13	c conflicts		: 2012100
3600.04/3555.13	c decisions		: 3509104
3600.04/3555.13	c propagations		: 27689521
3600.04/3555.13	c inspects		: 9852278197
3600.04/3555.13	c shortcuts		: 0
3600.04/3555.13	c learnt literals	: 0
3600.04/3555.13	c learnt binary clauses	: 0
3600.04/3555.13	c learnt ternary clauses	: 0
3600.04/3555.13	c learnt constraints	: 2012099
3600.04/3555.13	c ignored constraints	: 0
3600.04/3555.13	c root simplifications	: 0
3600.04/3555.13	c removed literals (reason simplification)	: 0
3600.04/3555.13	c reason swapping (by a shorter reason)	: 0
3600.04/3555.13	c Calls to reduceDB	: 59
3600.04/3555.13	c Number of update (reduction) of LBD	: 1266
3600.04/3555.13	c Imported unit clauses	: 0
3600.04/3555.13	c No decision after first conflict	: false
3600.04/3555.13	c number of reductions to clauses (during analyze)	: 0
3600.04/3555.13	c number of learned constraints concerned by reduction	: 0
3600.04/3555.13	c number of learning phase by resolution	: 0
3600.04/3555.13	c number of learning phase by cutting planes	: 0
3600.04/3555.13	c number of rounding to 1 operations	: 3370514
3600.04/3555.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3555.13	c number of reductions of the coefficients by power 2 	: 0
3600.04/3555.13	c number of right shift for reduction by power 2 	: 0
3600.04/3555.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3555.15	c number of ending skipping 	: 0
3600.04/3555.15	c number of internal skipping 	: 0
3600.04/3555.15	c number of derivation steps 	: 15339513
3600.04/3555.15	c number of skipped derivation steps 	: 0
3600.04/3555.15	c number of remaining unassigned 	: 20750
3600.04/3555.15	c number of remaining assigned 	: 79037355
3600.04/3555.15	c number of falsified literals weakened from reason	: 0
3600.04/3555.15	c number of falsified literals weakened from conflict	: 0
3600.04/3555.15	c time for arithmetic operations	: 5790102311
3600.04/3555.15	c minimum degree of deleted constraints	: 4
3600.04/3555.15	c maximum degree of deleted constraints	: 887390
3600.04/3555.15	c number of deleted constraints	: 1033609
3600.04/3555.15	c speed (assignments/second)	: 7789.17525019185
3600.04/3555.15	c non guided choices	: 606
3600.25/3555.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 918531
3600.25/3555.26	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4468
3600.25/3555.26	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 55491
3600.25/3555.26	s SATISFIABLE
3600.25/3555.26	c Found 6 solution(s)
3600.25/3555.27	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 
3600.25/3555.27	c objective function=4
3600.25/3555.27	c Total wall clock time (in seconds): 3555.12

Verifier Data

OK	4

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (48067 MiB free)
  memory of node 1: 64510 MiB (60853 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449920-1721489571/watcher-4449920-1721489571 -o /tmp/evaluation-result-4449920-1721489571/solver-4449920-1721489571 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721488150-1093488 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449920-1721489571.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=1095149, runsolver pid=1095146
Current StackSize limit: 8192 KiB


[startup+0.100433 s]*
/proc/loadavg: 4.76 4.56 4.37 5/332 1095167
/proc/meminfo: memFree=111492392/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=18975048 memory=64788 CPUtime=0.14 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 7135 0 0 0 12 2 0 0 20 0 18 0 201118984 19430449152 16197 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4743762 16197 5647 1 0 549377 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 5710 0 0 0 7 1 0 0 20 0 18 0 201118984 19430449152 16197 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 201118987 19430449152 16197 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 201118987 19430449152 16197 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64788 KiB

[startup+0.205905 s]*
/proc/loadavg: 4.76 4.56 4.37 6/332 1095167
/proc/meminfo: memFree=111485664/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=18975048 memory=73484 CPUtime=0.33 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 7677 0 0 0 31 2 0 0 20 0 18 0 201118984 19430449152 18371 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4743762 18371 5824 1 0 549705 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=18975048 memory=6876556183782621315 CPUtime=0.17 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 5980 0 0 0 16 1 0 0 20 0 18 0 201118984 19430449152 18371 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=18975048 memory=15975 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 201118987 19430449152 18371 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 201118987 19430449152 18371 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73484 KiB

[startup+0.306047 s]*
/proc/loadavg: 4.76 4.56 4.37 7/333 1095168
/proc/meminfo: memFree=111466400/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19041612 memory=91052 CPUtime=0.52 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 9409 0 0 0 50 2 0 0 20 0 19 0 201118984 19498610688 22763 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4760403 22763 5862 1 0 551158 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19041612 memory=-7450463941090568038 CPUtime=0.28 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 6155 0 0 0 26 2 0 0 20 0 19 0 201118984 19498610688 22763 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 201118987 19498610688 22763 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 201118987 19498610688 22763 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 201119010 19498610688 22763 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 91052 KiB

[startup+0.700705 s]
/proc/loadavg: 4.76 4.56 4.37 6/334 1095169
/proc/meminfo: memFree=111389424/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=168140 CPUtime=1.27 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 10679 0 0 0 123 4 0 0 20 0 20 0 201118984 19566772224 42035 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 42035 5862 1 0 551941 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=13196 CPUtime=0.62 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 6195 0 0 0 59 3 0 0 20 0 20 0 201118984 19566772224 42035 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 42035 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 42035 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19108176 memory=2028 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201119010 19566772224 42035 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 168140 KiB

[startup+1.50071 s]
/proc/loadavg: 4.76 4.56 4.37 7/334 1095169
/proc/meminfo: memFree=111375420/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=390464 CPUtime=2.85 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 18151 0 0 0 276 9 0 0 20 0 20 0 201118984 19566772224 97616 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 97616 5926 1 0 554009 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=13196 CPUtime=1.35 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 6657 0 0 0 129 6 0 0 20 0 20 0 201118984 19566772224 97616 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 97616 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 97616 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201119010 19566772224 97616 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 390464 KiB

[startup+3.10573 s]
/proc/loadavg: 4.94 4.60 4.39 6/334 1095169
/proc/meminfo: memFree=110443616/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=1111740 CPUtime=5.64 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 26179 0 0 0 541 23 0 0 20 0 20 0 201118984 19566772224 277935 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 277935 5926 1 0 664365 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=0 CPUtime=2.94 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 8197 0 0 0 275 19 0 0 20 0 20 0 201118984 19566772224 277935 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 277935 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19108176 memory=405552 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 277935 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201119010 19566772224 277935 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 5.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1111740 KiB

[startup+6.3003 s]
/proc/loadavg: 4.94 4.60 4.39 5/334 1095169
/proc/meminfo: memFree=109968596/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=1585124 CPUtime=8.94 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 26559 0 0 0 861 33 0 0 20 0 20 0 201118984 19566772224 396281 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 396281 5926 1 0 664383 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=13196 CPUtime=6.08 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 8498 0 0 0 580 28 0 0 20 0 20 0 201118984 19566772224 396281 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 396281 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19108176 memory=7526183902393624674 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 396281 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19108176 memory=5472 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201119010 19566772224 396281 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 8.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1585124 KiB

[startup+12.7003 s]
/proc/loadavg: 4.87 4.59 4.38 7/334 1095170
/proc/meminfo: memFree=109958984/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=1597412 CPUtime=15.53 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 27148 0 0 0 1520 33 0 0 20 0 20 0 201118984 19566772224 399353 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 399353 5926 1 0 664383 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=0 CPUtime=12.4 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 9026 0 0 0 1212 28 0 0 20 0 20 0 201118984 19566772224 399353 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19108176 memory=1593316 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 399353 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 399353 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201119010 19566772224 399353 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 15.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1597412 KiB

[startup+25.5007 s]
/proc/loadavg: 4.94 4.62 4.40 5/333 1095172
/proc/meminfo: memFree=109942340/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=1608028 CPUtime=28.33 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 31457 0 0 0 2798 35 0 0 20 0 20 0 201118984 19566772224 402007 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 402007 5930 1 0 664383 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=1593316 CPUtime=24.95 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 10841 0 0 0 2467 28 0 0 20 0 20 0 201118984 19566772224 402007 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 402007 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19108176 memory=1601884 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 402007 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201119010 19566772224 402007 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 28.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1608028 KiB

[startup+51.1067 s]
/proc/loadavg: 4.91 4.64 4.41 5/333 1095176
/proc/meminfo: memFree=109390568/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=2156296 CPUtime=54.2 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 39553 0 0 0 5373 47 0 0 20 0 20 0 201118984 19566772224 539074 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 539074 5945 1 0 791805 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=1641012 CPUtime=49.87 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 13931 0 0 0 4948 39 0 0 20 0 20 0 201118984 19566772224 539074 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0

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

[startup+3222.3 s]
/proc/loadavg: 1.10 1.16 1.92 2/253 1096811
/proc/meminfo: memFree=123553056/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=3652508 CPUtime=3261.7 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 289281 0 0 0 325907 263 0 0 20 0 20 0 201118984 19566772224 913127 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 913127 5961 1 0 927144 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=11544 CPUtime=3157.38 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 157682 0 0 0 315665 73 0 0 20 0 20 0 201118984 19566772224 913127 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19108176 memory=3652508 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913127 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 3882 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913127 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19108176 memory=-7450463941090568038 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201119010 19566772224 913127 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 3261.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3652508 KiB

[startup+3282.3 s]
/proc/loadavg: 1.08 1.14 1.87 2/253 1096822
/proc/meminfo: memFree=123552812/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=3652552 CPUtime=3323.4 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 303497 0 0 0 332073 267 0 0 20 0 20 0 201118984 19566772224 913138 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 913138 5961 1 0 927144 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=3652508 CPUtime=3216.42 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 162247 0 0 0 321568 74 0 0 20 0 20 0 201118984 19566772224 913138 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19108176 memory=3652508 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913138 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19108176 memory=3652508 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 3979 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913138 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19108176 memory=-7450463941090568038 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201119010 19566772224 913138 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 3323.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3652552 KiB

[startup+3342.3 s]
/proc/loadavg: 1.16 1.16 1.83 2/255 1097002
/proc/meminfo: memFree=123552200/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=3652564 CPUtime=3384.22 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 307676 0 0 0 338151 271 0 0 20 0 20 0 201118984 19566772224 913141 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 913141 5961 1 0 927144 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=3652564 CPUtime=3275.17 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 164862 0 0 0 327443 74 0 0 20 0 20 0 201118984 19566772224 913141 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19108176 memory=3652564 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913141 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19108176 memory=3652564 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 4082 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913141 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19108176 memory=3652564 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201119010 19566772224 913141 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 3384.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3652564 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 1.14 1.78 2/255 1097012
/proc/meminfo: memFree=123552432/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=3652604 CPUtime=3444.88 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 312271 0 0 0 344213 275 0 0 20 0 20 0 201118984 19566772224 913151 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 913151 5961 1 0 927146 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=0 CPUtime=3334.19 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 167997 0 0 0 333344 75 0 0 20 0 20 0 201118984 19566772224 913151 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 28 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19108176 memory=3652604 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913151 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19108176 memory=3652604 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 4171 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913151 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19108176 memory=3652604 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201119010 19566772224 913151 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 3444.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3652604 KiB

[startup+3462.3 s]
/proc/loadavg: 1.54 1.24 1.77 2/256 1097080
/proc/meminfo: memFree=123551972/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=3652608 CPUtime=3505.76 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 316457 0 0 0 350297 279 0 0 20 0 20 0 201118984 19566772224 913152 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 913152 5961 1 0 927146 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=3652604 CPUtime=3392.94 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 170641 0 0 0 339219 75 0 0 20 0 20 0 201118984 19566772224 913152 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913152 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19108176 memory=49576 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 4181 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913152 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201119010 19566772224 913152 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 3505.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3652608 KiB

[startup+3522.3 s]
/proc/loadavg: 1.25 1.21 1.73 2/257 1097092
/proc/meminfo: memFree=123551332/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=3653064 CPUtime=3566.68 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 321296 0 0 0 356387 281 0 0 20 0 20 0 201118984 19566772224 913266 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 913266 5961 1 0 927260 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=3652608 CPUtime=3451.7 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 173736 0 0 0 345094 76 0 0 20 0 20 0 201118984 19566772224 913266 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 34 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19108176 memory=3652604 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913266 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19108176 memory=3653064 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 4278 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913266 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19108176 memory=3653064 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201119010 19566772224 913266 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 3566.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3653064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3555.11 s]
/proc/loadavg: 1.20 1.20 1.70 2/257 1097098
/proc/meminfo: memFree=123550716/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19108176 memory=3653480 CPUtime=3600.04 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 322863 0 0 0 359721 283 0 0 20 0 20 0 201118984 19566772224 913370 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4777044 913370 5961 1 0 927376 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19108176 memory=3653064 CPUtime=3483.89 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 174863 0 0 0 348313 76 0 0 20 0 20 0 201118984 19566772224 913370 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 34 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19108176 memory=3653028 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913370 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19108176 memory=3653068 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 4357 0 0 0 0 0 0 0 20 0 20 0 201118987 19566772224 913370 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095168] ppid=1095146 vsize=19108176 memory=3653068 CPUtime=0 cores=5,7
/proc/1095149/task/1095168/stat : 1095168 (Timer-0) S 1095146 1095149 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201119010 19566772224 913370 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3653480 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.52 s, system=2.84827 s

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

[startup+3555.22 s]
/proc/loadavg: 1.20 1.20 1.70 2/257 1097098
/proc/meminfo: memFree=123550716/131524600 swapFree=131071996/131071996
[pid=1095149] ppid=1095146 vsize=19307868 memory=3654320 CPUtime=3600.25 cores=5,7
/proc/1095149/stat : 1095149 (java) S 1095146 1095149 1093475 0 -1 1077936128 326340 0 0 0 359742 283 0 0 20 0 21 0 201118984 19771256832 913580 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
/proc/1095149/statm: 4826967 913580 5960 1 0 928344 0
[pid=1095149/tid=1095151] ppid=1095146 vsize=19307868 memory=49576 CPUtime=3483.97 cores=5,7
/proc/1095149/task/1095151/stat : 1095151 (java) R 1095146 1095149 1093475 0 -1 4194368 175008 0 0 0 348321 76 0 0 20 0 21 0 201118984 19771256832 913580 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 34 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095160] ppid=1095146 vsize=19307868 memory=3653116 CPUtime=0 cores=5,7
/proc/1095149/task/1095160/stat : 1095160 (Finalizer) S 1095146 1095149 1093475 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 201118987 19771256832 913580 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
[pid=1095149/tid=1095167] ppid=1095146 vsize=19307868 memory=3653188 CPUtime=0 cores=5,7
/proc/1095149/task/1095167/stat : 1095167 (Common-Cleaner) S 1095146 1095149 1093475 0 -1 1077936192 4357 0 0 0 0 0 0 0 20 0 21 0 201118987 19771256832 913580 134679101440 93964105203712 93964105207408 140727758192752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93964105215224 93964105216016 93964117823488 140727758201838 140727758201951 140727758201951 140727758208968 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3654320 KiB

Child status: 143

Real time (s): 3555.29
CPU time (s): 3600.37
CPU user time (s): 3597.52
CPU system time (s): 2.84827
CPU usage (%): 101.268
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3654320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.52
system time used= 2.84827
maximum resident set size= 3655400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326777
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149067
involuntary context switches= 9591


# summary of solver processes directly reported to runsolver:
#   pid: 1095149
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3597.52
#   total CPU system time (s): 2.84827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.85288 second user time and 18.4667 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-20 17:33:04
IDJOB=4449920
IDBENCH=176173
IDSOLVER=3046
FILE ID=nodeC017/4449920-1721489571
RUNJOBID= nodeC017-1721488150-1093488
SLURM_JOB_ID= 7545780
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=9-t=5.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449920-1721489571/watcher-4449920-1721489571 -o /tmp/evaluation-result-4449920-1721489571/solver-4449920-1721489571 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721488150-1093488 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449920-1721489571.opb

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

MD5SUM BENCH= e8bf5f7be237686d5dd1c770609b55cb
RANDOM SEED=971368117

nodeC017.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		: 3600.100
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.46
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		: 3680.429
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	: 7006.99
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		: 3672.211
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.46
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		: 3665.909
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	: 7006.99
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		: 3599.967
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.46
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		: 3664.455
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	: 7006.99
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		: 3672.289
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.46
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		: 3650.953
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	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        111536492 kB
MemAvailable:   114045264 kB
Buffers:          616796 kB
Cached:          2717164 kB
SwapCached:            0 kB
Active:          1333112 kB
Inactive:       17959488 kB
Active(anon):       1544 kB
Inactive(anon): 16003000 kB
Active(file):    1331568 kB
Inactive(file):  1956488 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:      15958612 kB
Mapped:           128424 kB
Shmem:             45912 kB
KReclaimable:     120724 kB
Slab:             238596 kB
SReclaimable:     120724 kB
SUnreclaim:       117872 kB
KernelStack:        5072 kB
PageTables:        41408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16945824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73088 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15572992 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:      305876 kB
DirectMap2M:    43507712 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC017 at 2024-07-20 18:32:19