Trace number 4451401

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.22 3560.99

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v110-n1.opb
MD5SUMc8af151b30782e1495a07a26686ba07d
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.026191
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables219
Total number of constraints110
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)110
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4451401-1721428191.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.13/0.18	c ... done. Wall clock time 0.018s.
0.13/0.18	c declared #vars     219
0.13/0.18	c #constraints  220
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 218
0.13/0.18	c 220 constraints processed.
4.45/2.31	c cleaning 2504 clauses out of 5008 with flag 0/5008
7.30/4.26	c cleaning 4249 clauses out of 8498 with flag 0/11002
9.27/5.86	c cleaning 5619 clauses out of 11247 with flag 0/18000
11.01/7.54	c cleaning 6806 clauses out of 13628 with flag 0/26000
13.08/9.51	c cleaning 7905 clauses out of 15822 with flag 0/35000
15.40/11.80	c cleaning 8957 clauses out of 17918 with flag 0/45001
17.62/14.05	c cleaning 9974 clauses out of 19960 with flag 0/56000
20.69/17.03	c cleaning 10991 clauses out of 21986 with flag 0/68000
25.79/22.03	c cleaning 11997 clauses out of 23995 with flag 0/81000
30.50/26.70	c cleaning 12994 clauses out of 25999 with flag 0/95001
34.73/30.94	c cleaning 13999 clauses out of 28004 with flag 0/110000
40.11/36.20	c cleaning 14994 clauses out of 30005 with flag 0/126000
46.58/42.64	c cleaning 16000 clauses out of 32011 with flag 0/143000
53.39/49.38	c cleaning 17000 clauses out of 34011 with flag 0/161000
63.47/59.25	c cleaning 18005 clauses out of 36011 with flag 0/180000
86.07/81.69	c cleaning 19000 clauses out of 38006 with flag 0/200000
103.67/99.05	c cleaning 19998 clauses out of 40007 with flag 0/221001
116.56/111.75	c cleaning 20998 clauses out of 42009 with flag 0/243001
124.38/119.41	c cleaning 22002 clauses out of 44010 with flag 0/266000
134.98/129.85	c cleaning 23002 clauses out of 46008 with flag 0/290000
144.00/138.67	c cleaning 23993 clauses out of 48006 with flag 0/315000
157.70/152.06	c cleaning 25002 clauses out of 50013 with flag 0/341000
179.17/173.25	c cleaning 26006 clauses out of 52013 with flag 0/368002
198.36/192.11	c cleaning 27002 clauses out of 54005 with flag 0/396000
227.07/220.56	c cleaning 27999 clauses out of 56003 with flag 0/425000
261.85/255.04	c cleaning 28997 clauses out of 58005 with flag 0/455001
296.10/289.16	c cleaning 30005 clauses out of 60010 with flag 0/486003
337.56/330.31	c cleaning 31001 clauses out of 62002 with flag 0/518000
376.87/369.49	c cleaning 31998 clauses out of 64002 with flag 0/551001
418.41/410.80	c cleaning 32999 clauses out of 66006 with flag 0/585003
436.13/428.41	c cleaning 34002 clauses out of 68004 with flag 0/620000
448.10/440.29	c cleaning 34998 clauses out of 70002 with flag 0/656000
462.50/454.38	c cleaning 35994 clauses out of 72004 with flag 0/693000
479.88/471.45	c cleaning 36999 clauses out of 74010 with flag 0/731000
499.27/490.63	c cleaning 38000 clauses out of 76011 with flag 0/770000
518.47/509.50	c cleaning 39000 clauses out of 78011 with flag 0/810000
538.00/528.89	c cleaning 40006 clauses out of 80014 with flag 0/851003
562.73/553.36	c cleaning 40997 clauses out of 82007 with flag 0/893002
594.90/585.17	c cleaning 41997 clauses out of 84008 with flag 0/936000
620.53/610.47	c cleaning 43001 clauses out of 86012 with flag 0/980001
644.77/634.46	c cleaning 43996 clauses out of 88010 with flag 0/1025000
674.85/664.38	c cleaning 45000 clauses out of 90014 with flag 0/1071000
705.81/695.06	c cleaning 46000 clauses out of 92014 with flag 0/1118000
730.23/719.22	c cleaning 47004 clauses out of 94014 with flag 0/1166000
751.83/740.79	c cleaning 47999 clauses out of 96010 with flag 0/1215000
777.99/766.79	c cleaning 49002 clauses out of 98012 with flag 0/1265001
807.19/795.77	c cleaning 49997 clauses out of 100009 with flag 0/1316000
835.48/823.67	c cleaning 51000 clauses out of 102013 with flag 0/1368001
891.08/878.77	c cleaning 51997 clauses out of 104012 with flag 0/1421000
923.41/910.81	c cleaning 53002 clauses out of 106015 with flag 0/1475000
962.14/949.10	c cleaning 54000 clauses out of 108013 with flag 0/1530000
1004.06/990.76	c cleaning 55000 clauses out of 110013 with flag 0/1586000
1036.54/1022.96	c cleaning 55996 clauses out of 112013 with flag 0/1643000
1065.59/1051.72	c cleaning 56998 clauses out of 114017 with flag 0/1701000
1128.69/1114.49	c cleaning 58002 clauses out of 116020 with flag 0/1760001
1169.33/1154.71	c cleaning 58996 clauses out of 118017 with flag 0/1820000
1204.96/1189.99	c cleaning 60005 clauses out of 120021 with flag 0/1881000
1266.79/1250.96	c cleaning 61003 clauses out of 122017 with flag 0/1943001
1341.63/1325.14	c cleaning 61998 clauses out of 124014 with flag 0/2006001
1556.91/1538.92	c cleaning 63006 clauses out of 126016 with flag 0/2070001
1657.23/1638.16	c cleaning 63998 clauses out of 128009 with flag 0/2135000
1730.99/1711.16	c cleaning 64995 clauses out of 130012 with flag 0/2201001
1764.80/1744.59	c cleaning 66006 clauses out of 132017 with flag 0/2268001
1826.89/1805.88	c cleaning 66994 clauses out of 134010 with flag 0/2336000
1948.87/1924.64	c cleaning 68001 clauses out of 136016 with flag 0/2405000
2022.69/1997.52	c cleaning 69003 clauses out of 138016 with flag 0/2475001
2104.20/2078.39	c cleaning 69998 clauses out of 140012 with flag 0/2546000
2185.41/2158.77	c cleaning 70999 clauses out of 142014 with flag 0/2618000
2272.99/2245.24	c cleaning 71999 clauses out of 144016 with flag 0/2691001
2349.00/2320.41	c cleaning 73002 clauses out of 146016 with flag 0/2765000
2424.97/2396.09	c cleaning 73999 clauses out of 148014 with flag 0/2840000
2516.50/2486.81	c cleaning 74994 clauses out of 150015 with flag 0/2916000
2611.80/2581.43	c cleaning 76000 clauses out of 152021 with flag 0/2993000
2693.78/2662.84	c cleaning 76998 clauses out of 154021 with flag 0/3071000
2780.26/2748.63	c cleaning 78007 clauses out of 156023 with flag 0/3150000
2891.27/2858.74	c cleaning 79000 clauses out of 158016 with flag 0/3230000
3001.73/2968.56	c cleaning 80000 clauses out of 160016 with flag 0/3311000
3095.12/3061.26	c cleaning 80997 clauses out of 162016 with flag 0/3393000
3200.16/3165.57	c cleaning 81999 clauses out of 164019 with flag 0/3476000
3265.08/3229.56	c cleaning 83000 clauses out of 166020 with flag 0/3560000
3342.55/3306.15	c cleaning 83998 clauses out of 168021 with flag 0/3645001
3394.50/3357.53	c cleaning 85003 clauses out of 170022 with flag 0/3731000
3452.60/3415.19	c cleaning 86001 clauses out of 172019 with flag 0/3818000
3517.14/3479.15	c cleaning 86999 clauses out of 174018 with flag 0/3906000
3592.81/3553.75	c cleaning 87998 clauses out of 176020 with flag 0/3995001
3600.07/3560.91	c timeout
3600.07/3560.92	c starts		: 4909
3600.07/3560.92	c conflicts		: 4014672
3600.07/3560.92	c decisions		: 5895187
3600.07/3560.92	c propagations		: 21239452
3600.07/3560.92	c inspects		: 6933657775
3600.07/3560.92	c shortcuts		: 0
3600.07/3560.92	c learnt literals	: 0
3600.07/3560.92	c learnt binary clauses	: 0
3600.07/3560.92	c learnt ternary clauses	: 0
3600.07/3560.92	c learnt constraints	: 4014672
3600.07/3560.92	c ignored constraints	: 0
3600.07/3560.92	c root simplifications	: 0
3600.07/3560.92	c removed literals (reason simplification)	: 0
3600.07/3560.92	c reason swapping (by a shorter reason)	: 0
3600.07/3560.92	c Calls to reduceDB	: 85
3600.07/3560.92	c Number of update (reduction) of LBD	: 1649581
3600.07/3560.92	c Imported unit clauses	: 0
3600.07/3560.92	c No decision after first conflict	: false
3600.07/3560.92	c number of reductions to clauses (during analyze)	: 0
3600.07/3560.92	c number of learned constraints concerned by reduction	: 0
3600.07/3560.92	c number of learning phase by resolution	: 0
3600.07/3560.92	c number of learning phase by cutting planes	: 0
3600.07/3560.92	c number of rounding to 1 operations	: 0
3600.07/3560.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3560.92	c number of reductions of the coefficients by power 2 	: 0
3600.07/3560.92	c number of right shift for reduction by power 2 	: 0
3600.07/3560.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3560.92	c number of ending skipping 	: 0
3600.07/3560.92	c number of internal skipping 	: 0
3600.07/3560.92	c number of derivation steps 	: 14631834
3600.07/3560.92	c number of skipped derivation steps 	: 0
3600.07/3560.92	c number of remaining unassigned 	: 257055
3600.07/3560.92	c number of remaining assigned 	: 298981957
3600.07/3560.92	c number of falsified literals weakened from reason	: 0
3600.07/3560.92	c number of falsified literals weakened from conflict	: 0
3600.07/3560.92	c time for arithmetic operations	: 9234349320
3600.07/3560.93	c minimum degree of deleted constraints	: 1
3600.07/3560.93	c maximum degree of deleted constraints	: 245197797360880
3600.07/3560.93	c number of deleted constraints	: 3906979
3600.07/3560.93	c speed (assignments/second)	: 5964.893282104325
3600.07/3560.93	c non guided choices	: 284
3600.07/3560.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3503
3600.07/3560.97	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 20
3600.07/3560.97	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 104170
3600.07/3560.97	s UNKNOWN
3600.07/3560.97	c Total wall clock time (in seconds): 3560.818

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 (58099 MiB free)
  memory of node 1: 64510 MiB (54716 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451401-1721428191/watcher-4451401-1721428191 -o /tmp/evaluation-result-4451401-1721428191/solver-4451401-1721428191 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721421240-1021653 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451401-1721428191.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=1026266, runsolver pid=1026263

[startup+0.101653 s]*
/proc/loadavg: 4.67 4.45 4.38 6/334 1026284
/proc/meminfo: memFree=115478328/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=18975048 memory=66604 CPUtime=0.13 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 7105 0 0 0 11 2 0 0 20 0 18 0 194983969 19430449152 16651 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4743762 16651 5626 1 0 549322 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 1077936192 5685 0 0 0 7 1 0 0 20 0 18 0 194983969 19430449152 16651 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194983971 19430449152 16651 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=18975048 memory=14979970577492358 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194983972 19430449152 16651 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66604 KiB

[startup+0.206215 s]*
/proc/loadavg: 4.67 4.45 4.38 7/335 1026286
/proc/meminfo: memFree=115471776/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19041612 memory=73740 CPUtime=0.32 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 7752 0 0 0 30 2 0 0 20 0 19 0 194983969 19498610688 18435 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4760403 18435 5785 1 0 550040 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19041612 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 6010 0 0 0 16 2 0 0 20 0 19 0 194983969 19498610688 18435 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19041612 memory=17986 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194983971 19498610688 18435 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19041612 memory=13855165887284967 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194983972 19498610688 18435 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194983987 19498610688 18435 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73740 KiB

[startup+0.306205 s]*
/proc/loadavg: 4.78 4.48 4.39 7/335 1026286
/proc/meminfo: memFree=115453068/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19041612 memory=92420 CPUtime=0.52 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 8645 0 0 0 49 3 0 0 20 0 19 0 194983969 19498610688 23105 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4760403 23105 5868 1 0 550571 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19041612 memory=-7380376671889810789 CPUtime=0.27 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 6034 0 0 0 25 2 0 0 20 0 19 0 194983969 19498610688 23105 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194983971 19498610688 23105 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194983972 19498610688 23105 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194983987 19498610688 23105 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92420 KiB

[startup+0.708401 s]
/proc/loadavg: 4.78 4.48 4.39 6/335 1026286
/proc/meminfo: memFree=115381376/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=177072 CPUtime=1.29 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 13697 0 0 0 124 5 0 0 20 0 20 0 194983969 19566772224 44268 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 44268 5868 1 0 553746 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=46320 CPUtime=0.63 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 6081 0 0 0 60 3 0 0 20 0 20 0 194983969 19566772224 44268 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=13072 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 44268 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 44268 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=5528 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 44268 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177072 KiB

[startup+1.5012 s]
/proc/loadavg: 4.78 4.48 4.39 7/336 1026287
/proc/meminfo: memFree=115342648/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=340448 CPUtime=2.85 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 25000 0 0 0 276 9 0 0 20 0 20 0 194983969 19566772224 85112 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 85112 5884 1 0 558109 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=13072 CPUtime=1.38 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 6231 0 0 0 132 6 0 0 20 0 20 0 194983969 19566772224 85112 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 85112 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 85112 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=5528 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 85112 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 340448 KiB

[startup+3.1062 s]
/proc/loadavg: 4.78 4.48 4.39 6/336 1026287
/proc/meminfo: memFree=114706896/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=910708 CPUtime=5.91 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 28733 0 0 0 570 21 0 0 20 0 20 0 194983969 19566772224 227677 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 227677 5884 1 0 558173 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=0 CPUtime=2.96 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 8410 0 0 0 278 18 0 0 20 0 20 0 194983969 19566772224 227677 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=-7380376671889810789 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 227677 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=13072 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 227677 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 227677 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 910708 KiB

[startup+6.30122 s]
/proc/loadavg: 4.71 4.47 4.39 6/336 1026287
/proc/meminfo: memFree=114208872/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=1334216 CPUtime=9.8 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 30061 0 0 0 950 30 0 0 20 0 20 0 194983969 19566772224 333554 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 333554 5884 1 0 558206 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=2280 CPUtime=6.06 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 8640 0 0 0 581 25 0 0 20 0 20 0 194983969 19566772224 333554 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 333554 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=13072 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 333554 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 333554 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 9.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334216 KiB

[startup+12.7002 s]
/proc/loadavg: 4.74 4.48 4.39 5/336 1026289
/proc/meminfo: memFree=113789148/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=1752856 CPUtime=16.29 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 31215 0 0 0 1591 38 0 0 20 0 20 0 194983969 19566772224 438214 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 438214 5884 1 0 664734 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=13072 CPUtime=12.35 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 9452 0 0 0 1202 33 0 0 20 0 20 0 194983969 19566772224 438214 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=1752824 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 438214 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=46320 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 438214 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=13072 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 438214 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 16.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1752856 KiB

[startup+25.5003 s]
/proc/loadavg: 4.62 4.46 4.39 5/336 1026290
/proc/meminfo: memFree=113787156/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=1757376 CPUtime=29.3 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 39183 0 0 0 2891 39 0 0 20 0 20 0 194983969 19566772224 439344 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 439344 5884 1 0 664734 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=6944656574621848725 CPUtime=24.86 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 12141 0 0 0 2452 34 0 0 20 0 20 0 194983969 19566772224 439344 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=11444 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 439344 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=3461 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 439344 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=13072 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 439344 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 29.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1757376 KiB

[startup+51.1058 s]
/proc/loadavg: 4.44 4.43 4.38 5/334 1026296
/proc/meminfo: memFree=113268424/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=2273004 CPUtime=55.2 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 46084 0 0 0 5469 51 0 0 20 0 20 0 194983969 19566772224 568251 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 568251 5893 1 0 792158 0

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

/proc/meminfo: memFree=114444940/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=4168640 CPUtime=3257.85 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 338467 0 0 0 325527 258 0 0 20 0 20 0 194983969 19566772224 1042160 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 1042160 5924 1 0 1054064 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=2841740 CPUtime=3155.2 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 164055 0 0 0 315436 84 0 0 20 0 20 0 194983969 19566772224 1042160 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=40500 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 1042160 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=4168640 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 3459 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 1042160 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=4168640 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 1042160 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 3257.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4168640 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.22 4.21 5/333 1027738
/proc/meminfo: memFree=114444248/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=3318.61 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 342435 0 0 0 331600 261 0 0 20 0 20 0 194983969 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 1042162 5924 1 0 1054064 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=2841740 CPUtime=3213.88 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 166314 0 0 0 321303 85 0 0 20 0 20 0 194983969 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 3500 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=11444 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 3318.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4168648 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.21 4.21 5/331 1028130
/proc/meminfo: memFree=114443608/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=3379.12 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 345957 0 0 0 337648 264 0 0 20 0 20 0 194983969 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 1042162 5924 1 0 1054064 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=2841740 CPUtime=3272.24 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 168586 0 0 0 327139 85 0 0 20 0 20 0 194983969 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=11444 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 3583 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=5516 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 3379.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4168648 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.22 4.21 5/331 1028140
/proc/meminfo: memFree=114443156/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=3439.8 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 349487 0 0 0 343714 266 0 0 20 0 20 0 194983969 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 1042162 5924 1 0 1054064 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=2841740 CPUtime=3330.82 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 170848 0 0 0 332997 85 0 0 20 0 20 0 194983969 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 3631 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=19068 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 3439.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4168648 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.24 4.21 5/332 1028153
/proc/meminfo: memFree=114442916/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=3500.21 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 352093 0 0 0 349752 269 0 0 20 0 20 0 194983969 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 1042162 5924 1 0 1054064 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=2841740 CPUtime=3389.04 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 173143 0 0 0 338818 86 0 0 20 0 20 0 194983969 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=11444 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 3679 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 3500.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4168648 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.24 4.21 5/334 1028333
/proc/meminfo: memFree=114442476/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=3561.1 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 355229 0 0 0 355838 272 0 0 20 0 20 0 194983969 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 1042162 5924 1 0 1054064 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=2841740 CPUtime=3447.63 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 175203 0 0 0 344677 86 0 0 20 0 20 0 194983969 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=11444 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 3729 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=2192 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 1042162 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 3561.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4168648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3560.9 s]
/proc/loadavg: 4.22 4.23 4.21 5/333 1028338
/proc/meminfo: memFree=114442420/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=4168652 CPUtime=3600.07 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 358085 0 0 0 359734 273 0 0 20 0 20 0 194983969 19566772224 1042163 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 1042163 5924 1 0 1054064 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=2841740 CPUtime=3485.54 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 176914 0 0 0 348468 86 0 0 20 0 20 0 194983969 19566772224 1042163 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 1042163 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=32708 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 3823 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 1042163 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=4168652 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 1042163 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4168652 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.47 s, system=2.75504 s

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

