Trace number 4510407

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.2 3533.31

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x90split.cnf-extracted.pb.metafix.opb
MD5SUMffca2f526e16739a014d253021fa9e9c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark48.9927
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables901
Total number of constraints1258
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)1256
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4510407-1751204225.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.31/0.25	c ... done. Wall clock time 0.084s.
0.31/0.25	c declared #vars     901
0.31/0.25	c #constraints  1258
0.31/0.25	c constraints type 
0.31/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.31/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1256
0.31/0.25	c 1258 constraints processed.
1.84/1.08	c cleaning 2499 clauses out of 5003 with flag 0/5003
3.42/1.83	c cleaning 4236 clauses out of 8503 with flag 0/11002
5.21/2.73	c cleaning 5612 clauses out of 11265 with flag 0/18000
6.97/3.64	c cleaning 6797 clauses out of 13653 with flag 0/26000
8.68/4.74	c cleaning 7902 clauses out of 15858 with flag 0/35002
9.80/5.74	c cleaning 8962 clauses out of 17954 with flag 0/45000
11.07/6.93	c cleaning 9977 clauses out of 19993 with flag 0/56001
12.49/8.34	c cleaning 10982 clauses out of 22015 with flag 0/68000
14.64/10.41	c cleaning 11991 clauses out of 24035 with flag 0/81002
16.25/12.02	c cleaning 13007 clauses out of 26043 with flag 0/95001
17.57/13.31	c cleaning 13996 clauses out of 28035 with flag 0/110000
19.80/15.50	c cleaning 15001 clauses out of 30039 with flag 0/126000
21.76/17.44	c cleaning 16008 clauses out of 32038 with flag 0/143000
24.44/20.08	c cleaning 16982 clauses out of 34030 with flag 0/161000
27.18/22.72	c cleaning 17996 clauses out of 36049 with flag 0/180001
30.52/26.02	c cleaning 19004 clauses out of 38052 with flag 0/200000
33.15/28.56	c cleaning 20007 clauses out of 40050 with flag 0/221002
36.44/31.78	c cleaning 21005 clauses out of 42041 with flag 0/243000
40.01/35.38	c cleaning 22006 clauses out of 44036 with flag 0/266000
44.12/39.47	c cleaning 23003 clauses out of 46030 with flag 0/290000
48.66/43.97	c cleaning 24002 clauses out of 48027 with flag 0/315000
54.26/49.47	c cleaning 25003 clauses out of 50026 with flag 0/341001
60.66/55.76	c cleaning 25994 clauses out of 52025 with flag 0/368003
67.66/62.62	c cleaning 26995 clauses out of 54029 with flag 0/396001
77.73/72.53	c cleaning 27998 clauses out of 56033 with flag 0/425000
84.45/79.14	c cleaning 28996 clauses out of 58036 with flag 0/455001
90.86/85.43	c cleaning 30011 clauses out of 60039 with flag 0/486000
99.31/93.71	c cleaning 30995 clauses out of 62029 with flag 0/518001
105.28/99.60	c cleaning 32002 clauses out of 64034 with flag 0/551001
112.04/106.22	c cleaning 33004 clauses out of 66032 with flag 0/585001
120.16/114.20	c cleaning 33995 clauses out of 68028 with flag 0/620001
127.32/121.26	c cleaning 34992 clauses out of 70032 with flag 0/656000
134.85/128.64	c cleaning 36010 clauses out of 72040 with flag 0/693000
143.56/137.23	c cleaning 37002 clauses out of 74031 with flag 0/731001
154.91/148.42	c cleaning 38002 clauses out of 76028 with flag 0/770000
167.19/160.51	c cleaning 38993 clauses out of 78027 with flag 0/810001
174.51/167.76	c cleaning 39998 clauses out of 80033 with flag 0/851000
181.75/174.82	c cleaning 40995 clauses out of 82037 with flag 0/893002
190.19/183.13	c cleaning 42004 clauses out of 84041 with flag 0/936001
202.96/195.66	c cleaning 43005 clauses out of 86036 with flag 0/980000
213.58/206.00	c cleaning 44001 clauses out of 88032 with flag 0/1025001
235.70/227.83	c cleaning 44997 clauses out of 90030 with flag 0/1071000
252.05/243.90	c cleaning 46006 clauses out of 92035 with flag 0/1118002
272.56/264.13	c cleaning 47001 clauses out of 94029 with flag 0/1166002
285.91/277.37	c cleaning 48001 clauses out of 96027 with flag 0/1215001
304.18/295.22	c cleaning 48995 clauses out of 98026 with flag 0/1265001
322.96/313.73	c cleaning 50001 clauses out of 100031 with flag 0/1316001
336.79/327.12	c cleaning 51001 clauses out of 102030 with flag 0/1368001
355.27/345.27	c cleaning 51996 clauses out of 104029 with flag 0/1421001
371.79/361.25	c cleaning 53007 clauses out of 106032 with flag 0/1475000
397.14/386.19	c cleaning 54009 clauses out of 108027 with flag 0/1530002
415.22/403.94	c cleaning 54996 clauses out of 110018 with flag 0/1586002
431.24/419.76	c cleaning 55999 clauses out of 112021 with flag 0/1643001
454.62/442.88	c cleaning 57003 clauses out of 114022 with flag 0/1701001
483.07/470.91	c cleaning 57997 clauses out of 116018 with flag 0/1760000
512.78/500.12	c cleaning 58995 clauses out of 118022 with flag 0/1820001
546.89/533.78	c cleaning 59999 clauses out of 120028 with flag 0/1881002
583.03/569.36	c cleaning 61002 clauses out of 122028 with flag 0/1943001
621.47/607.28	c cleaning 61998 clauses out of 124026 with flag 0/2006001
645.13/630.12	c cleaning 62992 clauses out of 126027 with flag 0/2070000
718.53/702.63	c cleaning 64006 clauses out of 128035 with flag 0/2135000
752.75/736.39	c cleaning 64997 clauses out of 130029 with flag 0/2201000
785.21/768.30	c cleaning 66005 clauses out of 132033 with flag 0/2268001
819.21/801.65	c cleaning 67004 clauses out of 134028 with flag 0/2336001
849.01/830.94	c cleaning 67994 clauses out of 136025 with flag 0/2405002
882.56/864.01	c cleaning 69002 clauses out of 138029 with flag 0/2475000
927.56/908.32	c cleaning 69998 clauses out of 140029 with flag 0/2546002
978.93/958.99	c cleaning 71000 clauses out of 142029 with flag 0/2618000
1020.94/1000.21	c cleaning 72008 clauses out of 144031 with flag 0/2691002
1073.92/1052.35	c cleaning 73002 clauses out of 146021 with flag 0/2765000
1121.34/1098.93	c cleaning 73997 clauses out of 148019 with flag 0/2840000
1173.14/1149.81	c cleaning 75004 clauses out of 150022 with flag 0/2916000
1254.64/1230.26	c cleaning 75998 clauses out of 152018 with flag 0/2993000
1286.28/1261.26	c cleaning 76999 clauses out of 154021 with flag 0/3071001
1373.77/1347.14	c cleaning 78003 clauses out of 156021 with flag 0/3150000
1434.74/1407.10	c cleaning 78994 clauses out of 158018 with flag 0/3230000
1477.53/1448.94	c cleaning 79999 clauses out of 160026 with flag 0/3311002
1550.42/1520.43	c cleaning 81002 clauses out of 162026 with flag 0/3393001
1607.61/1576.42	c cleaning 82004 clauses out of 164023 with flag 0/3476000
1673.43/1641.03	c cleaning 83000 clauses out of 166019 with flag 0/3560000
1748.74/1714.96	c cleaning 83995 clauses out of 168019 with flag 0/3645000
1831.51/1796.12	c cleaning 85004 clauses out of 170024 with flag 0/3731000
1881.42/1845.34	c cleaning 85998 clauses out of 172020 with flag 0/3818000
1955.95/1918.82	c cleaning 87004 clauses out of 174022 with flag 0/3906000
2022.10/1983.91	c cleaning 88003 clauses out of 176019 with flag 0/3995001
2106.29/2066.01	c cleaning 89004 clauses out of 178016 with flag 0/4085001
2174.66/2133.06	c cleaning 89990 clauses out of 180012 with flag 0/4176001
2246.03/2203.28	c cleaning 91005 clauses out of 182023 with flag 0/4268002
2339.00/2294.27	c cleaning 92004 clauses out of 184017 with flag 0/4361001
2396.82/2350.94	c cleaning 92996 clauses out of 186012 with flag 0/4455000
2443.14/2396.25	c cleaning 93994 clauses out of 188016 with flag 0/4550000
2530.65/2482.48	c cleaning 95001 clauses out of 190023 with flag 0/4646001
2614.80/2565.42	c cleaning 95997 clauses out of 192021 with flag 0/4743000
2706.00/2655.61	c cleaning 96998 clauses out of 194024 with flag 0/4841000
2828.20/2776.66	c cleaning 97997 clauses out of 196028 with flag 0/4940002
2912.70/2859.62	c cleaning 99006 clauses out of 198029 with flag 0/5040000
2981.24/2926.13	c cleaning 99998 clauses out of 200025 with flag 0/5141002
3062.16/3005.59	c cleaning 101002 clauses out of 202026 with flag 0/5243001
3167.19/3109.44	c cleaning 102001 clauses out of 204025 with flag 0/5346002
3273.38/3214.42	c cleaning 102997 clauses out of 206022 with flag 0/5450000
3381.39/3320.85	c cleaning 104006 clauses out of 208025 with flag 0/5555000
3479.05/3415.29	c cleaning 104999 clauses out of 210019 with flag 0/5661000
3532.64/3467.64	c cleaning 105996 clauses out of 212021 with flag 0/5768001
3591.48/3524.83	c cleaning 107004 clauses out of 214024 with flag 0/5876000
3600.03/3533.21	c starts		: 204
3600.03/3533.21	c conflicts		: 5899722
3600.03/3533.22	c decisions		: 7346355
3600.03/3533.22	c propagations		: 46446123
3600.03/3533.22	c inspects		: 8973499808
3600.03/3533.22	c shortcuts		: 0
3600.03/3533.22	c learnt literals	: 0
3600.03/3533.22	c learnt binary clauses	: 1
3600.03/3533.22	c learnt ternary clauses	: 1
3600.03/3533.22	c learnt constraints	: 5899722
3600.03/3533.22	c ignored constraints	: 0
3600.03/3533.22	c root simplifications	: 0
3600.03/3533.22	c removed literals (reason simplification)	: 0
3600.03/3533.22	c reason swapping (by a shorter reason)	: 0
3600.03/3533.22	c Calls to reduceDB	: 104
3600.03/3533.22	c Number of update (reduction) of LBD	: 4631702
3600.03/3533.22	c Imported unit clauses	: 0
3600.03/3533.22	c No decision after first conflict	: false
3600.03/3533.22	c number of reductions to clauses (during analyze)	: 0
3600.03/3533.22	c number of learned constraints concerned by reduction	: 0
3600.03/3533.22	c number of learning phase by resolution	: 0
3600.03/3533.22	c number of learning phase by cutting planes	: 0
3600.03/3533.22	c number of rounding to 1 operations	: 0
3600.03/3533.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3533.22	c number of reductions of the coefficients by power 2 	: 0
3600.03/3533.22	c number of right shift for reduction by power 2 	: 0
3600.03/3533.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3533.22	c number of ending skipping 	: 0
3600.03/3533.22	c number of internal skipping 	: 0
3600.03/3533.22	c number of derivation steps 	: 25828856
3600.03/3533.22	c number of skipped derivation steps 	: 0
3600.03/3533.22	c number of remaining unassigned 	: 133510
3600.03/3533.22	c number of remaining assigned 	: 291254820
3600.03/3533.22	c number of falsified literals weakened from reason	: 0
3600.03/3533.22	c number of falsified literals weakened from conflict	: 0
3600.03/3533.22	c time for arithmetic operations	: 13723600184
3600.03/3533.22	c minimum degree of deleted constraints	: 1
3600.03/3533.22	c maximum degree of deleted constraints	: 20200083200
3600.03/3533.22	c number of deleted constraints	: 5768980
3600.03/3533.22	c speed (assignments/second)	: 13146.499611516105
3600.03/3533.22	c non guided choices	: 47011
3600.03/3533.23	c timeout
3600.03/3533.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 26913
3600.03/3533.27	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 319
3600.03/3533.27	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 103510
3600.03/3533.28	s UNKNOWN
3600.03/3533.28	c Total wall clock time (in seconds): 3533.116

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510407-1751204225/watcher-4510407-1751204225 -o /tmp/evaluation-result-4510407-1751204225/solver-4510407-1751204225 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23247 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510407-1751204225 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510407-1751204225.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=23993, runsolver pid=23990
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.25 4.20 4.11 5/341 24011
/proc/meminfo: memFree=116761260/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=18930384 memory=55616 CPUtime=0.13 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 6556 0 0 0 11 2 0 0 20 0 18 0 36102389 19384713216 13904 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4732596 13904 5332 1 0 547603 0
[pid=23993/tid=23995] ppid=23990 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 5051 0 0 0 6 1 0 0 20 0 18 0 36102390 19384713216 13904 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36102392 19384713216 13904 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=18930384 memory=61784027586760 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36102392 19384713216 13904 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55616 KiB

