Trace number 4451281

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.24 3562.1

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v041-n1.opb
MD5SUM47f516134b673d8428e3cc21e9ca96cd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011949
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables123
Total number of constraints41
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)41
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
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

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.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
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: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb 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 Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
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-4451281-1721428087.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
0.14/0.17	c ... done. Wall clock time 0.013s.
0.14/0.17	c declared #vars     123
0.14/0.17	c #constraints  82
0.14/0.17	c constraints type 
0.14/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
0.14/0.17	c 82 constraints processed.
5.39/2.88	c cleaning 2500 clauses out of 5000 with flag 0/5000
8.31/5.05	c cleaning 4248 clauses out of 8500 with flag 0/11000
11.36/7.73	c cleaning 5626 clauses out of 11254 with flag 0/18002
15.18/11.47	c cleaning 6812 clauses out of 13629 with flag 0/26003
19.00/15.21	c cleaning 7908 clauses out of 15815 with flag 0/35001
22.72/18.95	c cleaning 8954 clauses out of 17908 with flag 0/45002
27.69/23.85	c cleaning 9977 clauses out of 19953 with flag 0/56001
33.12/29.24	c cleaning 10989 clauses out of 21977 with flag 0/68002
39.26/35.31	c cleaning 11991 clauses out of 23987 with flag 0/81001
45.13/41.12	c cleaning 12997 clauses out of 25995 with flag 0/95000
50.69/46.56	c cleaning 14002 clauses out of 28003 with flag 0/110005
63.80/59.03	c cleaning 14996 clauses out of 29996 with flag 0/126000
74.64/69.77	c cleaning 16002 clauses out of 32004 with flag 0/143004
81.11/75.47	c cleaning 17000 clauses out of 33999 with flag 0/161001
89.70/83.60	c cleaning 17996 clauses out of 35998 with flag 0/180000
97.58/91.44	c cleaning 18997 clauses out of 38003 with flag 0/200001
105.90/99.63	c cleaning 19999 clauses out of 40005 with flag 0/221000
115.06/108.66	c cleaning 21004 clauses out of 42007 with flag 0/243001
126.75/120.22	c cleaning 21997 clauses out of 44003 with flag 0/266001
137.55/130.94	c cleaning 23003 clauses out of 46006 with flag 0/290001
149.61/142.80	c cleaning 23999 clauses out of 48002 with flag 0/315000
163.85/156.99	c cleaning 24997 clauses out of 50004 with flag 0/341001
181.18/174.09	c cleaning 25999 clauses out of 52007 with flag 0/368001
202.59/195.32	c cleaning 27003 clauses out of 54007 with flag 0/396000
223.57/216.11	c cleaning 27999 clauses out of 56004 with flag 0/425000
246.53/238.85	c cleaning 29000 clauses out of 58005 with flag 0/455000
267.61/259.79	c cleaning 30002 clauses out of 60007 with flag 0/486002
293.26/285.26	c cleaning 30998 clauses out of 62003 with flag 0/518000
313.90/305.72	c cleaning 32000 clauses out of 64007 with flag 0/551002
338.46/330.12	c cleaning 32999 clauses out of 66005 with flag 0/585000
363.85/355.38	c cleaning 33997 clauses out of 68006 with flag 0/620000
391.43/382.74	c cleaning 34999 clauses out of 70010 with flag 0/656001
415.61/406.89	c cleaning 35998 clauses out of 72010 with flag 0/693000
439.74/430.71	c cleaning 37006 clauses out of 74012 with flag 0/731000
460.75/451.69	c cleaning 38000 clauses out of 76006 with flag 0/770000
481.81/472.53	c cleaning 38998 clauses out of 78007 with flag 0/810001
504.96/495.57	c cleaning 39996 clauses out of 80008 with flag 0/851000
531.25/521.45	c cleaning 41005 clauses out of 82014 with flag 0/893002
560.14/549.99	c cleaning 42000 clauses out of 84008 with flag 0/936001
585.55/575.00	c cleaning 42995 clauses out of 86008 with flag 0/980001
618.65/607.70	c cleaning 44000 clauses out of 88013 with flag 0/1025001
646.55/635.57	c cleaning 45004 clauses out of 90012 with flag 0/1071000
682.38/671.11	c cleaning 45998 clauses out of 92009 with flag 0/1118001
715.83/704.32	c cleaning 46996 clauses out of 94010 with flag 0/1166000
755.31/743.23	c cleaning 47997 clauses out of 96015 with flag 0/1215001
798.82/786.27	c cleaning 49003 clauses out of 98018 with flag 0/1265001
827.77/814.92	c cleaning 50005 clauses out of 100015 with flag 0/1316001
873.52/860.24	c cleaning 50998 clauses out of 102011 with flag 0/1368002
928.00/914.13	c cleaning 51999 clauses out of 104012 with flag 0/1421001
984.88/970.62	c cleaning 53000 clauses out of 106012 with flag 0/1475000
1037.00/1022.33	c cleaning 54005 clauses out of 108013 with flag 0/1530001
1081.39/1066.30	c cleaning 54999 clauses out of 110008 with flag 0/1586001
1127.57/1112.15	c cleaning 55996 clauses out of 112009 with flag 0/1643001
1196.52/1180.65	c cleaning 57000 clauses out of 114012 with flag 0/1701000
1262.77/1246.32	c cleaning 58004 clauses out of 116012 with flag 0/1760000
1319.16/1302.29	c cleaning 59001 clauses out of 118010 with flag 0/1820002
1394.46/1376.81	c cleaning 59998 clauses out of 120007 with flag 0/1881000
1467.11/1448.97	c cleaning 61002 clauses out of 122013 with flag 0/1943004
1556.42/1537.35	c cleaning 62001 clauses out of 124007 with flag 0/2006000
1656.83/1636.83	c cleaning 62996 clauses out of 126006 with flag 0/2070000
1752.27/1731.67	c cleaning 64000 clauses out of 128010 with flag 0/2135000
1831.73/1810.72	c cleaning 65002 clauses out of 130010 with flag 0/2201000
1928.15/1906.64	c cleaning 66001 clauses out of 132008 with flag 0/2268000
2013.64/1991.64	c cleaning 66996 clauses out of 134007 with flag 0/2336000
2080.37/2057.72	c cleaning 67994 clauses out of 136011 with flag 0/2405000
2196.06/2172.52	c cleaning 69002 clauses out of 138017 with flag 0/2475000
2280.66/2256.25	c cleaning 69999 clauses out of 140015 with flag 0/2546000
2392.83/2367.36	c cleaning 71000 clauses out of 142016 with flag 0/2618000
2554.50/2527.38	c cleaning 72000 clauses out of 144016 with flag 0/2691000
2686.15/2657.69	c cleaning 73004 clauses out of 146017 with flag 0/2765001
2790.49/2760.96	c cleaning 74000 clauses out of 148012 with flag 0/2840000
2895.84/2865.18	c cleaning 74999 clauses out of 150014 with flag 0/2916002
2985.51/2953.92	c cleaning 76000 clauses out of 152013 with flag 0/2993000
3096.24/3063.42	c cleaning 76998 clauses out of 154013 with flag 0/3071000
3231.07/3197.17	c cleaning 77994 clauses out of 156016 with flag 0/3150001
3368.10/3332.80	c cleaning 79002 clauses out of 158021 with flag 0/3230000
3536.46/3499.15	c cleaning 80002 clauses out of 160019 with flag 0/3311000
3600.10/3562.01	c timeout
3600.10/3562.02	c starts		: 490
3600.10/3562.02	c conflicts		: 3352722
3600.10/3562.02	c decisions		: 4081332
3600.10/3562.02	c propagations		: 17023665
3600.10/3562.02	c inspects		: 7576593473
3600.10/3562.02	c shortcuts		: 0
3600.10/3562.02	c learnt literals	: 0
3600.10/3562.02	c learnt binary clauses	: 0
3600.10/3562.02	c learnt ternary clauses	: 0
3600.10/3562.02	c learnt constraints	: 3352721
3600.10/3562.02	c ignored constraints	: 0
3600.10/3562.02	c root simplifications	: 0
3600.10/3562.02	c removed literals (reason simplification)	: 0
3600.10/3562.02	c reason swapping (by a shorter reason)	: 0
3600.10/3562.02	c Calls to reduceDB	: 77
3600.10/3562.02	c Number of update (reduction) of LBD	: 2087484
3600.10/3562.02	c Imported unit clauses	: 0
3600.10/3562.02	c No decision after first conflict	: false
3600.10/3562.02	c number of reductions to clauses (during analyze)	: 0
3600.10/3562.02	c number of learned constraints concerned by reduction	: 0
3600.10/3562.02	c number of learning phase by resolution	: 0
3600.10/3562.02	c number of learning phase by cutting planes	: 0
3600.10/3562.02	c number of rounding to 1 operations	: 0
3600.10/3562.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3562.02	c number of reductions of the coefficients by power 2 	: 0
3600.10/3562.02	c number of right shift for reduction by power 2 	: 0
3600.10/3562.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3562.02	c number of ending skipping 	: 0
3600.10/3562.02	c number of internal skipping 	: 0
3600.10/3562.02	c number of derivation steps 	: 12084906
3600.10/3562.02	c number of skipped derivation steps 	: 0
3600.10/3562.02	c number of remaining unassigned 	: 1981284
3600.10/3562.02	c number of remaining assigned 	: 200773885
3600.10/3562.02	c number of falsified literals weakened from reason	: 0
3600.10/3562.02	c number of falsified literals weakened from conflict	: 0
3600.10/3562.02	c time for arithmetic operations	: 9021192169
3600.10/3562.03	c minimum degree of deleted constraints	: 1
3600.10/3562.03	c maximum degree of deleted constraints	: 754223544
3600.10/3562.03	c number of deleted constraints	: 3230983
3600.10/3562.03	c speed (assignments/second)	: 4779.439303239268
3600.10/3562.03	c non guided choices	: 129
3600.10/3562.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 44907
3600.10/3562.08	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9
3600.10/3562.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 76822
3600.10/3562.08	s UNKNOWN
3600.10/3562.08	c Total wall clock time (in seconds): 3561.923

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451281-1721428087/watcher-4451281-1721428087 -o /tmp/evaluation-result-4451281-1721428087/solver-4451281-1721428087 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721422956-1045728 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451281-1721428087.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
Current StackSize limit: 8192 KiB

