Trace number 4494459

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 CP VeriPB 2025-06-06? (TO) 3600.25 3544.83

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUMf8e7200d7e9c4a7cfb6b4e6c5b6d430a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark104.888
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
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.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.19	c version PB25.v20250606
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	c os.arch		amd64
0.12/0.22	c Free memory 		2104792832
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2113929216
0.12/0.23	c Number of processors 	2
0.45/0.40	c Pseudo Boolean Optimization by upper bound
0.45/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.40	c  - never skip resolution steps
0.45/0.40	c  - Auto-division on coefficients is disabled
0.45/0.40	c  - No postprocessing
0.45/0.40	c  - Conflict is considered as is when resolving
0.45/0.40	c  - Use constraints as they come during conflict analysis
0.45/0.40	c  - Weaken first using unassigned literals
0.45/0.40	c  - Bump strategy: ALWAYS_ONE
0.45/0.40	c  - Bumper: EFFECTIVE
0.45/0.40	c --- Begin Solver configuration ---
0.45/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.45/0.40	c Learn all clauses as in MiniSAT
0.45/0.40	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.40	c No reason simplification
0.45/0.40	c Dynamic restart strategy considering the size of the coefficients
0.45/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.45/0.40	c timeout=2147483s
0.45/0.40	c DB Simplification allowed=false
0.45/0.40	c Listener: none
0.45/0.40	c --- End Solver configuration ---
0.45/0.40	c solving HOME/instance-4494459-1751153837.opb
0.45/0.40	c reading problem ... 
0.45/0.40	c using VERIPB proof format
0.45/0.41	c  no objective function found
1.93/1.15	c ... done. Wall clock time 0.744s.
1.93/1.15	c declared #vars     1020
1.93/1.15	c #constraints  43180
1.93/1.15	c constraints type 
1.93/1.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
1.93/1.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43010
1.93/1.15	c 43180 constraints processed.
6.25/3.30	c cleaning 2488 clauses out of 5000 with flag 0/5000
9.67/5.21	c cleaning 4248 clauses out of 8514 with flag 0/11002
12.12/7.10	c cleaning 5625 clauses out of 11264 with flag 0/18000
14.76/9.26	c cleaning 6815 clauses out of 13641 with flag 0/26002
17.59/11.69	c cleaning 7904 clauses out of 15825 with flag 0/35001
20.10/14.15	c cleaning 8956 clauses out of 17921 with flag 0/45001
23.65/17.13	c cleaning 9966 clauses out of 19964 with flag 0/56000
26.48/20.00	c cleaning 10991 clauses out of 22001 with flag 0/68003
29.95/23.42	c cleaning 11999 clauses out of 24007 with flag 0/81000
33.64/26.93	c cleaning 13005 clauses out of 26010 with flag 0/95002
37.84/31.13	c cleaning 13993 clauses out of 28005 with flag 0/110002
42.29/35.31	c cleaning 14997 clauses out of 30011 with flag 0/126001
46.98/39.82	c cleaning 15999 clauses out of 32013 with flag 0/143000
51.96/44.62	c cleaning 17003 clauses out of 34015 with flag 0/161001
57.37/50.09	c cleaning 17998 clauses out of 36011 with flag 0/180000
64.08/56.71	c cleaning 19002 clauses out of 38014 with flag 0/200001
69.67/62.37	c cleaning 20000 clauses out of 40011 with flag 0/221000
76.05/68.37	c cleaning 20999 clauses out of 42012 with flag 0/243001
83.72/75.92	c cleaning 21997 clauses out of 44013 with flag 0/266001
91.93/84.10	c cleaning 23001 clauses out of 46015 with flag 0/290000
99.42/91.48	c cleaning 24001 clauses out of 48014 with flag 0/315000
110.54/102.58	c cleaning 25000 clauses out of 50014 with flag 0/341001
120.42/112.20	c cleaning 26000 clauses out of 52014 with flag 0/368001
130.77/122.44	c cleaning 27001 clauses out of 54013 with flag 0/396000
142.07/133.36	c cleaning 28000 clauses out of 56012 with flag 0/425000
153.62/144.93	c cleaning 29000 clauses out of 58013 with flag 0/455001
162.83/154.15	c cleaning 29997 clauses out of 60012 with flag 0/486000
174.20/165.40	c cleaning 31001 clauses out of 62016 with flag 0/518001
186.66/177.65	c cleaning 32002 clauses out of 64014 with flag 0/551000
199.50/190.27	c cleaning 33002 clauses out of 66016 with flag 0/585004
213.82/204.22	c cleaning 33995 clauses out of 68010 with flag 0/620000
226.02/216.04	c cleaning 35002 clauses out of 70016 with flag 0/656001
240.36/230.19	c cleaning 35999 clauses out of 72016 with flag 0/693003
255.96/245.51	c cleaning 37003 clauses out of 74014 with flag 0/731000
269.86/259.17	c cleaning 38001 clauses out of 76011 with flag 0/770000
287.38/276.26	c cleaning 39001 clauses out of 78010 with flag 0/810000
303.84/292.23	c cleaning 39995 clauses out of 80010 with flag 0/851001
321.23/309.32	c cleaning 41002 clauses out of 82014 with flag 0/893000
339.47/327.65	c cleaning 42002 clauses out of 84014 with flag 0/936002
356.78/344.72	c cleaning 43001 clauses out of 86010 with flag 0/980000
374.58/362.30	c cleaning 43996 clauses out of 88009 with flag 0/1025000
393.70/381.13	c cleaning 44997 clauses out of 90013 with flag 0/1071000
414.43/401.52	c cleaning 46001 clauses out of 92017 with flag 0/1118001
434.48/421.38	c cleaning 46999 clauses out of 94015 with flag 0/1166000
454.05/440.96	c cleaning 47989 clauses out of 96016 with flag 0/1215000
474.82/461.47	c cleaning 49008 clauses out of 98028 with flag 0/1265001
497.92/484.31	c cleaning 50002 clauses out of 100020 with flag 0/1316001
520.34/506.27	c cleaning 51008 clauses out of 102017 with flag 0/1368000
545.61/531.03	c cleaning 51997 clauses out of 104010 with flag 0/1421001
569.74/554.88	c cleaning 52998 clauses out of 106013 with flag 0/1475001
593.41/578.09	c cleaning 54001 clauses out of 108014 with flag 0/1530000
618.19/602.46	c cleaning 55001 clauses out of 110013 with flag 0/1586000
641.69/625.44	c cleaning 55991 clauses out of 112012 with flag 0/1643000
671.91/655.27	c cleaning 56992 clauses out of 114023 with flag 0/1701002
702.76/685.51	c cleaning 58005 clauses out of 116029 with flag 0/1760000
730.31/712.65	c cleaning 59006 clauses out of 118026 with flag 0/1820002
758.87/740.65	c cleaning 60004 clauses out of 120018 with flag 0/1881000
788.24/769.71	c cleaning 60999 clauses out of 122014 with flag 0/1943000
820.22/801.15	c cleaning 62004 clauses out of 124015 with flag 0/2006000
852.58/832.94	c cleaning 62994 clauses out of 126011 with flag 0/2070000
884.83/865.02	c cleaning 63996 clauses out of 128017 with flag 0/2135000
919.49/899.32	c cleaning 65005 clauses out of 130021 with flag 0/2201000
952.23/931.54	c cleaning 66002 clauses out of 132020 with flag 0/2268004
985.80/964.89	c cleaning 66988 clauses out of 134016 with flag 0/2336002
1022.72/1001.24	c cleaning 68009 clauses out of 136027 with flag 0/2405001
1060.17/1038.02	c cleaning 68995 clauses out of 138017 with flag 0/2475000
1102.18/1079.37	c cleaning 69995 clauses out of 140024 with flag 0/2546002
1140.89/1117.44	c cleaning 71004 clauses out of 142027 with flag 0/2618000
1181.17/1157.14	c cleaning 72007 clauses out of 144023 with flag 0/2691000
1217.38/1193.42	c cleaning 72996 clauses out of 146016 with flag 0/2765000
1254.74/1230.43	c cleaning 74000 clauses out of 148021 with flag 0/2840001
1301.95/1276.90	c cleaning 75006 clauses out of 150021 with flag 0/2916001
1340.63/1315.48	c cleaning 76000 clauses out of 152015 with flag 0/2993001
1379.38/1353.84	c cleaning 76998 clauses out of 154014 with flag 0/3071000
1423.62/1397.40	c cleaning 77994 clauses out of 156018 with flag 0/3150002
1468.39/1441.63	c cleaning 79008 clauses out of 158022 with flag 0/3230000
1506.46/1479.35	c cleaning 79995 clauses out of 160014 with flag 0/3311000
1551.35/1523.80	c cleaning 81002 clauses out of 162021 with flag 0/3393002
1592.02/1564.26	c cleaning 81997 clauses out of 164017 with flag 0/3476000
1636.76/1608.59	c cleaning 83009 clauses out of 166021 with flag 0/3560001
1687.38/1658.34	c cleaning 84001 clauses out of 168011 with flag 0/3645000
1737.99/1708.19	c cleaning 84997 clauses out of 170011 with flag 0/3731001
1787.83/1757.14	c cleaning 86001 clauses out of 172013 with flag 0/3818000
1842.23/1811.44	c cleaning 87001 clauses out of 174015 with flag 0/3906003
1893.01/1861.77	c cleaning 87999 clauses out of 176011 with flag 0/3995000
1949.28/1917.17	c cleaning 88996 clauses out of 178013 with flag 0/4085001
1998.59/1965.98	c cleaning 89991 clauses out of 180016 with flag 0/4176000
2053.56/2020.27	c cleaning 91009 clauses out of 182026 with flag 0/4268001
2107.69/2073.58	c cleaning 91998 clauses out of 184017 with flag 0/4361001
2165.29/2130.73	c cleaning 93007 clauses out of 186018 with flag 0/4455000
2235.93/2200.37	c cleaning 93997 clauses out of 188011 with flag 0/4550000
2293.79/2257.89	c cleaning 94988 clauses out of 190014 with flag 0/4646000
2354.59/2318.29	c cleaning 96005 clauses out of 192027 with flag 0/4743001
2418.66/2381.68	c cleaning 97006 clauses out of 194021 with flag 0/4841000
2482.47/2444.68	c cleaning 98004 clauses out of 196017 with flag 0/4940002
2554.26/2515.27	c cleaning 98991 clauses out of 198011 with flag 0/5040000
2622.95/2582.73	c cleaning 99998 clauses out of 200020 with flag 0/5141000
2678.33/2637.45	c cleaning 101002 clauses out of 202024 with flag 0/5243002
2733.53/2691.72	c cleaning 102000 clauses out of 204020 with flag 0/5346000
2788.75/2746.19	c cleaning 103001 clauses out of 206021 with flag 0/5450001
2848.52/2805.51	c cleaning 104000 clauses out of 208022 with flag 0/5555003
2904.12/2860.32	c cleaning 105002 clauses out of 210021 with flag 0/5661002
2961.34/2916.43	c cleaning 106000 clauses out of 212017 with flag 0/5768000
3021.63/2975.70	c cleaning 107000 clauses out of 214017 with flag 0/5876000
3081.17/3034.35	c cleaning 108000 clauses out of 216020 with flag 0/5985003
3138.90/3091.30	c cleaning 108998 clauses out of 218017 with flag 0/6095000
3193.07/3144.43	c cleaning 109990 clauses out of 220021 with flag 0/6206002
3264.70/3214.89	c cleaning 111005 clauses out of 222029 with flag 0/6318000
3327.63/3276.69	c cleaning 112001 clauses out of 224026 with flag 0/6431002
3387.77/3335.71	c cleaning 113003 clauses out of 226025 with flag 0/6545002
3453.98/3400.45	c cleaning 114004 clauses out of 228021 with flag 0/6660001
3519.02/3465.10	c cleaning 114989 clauses out of 230016 with flag 0/6776000
3582.06/3526.90	c cleaning 116007 clauses out of 232027 with flag 0/6893000
3600.05/3544.72	c starts		: 2144
3600.05/3544.72	c conflicts		: 6941803
3600.05/3544.72	c decisions		: 8582459
3600.05/3544.72	c propagations		: 626153220
3600.05/3544.72	c inspects		: 14075881271
3600.05/3544.72	c shortcuts		: 0
3600.05/3544.72	c learnt literals	: 0
3600.05/3544.72	c learnt binary clauses	: 0
3600.05/3544.72	c learnt ternary clauses	: 0
3600.05/3544.72	c learnt constraints	: 6941802
3600.05/3544.72	c ignored constraints	: 0
3600.05/3544.72	c root simplifications	: 0
3600.05/3544.72	c removed literals (reason simplification)	: 0
3600.05/3544.72	c reason swapping (by a shorter reason)	: 0
3600.05/3544.72	c Calls to reduceDB	: 113
3600.05/3544.72	c Number of update (reduction) of LBD	: 9534891
3600.05/3544.72	c Imported unit clauses	: 0
3600.05/3544.72	c No decision after first conflict	: false
3600.05/3544.72	c number of reductions to clauses (during analyze)	: 0
3600.05/3544.72	c number of learned constraints concerned by reduction	: 0
3600.05/3544.72	c number of learning phase by resolution	: 0
3600.05/3544.72	c number of learning phase by cutting planes	: 0
3600.05/3544.72	c number of rounding to 1 operations	: 0
3600.05/3544.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3544.72	c number of reductions of the coefficients by power 2 	: 0
3600.05/3544.72	c number of right shift for reduction by power 2 	: 0
3600.05/3544.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3544.72	c number of ending skipping 	: 0
3600.05/3544.72	c number of internal skipping 	: 0
3600.05/3544.72	c number of derivation steps 	: 174655224
3600.05/3544.72	c number of skipped derivation steps 	: 0
3600.05/3544.72	c number of remaining unassigned 	: 1694
3600.05/3544.72	c number of remaining assigned 	: 99796888
3600.05/3544.72	c number of falsified literals weakened from reason	: 0
3600.05/3544.72	c number of falsified literals weakened from conflict	: 0
3600.05/3544.72	c time for arithmetic operations	: 9541558541
3600.05/3544.73	c minimum degree of deleted constraints	: 1
3600.05/3544.73	c maximum degree of deleted constraints	: 128
3600.05/3544.73	c number of deleted constraints	: 6776980
3600.05/3544.73	c speed (assignments/second)	: 176701.24196784597
3600.05/3544.73	c non guided choices	: 194
3600.05/3544.74	c timeout
3600.05/3544.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 156293
3600.05/3544.79	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 264
3600.05/3544.79	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8265
3600.05/3544.79	s UNKNOWN
3600.05/3544.79	c Total wall clock time (in seconds): 3544.39

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: 63794 MiB (59876 MiB free)
  memory of node 1: 64507 MiB (55803 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494459-1751153837/watcher-4494459-1751153837 -o /tmp/evaluation-result-4494459-1751153837/solver-4494459-1751153837 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14977 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4494459-1751153837 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4494459-1751153837.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=17080, runsolver pid=17077
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 4.83 4.41 4.36 6/327 17098
/proc/meminfo: memFree=118433452/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=18930384 memory=48484 CPUtime=0.12 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 5834 0 0 0 9 3 0 0 20 0 18 0 31062573 19384713216 12121 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4732596 12121 5299 1 0 547057 0
[pid=17080/tid=17082] ppid=17077 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 4704 0 0 0 6 2 0 0 20 0 18 0 31062575 19384713216 12121 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31062580 19384713216 12121 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=18930384 memory=61792617516369 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31062582 19384713216 12121 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48484 KiB

[startup+0.225934 s]*
/proc/loadavg: 4.83 4.41 4.36 6/327 17098
/proc/meminfo: memFree=118430428/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=18930384 memory=55384 CPUtime=0.31 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 6518 0 0 0 27 4 0 0 20 0 18 0 31062573 19384713216 13846 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4732596 13846 5331 1 0 547594 0
[pid=17080/tid=17082] ppid=17077 vsize=18930384 memory=4026597660 CPUtime=0.2 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 5070 0 0 0 17 3 0 0 20 0 18 0 31062575 19384713216 13846 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31062580 19384713216 13846 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31062582 19384713216 13846 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55384 KiB

[startup+0.317296 s]*
/proc/loadavg: 4.83 4.41 4.36 6/327 17098
/proc/meminfo: memFree=118430428/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=18930384 memory=58412 CPUtime=0.45 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 6763 0 0 0 40 5 0 0 20 0 18 0 31062573 19384713216 14603 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4732596 14603 5331 1 0 547758 0
[pid=17080/tid=17082] ppid=17077 vsize=18930384 memory=-6000919476968252782 CPUtime=0.27 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) S 17077 17080 14966 0 -1 4194368 5220 0 0 0 24 3 0 0 20 0 18 0 31062575 19384713216 14603 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31062580 19384713216 14603 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31062582 19384713216 14603 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58412 KiB

