Trace number 4494567

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

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUM392bb637b95a9bbde51dfdce2cdaf17a
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 benchmark2.06969
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.27/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.24	c java.vm.version	22.0.1+8-16
0.27/0.24	c java.vm.vendor	Oracle Corporation
0.27/0.24	c sun.arch.data.model	64
0.27/0.24	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.25	c Free memory 		2104792832
0.27/0.25	c Max memory 		16282288128
0.27/0.25	c Total memory 		2113929216
0.27/0.26	c Number of processors 	2
0.59/0.44	c Pseudo Boolean Optimization by upper bound
0.59/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.44	c  - never skip resolution steps
0.59/0.44	c  - Auto-division on coefficients is disabled
0.59/0.44	c  - No postprocessing
0.59/0.44	c  - Conflict is considered as is when resolving
0.59/0.44	c  - Use constraints as they come during conflict analysis
0.59/0.44	c  - Weaken first using unassigned literals
0.59/0.44	c  - Bump strategy: ALWAYS_ONE
0.59/0.44	c  - Bumper: EFFECTIVE
0.59/0.44	c --- Begin Solver configuration ---
0.59/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.59/0.44	c Learn all clauses as in MiniSAT
0.59/0.44	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.44	c No reason simplification
0.59/0.44	c Dynamic restart strategy considering the size of the coefficients
0.59/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.59/0.44	c timeout=2147483s
0.59/0.44	c DB Simplification allowed=false
0.59/0.44	c Listener: none
0.59/0.44	c --- End Solver configuration ---
0.59/0.44	c solving HOME/instance-4494567-1751157827.opb
0.59/0.44	c reading problem ... 
0.59/0.44	c using VERIPB proof format
0.59/0.45	c  no objective function found
3.43/1.97	c ... done. Wall clock time 1.523s.
3.43/1.97	c declared #vars     1650
3.43/1.97	c #constraints  113714
3.43/1.97	c constraints type 
3.43/1.97	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 550
3.43/1.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 113164
3.43/1.97	c 113714 constraints processed.
9.58/5.08	c cleaning 2497 clauses out of 5001 with flag 0/5001
13.63/7.85	c cleaning 4245 clauses out of 8503 with flag 0/11000
17.25/10.78	c cleaning 5628 clauses out of 11260 with flag 0/18002
22.97/16.44	c cleaning 6809 clauses out of 13630 with flag 0/26000
27.90/21.33	c cleaning 7899 clauses out of 15821 with flag 0/35000
32.37/25.71	c cleaning 8950 clauses out of 17922 with flag 0/45000
37.18/30.22	c cleaning 9982 clauses out of 19975 with flag 0/56003
42.42/35.31	c cleaning 10985 clauses out of 21994 with flag 0/68004
50.39/43.08	c cleaning 11994 clauses out of 24005 with flag 0/81000
57.51/50.14	c cleaning 12996 clauses out of 26011 with flag 0/95000
65.89/58.49	c cleaning 14003 clauses out of 28016 with flag 0/110001
72.16/64.68	c cleaning 14996 clauses out of 30013 with flag 0/126001
79.10/71.36	c cleaning 15998 clauses out of 32017 with flag 0/143001
88.77/80.91	c cleaning 16996 clauses out of 34018 with flag 0/161000
97.04/89.13	c cleaning 17998 clauses out of 36022 with flag 0/180000
106.06/98.15	c cleaning 19002 clauses out of 38024 with flag 0/200000
116.97/109.10	c cleaning 20000 clauses out of 40022 with flag 0/221000
128.69/120.73	c cleaning 21001 clauses out of 42022 with flag 0/243000
141.57/133.67	c cleaning 22004 clauses out of 44022 with flag 0/266001
154.34/146.43	c cleaning 23000 clauses out of 46017 with flag 0/290000
168.12/160.14	c cleaning 23994 clauses out of 48018 with flag 0/315001
184.07/176.02	c cleaning 25006 clauses out of 50025 with flag 0/341002
199.13/190.99	c cleaning 25996 clauses out of 52017 with flag 0/368000
217.25/209.00	c cleaning 26995 clauses out of 54021 with flag 0/396000
235.91/227.35	c cleaning 28001 clauses out of 56027 with flag 0/425001
255.64/246.77	c cleaning 29005 clauses out of 58025 with flag 0/455000
275.92/266.73	c cleaning 30005 clauses out of 60023 with flag 0/486003
296.94/287.49	c cleaning 30996 clauses out of 62015 with flag 0/518000
317.79/307.68	c cleaning 31999 clauses out of 64019 with flag 0/551000
342.36/331.91	c cleaning 33002 clauses out of 66021 with flag 0/585001
362.22/351.34	c cleaning 34003 clauses out of 68022 with flag 0/620004
384.41/373.20	c cleaning 34999 clauses out of 70015 with flag 0/656000
406.95/395.34	c cleaning 36001 clauses out of 72018 with flag 0/693002
429.10/417.19	c cleaning 37002 clauses out of 74015 with flag 0/731000
449.99/437.76	c cleaning 37996 clauses out of 76013 with flag 0/770000
473.12/460.56	c cleaning 39000 clauses out of 78017 with flag 0/810000
496.87/483.76	c cleaning 39993 clauses out of 80017 with flag 0/851000
516.51/503.02	c cleaning 40999 clauses out of 82024 with flag 0/893000
539.07/525.37	c cleaning 42002 clauses out of 84025 with flag 0/936000
561.19/547.10	c cleaning 43005 clauses out of 86023 with flag 0/980000
587.03/572.65	c cleaning 44000 clauses out of 88018 with flag 0/1025000
614.06/599.31	c cleaning 45006 clauses out of 90018 with flag 0/1071000
638.10/622.94	c cleaning 45997 clauses out of 92012 with flag 0/1118000
669.66/654.01	c cleaning 47003 clauses out of 94017 with flag 0/1166002
697.98/681.84	c cleaning 47995 clauses out of 96012 with flag 0/1215000
726.02/709.44	c cleaning 49003 clauses out of 98018 with flag 0/1265001
753.92/736.95	c cleaning 49998 clauses out of 100015 with flag 0/1316001
785.47/767.95	c cleaning 51000 clauses out of 102016 with flag 0/1368000
817.54/799.46	c cleaning 52001 clauses out of 104018 with flag 0/1421002
849.67/831.06	c cleaning 52996 clauses out of 106016 with flag 0/1475001
887.53/869.80	c cleaning 54001 clauses out of 108019 with flag 0/1530000
926.00/907.97	c cleaning 55007 clauses out of 110023 with flag 0/1586005
963.20/944.78	c cleaning 55995 clauses out of 112014 with flag 0/1643003
1006.63/987.68	c cleaning 57004 clauses out of 114018 with flag 0/1701002
1053.36/1033.88	c cleaning 57999 clauses out of 116014 with flag 0/1760002
1096.19/1076.23	c cleaning 59004 clauses out of 118016 with flag 0/1820003
1144.65/1124.02	c cleaning 59991 clauses out of 120009 with flag 0/1881000
1199.99/1178.74	c cleaning 60996 clauses out of 122018 with flag 0/1943000
1248.81/1227.13	c cleaning 61994 clauses out of 124022 with flag 0/2006000
1299.70/1277.54	c cleaning 63003 clauses out of 126028 with flag 0/2070000
1359.01/1336.13	c cleaning 64003 clauses out of 128029 with flag 0/2135004
1414.19/1390.83	c cleaning 65008 clauses out of 130022 with flag 0/2201000
1452.41/1428.42	c cleaning 66001 clauses out of 132014 with flag 0/2268000
1493.44/1468.53	c cleaning 67004 clauses out of 134014 with flag 0/2336001
1541.37/1515.98	c cleaning 67997 clauses out of 136011 with flag 0/2405002
1595.41/1569.39	c cleaning 68997 clauses out of 138012 with flag 0/2475000
1653.50/1626.29	c cleaning 69999 clauses out of 140016 with flag 0/2546001
1710.78/1683.06	c cleaning 71001 clauses out of 142016 with flag 0/2618000
1767.16/1738.84	c cleaning 72000 clauses out of 144015 with flag 0/2691000
1825.79/1796.67	c cleaning 72992 clauses out of 146017 with flag 0/2765002
1882.20/1852.48	c cleaning 74002 clauses out of 148024 with flag 0/2840001
1946.60/1916.03	c cleaning 75008 clauses out of 150021 with flag 0/2916000
1994.03/1962.69	c cleaning 75998 clauses out of 152013 with flag 0/2993000
2047.04/2014.80	c cleaning 77002 clauses out of 154018 with flag 0/3071003
2108.42/2076.11	c cleaning 77996 clauses out of 156015 with flag 0/3150002
2169.29/2136.03	c cleaning 79000 clauses out of 158018 with flag 0/3230001
2235.86/2201.42	c cleaning 79991 clauses out of 160017 with flag 0/3311000
2305.50/2270.39	c cleaning 80996 clauses out of 162026 with flag 0/3393000
2361.05/2325.11	c cleaning 82007 clauses out of 164031 with flag 0/3476001
2431.62/2394.65	c cleaning 83001 clauses out of 166024 with flag 0/3560001
2488.08/2450.18	c cleaning 84007 clauses out of 168025 with flag 0/3645003
2557.84/2518.96	c cleaning 84996 clauses out of 170017 with flag 0/3731002
2637.12/2596.63	c cleaning 85997 clauses out of 172019 with flag 0/3818000
2714.99/2673.83	c cleaning 87002 clauses out of 174023 with flag 0/3906001
2791.47/2749.43	c cleaning 88001 clauses out of 176024 with flag 0/3995004
2867.01/2824.10	c cleaning 88997 clauses out of 178021 with flag 0/4085002
2950.72/2906.84	c cleaning 89998 clauses out of 180022 with flag 0/4176000
3028.90/2984.19	c cleaning 91001 clauses out of 182025 with flag 0/4268001
3121.03/3075.33	c cleaning 92002 clauses out of 184024 with flag 0/4361001
3210.83/3164.09	c cleaning 93004 clauses out of 186022 with flag 0/4455001
3303.85/3256.24	c cleaning 94001 clauses out of 188019 with flag 0/4550002
3393.21/3344.79	c cleaning 94991 clauses out of 190016 with flag 0/4646000
3482.76/3433.65	c cleaning 95996 clauses out of 192025 with flag 0/4743000
3572.21/3522.35	c cleaning 97004 clauses out of 194030 with flag 0/4841001
3600.10/3550.03	c starts		: 46
3600.10/3550.03	c conflicts		: 4881422
3600.10/3550.03	c decisions		: 5693206
3600.10/3550.03	c propagations		: 500391686
3600.10/3550.04	c timeout
3600.10/3550.04	c inspects		: 15322520785
3600.10/3550.04	c shortcuts		: 0
3600.10/3550.04	c learnt literals	: 0
3600.10/3550.04	c learnt binary clauses	: 0
3600.10/3550.05	c learnt ternary clauses	: 0
3600.10/3550.05	c learnt constraints	: 4881421
3600.10/3550.05	c ignored constraints	: 0
3600.10/3550.05	c root simplifications	: 0
3600.10/3550.05	c removed literals (reason simplification)	: 0
3600.10/3550.05	c reason swapping (by a shorter reason)	: 0
3600.10/3550.05	c Calls to reduceDB	: 94
3600.10/3550.05	c Number of update (reduction) of LBD	: 6848078
3600.10/3550.05	c Imported unit clauses	: 0
3600.10/3550.05	c No decision after first conflict	: false
3600.10/3550.05	c number of reductions to clauses (during analyze)	: 0
3600.10/3550.05	c number of learned constraints concerned by reduction	: 0
3600.10/3550.05	c number of learning phase by resolution	: 0
3600.10/3550.05	c number of learning phase by cutting planes	: 0
3600.10/3550.05	c number of rounding to 1 operations	: 0
3600.10/3550.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3550.05	c number of reductions of the coefficients by power 2 	: 0
3600.10/3550.05	c number of right shift for reduction by power 2 	: 0
3600.10/3550.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3550.05	c number of ending skipping 	: 0
3600.10/3550.05	c number of internal skipping 	: 0
3600.10/3550.05	c number of derivation steps 	: 165070899
3600.10/3550.05	c number of skipped derivation steps 	: 0
3600.10/3550.05	c number of remaining unassigned 	: 231
3600.10/3550.05	c number of remaining assigned 	: 23292561
3600.10/3550.05	c number of falsified literals weakened from reason	: 0
3600.10/3550.05	c number of falsified literals weakened from conflict	: 0
3600.10/3550.05	c time for arithmetic operations	: 3193225740
3600.10/3550.06	c minimum degree of deleted constraints	: 1
3600.10/3550.06	c maximum degree of deleted constraints	: 24
3600.10/3550.06	c number of deleted constraints	: 4743975
3600.10/3550.06	c speed (assignments/second)	: 141031.6807963744
3600.10/3550.06	c non guided choices	: 304
3600.25/3550.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 135482
3600.25/3550.18	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 1964
3600.25/3550.18	s UNKNOWN
3600.25/3550.18	c Total wall clock time (in seconds): 3549.744

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=20045, runsolver pid=20042