solver pid=1049460, runsolver pid=1049457

[startup+0.103671 s]*
/proc/loadavg: 4.25 4.31 4.28 7/332 1049478
/proc/meminfo: memFree=116278668/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=18975048 memory=62676 CPUtime=0.14 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 7252 0 0 0 13 1 0 0 20 0 18 0 194972817 19430449152 15669 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4743762 15669 5541 1 0 549374 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 1078198336 5766 0 0 0 8 1 0 0 20 0 18 0 194972817 19430449152 15669 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194972820 19430449152 15669 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=18975048 memory=14126753849302661 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 194972820 19430449152 15669 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62676 KiB

[startup+0.214414 s]*
/proc/loadavg: 4.25 4.31 4.28 7/333 1049479
/proc/meminfo: memFree=116268376/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19041612 memory=74096 CPUtime=0.34 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 7749 0 0 0 32 2 0 0 20 0 19 0 194972817 19498610688 18524 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4760403 18524 5836 1 0 550030 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19041612 memory=6876556183782621315 CPUtime=0.19 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 6095 0 0 0 18 1 0 0 20 0 19 0 194972817 19498610688 18524 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19041612 memory=19020 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194972820 19498610688 18524 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19041612 memory=15544020042516216 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 194972820 19498610688 18524 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194972834 19498610688 18524 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74096 KiB