[startup+0.700289 s]
/proc/loadavg: 4.83 4.41 4.36 7/327 17098
/proc/meminfo: memFree=118422220/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=18930384 memory=141576 CPUtime=1.15 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 8442 0 0 0 107 8 0 0 20 0 18 0 31062573 19384713216 35394 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4732596 35394 5427 1 0 548824 0
[pid=17080/tid=17082] ppid=17077 vsize=18930384 memory=17152 CPUtime=0.61 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 5451 0 0 0 56 5 0 0 20 0 18 0 31062575 19384713216 35394 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31062580 19384713216 35394 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31062582 19384713216 35394 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 141576 KiB

[startup+1.50026 s]
/proc/loadavg: 4.83 4.41 4.36 6/328 17099
/proc/meminfo: memFree=118396636/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19063512 memory=228416 CPUtime=2.69 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 13087 0 0 0 258 11 0 0 20 0 20 0 31062573 19521036288 57104 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4765878 57104 5491 1 0 550128 0
[pid=17080/tid=17082] ppid=17077 vsize=19063512 memory=3200 CPUtime=1.29 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 7078 0 0 0 122 7 0 0 20 0 20 0 31062575 19521036288 57104 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062580 19521036288 57104 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31062582 19521036288 57104 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 228416 KiB