[startup+0.100073 s]*
/proc/loadavg: 0.89 2.47 3.45 5/302 20085
/proc/meminfo: memFree=129978144/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=18930384 memory=47716 CPUtime=0.09 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 5493 0 0 0 6 3 0 0 20 0 18 0 31462489 19384713216 11929 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4732596 11929 4929 1 0 546725 0
[pid=20045/tid=20051] ppid=20042 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 4587 0 0 0 4 2 0 0 20 0 18 0 31462492 19384713216 11929 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31462497 19384713216 11929 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=18930384 memory=59593594258114 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 31462499 19384713216 11929 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47716 KiB

[startup+0.21852 s]*
/proc/loadavg: 0.89 2.47 3.45 7/302 20085
/proc/meminfo: memFree=129957960/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=18930384 memory=53788 CPUtime=0.27 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 6110 0 0 0 23 4 0 0 20 0 18 0 31462489 19384713216 13447 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4732596 13447 5345 1 0 547233 0
[pid=20045/tid=20051] ppid=20042 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 4980 0 0 0 15 2 0 0 20 0 18 0 31462492 19384713216 13447 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=18930384 memory=16142 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31462497 19384713216 13447 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 31462499 19384713216 13447 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53788 KiB

[startup+0.315053 s]*
/proc/loadavg: 0.89 2.47 3.45 10/302 20085
/proc/meminfo: memFree=129935592/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=18930384 memory=59712 CPUtime=0.43 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 6578 0 0 0 38 5 0 0 20 0 18 0 31462489 19384713216 14928 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4732596 14928 5345 1 0 547687 0
[pid=20045/tid=20051] ppid=20042 vsize=18930384 memory=-6000919498493422701 CPUtime=0.26 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 5138 0 0 0 23 3 0 0 20 0 18 0 31462492 19384713216 14928 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31462497 19384713216 14928 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 31462499 19384713216 14928 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59712 KiB