[startup+0.314417 s]*
/proc/loadavg: 4.25 4.31 4.28 7/333 1049479
/proc/meminfo: memFree=116238984/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19041612 memory=103168 CPUtime=0.53 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 9824 0 0 0 51 2 0 0 20 0 19 0 194972817 19498610688 25792 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4760403 25792 5836 1 0 551259 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19041612 memory=-7163640939822343779 CPUtime=0.28 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 6111 0 0 0 27 1 0 0 20 0 19 0 194972817 19498610688 25792 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194972820 19498610688 25792 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 194972820 19498610688 25792 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194972834 19498610688 25792 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 103168 KiB

[startup+0.700415 s]
/proc/loadavg: 4.25 4.31 4.28 6/333 1049479
/proc/meminfo: memFree=116176680/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=176960 CPUtime=1.26 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 14597 0 0 0 121 5 0 0 20 0 20 0 194972817 19566772224 44240 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 44240 5836 1 0 553383 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=48568 CPUtime=0.61 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 6142 0 0 0 58 3 0 0 20 0 20 0 194972817 19566772224 44240 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=12576 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 44240 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=2232 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 44240 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=1892 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 44240 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176960 KiB

[startup+1.50142 s]
/proc/loadavg: 4.25 4.31 4.28 6/334 1049480
/proc/meminfo: memFree=116143972/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=337352 CPUtime=2.83 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 29562 0 0 0 274 9 0 0 20 0 20 0 194972817 19566772224 84338 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 84338 5868 1 0 558548 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=12576 CPUtime=1.36 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 6276 0 0 0 131 5 0 0 20 0 20 0 194972817 19566772224 84338 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 84338 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=2232 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 84338 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=1892 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 84338 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 337352 KiB