[startup+3.10546 s]
/proc/loadavg: 4.93 4.43 4.37 6/329 17100
/proc/meminfo: memFree=118180208/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19063512 memory=450028 CPUtime=5.87 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 27536 0 0 0 568 19 0 0 20 0 20 0 31062573 19521036288 112507 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4765878 112507 5491 1 0 556078 0
[pid=17080/tid=17082] ppid=17077 vsize=19063512 memory=11264 CPUtime=2.83 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 7833 0 0 0 272 11 0 0 20 0 20 0 31062575 19521036288 112507 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062580 19521036288 112507 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 31062582 19521036288 112507 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17100] ppid=17077 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/17080/task/17100/stat : 17100 (Timer-0) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062689 19521036288 112507 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 450028 KiB

[startup+6.30029 s]
/proc/loadavg: 4.93 4.43 4.37 6/329 17100
/proc/meminfo: memFree=117253996/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19063512 memory=1322872 CPUtime=11.38 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 30350 0 0 0 1100 38 0 0 20 0 20 0 31062573 19521036288 330718 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4765878 330718 5491 1 0 556424 0
[pid=17080/tid=17082] ppid=17077 vsize=19063512 memory=0 CPUtime=5.95 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 8639 0 0 0 566 29 0 0 20 0 20 0 31062575 19521036288 330718 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19063512 memory=4283932234721037686 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062580 19521036288 330718 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19063512 memory=-6000919476968252782 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 31062582 19521036288 330718 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17100] ppid=17077 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/17080/task/17100/stat : 17100 (Timer-0) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062689 19521036288 330718 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 11.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1322872 KiB