[startup+0.205771 s]*
/proc/loadavg: 4.25 4.20 4.11 7/341 24011
/proc/meminfo: memFree=116748720/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=18930384 memory=68392 CPUtime=0.31 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 7116 0 0 0 29 2 0 0 20 0 18 0 36102389 19384713216 17098 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4732596 17098 5428 1 0 547975 0
[pid=23993/tid=23995] ppid=23990 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 5386 0 0 0 16 1 0 0 20 0 18 0 36102390 19384713216 17098 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36102392 19384713216 17098 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36102392 19384713216 17636 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68392 KiB

[startup+0.305721 s]*
/proc/loadavg: 4.25 4.20 4.11 7/342 24012
/proc/meminfo: memFree=116727988/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=18996948 memory=90288 CPUtime=0.5 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 7485 0 0 0 47 3 0 0 20 0 19 0 36102389 19452874752 22572 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4749237 22572 5428 1 0 548451 0
[pid=23993/tid=23995] ppid=23990 vsize=18996948 memory=-6000919506998880621 CPUtime=0.25 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 5498 0 0 0 23 2 0 0 20 0 19 0 36102390 19452874752 22572 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36102392 19452874752 22572 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36102392 19452874752 22572 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36102414 19452874752 22572 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 90288 KiB

[startup+0.700231 s]
/proc/loadavg: 4.25 4.20 4.11 6/342 24012
/proc/meminfo: memFree=116669196/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=163164 CPUtime=1.25 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 10994 0 0 0 119 6 0 0 20 0 20 0 36102389 19521036288 40791 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 40791 5460 1 0 550712 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=17664 CPUtime=0.58 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 5559 0 0 0 55 3 0 0 20 0 20 0 36102390 19521036288 40791 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 40791 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 40791 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 40791 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163164 KiB