[startup+0.700364 s]
/proc/loadavg: 0.89 2.47 3.45 10/300 20085
/proc/meminfo: memFree=129912088/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=18930384 memory=119984 CPUtime=1.09 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 7289 0 0 0 100 9 0 0 20 0 18 0 31462489 19384713216 29996 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4732596 29996 5441 1 0 548226 0
[pid=20045/tid=20051] ppid=20042 vsize=18930384 memory=17024 CPUtime=0.57 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 5454 0 0 0 51 6 0 0 20 0 18 0 31462492 19384713216 29996 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=18930384 memory=10624 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31462497 19384713216 29996 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 31462499 19384713216 29996 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 119984 KiB

[startup+1.50027 s]
/proc/loadavg: 0.89 2.47 3.45 8/325 20115
/proc/meminfo: memFree=129699036/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=18996948 memory=516920 CPUtime=2.64 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 16603 0 5 0 241 23 0 0 20 0 19 0 31462489 19452874752 129230 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4749237 129230 5473 1 0 551831 0
[pid=20045/tid=20051] ppid=20042 vsize=18996948 memory=3200 CPUtime=1.3 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 5893 0 0 0 113 17 0 0 20 0 19 0 31462492 19452874752 129230 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31462497 19452874752 129230 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 31462499 19452874752 129230 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 516920 KiB

