Trace number 4448561

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.36 3506.85

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x90split.opb
MD5SUMe216a9526ca3dc38bcdba98c3f3990b1
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 benchmark22.0111
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables901
Total number of constraints451
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)451
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 		2113181440
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2122317824
0.00/0.08	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.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4448561-1721358632.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.13/0.20	c ... done. Wall clock time 0.044s.
0.13/0.20	c declared #vars     901
0.13/0.20	c #constraints  902
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 900
0.13/0.20	c 902 constraints processed.
1.64/0.92	c cleaning 2474 clauses out of 5000 with flag 0/5000
2.83/1.60	c cleaning 4242 clauses out of 8528 with flag 0/11002
4.42/2.33	c cleaning 5632 clauses out of 11285 with flag 0/18001
5.83/3.16	c cleaning 6812 clauses out of 13653 with flag 0/26001
6.84/4.08	c cleaning 7904 clauses out of 15840 with flag 0/35000
8.56/5.36	c cleaning 8945 clauses out of 17938 with flag 0/45002
9.84/6.40	c cleaning 9987 clauses out of 19993 with flag 0/56002
11.62/8.20	c cleaning 10984 clauses out of 22007 with flag 0/68003
13.41/10.02	c cleaning 11988 clauses out of 24020 with flag 0/81000
16.55/13.12	c cleaning 13001 clauses out of 26033 with flag 0/95001
18.74/15.30	c cleaning 13999 clauses out of 28032 with flag 0/110001
20.36/16.97	c cleaning 15005 clauses out of 30032 with flag 0/126000
23.01/19.43	c cleaning 16005 clauses out of 32027 with flag 0/143000
25.65/21.97	c cleaning 17000 clauses out of 34024 with flag 0/161002
28.34/24.66	c cleaning 17995 clauses out of 36022 with flag 0/180000
31.13/27.44	c cleaning 18995 clauses out of 38027 with flag 0/200000
34.08/30.32	c cleaning 19997 clauses out of 40032 with flag 0/221000
38.92/35.18	c cleaning 21016 clauses out of 42036 with flag 0/243001
43.03/39.26	c cleaning 21989 clauses out of 44019 with flag 0/266000
48.52/44.74	c cleaning 23002 clauses out of 46030 with flag 0/290000
53.70/49.80	c cleaning 24000 clauses out of 48029 with flag 0/315001
59.09/55.18	c cleaning 25001 clauses out of 50029 with flag 0/341001
64.72/60.68	c cleaning 26000 clauses out of 52028 with flag 0/368001
70.36/66.12	c cleaning 26998 clauses out of 54028 with flag 0/396001
78.04/73.66	c cleaning 27993 clauses out of 56029 with flag 0/425000
84.17/79.66	c cleaning 29000 clauses out of 58037 with flag 0/455001
93.69/88.96	c cleaning 30002 clauses out of 60036 with flag 0/486000
102.39/97.50	c cleaning 30999 clauses out of 62034 with flag 0/518000
109.43/104.47	c cleaning 32004 clauses out of 64035 with flag 0/551000
123.14/115.85	c cleaning 33000 clauses out of 66031 with flag 0/585000
136.75/129.04	c cleaning 34005 clauses out of 68031 with flag 0/620000
148.13/140.09	c cleaning 35001 clauses out of 70026 with flag 0/656000
161.89/153.27	c cleaning 36000 clauses out of 72025 with flag 0/693000
176.09/167.09	c cleaning 36999 clauses out of 74027 with flag 0/731002
190.10/180.98	c cleaning 38002 clauses out of 76026 with flag 0/770000
210.00/200.74	c cleaning 39006 clauses out of 78025 with flag 0/810001
227.55/218.11	c cleaning 39988 clauses out of 80019 with flag 0/851001
245.33/235.50	c cleaning 41004 clauses out of 82030 with flag 0/893000
256.48/246.50	c cleaning 41999 clauses out of 84027 with flag 0/936001
290.45/279.76	c cleaning 43008 clauses out of 86027 with flag 0/980000
316.14/304.82	c cleaning 44002 clauses out of 88020 with flag 0/1025001
346.24/334.46	c cleaning 45003 clauses out of 90019 with flag 0/1071002
359.93/347.94	c cleaning 45994 clauses out of 92014 with flag 0/1118000
376.72/364.33	c cleaning 46998 clauses out of 94022 with flag 0/1166002
393.88/381.28	c cleaning 47999 clauses out of 96023 with flag 0/1215001
423.06/409.80	c cleaning 48995 clauses out of 98024 with flag 0/1265001
449.13/435.57	c cleaning 50004 clauses out of 100029 with flag 0/1316001
466.93/452.91	c cleaning 50995 clauses out of 102024 with flag 0/1368000
488.39/473.91	c cleaning 51994 clauses out of 104029 with flag 0/1421000
517.52/502.58	c cleaning 53006 clauses out of 106035 with flag 0/1475000
543.41/527.96	c cleaning 53996 clauses out of 108030 with flag 0/1530001
570.63/554.76	c cleaning 55004 clauses out of 110034 with flag 0/1586001
593.84/577.44	c cleaning 55997 clauses out of 112029 with flag 0/1643000
613.85/596.90	c cleaning 57002 clauses out of 114032 with flag 0/1701000
660.45/642.55	c cleaning 58000 clauses out of 116030 with flag 0/1760000
705.72/687.13	c cleaning 59008 clauses out of 118031 with flag 0/1820001
744.88/725.61	c cleaning 59998 clauses out of 120023 with flag 0/1881001
765.68/746.03	c cleaning 61002 clauses out of 122024 with flag 0/1943000
800.99/780.61	c cleaning 61990 clauses out of 124022 with flag 0/2006000
821.20/800.36	c cleaning 62992 clauses out of 126033 with flag 0/2070001
853.27/831.74	c cleaning 63993 clauses out of 128040 with flag 0/2135000
881.82/859.61	c cleaning 65003 clauses out of 130048 with flag 0/2201001
924.17/901.13	c cleaning 65994 clauses out of 132044 with flag 0/2268000
969.83/945.82	c cleaning 67008 clauses out of 134051 with flag 0/2336001
1005.36/980.81	c cleaning 68004 clauses out of 136042 with flag 0/2405000
1034.96/1009.92	c cleaning 68998 clauses out of 138039 with flag 0/2475001
1062.97/1037.24	c cleaning 69999 clauses out of 140040 with flag 0/2546000
1093.21/1066.87	c cleaning 71000 clauses out of 142041 with flag 0/2618000
1123.88/1097.01	c cleaning 72003 clauses out of 144042 with flag 0/2691001
1158.03/1130.76	c cleaning 72998 clauses out of 146039 with flag 0/2765001
1193.28/1165.30	c cleaning 73997 clauses out of 148041 with flag 0/2840001
1236.44/1207.80	c cleaning 74997 clauses out of 150043 with flag 0/2916000
1274.07/1244.64	c cleaning 75999 clauses out of 152046 with flag 0/2993000
1325.86/1295.60	c cleaning 77004 clauses out of 154048 with flag 0/3071001
1386.86/1355.72	c cleaning 77998 clauses out of 156043 with flag 0/3150000
1446.51/1414.50	c cleaning 78997 clauses out of 158046 with flag 0/3230001
1505.59/1472.81	c cleaning 80010 clauses out of 160049 with flag 0/3311001
1564.36/1530.21	c cleaning 81010 clauses out of 162039 with flag 0/3393001
1624.28/1588.86	c cleaning 81998 clauses out of 164029 with flag 0/3476001
1675.91/1639.50	c cleaning 82998 clauses out of 166031 with flag 0/3560001
1726.22/1688.81	c cleaning 83997 clauses out of 168032 with flag 0/3645000
1799.14/1760.48	c cleaning 85008 clauses out of 170035 with flag 0/3731000
1867.36/1827.12	c cleaning 86000 clauses out of 172027 with flag 0/3818000
1936.32/1894.34	c cleaning 86995 clauses out of 174027 with flag 0/3906000
1989.94/1946.70	c cleaning 88002 clauses out of 176033 with flag 0/3995001
2043.37/1998.62	c cleaning 89001 clauses out of 178030 with flag 0/4085000
2105.36/2058.47	c cleaning 90001 clauses out of 180029 with flag 0/4176000
2153.81/2105.52	c cleaning 91001 clauses out of 182028 with flag 0/4268000
2211.59/2161.90	c cleaning 92001 clauses out of 184028 with flag 0/4361001
2281.48/2229.84	c cleaning 93003 clauses out of 186027 with flag 0/4455001
2364.64/2311.01	c cleaning 93992 clauses out of 188024 with flag 0/4550001
2441.14/2385.52	c cleaning 94997 clauses out of 190032 with flag 0/4646001
2524.16/2465.50	c cleaning 96005 clauses out of 192035 with flag 0/4743001
2617.38/2556.12	c cleaning 97002 clauses out of 194030 with flag 0/4841001
2702.15/2638.65	c cleaning 98005 clauses out of 196029 with flag 0/4940002
2814.09/2747.02	c cleaning 99001 clauses out of 198024 with flag 0/5040002
2939.27/2868.40	c cleaning 100001 clauses out of 200021 with flag 0/5141000
2994.59/2921.98	c cleaning 100992 clauses out of 202020 with flag 0/5243000
3102.17/3025.62	c cleaning 102006 clauses out of 204028 with flag 0/5346000
3202.07/3122.09	c cleaning 103002 clauses out of 206024 with flag 0/5450002
3273.64/3191.26	c cleaning 103998 clauses out of 208021 with flag 0/5555001
3356.83/3272.33	c cleaning 104998 clauses out of 210023 with flag 0/5661001
3455.97/3367.53	c cleaning 106000 clauses out of 212025 with flag 0/5768001
3542.82/3451.48	c cleaning 106998 clauses out of 214025 with flag 0/5876001
3600.11/3506.72	c starts		: 247
3600.11/3506.73	c timeout
3600.11/3506.73	c conflicts		: 5941297
3600.11/3506.73	c decisions		: 7176167
3600.11/3506.73	c propagations		: 46967021
3600.11/3506.73	c inspects		: 7731509752
3600.11/3506.73	c shortcuts		: 0
3600.11/3506.73	c learnt literals	: 0
3600.11/3506.73	c learnt binary clauses	: 0
3600.11/3506.73	c learnt ternary clauses	: 0
3600.11/3506.74	c learnt constraints	: 5941297
3600.11/3506.74	c ignored constraints	: 0
3600.11/3506.74	c root simplifications	: 0
3600.11/3506.74	c removed literals (reason simplification)	: 0
3600.11/3506.74	c reason swapping (by a shorter reason)	: 0
3600.11/3506.74	c Calls to reduceDB	: 104
3600.11/3506.74	c Number of update (reduction) of LBD	: 5202527
3600.11/3506.74	c Imported unit clauses	: 0
3600.11/3506.74	c No decision after first conflict	: false
3600.11/3506.74	c number of reductions to clauses (during analyze)	: 0
3600.11/3506.74	c number of learned constraints concerned by reduction	: 0
3600.11/3506.74	c number of learning phase by resolution	: 0
3600.11/3506.74	c number of learning phase by cutting planes	: 0
3600.11/3506.74	c number of rounding to 1 operations	: 0
3600.11/3506.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.11/3506.74	c number of reductions of the coefficients by power 2 	: 0
3600.11/3506.74	c number of right shift for reduction by power 2 	: 0
3600.11/3506.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.11/3506.74	c number of ending skipping 	: 0
3600.11/3506.74	c number of internal skipping 	: 0
3600.11/3506.74	c number of derivation steps 	: 25976416
3600.11/3506.74	c number of skipped derivation steps 	: 0
3600.11/3506.74	c number of remaining unassigned 	: 215238
3600.11/3506.74	c number of remaining assigned 	: 320470046
3600.11/3506.74	c number of falsified literals weakened from reason	: 0
3600.11/3506.74	c number of falsified literals weakened from conflict	: 0
3600.11/3506.74	c time for arithmetic operations	: 15516947627
3600.11/3506.75	c minimum degree of deleted constraints	: 1
3600.11/3506.75	c maximum degree of deleted constraints	: 163022717798304
3600.11/3506.75	c number of deleted constraints	: 5768974
3600.11/3506.75	c speed (assignments/second)	: 13394.101886614888
3600.11/3506.75	c non guided choices	: 36767
3600.30/3506.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 25929
3600.30/3506.80	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 289
3600.30/3506.80	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 146105
3600.30/3506.81	s UNKNOWN
3600.30/3506.81	c Total wall clock time (in seconds): 3506.654

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448561-1721358632/watcher-4448561-1721358632 -o /tmp/evaluation-result-4448561-1721358632/solver-4448561-1721358632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721352896-989908 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448561-1721358632.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.101299 s]*
/proc/loadavg: 4.27 4.32 4.34 6/318 993441
/proc/meminfo: memFree=111722540/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=18975048 memory=65220 CPUtime=0.13 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 7226 0 0 0 11 2 0 0 20 0 18 0 188021879 19430449152 16305 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4743762 16305 5679 1 0 551412 0
[pid=993423/tid=993425] ppid=993420 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 1077936192 5755 0 0 0 7 1 0 0 20 0 18 0 188021880 19430449152 16305 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188021882 19430449152 16305 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 188021883 19430449152 16305 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65220 KiB