[startup+1.50022 s]
/proc/loadavg: 4.25 4.20 4.11 6/343 24013
/proc/meminfo: memFree=116625280/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=357444 CPUtime=2.83 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 25020 0 0 0 272 11 0 0 20 0 20 0 36102389 19521036288 89361 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 89361 5460 1 0 556100 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=0 CPUtime=1.33 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 5794 0 0 0 127 6 0 0 20 0 20 0 36102390 19521036288 89361 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 89361 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 89361 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 89361 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 357444 KiB

[startup+3.10564 s]
/proc/loadavg: 4.25 4.20 4.11 6/343 24013
/proc/meminfo: memFree=115896636/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=949584 CPUtime=6.02 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 31952 0 0 0 578 24 0 0 20 0 20 0 36102389 19521036288 237396 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 237396 5460 1 0 557015 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=10880 CPUtime=2.89 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 7157 0 0 0 272 17 0 0 20 0 20 0 36102390 19521036288 237396 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=-6000919506998880621 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 237396 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 237396 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 237396 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 949584 KiB

[startup+6.30022 s]
/proc/loadavg: 4.31 4.21 4.11 5/343 24013
/proc/meminfo: memFree=115464352/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=1327072 CPUtime=10.45 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 32812 0 0 0 1013 32 0 0 20 0 20 0 36102389 19521036288 331768 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 331768 5460 1 0 557050 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=0 CPUtime=6.02 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 7486 0 0 0 577 25 0 0 20 0 20 0 36102390 19521036288 331768 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 331768 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 331768 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=435268 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 331768 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 10.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1327072 KiB