[startup+12.7004 s]
/proc/loadavg: 5.01 4.47 4.38 5/329 17100
/proc/meminfo: memFree=116415200/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19063512 memory=2496280 CPUtime=18.68 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 31805 0 0 0 1804 64 0 0 20 0 20 0 31062573 19521036288 624070 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4765878 624070 5491 1 0 957507 0
[pid=17080/tid=17082] ppid=17077 vsize=19063512 memory=0 CPUtime=12.17 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 9566 0 0 0 1163 54 0 0 20 0 20 0 31062575 19521036288 624070 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19063512 memory=1945368 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062580 19521036288 624070 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 31062582 19521036288 624070 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17100] ppid=17077 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/17080/task/17100/stat : 17100 (Timer-0) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062689 19521036288 624070 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 18.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2496280 KiB

[startup+25.5005 s]
/proc/loadavg: 5.16 4.52 4.40 5/329 17100
/proc/meminfo: memFree=115605256/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19063512 memory=2903016 CPUtime=32.24 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 39740 0 0 0 3144 80 0 0 20 0 20 0 31062573 19521036288 725754 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4765878 725754 5491 1 0 957537 0
[pid=17080/tid=17082] ppid=17077 vsize=19063512 memory=-6000919476968252782 CPUtime=24.66 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 11639 0 0 0 2398 68 0 0 20 0 20 0 31062575 19521036288 725754 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19063512 memory=3199 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062580 19521036288 725754 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19063512 memory=2902888 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 31062582 19521036288 725754 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17100] ppid=17077 vsize=19063512 memory=2902888 CPUtime=0 cores=4,6
/proc/17080/task/17100/stat : 17100 (Timer-0) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062689 19521036288 725754 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 32.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2903016 KiB