[startup+0.20589 s]*
/proc/loadavg: 4.27 4.32 4.34 8/319 993442
/proc/meminfo: memFree=111703840/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19041612 memory=84580 CPUtime=0.33 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 7809 0 0 0 31 2 0 0 20 0 19 0 188021879 19498610688 21145 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4760403 21145 5853 1 0 552063 0
[pid=993423/tid=993425] ppid=993420 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 1077936192 6074 0 0 0 16 2 0 0 20 0 19 0 188021880 19498610688 21145 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19041612 memory=19020 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188021882 19498610688 21145 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19041612 memory=15544037289509020 CPUtime=0 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 188021883 19498610688 21145 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188021900 19498610688 21145 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 84580 KiB

[startup+0.305766 s]*
/proc/loadavg: 4.27 4.32 4.34 6/319 993442
/proc/meminfo: memFree=111688808/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19042636 memory=99040 CPUtime=0.5 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 8791 0 0 0 47 3 0 0 20 0 19 0 188021879 19499659264 24760 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4760659 24760 5853 1 0 552822 0
[pid=993423/tid=993425] ppid=993420 vsize=19042636 memory=-9177041268555162300 CPUtime=0.25 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 1077936192 6151 0 0 0 23 2 0 0 20 0 19 0 188021880 19499659264 24760 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19042636 memory=0 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188021882 19499659264 24760 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19042636 memory=0 CPUtime=0 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 188021883 19499659264 24760 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19042636 memory=0 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188021900 19499659264 24760 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19042636 KiB
Current children cumulated memory: 99040 KiB