[startup+12.7002 s]
/proc/loadavg: 4.28 4.21 4.11 5/343 24013
/proc/meminfo: memFree=115437712/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=1335356 CPUtime=16.96 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 33384 0 0 0 1662 34 0 0 20 0 20 0 36102389 19521036288 333839 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 333839 5460 1 0 557067 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=435268 CPUtime=12.32 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 7981 0 0 0 1206 26 0 0 20 0 20 0 36102390 19521036288 333839 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=1335356 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 333839 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 333839 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 333839 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 16.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1335356 KiB

[startup+25.5002 s]
/proc/loadavg: 4.36 4.23 4.12 5/343 24014
/proc/meminfo: memFree=114958632/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=1770680 CPUtime=30.01 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 40889 0 0 0 2954 47 0 0 20 0 20 0 36102389 19521036288 442670 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 442670 5460 1 0 663609 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=-6000919506998880621 CPUtime=24.82 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 9750 0 0 0 2443 39 0 0 20 0 20 0 36102390 19521036288 442670 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 442670 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=25928 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 442670 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 442670 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 30.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1770680 KiB

[startup+51.1058 s]
/proc/loadavg: 4.24 4.21 4.12 6/344 24015
/proc/meminfo: memFree=114615216/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=2354268 CPUtime=55.99 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 45149 0 0 0 5535 64 0 0 20 0 20 0 36102389 19521036288 588567 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 588567 5492 1 0 803568 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=10880 CPUtime=49.62 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 11608 0 0 0 4908 54 0 0 20 0 20 0 36102390 19521036288 588567 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0

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