[startup+51.1136 s]
/proc/loadavg: 4.89 4.51 4.40 5/331 17103
/proc/meminfo: memFree=115518576/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19063512 memory=2909476 CPUtime=58.48 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 44834 0 0 0 5759 89 0 0 20 0 20 0 31062573 19521036288 727369 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4765878 727369 5523 1 0 957553 0
[pid=17080/tid=17082] ppid=17077 vsize=19063512 memory=2909348 CPUtime=49.59 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 13954 0 0 0 4884 75 0 0 20 0 20 0 31062575 19521036288 727369 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19063512 memory=-6000919476968252782 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062580 19521036288 727369 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19063512 memory=2903144 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 31062582 19521036288 727369 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17100] ppid=17077 vsize=19063512 memory=2902888 CPUtime=0 cores=4,6
/proc/17080/task/17100/stat : 17100 (Timer-0) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062689 19521036288 727369 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0

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

[startup+3222.3 s]
/proc/loadavg: 1.10 1.93 3.09 2/252 17373
/proc/meminfo: memFree=123564648/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19063512 memory=5235784 CPUtime=3272.24 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 176427 0 0 0 326399 825 0 0 20 0 20 0 31062573 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4765878 1308946 5523 1 0 1322299 0
[pid=17080/tid=17082] ppid=17077 vsize=19063512 memory=17152 CPUtime=3123.04 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 88384 0 0 0 311695 609 0 0 20 0 20 0 31062575 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062580 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19063512 memory=5235784 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 1693 0 0 0 0 0 0 0 20 0 20 0 31062582 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17100] ppid=17077 vsize=19063512 memory=-6000919476968252782 CPUtime=0 cores=4,6
/proc/17080/task/17100/stat : 17100 (Timer-0) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062689 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 3272.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5235784 KiB