[startup+0.707767 s]
/proc/loadavg: 4.27 4.32 4.34 6/320 993443
/proc/meminfo: memFree=111619800/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=168596 CPUtime=1.26 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 11584 0 0 0 121 5 0 0 20 0 20 0 188021879 19566772224 42149 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 42149 5853 1 0 554109 0
[pid=993423/tid=993425] ppid=993420 vsize=19108176 memory=44612 CPUtime=0.6 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 4194368 6194 0 0 0 57 3 0 0 20 0 20 0 188021880 19566772224 42149 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188021882 19566772224 42149 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19108176 memory=2268 CPUtime=0 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188021883 19566772224 42149 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19108176 memory=1824 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188021900 19566772224 42149 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 168596 KiB

[startup+1.50777 s]
/proc/loadavg: 4.27 4.32 4.34 5/320 993443
/proc/meminfo: memFree=111540200/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=499100 CPUtime=2.83 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 25521 0 0 0 270 13 0 0 20 0 20 0 188021879 19566772224 124775 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 124775 5869 1 0 559757 0
[pid=993423/tid=993425] ppid=993420 vsize=19108176 memory=12020 CPUtime=1.39 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 4194368 6486 0 0 0 129 10 0 0 20 0 20 0 188021880 19566772224 124775 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188021882 19566772224 124775 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19108176 memory=2268 CPUtime=0 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188021883 19566772224 124775 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19108176 memory=1824 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188021900 19566772224 124775 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 499100 KiB