/proc/meminfo: memFree=112895064/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=4204960 CPUtime=3220.83 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 162482 0 0 0 321609 474 0 0 20 0 20 0 36102389 19521036288 1051240 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 1051240 5492 1 0 1064157 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=17664 CPUtime=3082.43 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 71583 0 0 0 307899 344 0 0 20 0 20 0 36102390 19521036288 1051240 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051240 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=4204960 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 1992 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051240 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=4204960 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 1051240 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 3220.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4204960 KiB

[startup+3222.3 s]
/proc/loadavg: 4.47 4.25 4.21 5/342 24583
/proc/meminfo: memFree=112849852/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=4204960 CPUtime=3281.36 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 163948 0 0 0 327655 481 0 0 20 0 20 0 36102389 19521036288 1051240 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 1051240 5492 1 0 1064157 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=17664 CPUtime=3141.45 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 72694 0 0 0 313796 349 0 0 20 0 20 0 36102390 19521036288 1051240 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=4204960 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051240 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=4204960 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 1992 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051240 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 1051240 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 3281.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4204960 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.23 4.20 5/341 24585
/proc/meminfo: memFree=112807680/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=4205088 CPUtime=3342.14 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 167167 0 0 0 333726 488 0 0 20 0 20 0 36102389 19521036288 1051272 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 1051272 5492 1 0 1064157 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=4204960 CPUtime=3200.09 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 74388 0 0 0 319655 354 0 0 20 0 20 0 36102390 19521036288 1051272 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=4204960 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051272 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 2088 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051272 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=2892 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 1051272 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 3342.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4205088 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.23 4.20 5/341 24587
/proc/meminfo: memFree=112773612/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=4205088 CPUtime=3403.68 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 169312 0 0 0 339874 494 0 0 20 0 20 0 36102389 19521036288 1051272 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 1051272 5492 1 0 1064157 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=4205088 CPUtime=3258.68 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 75565 0 0 0 325510 358 0 0 20 0 20 0 36102390 19521036288 1051272 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051272 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=4205088 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 2153 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051272 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 1051272 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 3403.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4205088 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.20 4.19 6/341 24588
/proc/meminfo: memFree=112745568/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=4205216 CPUtime=3465.78 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 172444 0 0 0 346079 499 0 0 20 0 20 0 36102389 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 1051304 5492 1 0 1064166 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=4205088 CPUtime=3316.94 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 76081 0 0 0 331334 360 0 0 20 0 20 0 36102390 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=4204960 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=4205216 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 2183 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=4205216 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 3465.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4205216 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.21 4.19 5/339 24590
/proc/meminfo: memFree=112703784/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=4205216 CPUtime=3527.29 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 175049 0 0 0 352220 509 0 0 20 0 20 0 36102389 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 1051304 5492 1 0 1064166 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=4205088 CPUtime=3375.25 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 77644 0 0 0 337156 369 0 0 20 0 20 0 36102390 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=4204960 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=4205216 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 2184 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 3527.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4205216 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.18 4.18 6/340 24593
/proc/meminfo: memFree=112654240/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=4205216 CPUtime=3588.98 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 178118 0 0 0 358377 521 0 0 20 0 20 0 36102389 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 1051304 5492 1 0 1064166 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=1920 CPUtime=3433.31 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 79565 0 0 0 342953 378 0 0 20 0 20 0 36102390 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=4205088 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 2241 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 3588.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4205216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3533.2 s]
/proc/loadavg: 4.11 4.18 4.18 5/340 24594
/proc/meminfo: memFree=112642444/131250000 swapFree=33010684/33010684
[pid=23993] ppid=23990 vsize=19063512 memory=4205216 CPUtime=3600.03 cores=4,6
/proc/23993/stat : 23993 (java) S 23990 23993 23236 0 -1 4194304 178327 0 0 0 359478 525 0 0 20 0 20 0 36102389 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
/proc/23993/statm: 4765878 1051304 5492 1 0 1064166 0
[pid=23993/tid=23995] ppid=23990 vsize=19063512 memory=3587432 CPUtime=3443.98 cores=4,6
/proc/23993/task/23995/stat : 23995 (java) R 23990 23993 23236 0 -1 4194368 79757 0 0 0 344016 382 0 0 20 0 20 0 36102390 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24004] ppid=23990 vsize=19063512 memory=6900 CPUtime=0 cores=4,6
/proc/23993/task/24004/stat : 24004 (Finalizer) S 23990 23993 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24011] ppid=23990 vsize=19063512 memory=2971116 CPUtime=0 cores=4,6
/proc/23993/task/24011/stat : 24011 (Common-Cleaner) S 23990 23993 23236 0 -1 4194368 2241 0 0 0 0 0 0 0 20 0 20 0 36102392 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
[pid=23993/tid=24012] ppid=23990 vsize=19063512 memory=6900 CPUtime=0 cores=4,6
/proc/23993/task/24012/stat : 24012 (Timer-0) S 23990 23993 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36102414 19521036288 1051304 18446744073709551615 94799741321216 94799741324912 140734725688288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94799741332728 94799741333520 94799761272832 140734725695789 140734725695974 140734725695974 140734725701576 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4205216 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.92 s, system=5.279 s

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