[startup+3.10571 s]
/proc/loadavg: 0.89 2.47 3.45 9/329 20119
/proc/meminfo: memFree=125541928/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=19063512 memory=1383660 CPUtime=5.81 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 29578 0 5 0 534 47 0 0 20 0 20 0 31462489 19521036288 345915 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4765878 345915 5473 1 0 857803 0
[pid=20045/tid=20051] ppid=20042 vsize=19063512 memory=10624 CPUtime=2.76 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 7555 0 0 0 239 37 0 0 20 0 20 0 31462492 19521036288 345915 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31462497 19521036288 345915 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 31462499 19521036288 345915 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20119] ppid=20042 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/20045/task/20119/stat : 20119 (Timer-0) S 20042 20045 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462687 19521036288 345915 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1383660 KiB

[startup+6.30031 s]
/proc/loadavg: 1.46 2.56 3.48 5/329 20119
/proc/meminfo: memFree=123484912/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=19063512 memory=1584316 CPUtime=11.53 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 30999 0 7 0 1098 55 0 0 20 0 20 0 31462489 19521036288 396079 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4765878 396079 5473 1 0 857908 0
[pid=20045/tid=20051] ppid=20042 vsize=19063512 memory=0 CPUtime=5.76 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 7822 0 0 0 535 41 0 0 20 0 20 0 31462492 19521036288 396079 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31462497 19521036288 396079 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=19063512 memory=-6000919498493422701 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 31462499 19521036288 396079 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20119] ppid=20042 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/20045/task/20119/stat : 20119 (Timer-0) S 20042 20045 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462687 19521036288 396079 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 11.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1584316 KiB