[startup+3.10576 s]
/proc/loadavg: 4.33 4.33 4.34 5/320 993443
/proc/meminfo: memFree=110447328/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=1338172 CPUtime=5.83 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 30087 0 0 0 554 29 0 0 20 0 20 0 188021879 19566772224 334543 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 334543 5885 1 0 559850 0
[pid=993423/tid=993425] ppid=993420 vsize=19108176 memory=0 CPUtime=2.93 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 4194368 8121 0 0 0 269 24 0 0 20 0 20 0 188021880 19566772224 334543 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19108176 memory=-9177041268555162300 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188021882 19566772224 334543 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188021883 19566772224 334543 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19108176 memory=2268 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188021900 19566772224 334543 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1338172 KiB

[startup+6.30077 s]
/proc/loadavg: 4.33 4.33 4.34 5/320 993443
/proc/meminfo: memFree=110027876/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=1756464 CPUtime=9.74 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 30911 0 0 0 938 36 0 0 20 0 20 0 188021879 19566772224 439116 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 439116 5885 1 0 666377 0
[pid=993423/tid=993425] ppid=993420 vsize=19108176 memory=2268 CPUtime=6.02 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 4194368 8361 0 0 0 572 30 0 0 20 0 20 0 188021880 19566772224 439116 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188021882 19566772224 439116 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188021883 19566772224 439116 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188021900 19566772224 439116 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 9.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1756464 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.33 4.34 5/320 993444
/proc/meminfo: memFree=110027736/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=1985956 CPUtime=16.14 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 32111 0 0 0 1571 43 0 0 20 0 20 0 188021879 19566772224 496489 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 496489 5885 1 0 869008 0
[pid=993423/tid=993425] ppid=993420 vsize=19108176 memory=12020 CPUtime=12.11 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 4194368 9014 0 0 0 1174 37 0 0 20 0 20 0 188021880 19566772224 496489 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19108176 memory=1756464 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188021882 19566772224 496489 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19108176 memory=44612 CPUtime=0 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188021883 19566772224 496489 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188021900 19566772224 496489 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 16.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1985956 KiB