[startup+3282.3 s]
/proc/loadavg: 1.15 1.79 2.97 2/253 17380
/proc/meminfo: memFree=123533792/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19063512 memory=5235784 CPUtime=3333.35 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 178139 0 0 0 332497 838 0 0 20 0 20 0 31062573 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4765878 1308946 5523 1 0 1322299 0
[pid=17080/tid=17082] ppid=17077 vsize=19063512 memory=5235784 CPUtime=3181.25 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 89478 0 0 0 317508 617 0 0 20 0 20 0 31062575 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19063512 memory=5235784 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062580 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19063512 memory=5235784 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 1732 0 0 0 0 0 0 0 20 0 20 0 31062582 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17100] ppid=17077 vsize=19063512 memory=2696 CPUtime=0 cores=4,6
/proc/17080/task/17100/stat : 17100 (Timer-0) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062689 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 3333.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5235784 KiB

[startup+3342.3 s]
/proc/loadavg: 1.16 1.67 2.85 2/253 17382
/proc/meminfo: memFree=123507508/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19063512 memory=5235784 CPUtime=3394.41 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 178888 0 0 0 338593 848 0 0 20 0 20 0 31062573 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4765878 1308946 5523 1 0 1322299 0
[pid=17080/tid=17082] ppid=17077 vsize=19063512 memory=11264 CPUtime=3239.25 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 90107 0 0 0 323300 625 0 0 20 0 20 0 31062575 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19063512 memory=5235784 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062580 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19063512 memory=5235784 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 1733 0 0 0 0 0 0 0 20 0 20 0 31062582 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17100] ppid=17077 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/17080/task/17100/stat : 17100 (Timer-0) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062689 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 3394.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5235784 KiB