[startup+3560.9 s]
/proc/loadavg: 4.22 4.23 4.21 5/333 1028338
/proc/meminfo: memFree=114442420/131524600 swapFree=131071996/131071996
[pid=1026266] ppid=1026263 vsize=19108176 memory=4168652 CPUtime=3600.07 cores=4,6
/proc/1026266/stat : 1026266 (java) S 1026263 1026266 1021642 0 -1 1077936128 358085 0 0 0 359734 273 0 0 20 0 20 0 194983969 19566772224 1042163 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
/proc/1026266/statm: 4777044 1042163 5924 1 0 1054064 0
[pid=1026266/tid=1026268] ppid=1026263 vsize=19108176 memory=2841740 CPUtime=3485.54 cores=4,6
/proc/1026266/task/1026268/stat : 1026268 (java) R 1026263 1026266 1021642 0 -1 4194368 176914 0 0 0 348468 86 0 0 20 0 20 0 194983969 19566772224 1042163 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026277] ppid=1026263 vsize=19108176 memory=4168648 CPUtime=0 cores=4,6
/proc/1026266/task/1026277/stat : 1026277 (Finalizer) S 1026263 1026266 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983971 19566772224 1042163 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026284] ppid=1026263 vsize=19108176 memory=32708 CPUtime=0 cores=4,6
/proc/1026266/task/1026284/stat : 1026284 (Common-Cleaner) S 1026263 1026266 1021642 0 -1 1077936192 3823 0 0 0 0 0 0 0 20 0 20 0 194983972 19566772224 1042163 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
[pid=1026266/tid=1026285] ppid=1026263 vsize=19108176 memory=4168652 CPUtime=0 cores=4,6
/proc/1026266/task/1026285/stat : 1026285 (Timer-0) S 1026263 1026266 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983987 19566772224 1042163 134679101440 94700025884672 94700025888368 140728074294000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700025896184 94700025896976 94700034662400 140728074298355 140728074298463 140728074298463 140728074305480 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4168652 KiB