Child status: 143

Real time (s): 3533.31
CPU time (s): 3600.2
CPU user time (s): 3594.92
CPU system time (s): 5.279
CPU usage (%): 101.893
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4205216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.92
system time used= 5.279
maximum resident set size= 4206240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181187
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2509440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 171726
involuntary context switches= 21978


# summary of solver processes directly reported to runsolver:
#   pid: 23993
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3594.92
#   total CPU system time (s): 5.279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.51484 second user time and 16.7455 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 15:37:05
IDJOB=4510407
IDBENCH=160360
IDSOLVER=3362
FILE ID=nodeC027/4510407-1751204225
RUNJOBID= nodeC027-1751202286-23247
SLURM_JOB_ID= 9587612
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x90split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510407-1751204225/watcher-4510407-1751204225 -o /tmp/evaluation-result-4510407-1751204225/solver-4510407-1751204225 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23247 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510407-1751204225 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510407-1751204225.opb

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

MD5SUM BENCH= ffca2f526e16739a014d253021fa9e9c
RANDOM SEED=855350095

nodeC027 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	: 0xb00002a
cpu MHz		: 3599.633
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.661
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.399
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.645
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.628
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.584
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        116778716 kB
MemAvailable:   121500356 kB
Buffers:            3280 kB
Cached:          5524816 kB
SwapCached:            0 kB
Active:          8611064 kB
Inactive:        5270764 kB
Active(anon):    8371976 kB
Inactive(anon):        0 kB
Active(file):     239088 kB
Inactive(file):  5270764 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             36684 kB
Writeback:             0 kB
AnonPages:       8357008 kB
Mapped:           122856 kB
Shmem:             18068 kB
KReclaimable:     101652 kB
Slab:             189212 kB
SReclaimable:     101652 kB
SUnreclaim:        87560 kB
KernelStack:        5232 kB
PageTables:        20004 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8951856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8095744 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC027 at 2025-06-29 16:35:58