[startup+12.7005 s]
/proc/loadavg: 1.82 2.62 3.49 5/307 20130
/proc/meminfo: memFree=124814760/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=19063512 memory=2053900 CPUtime=19.27 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 31984 0 7 0 1858 69 0 0 20 0 20 0 31462489 19521036288 513475 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4765878 513475 5473 1 0 857973 0
[pid=20045/tid=20051] ppid=20042 vsize=19063512 memory=2047452 CPUtime=12.07 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 8665 0 0 0 1152 55 0 0 20 0 20 0 31462492 19521036288 513475 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31462497 19521036288 513475 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=19063512 memory=-6000919498493422701 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 31462499 19521036288 513475 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20119] ppid=20042 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/20045/task/20119/stat : 20119 (Timer-0) S 20042 20045 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462687 19521036288 513475 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 19.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2053900 KiB

[startup+25.5004 s]
/proc/loadavg: 2.61 2.75 3.52 5/330 20186
/proc/meminfo: memFree=122470952/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=19063512 memory=2078500 CPUtime=32.15 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 36245 0 7 0 3141 74 0 0 20 0 20 0 31462489 19521036288 519625 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4765878 519625 5473 1 0 857992 0
[pid=20045/tid=20051] ppid=20042 vsize=19063512 memory=0 CPUtime=24.55 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 10518 0 0 0 2398 57 0 0 20 0 20 0 31462492 19521036288 519625 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=19063512 memory=2043356 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31462497 19521036288 519625 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=19063512 memory=2078500 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 31462499 19521036288 519625 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20119] ppid=20042 vsize=19063512 memory=-6000919498493422701 CPUtime=0 cores=1,3
/proc/20045/task/20119/stat : 20119 (Timer-0) S 20042 20045 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462687 19521036288 519625 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 32.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2078500 KiB

[startup+51.114 s]
/proc/loadavg: 3.33 2.91 3.55 5/329 20253
/proc/meminfo: memFree=121642864/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=19063512 memory=2101448 CPUtime=58.55 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 46269 0 7 0 5771 84 0 0 20 0 20 0 31462489 19521036288 525362 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4765878 525362 5473 1 0 858040 0
[pid=20045/tid=20051] ppid=20042 vsize=19063512 memory=2084924 CPUtime=49.54 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 12642 0 0 0 4891 63 0 0 20 0 20 0 31462492 19521036288 525362 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31462497 19521036288 525362 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 31462499 19521036288 525362 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20119] ppid=20042 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/20045/task/20119/stat : 20119 (Timer-0) S 20042 20045 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462687 19521036288 525362 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0

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