Child status: 143

Real time (s): 3560.99
CPU time (s): 3600.22
CPU user time (s): 3597.47
CPU system time (s): 2.75504
CPU usage (%): 101.102
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4168652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.47
system time used= 2.75504
maximum resident set size= 4169664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360555
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= 162097
involuntary context switches= 10387


# summary of solver processes directly reported to runsolver:
#   pid: 1026266
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.47
#   total CPU system time (s): 2.75504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.48611 second user time and 17.7224 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-20 00:30:04
IDJOB=4451401
IDBENCH=162397
IDSOLVER=3052
FILE ID=nodeC024/4451401-1721428191
RUNJOBID= nodeC024-1721421240-1021653
SLURM_JOB_ID= 7545498
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-ECrand4regsplit-v110-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-4451401-1721428191/watcher-4451401-1721428191 -o /tmp/evaluation-result-4451401-1721428191/solver-4451401-1721428191 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721421240-1021653 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451401-1721428191.opb

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

MD5SUM BENCH= c8af151b30782e1495a07a26686ba07d
RANDOM SEED=1058716149

nodeC024.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		: 3647.106
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.60
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		: 3603.212
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	: 7007.08
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		: 3676.688
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.60
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		: 3651.806
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	: 7007.08
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		: 3612.293
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.60
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		: 3650.940
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	: 7007.08
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		: 3641.002
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.60
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		: 3600.000
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	: 7007.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115524040 kB
MemAvailable:   116284360 kB
Buffers:          534576 kB
Cached:          1070620 kB
SwapCached:            0 kB
Active:          1026908 kB
Inactive:       14332460 kB
Active(anon):       1532 kB
Inactive(anon): 13798868 kB
Active(file):    1025376 kB
Inactive(file):   533592 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               860 kB
Writeback:            24 kB
AnonPages:      13754516 kB
Mapped:           127788 kB
Shmem:             45912 kB
KReclaimable:      82000 kB
Slab:             194476 kB
SReclaimable:      82000 kB
SUnreclaim:       112476 kB
KernelStack:        5168 kB
PageTables:        36844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14261308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70912 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13238272 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:      299732 kB
DirectMap2M:    36173824 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC024 at 2024-07-20 01:29:25