[startup+3402.3 s]
/proc/loadavg: 1.17 1.58 2.74 2/253 17386
/proc/meminfo: memFree=123479272/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19063512 memory=5235784 CPUtime=3455.86 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 182099 0 0 0 344725 861 0 0 20 0 20 0 31062573 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4765878 1308946 5523 1 0 1322300 0
[pid=17080/tid=17082] ppid=17077 vsize=19063512 memory=5235784 CPUtime=3296.97 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 92386 0 0 0 329063 634 0 0 20 0 20 0 31062575 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062580 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 1733 0 0 0 0 0 0 0 20 0 20 0 31062582 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17100] ppid=17077 vsize=19063512 memory=5235784 CPUtime=0 cores=4,6
/proc/17080/task/17100/stat : 17100 (Timer-0) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062689 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 3455.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5235784 KiB

[startup+3462.3 s]
/proc/loadavg: 1.20 1.52 2.65 2/253 17388
/proc/meminfo: memFree=123448028/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19063512 memory=5235784 CPUtime=3516.26 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 184790 0 0 0 350753 873 0 0 20 0 20 0 31062573 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4765878 1308946 5523 1 0 1322301 0
[pid=17080/tid=17082] ppid=17077 vsize=19063512 memory=17152 CPUtime=3355.34 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 94054 0 0 0 334892 642 0 0 20 0 20 0 31062575 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19063512 memory=5235784 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062580 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 1757 0 0 0 0 0 0 0 20 0 20 0 31062582 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17100] ppid=17077 vsize=19063512 memory=5235784 CPUtime=0 cores=4,6
/proc/17080/task/17100/stat : 17100 (Timer-0) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062689 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 3516.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5235784 KiB

[startup+3522.3 s]
/proc/loadavg: 1.19 1.45 2.55 2/253 17390
/proc/meminfo: memFree=123419356/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19063512 memory=5235784 CPUtime=3577.29 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 185601 0 0 0 356844 885 0 0 20 0 20 0 31062573 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4765878 1308946 5523 1 0 1322301 0
[pid=17080/tid=17082] ppid=17077 vsize=19063512 memory=5235784 CPUtime=3413.59 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 94793 0 0 0 340709 650 0 0 20 0 20 0 31062575 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19063512 memory=5235784 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062580 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 1782 0 0 0 0 0 0 0 20 0 20 0 31062582 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17100] ppid=17077 vsize=19063512 memory=5235784 CPUtime=0 cores=4,6
/proc/17080/task/17100/stat : 17100 (Timer-0) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062689 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 3577.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5235784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3544.7 s]
/proc/loadavg: 1.12 1.42 2.51 2/253 17391
/proc/meminfo: memFree=123412084/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19063512 memory=5235784 CPUtime=3600.05 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 186560 0 0 0 359114 891 0 0 20 0 20 0 31062573 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4765878 1308946 5523 1 0 1322301 0
[pid=17080/tid=17082] ppid=17077 vsize=19063512 memory=5235784 CPUtime=3435.47 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) R 17077 17080 14966 0 -1 4194368 95650 0 0 0 342892 655 0 0 20 0 20 0 31062575 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19063512 memory=5235784 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062580 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19063512 memory=5235784 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 1782 0 0 0 0 0 0 0 20 0 20 0 31062582 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17100] ppid=17077 vsize=19063512 memory=4892 CPUtime=0 cores=4,6
/proc/17080/task/17100/stat : 17100 (Timer-0) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31062689 19521036288 1308946 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5235784 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.31 s, system=8.94101 s

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