[startup+3.10642 s]
/proc/loadavg: 4.31 4.32 4.28 6/334 1049482
/proc/meminfo: memFree=115337128/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=1068816 CPUtime=5.93 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 33597 0 0 0 568 25 0 0 20 0 20 0 194972817 19566772224 267204 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 267204 5900 1 0 725678 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=0 CPUtime=2.93 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 8009 0 0 0 274 19 0 0 20 0 20 0 194972817 19566772224 267204 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=-7163640939822343779 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 267204 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=12576 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 267204 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=2232 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 267204 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1068816 KiB

[startup+6.3003 s]
/proc/loadavg: 4.31 4.32 4.28 5/334 1049482
/proc/meminfo: memFree=114953116/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=1399016 CPUtime=9.8 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 34046 0 0 0 948 32 0 0 20 0 20 0 194972817 19566772224 349754 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 349754 5900 1 0 725698 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=2232 CPUtime=6.08 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 8255 0 0 0 582 26 0 0 20 0 20 0 194972817 19566772224 349754 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 349754 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=12576 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 349754 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 349754 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 9.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1399016 KiB

[startup+12.7003 s]
/proc/loadavg: 4.26 4.31 4.28 5/334 1049483
/proc/meminfo: memFree=114582164/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=1756868 CPUtime=16.49 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 34791 0 0 0 1609 40 0 0 20 0 20 0 194972817 19566772224 439217 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 439217 5900 1 0 725703 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=12576 CPUtime=12.36 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 8916 0 0 0 1204 32 0 0 20 0 20 0 194972817 19566772224 439217 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=1747188 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 439217 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=48568 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 439217 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=12576 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 439217 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 16.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1756868 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.32 4.28 5/334 1049485
/proc/meminfo: memFree=114561512/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=1777560 CPUtime=29.39 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 40926 0 0 0 2899 40 0 0 20 0 20 0 194972817 19566772224 444390 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 444390 5900 1 0 725703 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=6944656574621848725 CPUtime=24.92 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 10793 0 0 0 2460 32 0 0 20 0 20 0 194972817 19566772224 444390 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=11604 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 444390 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=3484 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 444390 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=12576 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 444390 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 29.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1777560 KiB