[startup+25.5005 s]
/proc/loadavg: 4.31 4.33 4.34 5/320 993446
/proc/meminfo: memFree=109225420/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=2755188 CPUtime=29.24 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 36167 0 0 0 2867 57 0 0 20 0 20 0 188021879 19566772224 688797 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 688797 5885 1 0 998522 0
[pid=993423/tid=993425] ppid=993420 vsize=19108176 memory=6943526294502006880 CPUtime=24.39 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 4194368 11560 0 0 0 2389 50 0 0 20 0 20 0 188021880 19566772224 688797 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188021882 19566772224 688797 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19108176 memory=4739 CPUtime=0 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188021883 19566772224 688797 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188021900 19566772224 688797 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 29.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2755188 KiB

[startup+51.1131 s]
/proc/loadavg: 4.27 4.32 4.34 5/320 993451
/proc/meminfo: memFree=108208732/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=3572276 CPUtime=55.02 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 41902 0 0 0 5427 75 0 0 20 0 20 0 188021879 19566772224 893069 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 893069 5901 1 0 1123869 0

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

[startup+3162.3 s]
/proc/loadavg: 4.21 4.29 4.27 5/321 995392
/proc/meminfo: memFree=99774920/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=5922676 CPUtime=3243.64 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 371617 0 0 0 323999 365 0 0 20 0 20 0 188021879 19566772224 1480669 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 1480669 5901 1 0 1494483 0
[pid=993423/tid=993425] ppid=993420 vsize=19108176 memory=5922672 CPUtime=3059.46 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 4194368 207867 0 0 0 305819 127 0 0 20 0 20 0 188021880 19566772224 1480669 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 198 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19108176 memory=5922672 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188021882 19566772224 1480669 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19108176 memory=-9177041268555162300 CPUtime=0 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 2944 0 0 0 0 0 0 0 20 0 20 0 188021883 19566772224 1480669 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19108176 memory=5922672 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188021900 19566772224 1480669 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 3243.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5922676 KiB