[startup+3544.8 s]
/proc/loadavg: 1.12 1.42 2.51 2/253 17391
/proc/meminfo: memFree=123412084/131382112 swapFree=33010684/33010684
[pid=17080] ppid=17077 vsize=19263204 memory=5236936 CPUtime=3600.23 cores=4,6
/proc/17080/stat : 17080 (java) S 17077 17080 14966 0 -1 4194304 189167 0 0 0 359131 892 0 0 20 0 15 0 31062573 19725520896 1309234 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
/proc/17080/statm: 4815801 1309234 5523 1 0 1323313 0
[pid=17080/tid=17082] ppid=17077 vsize=19263204 memory=-6000919476968252782 CPUtime=3435.49 cores=4,6
/proc/17080/task/17082/stat : 17082 (java) S 17077 17080 14966 0 -1 4194368 95897 0 0 0 342894 655 0 0 20 0 15 0 31062575 19725520896 1309234 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17091] ppid=17077 vsize=19263204 memory=2764 CPUtime=0 cores=4,6
/proc/17080/task/17091/stat : 17091 (Finalizer) S 17077 17080 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 31062580 19725520896 1309234 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
[pid=17080/tid=17098] ppid=17077 vsize=19263204 memory=23532 CPUtime=0 cores=4,6
/proc/17080/task/17098/stat : 17098 (Common-Cleaner) S 17077 17080 14966 0 -1 4194368 1782 0 0 0 0 0 0 0 20 0 15 0 31062582 19725520896 1309234 18446744073709551615 94877795434496 94877795438192 140733950626864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94877795446008 94877795446800 94877810491392 140733950634285 140733950634470 140733950634470 140733950640072 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5236936 KiB

Child status: 143

Real time (s): 3544.83
CPU time (s): 3600.25
CPU user time (s): 3591.31
CPU system time (s): 8.94101
CPU usage (%): 101.564
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5236936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.31
system time used= 8.94101
maximum resident set size= 5237064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189194
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3587488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138077
involuntary context switches= 23003


# summary of solver processes directly reported to runsolver:
#   pid: 17080
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3591.31
#   total CPU system time (s): 8.94101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1959 second user time and 33.2397 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 01:37:17
IDJOB=4494459
IDBENCH=147891
IDSOLVER=3362
FILE ID=nodeC001/4494459-1751153837
RUNJOBID= nodeC001-1751145706-14977
SLURM_JOB_ID= 9587448
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494459-1751153837/watcher-4494459-1751153837 -o /tmp/evaluation-result-4494459-1751153837/solver-4494459-1751153837 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14977 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4494459-1751153837 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4494459-1751153837.opb

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

MD5SUM BENCH= f8e7200d7e9c4a7cfb6b4e6c5b6d430a
RANDOM SEED=2050686290

nodeC001 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3660.926
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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		: 3662.265
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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		: 1197.489
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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.894
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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		: 1197.177
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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		: 3591.068
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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		: 1198.112
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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.168
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        118456208 kB
MemAvailable:   118517260 kB
Buffers:            3280 kB
Cached:           872564 kB
SwapCached:            0 kB
Active:         11641928 kB
Inactive:         639996 kB
Active(anon):   11424076 kB
Inactive(anon):        0 kB
Active(file):     217852 kB
Inactive(file):   639996 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9472 kB
Writeback:            16 kB
AnonPages:      11409228 kB
Mapped:           121848 kB
Shmem:             17960 kB
KReclaimable:      85280 kB
Slab:             165844 kB
SReclaimable:      85280 kB
SUnreclaim:        80564 kB
KernelStack:        5024 kB
PageTables:        25956 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13022672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11153408 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC001 at 2025-06-29 02:36:22