[startup+51.1064 s]
/proc/loadavg: 4.38 4.34 4.29 5/334 1049488
/proc/meminfo: memFree=114513872/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=1824968 CPUtime=55.56 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 54114 0 0 0 5512 44 0 0 20 0 20 0 194972817 19566772224 456242 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 456242 5900 1 0 725719 0

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

/proc/meminfo: memFree=113386704/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=3396076 CPUtime=3196.01 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 299587 0 0 0 319344 257 0 0 20 0 20 0 194972817 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 849019 5947 1 0 862358 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=3396076 CPUtime=3090.51 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 141334 0 0 0 308987 64 0 0 20 0 20 0 194972817 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 145 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=3396076 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 3112 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=3396076 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 3196.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3396076 KiB

[startup+3222.3 s]
/proc/loadavg: 4.37 4.30 4.28 5/332 1050898
/proc/meminfo: memFree=113386320/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=3396076 CPUtime=3256.53 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 303492 0 0 0 325392 261 0 0 20 0 20 0 194972817 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 849019 5947 1 0 862358 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=3396076 CPUtime=3149.22 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 144125 0 0 0 314857 65 0 0 20 0 20 0 194972817 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 145 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=11604 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 3206 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=3396076 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 3256.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3396076 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.27 4.27 5/332 1050908
/proc/meminfo: memFree=113385396/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=3396076 CPUtime=3317.02 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 305961 0 0 0 331437 265 0 0 20 0 20 0 194972817 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 849019 5947 1 0 862358 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=3396076 CPUtime=3207.91 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 145765 0 0 0 320726 65 0 0 20 0 20 0 194972817 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 145 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=37196 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=2232 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 3300 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=11604 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 849019 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 3317.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3396076 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.25 4.26 5/332 1050918
/proc/meminfo: memFree=113384964/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=3396100 CPUtime=3377.68 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 314034 0 0 0 337499 269 0 0 20 0 20 0 194972817 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 849025 5947 1 0 862358 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=12576 CPUtime=3266.67 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 148534 0 0 0 326601 66 0 0 20 0 20 0 194972817 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 147 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=3396076 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=3396100 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 3394 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=3396100 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 3377.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3396100 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.25 4.26 5/332 1050932
/proc/meminfo: memFree=113384272/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=3396100 CPUtime=3438.23 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 318336 0 0 0 343550 273 0 0 20 0 20 0 194972817 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 849025 5947 1 0 862358 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=3396076 CPUtime=3325.22 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 151060 0 0 0 332456 66 0 0 20 0 20 0 194972817 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 150 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=3396100 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=26124 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 3475 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=3396100 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 3438.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3396100 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.22 4.25 5/332 1051326
/proc/meminfo: memFree=113383388/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=3396100 CPUtime=3499.04 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 322741 0 0 0 349627 277 0 0 20 0 20 0 194972817 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 849025 5947 1 0 862358 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=3396076 CPUtime=3383.9 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 153870 0 0 0 338324 66 0 0 20 0 20 0 194972817 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 150 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=6804 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=3396100 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 3555 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=3396100 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 849025 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 3499.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3396100 KiB