[startup+3222.3 s]
/proc/loadavg: 4.33 4.31 4.28 5/319 995402
/proc/meminfo: memFree=99684300/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=5922676 CPUtime=3305.41 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 374049 0 0 0 330172 369 0 0 20 0 20 0 188021879 19566772224 1480669 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 1480669 5901 1 0 1494483 0
[pid=993423/tid=993425] ppid=993420 vsize=19108176 memory=5922672 CPUtime=3117.53 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 4194368 209770 0 0 0 311625 128 0 0 20 0 20 0 188021880 19566772224 1480669 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 200 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19108176 memory=5922672 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188021882 19566772224 1480669 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19108176 memory=5922676 CPUtime=0 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 3042 0 0 0 0 0 0 0 20 0 20 0 188021883 19566772224 1480669 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188021900 19566772224 1480669 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 3305.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5922676 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.27 4.26 5/319 995413
/proc/meminfo: memFree=99607944/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=5922680 CPUtime=3367.16 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 380556 0 0 0 336341 375 0 0 20 0 20 0 188021879 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 1480670 5901 1 0 1494483 0
[pid=993423/tid=993425] ppid=993420 vsize=19108176 memory=5922680 CPUtime=3175.77 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 4194368 213962 0 0 0 317447 130 0 0 20 0 20 0 188021880 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 208 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188021882 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19108176 memory=5922680 CPUtime=0 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 3140 0 0 0 0 0 0 0 20 0 20 0 188021883 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19108176 memory=5922680 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188021900 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 3367.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5922680 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.25 4.26 5/317 995424
/proc/meminfo: memFree=99517448/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=5922680 CPUtime=3429.64 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 386036 0 0 0 342584 380 0 0 20 0 20 0 188021879 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 1480670 5901 1 0 1494483 0
[pid=993423/tid=993425] ppid=993420 vsize=19108176 memory=44612 CPUtime=3233.65 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) S 993420 993423 989898 0 -1 1077936192 217090 0 0 0 323234 131 0 0 20 0 20 0 188021880 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 213 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19108176 memory=5922680 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188021882 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19108176 memory=5922680 CPUtime=0.01 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 3196 0 0 0 0 1 0 0 20 0 20 0 188021883 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188021900 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 3429.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5922680 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.25 4.26 5/317 995435
/proc/meminfo: memFree=99377528/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=5922680 CPUtime=3491.82 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 392284 0 0 0 348797 385 0 0 20 0 20 0 188021879 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 1480670 5901 1 0 1494483 0
[pid=993423/tid=993425] ppid=993420 vsize=19108176 memory=12020 CPUtime=3292.06 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 4194368 220718 0 0 0 329075 131 0 0 20 0 20 0 188021880 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 213 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19108176 memory=44612 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188021882 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19108176 memory=5922680 CPUtime=0.01 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 3263 0 0 0 0 1 0 0 20 0 20 0 188021883 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19108176 memory=5922680 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188021900 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 3491.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5922680 KiB

[startup+3462.3 s]
/proc/loadavg: 4.37 4.27 4.26 5/317 995445
/proc/meminfo: memFree=99254072/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=5922680 CPUtime=3554.1 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 394436 0 0 0 355021 389 0 0 20 0 20 0 188021879 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 1480670 5901 1 0 1494483 0
[pid=993423/tid=993425] ppid=993420 vsize=19108176 memory=5922680 CPUtime=3350.15 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 4194368 222440 0 0 0 334883 132 0 0 20 0 20 0 188021880 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 215 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188021882 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19108176 memory=-9177041268555162300 CPUtime=0.01 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 3361 0 0 0 0 1 0 0 20 0 20 0 188021883 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188021900 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 3554.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5922680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3506.7 s]
/proc/loadavg: 4.27 4.26 4.26 5/317 995452
/proc/meminfo: memFree=99216792/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19108176 memory=5922680 CPUtime=3600.11 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 399831 0 0 0 359618 393 0 0 20 0 20 0 188021879 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4777044 1480670 5901 1 0 1494483 0
[pid=993423/tid=993425] ppid=993420 vsize=19108176 memory=5922680 CPUtime=3393.05 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) R 993420 993423 989898 0 -1 4194368 225363 0 0 0 339173 132 0 0 20 0 20 0 188021880 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 219 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19108176 memory=5922680 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188021882 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19108176 memory=5922680 CPUtime=0.01 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 3449 0 0 0 0 1 0 0 20 0 20 0 188021883 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993442] ppid=993420 vsize=19108176 memory=5922680 CPUtime=0 cores=0,2
/proc/993423/task/993442/stat : 993442 (Timer-0) S 993420 993423 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188021900 19566772224 1480670 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5922680 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.38 s, system=3.98176 s

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