/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31462497 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=19063512 memory=3414452 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 1973 0 0 0 0 0 0 0 20 0 20 0 31462499 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20119] ppid=20042 vsize=19063512 memory=-6000919498493422701 CPUtime=0 cores=1,3
/proc/20045/task/20119/stat : 20119 (Timer-0) S 20042 20045 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462687 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 3209.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3414452 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.19 4.18 6/329 20959
/proc/meminfo: memFree=112724252/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=19063512 memory=3414452 CPUtime=3269.54 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 197519 0 7 0 326156 798 0 0 20 0 20 0 31462489 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4765878 853613 5505 1 0 865086 0
[pid=20045/tid=20051] ppid=20042 vsize=19063512 memory=3414452 CPUtime=3151.82 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 93002 0 0 0 314655 527 0 0 20 0 20 0 31462492 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31462497 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 2106 0 0 0 0 0 0 0 20 0 20 0 31462499 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20119] ppid=20042 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/20045/task/20119/stat : 20119 (Timer-0) S 20042 20045 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462687 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 3269.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3414452 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.17 4.17 7/330 20964
/proc/meminfo: memFree=112650024/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=19063512 memory=3414452 CPUtime=3330.16 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 200701 0 7 0 332206 810 0 0 20 0 20 0 31462489 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4765878 853613 5505 1 0 865086 0
[pid=20045/tid=20051] ppid=20042 vsize=19063512 memory=3414452 CPUtime=3210.72 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 94852 0 0 0 320538 534 0 0 20 0 20 0 31462492 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=19063512 memory=3414452 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31462497 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=19063512 memory=3414452 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 2107 0 0 0 0 0 0 0 20 0 20 0 31462499 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20119] ppid=20042 vsize=19063512 memory=3414452 CPUtime=0 cores=1,3
/proc/20045/task/20119/stat : 20119 (Timer-0) S 20042 20045 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462687 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 3330.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3414452 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.17 4.17 6/330 20966
/proc/meminfo: memFree=112617572/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=19063512 memory=3414452 CPUtime=3390.81 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 200981 0 7 0 338263 818 0 0 20 0 20 0 31462489 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4765878 853613 5505 1 0 865086 0
[pid=20045/tid=20051] ppid=20042 vsize=19063512 memory=10624 CPUtime=3269.72 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 94903 0 0 0 326433 539 0 0 20 0 20 0 31462492 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=19063512 memory=3414452 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31462497 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=19063512 memory=3414452 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 2185 0 0 0 0 0 0 0 20 0 20 0 31462499 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20119] ppid=20042 vsize=19063512 memory=3414452 CPUtime=0 cores=1,3
/proc/20045/task/20119/stat : 20119 (Timer-0) S 20042 20045 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462687 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 3390.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3414452 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.15 4.17 6/329 20969
/proc/meminfo: memFree=112563328/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=19063512 memory=3414452 CPUtime=3451.12 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 202362 0 7 0 344283 829 0 0 20 0 20 0 31462489 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4765878 853613 5505 1 0 865086 0
[pid=20045/tid=20051] ppid=20042 vsize=19063512 memory=3414452 CPUtime=3328.79 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 96084 0 0 0 332333 546 0 0 20 0 20 0 31462492 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=19063512 memory=3414452 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31462497 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 2186 0 0 0 0 0 0 0 20 0 20 0 31462499 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20119] ppid=20042 vsize=19063512 memory=3414452 CPUtime=0 cores=1,3
/proc/20045/task/20119/stat : 20119 (Timer-0) S 20042 20045 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462687 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 3451.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3414452 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.16 4.17 6/331 20977
/proc/meminfo: memFree=112502136/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=19063512 memory=3414452 CPUtime=3511.61 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 205727 0 7 0 350321 840 0 0 20 0 20 0 31462489 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4765878 853613 5505 1 0 865086 0
[pid=20045/tid=20051] ppid=20042 vsize=19063512 memory=3414452 CPUtime=3387.96 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 98006 0 0 0 338242 554 0 0 20 0 20 0 31462492 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=19063512 memory=3414452 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31462497 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 2241 0 0 0 0 0 0 0 20 0 20 0 31462499 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20119] ppid=20042 vsize=19063512 memory=3414452 CPUtime=0 cores=1,3
/proc/20045/task/20119/stat : 20119 (Timer-0) S 20042 20045 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462687 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 3511.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3414452 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.20 4.18 6/331 20979
/proc/meminfo: memFree=112477352/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=19063512 memory=3414452 CPUtime=3572.21 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 208009 0 7 0 356372 849 0 0 20 0 20 0 31462489 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4765878 853613 5505 1 0 865086 0
[pid=20045/tid=20051] ppid=20042 vsize=19063512 memory=3414452 CPUtime=3446.97 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 99278 0 0 0 344137 560 0 0 20 0 20 0 31462492 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=19063512 memory=3414452 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31462497 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=19063512 memory=3414452 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 2329 0 0 0 0 0 0 0 20 0 20 0 31462499 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20119] ppid=20042 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/20045/task/20119/stat : 20119 (Timer-0) S 20042 20045 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462687 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 3572.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3414452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3550 s]*
/proc/loadavg: 4.33 4.21 4.19 6/331 20980
/proc/meminfo: memFree=112453584/131382112 swapFree=33010684/33010684
[pid=20045] ppid=20042 vsize=19063512 memory=3414452 CPUtime=3600.1 cores=1,3
/proc/20045/stat : 20045 (java) S 20042 20045 19975 0 -1 4194304 208246 0 7 0 359156 854 0 0 20 0 20 0 31462489 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
/proc/20045/statm: 4765878 853613 5505 1 0 865086 0
[pid=20045/tid=20051] ppid=20042 vsize=19063512 memory=-6000919489970072685 CPUtime=3474.33 cores=1,3
/proc/20045/task/20051/stat : 20051 (java) R 20042 20045 19975 0 -1 4194368 99502 0 0 0 346869 564 0 0 20 0 20 0 31462492 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20078] ppid=20042 vsize=19063512 memory=-4421386517655350117 CPUtime=0 cores=1,3
/proc/20045/task/20078/stat : 20078 (Finalizer) S 20042 20045 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31462497 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20085] ppid=20042 vsize=19063512 memory=3654076 CPUtime=0 cores=1,3
/proc/20045/task/20085/stat : 20085 (Common-Cleaner) S 20042 20045 19975 0 -1 4194368 2329 0 0 0 0 0 0 0 20 0 20 0 31462499 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
[pid=20045/tid=20119] ppid=20042 vsize=19063512 memory=6756 CPUtime=0 cores=1,3
/proc/20045/task/20119/stat : 20119 (Timer-0) S 20042 20045 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462687 19521036288 853613 18446744073709551615 94522260578304 94522260582000 140734750382528 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522260589816 94522260590608 94522273038336 140734750386477 140734750386662 140734750386662 140734750392264 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3414452 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.78 s, system=8.58001 s

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