[startup+3522.3 s]
/proc/loadavg: 4.72 4.34 4.29 5/332 1051336
/proc/meminfo: memFree=113382932/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=3396460 CPUtime=3559.95 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 327361 0 0 0 355714 281 0 0 20 0 20 0 194972817 19566772224 849115 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 849115 5947 1 0 862458 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=3396100 CPUtime=3442.51 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 156343 0 0 0 344184 67 0 0 20 0 20 0 194972817 19566772224 849115 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 150 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=3396100 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849115 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=11604 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 3636 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849115 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=-7163640939822343779 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 849115 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 3559.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3396460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3562 s]*
/proc/loadavg: 4.46 4.32 4.28 5/332 1051344
/proc/meminfo: memFree=113382644/131524600 swapFree=131071996/131071996
[pid=1049460] ppid=1049457 vsize=19108176 memory=3396480 CPUtime=3600.1 cores=5,7
/proc/1049460/stat : 1049460 (java) S 1049457 1049460 1045715 0 -1 1077936128 331158 0 0 0 359726 284 0 0 20 0 20 0 194972817 19566772224 849120 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
/proc/1049460/statm: 4777044 849120 5947 1 0 862458 0
[pid=1049460/tid=1049462] ppid=1049457 vsize=19108176 memory=3396480 CPUtime=3481.32 cores=5,7
/proc/1049460/task/1049462/stat : 1049462 (java) R 1049457 1049460 1045715 0 -1 4194368 158514 0 0 0 348064 68 0 0 20 0 20 0 194972817 19566772224 849120 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 150 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049471] ppid=1049457 vsize=19108176 memory=1470208045695795329 CPUtime=0 cores=5,7
/proc/1049460/task/1049471/stat : 1049471 (Finalizer) S 1049457 1049460 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849120 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049478] ppid=1049457 vsize=19108176 memory=2740 CPUtime=0 cores=5,7
/proc/1049460/task/1049478/stat : 1049478 (Common-Cleaner) S 1049457 1049460 1045715 0 -1 1077936192 3688 0 0 0 0 0 0 0 20 0 20 0 194972820 19566772224 849120 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
[pid=1049460/tid=1049479] ppid=1049457 vsize=19108176 memory=4924 CPUtime=0 cores=5,7
/proc/1049460/task/1049479/stat : 1049479 (Timer-0) S 1049457 1049460 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194972834 19566772224 849120 134679101440 93885574311936 93885574315632 140726818485328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93885574323448 93885574324240 93885599145984 140726818493427 140726818493535 140726818493535 140726818500552 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3396480 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.38 s, system=2.85892 s

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

Child status: 143

Real time (s): 3562.1
CPU time (s): 3600.24
CPU user time (s): 3597.38
CPU system time (s): 2.85892
CPU usage (%): 101.071
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3396480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.38
system time used= 2.85892
maximum resident set size= 3398572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334809
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169598
involuntary context switches= 10105


# summary of solver processes directly reported to runsolver:
#   pid: 1049460
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.38
#   total CPU system time (s): 2.85892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.58497 second user time and 17.3443 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-20 00:28:19
IDJOB=4451281
IDBENCH=162388
IDSOLVER=3052
FILE ID=nodeC022/4451281-1721428087
RUNJOBID= nodeC022-1721422956-1045728
SLURM_JOB_ID= 7545605
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v041-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451281-1721428087/watcher-4451281-1721428087 -o /tmp/evaluation-result-4451281-1721428087/solver-4451281-1721428087 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721422956-1045728 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451281-1721428087.opb

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

MD5SUM BENCH= 47f516134b673d8428e3cc21e9ca96cd
RANDOM SEED=1388733451

nodeC022.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.237
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.66
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		: 3686.185
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.96
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.823
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.66
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		: 3622.937
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.96
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		: 3672.861
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.66
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		: 3616.159
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.96
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		: 3599.993
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.66
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		: 3654.199
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116321260 kB
MemAvailable:   118849560 kB
Buffers:          528628 kB
Cached:          2824568 kB
SwapCached:            0 kB
Active:          1229236 kB
Inactive:       13294212 kB
Active(anon):       1532 kB
Inactive(anon): 11214624 kB
Active(file):    1227704 kB
Inactive(file):  2079588 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               884 kB
Writeback:            40 kB
AnonPages:      11169596 kB
Mapped:           127940 kB
Shmem:             45912 kB
KReclaimable:     121308 kB
Slab:             238432 kB
SReclaimable:     121308 kB
SUnreclaim:       117124 kB
KernelStack:        5084 kB
PageTables:        32160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11696112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70848 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10803200 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:      260820 kB
DirectMap2M:    28872704 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC022 at 2024-07-20 01:27:41