[startup+3506.81 s]
/proc/loadavg: 4.27 4.26 4.26 5/317 995452
/proc/meminfo: memFree=99216792/131655788 swapFree=131071996/131071996
[pid=993423] ppid=993420 vsize=19307868 memory=5923576 CPUtime=3600.3 cores=0,2
/proc/993423/stat : 993423 (java) S 993420 993423 989898 0 -1 1077936128 403138 0 0 0 359636 394 0 0 20 0 21 0 188021879 19771256832 1480894 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
/proc/993423/statm: 4826967 1480894 5900 1 0 1495443 0
[pid=993423/tid=993425] ppid=993420 vsize=19307868 memory=18875 CPUtime=3393.07 cores=0,2
/proc/993423/task/993425/stat : 993425 (java) S 993420 993423 989898 0 -1 1077936192 225498 0 0 0 339175 132 0 0 20 0 21 0 188021880 19771256832 1480894 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 219 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993434] ppid=993420 vsize=19307868 memory=25129 CPUtime=0 cores=0,2
/proc/993423/task/993434/stat : 993434 (Finalizer) S 993420 993423 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188021882 19771256832 1480894 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
[pid=993423/tid=993441] ppid=993420 vsize=19307868 memory=2740516 CPUtime=0.01 cores=0,2
/proc/993423/task/993441/stat : 993441 (Common-Cleaner) S 993420 993423 989898 0 -1 1077936192 3449 0 0 0 0 1 0 0 20 0 21 0 188021883 19771256832 1480894 134679101440 94551249301504 94551249305200 140724166776848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551249313016 94551249313808 94551261904896 140724166783988 140724166784096 140724166784096 140724166791112 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5923576 KiB

Child status: 143

Real time (s): 3506.85
CPU time (s): 3600.36
CPU user time (s): 3596.38
CPU system time (s): 3.98176
CPU usage (%): 102.666
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5923576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.38
system time used= 3.98175
maximum resident set size= 5924704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 403397
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146596
involuntary context switches= 30408


# summary of solver processes directly reported to runsolver:
#   pid: 993423
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3596.38
#   total CPU system time (s): 3.98176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0102 second user time and 37.0195 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-19 05:10:44
IDJOB=4448561
IDBENCH=160430
IDSOLVER=3052
FILE ID=nodeC006/4448561-1721358632
RUNJOBID= nodeC006-1721352896-989908
SLURM_JOB_ID= 7542761
Free space on /tmp= 723772 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x90split.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448561-1721358632/watcher-4448561-1721358632 -o /tmp/evaluation-result-4448561-1721358632/solver-4448561-1721358632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721352896-989908 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448561-1721358632.opb

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

MD5SUM BENCH= e216a9526ca3dc38bcdba98c3f3990b1
RANDOM SEED=1986250836

nodeC006.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	: 0xb00001f
cpu MHz		: 3491.981
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 3636.388
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
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	: 0xb00001f
cpu MHz		: 3491.995
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 1197.446
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
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	: 0xb00001f
cpu MHz		: 3643.961
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 3644.069
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
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	: 0xb00001f
cpu MHz		: 1197.498
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 1197.309
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        111766872 kB
MemAvailable:   116742520 kB
Buffers:          521868 kB
Cached:          5231844 kB
SwapCached:            0 kB
Active:          1001164 kB
Inactive:       18174856 kB
Active(anon):       1468 kB
Inactive(anon): 13458212 kB
Active(file):     999696 kB
Inactive(file):  4716644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               996 kB
Writeback:             0 kB
AnonPages:      13421652 kB
Mapped:           125928 kB
Shmem:             37704 kB
KReclaimable:     198676 kB
Slab:             314276 kB
SReclaimable:     198676 kB
SUnreclaim:       115600 kB
KernelStack:        4780 kB
PageTables:        36256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   14059348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59584 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13058048 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:      316232 kB
DirectMap2M:    40482816 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723684 MiB
End job on nodeC006 at 2024-07-19 06:09:11