[startup+3550.2 s]*
/proc/loadavg: 4.33 4.21 4.19 5/313 20983
/proc/meminfo: memFree=115688064/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3550.24
CPU time (s): 3600.36
CPU user time (s): 3591.78
CPU system time (s): 8.58001
CPU usage (%): 101.412
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3415604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.78
system time used= 8.58001
maximum resident set size= 3415604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211552
page faults= 7
swaps= 0
block input operations= 368
block output operations= 2946680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131617
involuntary context switches= 14612


# summary of solver processes directly reported to runsolver:
#   pid: 20045
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3591.78
#   total CPU system time (s): 8.58001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.617 second user time and 37.0596 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 02:43:47
IDJOB=4494567
IDBENCH=147894
IDSOLVER=3362
FILE ID=nodeC009/4494567-1751157827
RUNJOBID= nodeC009-1751157827-19987
SLURM_JOB_ID= 9587490
Free space on /tmp= 433036 MiB

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

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

MD5SUM BENCH= 392bb637b95a9bbde51dfdce2cdaf17a
RANDOM SEED=1973733809

nodeC009 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		: 1197.634
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.85
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		: 1197.245
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.85
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.235
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.85
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.217
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.85
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.662
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.85
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		: 1197.221
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.85
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.220
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.85
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.224
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130059920 kB
MemAvailable:   129951868 kB
Buffers:            3280 kB
Cached:           702492 kB
SwapCached:            0 kB
Active:           292732 kB
Inactive:         491052 kB
Active(anon):      96296 kB
Inactive(anon):        0 kB
Active(file):     196436 kB
Inactive(file):   491052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20420 kB
Writeback:             0 kB
AnonPages:         81360 kB
Mapped:           101788 kB
Shmem:             17960 kB
KReclaimable:      87792 kB
Slab:             168556 kB
SReclaimable:      87792 kB
SUnreclaim:        80764 kB
KernelStack:        3880 kB
PageTables:         2728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     393596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC009 at 2025-06-29 03:42:58