Trace number 4513373

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.17 3530.81

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x130split.opb
MD5SUMd15c8502de0d235fb9400ddf00f66b48
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 benchmark50.3655
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1301
Total number of constraints651
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)651
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-4513373-1751223558.opb
0.13/0.16	c reading problem ... 
0.23/0.21	c using VERIPB proof format
0.23/0.22	c  no objective function found
0.23/0.29	c ... done. Wall clock time 0.128s.
0.23/0.29	c declared #vars     1301
0.23/0.29	c #constraints  1302
0.23/0.29	c constraints type 
0.23/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.23/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1300
0.23/0.29	c 1302 constraints processed.
1.94/1.11	c cleaning 2493 clauses out of 5000 with flag 0/5000
3.32/1.82	c cleaning 4241 clauses out of 8510 with flag 0/11003
4.89/2.62	c cleaning 5627 clauses out of 11266 with flag 0/18000
6.59/3.58	c cleaning 6809 clauses out of 13639 with flag 0/26000
7.54/4.32	c cleaning 7890 clauses out of 15831 with flag 0/35001
8.84/5.43	c cleaning 8938 clauses out of 17940 with flag 0/45000
10.66/7.26	c cleaning 9971 clauses out of 20002 with flag 0/56000
12.08/8.61	c cleaning 10986 clauses out of 22031 with flag 0/68000
13.75/10.23	c cleaning 12001 clauses out of 24045 with flag 0/81000
15.78/12.26	c cleaning 13003 clauses out of 26045 with flag 0/95001
17.99/14.45	c cleaning 14001 clauses out of 28041 with flag 0/110000
20.49/16.95	c cleaning 15001 clauses out of 30040 with flag 0/126000
23.51/19.84	c cleaning 15999 clauses out of 32039 with flag 0/143000
26.94/23.18	c cleaning 17000 clauses out of 34040 with flag 0/161000
31.45/27.62	c cleaning 18002 clauses out of 36040 with flag 0/180000
35.51/31.67	c cleaning 19005 clauses out of 38038 with flag 0/200000
38.09/34.25	c cleaning 19996 clauses out of 40033 with flag 0/221000
43.48/39.52	c cleaning 21005 clauses out of 42037 with flag 0/243000
48.58/44.60	c cleaning 22009 clauses out of 44033 with flag 0/266001
52.34/48.25	c cleaning 22984 clauses out of 46023 with flag 0/290000
55.91/51.72	c cleaning 23994 clauses out of 48039 with flag 0/315000
60.33/56.01	c cleaning 25003 clauses out of 50046 with flag 0/341001
65.12/60.79	c cleaning 25997 clauses out of 52042 with flag 0/368000
70.23/65.73	c cleaning 26996 clauses out of 54045 with flag 0/396000
75.85/71.29	c cleaning 27998 clauses out of 56049 with flag 0/425000
82.21/77.48	c cleaning 28999 clauses out of 58051 with flag 0/455000
87.76/82.98	c cleaning 30006 clauses out of 60053 with flag 0/486001
93.08/88.24	c cleaning 31002 clauses out of 62046 with flag 0/518000
100.05/95.19	c cleaning 32008 clauses out of 64045 with flag 0/551001
105.63/100.47	c cleaning 33000 clauses out of 66036 with flag 0/585000
112.93/107.53	c cleaning 34005 clauses out of 68036 with flag 0/620000
119.16/113.69	c cleaning 35004 clauses out of 70031 with flag 0/656000
125.41/119.76	c cleaning 35995 clauses out of 72027 with flag 0/693000
133.26/127.40	c cleaning 36995 clauses out of 74032 with flag 0/731000
140.94/134.96	c cleaning 38002 clauses out of 76037 with flag 0/770000
149.94/143.70	c cleaning 39002 clauses out of 78036 with flag 0/810001
162.94/156.53	c cleaning 39992 clauses out of 80034 with flag 0/851001
171.29/164.70	c cleaning 40998 clauses out of 82041 with flag 0/893000
178.51/171.85	c cleaning 41991 clauses out of 84044 with flag 0/936001
188.64/181.73	c cleaning 43012 clauses out of 86052 with flag 0/980000
197.31/190.20	c cleaning 44002 clauses out of 88041 with flag 0/1025001
209.12/201.81	c cleaning 44996 clauses out of 90040 with flag 0/1071002
220.62/213.19	c cleaning 45992 clauses out of 92042 with flag 0/1118000
232.91/225.21	c cleaning 47002 clauses out of 94051 with flag 0/1166001
245.63/237.79	c cleaning 47999 clauses out of 96048 with flag 0/1215000
258.02/249.89	c cleaning 49004 clauses out of 98049 with flag 0/1265000
270.18/261.78	c cleaning 50003 clauses out of 100045 with flag 0/1316000
282.12/273.18	c cleaning 50986 clauses out of 102042 with flag 0/1368000
297.31/287.97	c cleaning 52011 clauses out of 104056 with flag 0/1421000
313.45/303.74	c cleaning 52995 clauses out of 106045 with flag 0/1475000
325.93/315.98	c cleaning 54006 clauses out of 108051 with flag 0/1530001
344.19/333.86	c cleaning 55001 clauses out of 110044 with flag 0/1586000
366.03/355.20	c cleaning 55999 clauses out of 112043 with flag 0/1643000
383.83/372.78	c cleaning 56986 clauses out of 114047 with flag 0/1701003
406.22/394.74	c cleaning 58014 clauses out of 116058 with flag 0/1760000
426.20/414.32	c cleaning 59003 clauses out of 118044 with flag 0/1820000
444.83/432.69	c cleaning 60006 clauses out of 120041 with flag 0/1881000
466.70/454.07	c cleaning 60987 clauses out of 122035 with flag 0/1943000
487.07/474.06	c cleaning 62011 clauses out of 124048 with flag 0/2006000
504.49/491.02	c cleaning 62998 clauses out of 126037 with flag 0/2070000
534.01/520.03	c cleaning 63992 clauses out of 128039 with flag 0/2135000
556.50/542.20	c cleaning 65020 clauses out of 130047 with flag 0/2201000
579.48/564.76	c cleaning 66000 clauses out of 132028 with flag 0/2268001
605.40/588.18	c cleaning 67001 clauses out of 134027 with flag 0/2336000
630.98/613.13	c cleaning 67988 clauses out of 136026 with flag 0/2405000
677.37/658.63	c cleaning 69006 clauses out of 138039 with flag 0/2475001
717.44/698.10	c cleaning 69990 clauses out of 140033 with flag 0/2546001
749.12/729.23	c cleaning 71013 clauses out of 142043 with flag 0/2618001
787.67/767.24	c cleaning 72004 clauses out of 144030 with flag 0/2691001
813.09/792.32	c cleaning 72996 clauses out of 146026 with flag 0/2765001
847.39/826.06	c cleaning 74005 clauses out of 148029 with flag 0/2840000
876.96/855.24	c cleaning 74986 clauses out of 150024 with flag 0/2916000
911.23/888.94	c cleaning 75999 clauses out of 152039 with flag 0/2993001
957.74/934.41	c cleaning 77013 clauses out of 154039 with flag 0/3071000
1007.40/983.33	c cleaning 77992 clauses out of 156026 with flag 0/3150000
1043.44/1018.78	c cleaning 78996 clauses out of 158034 with flag 0/3230000
1077.95/1052.32	c cleaning 79989 clauses out of 160040 with flag 0/3311002
1155.26/1128.51	c cleaning 81009 clauses out of 162049 with flag 0/3393000
1207.15/1179.52	c cleaning 82001 clauses out of 164040 with flag 0/3476000
1243.03/1214.09	c cleaning 82998 clauses out of 166039 with flag 0/3560000
1286.40/1256.84	c cleaning 84001 clauses out of 168041 with flag 0/3645000
1319.95/1289.73	c cleaning 85003 clauses out of 170040 with flag 0/3731000
1361.11/1330.16	c cleaning 86001 clauses out of 172038 with flag 0/3818001
1403.61/1371.70	c cleaning 87003 clauses out of 174038 with flag 0/3906002
1443.70/1410.75	c cleaning 87987 clauses out of 176034 with flag 0/3995001
1490.18/1456.37	c cleaning 88993 clauses out of 178048 with flag 0/4085002
1532.13/1497.44	c cleaning 90018 clauses out of 180053 with flag 0/4176000
1582.86/1547.33	c cleaning 91004 clauses out of 182037 with flag 0/4268002
1630.89/1594.48	c cleaning 92002 clauses out of 184031 with flag 0/4361000
1685.19/1647.92	c cleaning 93005 clauses out of 186030 with flag 0/4455001
1737.26/1699.12	c cleaning 93992 clauses out of 188024 with flag 0/4550000
1787.20/1748.26	c cleaning 94999 clauses out of 190032 with flag 0/4646000
1838.59/1798.38	c cleaning 95994 clauses out of 192033 with flag 0/4743000
1937.17/1895.78	c cleaning 97001 clauses out of 194039 with flag 0/4841000
2028.63/1986.16	c cleaning 97998 clauses out of 196039 with flag 0/4940001
2092.52/2048.80	c cleaning 99004 clauses out of 198041 with flag 0/5040001
2182.57/2137.37	c cleaning 99993 clauses out of 200036 with flag 0/5141000
2263.31/2216.53	c cleaning 101007 clauses out of 202043 with flag 0/5243000
2359.91/2311.27	c cleaning 101995 clauses out of 204036 with flag 0/5346000
2419.14/2368.97	c cleaning 103000 clauses out of 206041 with flag 0/5450000
2489.88/2438.02	c cleaning 104000 clauses out of 208042 with flag 0/5555001
2607.14/2553.95	c cleaning 105011 clauses out of 210042 with flag 0/5661001
2757.05/2702.19	c cleaning 106004 clauses out of 212031 with flag 0/5768001
2848.84/2792.45	c cleaning 106995 clauses out of 214026 with flag 0/5876000
2901.38/2843.63	c cleaning 108002 clauses out of 216031 with flag 0/5985000
2986.33/2927.00	c cleaning 109009 clauses out of 218029 with flag 0/6095000
3034.35/2973.96	c cleaning 109992 clauses out of 220021 with flag 0/6206001
3079.69/3018.08	c cleaning 110996 clauses out of 222028 with flag 0/6318000
3264.17/3200.56	c cleaning 111993 clauses out of 224032 with flag 0/6431000
3417.00/3351.32	c cleaning 113004 clauses out of 226039 with flag 0/6545000
3496.34/3428.79	c cleaning 114004 clauses out of 228037 with flag 0/6660002
3600.01/3530.71	c starts		: 469
3600.01/3530.71	c conflicts		: 6747585
3600.01/3530.71	c decisions		: 8272553
3600.01/3530.71	c propagations		: 56354643
3600.01/3530.71	c inspects		: 8321930742
3600.01/3530.71	c shortcuts		: 0
3600.01/3530.71	c learnt literals	: 0
3600.01/3530.71	c learnt binary clauses	: 0
3600.01/3530.71	c learnt ternary clauses	: 0
3600.01/3530.71	c learnt constraints	: 6747585
3600.01/3530.71	c ignored constraints	: 0
3600.01/3530.71	c root simplifications	: 0
3600.01/3530.71	c removed literals (reason simplification)	: 0
3600.01/3530.71	c reason swapping (by a shorter reason)	: 0
3600.01/3530.71	c Calls to reduceDB	: 111
3600.01/3530.71	c Number of update (reduction) of LBD	: 6108598
3600.01/3530.71	c Imported unit clauses	: 0
3600.01/3530.71	c No decision after first conflict	: false
3600.01/3530.71	c number of reductions to clauses (during analyze)	: 0
3600.01/3530.71	c number of learned constraints concerned by reduction	: 0
3600.01/3530.71	c number of learning phase by resolution	: 0
3600.01/3530.71	c number of learning phase by cutting planes	: 0
3600.01/3530.71	c number of rounding to 1 operations	: 0
3600.01/3530.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3530.71	c number of reductions of the coefficients by power 2 	: 0
3600.01/3530.71	c number of right shift for reduction by power 2 	: 0
3600.01/3530.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3530.71	c number of ending skipping 	: 0
3600.01/3530.71	c number of internal skipping 	: 0
3600.01/3530.71	c number of derivation steps 	: 29937605
3600.01/3530.71	c number of skipped derivation steps 	: 0
3600.01/3530.71	c number of remaining unassigned 	: 202478
3600.01/3530.71	c number of remaining assigned 	: 356414396
3600.01/3530.71	c number of falsified literals weakened from reason	: 0
3600.01/3530.71	c number of falsified literals weakened from conflict	: 0
3600.01/3530.72	c time for arithmetic operations	: 17061563285
3600.01/3530.72	c minimum degree of deleted constraints	: 1
3600.01/3530.72	c maximum degree of deleted constraints	: 36324455078569906270195505280
3600.01/3530.72	c number of deleted constraints	: 6545969
3600.01/3530.72	c timeout
3600.01/3530.72	c speed (assignments/second)	: 15962.6024347832
3600.01/3530.72	c non guided choices	: 94965
3600.01/3530.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 41436
3600.01/3530.78	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 438
3600.01/3530.78	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 159742
3600.01/3530.78	s UNKNOWN
3600.01/3530.78	c Total wall clock time (in seconds): 3530.627

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=29871, runsolver pid=29868

[startup+0.100059 s]*
/proc/loadavg: 4.27 4.25 4.16 5/339 29889
/proc/meminfo: memFree=120650372/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=18930384 memory=57876 CPUtime=0.13 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 6580 0 0 0 11 2 0 0 20 0 18 0 38036013 19384713216 14469 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4732596 14469 5371 1 0 547619 0
[pid=29871/tid=29873] ppid=29868 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 5084 0 0 0 7 1 0 0 20 0 18 0 38036014 19384713216 14469 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38036016 19384713216 14469 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=18930384 memory=59585004340264 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38036016 19384713216 14469 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57876 KiB

[startup+0.205701 s]*
/proc/loadavg: 4.27 4.25 4.16 4/339 29889
/proc/meminfo: memFree=120648356/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=18930384 memory=61724 CPUtime=0.23 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 6971 0 0 0 21 2 0 0 20 0 18 0 38036013 19384713216 15431 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4732596 15431 5435 1 0 547889 0
[pid=29871/tid=29873] ppid=29868 vsize=18930384 memory=4026597660 CPUtime=0.13 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) D 29868 29871 29422 0 -1 4456512 5320 0 0 0 12 1 0 0 20 0 18 0 38036014 19384713216 15431 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=18930384 memory=19950 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38036016 19384713216 15431 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38036016 19384713216 15431 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61724 KiB

[startup+0.305618 s]*
/proc/loadavg: 4.27 4.25 4.16 7/340 29890
/proc/meminfo: memFree=120615652/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=18996948 memory=91540 CPUtime=0.39 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 7296 0 0 0 37 2 0 0 20 0 19 0 38036013 19452874752 22885 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4749237 22885 5435 1 0 548346 0
[pid=29871/tid=29873] ppid=29868 vsize=18996948 memory=-6000919472689537901 CPUtime=0.21 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 5433 0 0 0 19 2 0 0 20 0 19 0 38036014 19452874752 22885 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38036016 19452874752 22885 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38036016 19452874752 22885 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38036043 19452874752 22885 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 91540 KiB

[startup+0.700215 s]
/proc/loadavg: 4.27 4.25 4.16 7/340 29890
/proc/meminfo: memFree=120560704/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=161720 CPUtime=1.15 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 10117 0 0 0 110 5 0 0 20 0 20 0 38036013 19521036288 40430 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 40430 5499 1 0 550333 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=13568 CPUtime=0.57 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 5553 0 0 0 54 3 0 0 20 0 20 0 38036014 19521036288 40430 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 40430 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 40430 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 40430 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161720 KiB

[startup+1.50024 s]
/proc/loadavg: 4.27 4.25 4.16 7/341 29891
/proc/meminfo: memFree=120508972/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=351708 CPUtime=2.73 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 25286 0 0 0 261 12 0 0 20 0 20 0 38036013 19521036288 87927 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 87927 5499 1 0 556185 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=10752 CPUtime=1.3 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 5738 0 0 0 123 7 0 0 20 0 20 0 38036014 19521036288 87927 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 87927 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 87927 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 87927 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 351708 KiB

[startup+3.10559 s]
/proc/loadavg: 4.41 4.28 4.17 6/342 29892
/proc/meminfo: memFree=119804644/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=985620 CPUtime=5.87 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 29298 0 0 0 562 25 0 0 20 0 20 0 38036013 19521036288 246405 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 246405 5499 1 0 556765 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=10752 CPUtime=2.84 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 7429 0 0 0 265 19 0 0 20 0 20 0 38036014 19521036288 246405 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=19063512 memory=-6000919472689537901 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 246405 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 246405 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 246405 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 985620 KiB

[startup+6.3002 s]
/proc/loadavg: 4.41 4.28 4.17 5/342 29892
/proc/meminfo: memFree=119342440/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=1315508 CPUtime=9.75 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 30707 0 0 0 940 35 0 0 20 0 20 0 38036013 19521036288 328877 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 328877 5499 1 0 556799 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=0 CPUtime=5.98 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 7710 0 0 0 570 28 0 0 20 0 20 0 38036014 19521036288 328877 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 328877 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 328877 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=351708 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 328877 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 9.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315508 KiB

[startup+12.7002 s]
/proc/loadavg: 4.50 4.30 4.18 5/342 29892
/proc/meminfo: memFree=119333352/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=1327920 CPUtime=16.28 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 32078 0 0 0 1591 37 0 0 20 0 20 0 38036013 19521036288 331980 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 331980 5499 1 0 556816 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=351708 CPUtime=12.27 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 8457 0 0 0 1197 30 0 0 20 0 20 0 38036014 19521036288 331980 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 331980 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=1327920 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 331980 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 331980 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 16.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1327920 KiB

[startup+25.5002 s]
/proc/loadavg: 4.50 4.31 4.18 5/342 29892
/proc/meminfo: memFree=119264260/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=1346588 CPUtime=29.34 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 38361 0 0 0 2890 44 0 0 20 0 20 0 38036013 19521036288 336647 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 336647 5531 1 0 556816 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=10752 CPUtime=24.83 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 10051 0 0 0 2448 35 0 0 20 0 20 0 38036014 19521036288 336647 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=19063512 memory=1327920 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 336647 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 336647 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 336647 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 29.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1346588 KiB

[startup+51.1056 s]
/proc/loadavg: 4.68 4.37 4.20 5/341 29963
/proc/meminfo: memFree=119355996/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=2295344 CPUtime=55.32 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 43713 0 0 0 5464 68 0 0 20 0 20 0 38036013 19521036288 573836 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 573836 5531 1 0 790767 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=2293252 CPUtime=49.67 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) S 29868 29871 29422 0 -1 4194368 12464 0 0 0 4909 58 0 0 20 0 20 0 38036014 19521036288 573836 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0

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

/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=4163184 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 2026 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=-6000919472689537901 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 3225.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4163184 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.20 4.19 5/343 30201
/proc/meminfo: memFree=107051780/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=4163184 CPUtime=3286.42 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 173989 0 0 0 328024 618 0 0 20 0 20 0 38036013 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 1040796 5531 1 0 1053306 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=4163056 CPUtime=3134.26 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 70256 0 0 0 312938 488 0 0 20 0 20 0 38036014 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=19063512 memory=4163184 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=4163184 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 2030 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 3286.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4163184 KiB

[startup+3282.3 s]
/proc/loadavg: 4.38 4.25 4.21 5/343 30203
/proc/meminfo: memFree=106958988/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=4163184 CPUtime=3347.24 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 174706 0 0 0 334099 625 0 0 20 0 20 0 38036013 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 1040796 5531 1 0 1053306 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=4163184 CPUtime=3192.88 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 70783 0 0 0 318795 493 0 0 20 0 20 0 38036014 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=19063512 memory=4163184 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=4163184 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 2030 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 3347.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4163184 KiB

[startup+3342.3 s]
/proc/loadavg: 4.43 4.29 4.23 5/342 30205
/proc/meminfo: memFree=106884020/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=4163184 CPUtime=3408 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 177275 0 0 0 340170 630 0 0 20 0 20 0 38036013 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 1040796 5531 1 0 1053306 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=4163184 CPUtime=3251.77 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 72333 0 0 0 324680 497 0 0 20 0 20 0 38036014 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=19063512 memory=4163184 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=4163184 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 2030 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 3408 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4163184 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.27 4.22 5/342 30212
/proc/meminfo: memFree=106797644/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=4163184 CPUtime=3469.47 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 180081 0 0 0 346308 639 0 0 20 0 20 0 38036013 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 1040796 5531 1 0 1053307 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=1792 CPUtime=3310.1 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 74154 0 0 0 330506 504 0 0 20 0 20 0 38036014 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=13568 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 2087 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 3469.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4163184 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.27 4.22 5/342 30215
/proc/meminfo: memFree=106735528/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=4163184 CPUtime=3530.51 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 180449 0 0 0 352405 646 0 0 20 0 20 0 38036013 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 1040796 5531 1 0 1053307 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=13568 CPUtime=3368.5 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 74335 0 0 0 336341 509 0 0 20 0 20 0 38036014 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=13568 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 2179 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 3530.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4163184 KiB

[startup+3522.3 s]
/proc/loadavg: 4.34 4.28 4.23 5/343 30285
/proc/meminfo: memFree=111316360/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=4163184 CPUtime=3591.48 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 182290 0 0 0 358496 652 0 0 20 0 20 0 38036013 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 1040796 5531 1 0 1053308 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=4764 CPUtime=3427.14 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 75649 0 0 0 342201 513 0 0 20 0 20 0 38036014 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 2182 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=4163184 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 3591.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4163184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3530.7 s]
/proc/loadavg: 4.31 4.27 4.23 5/344 30287
/proc/meminfo: memFree=111252504/131250000 swapFree=33010684/33010684
[pid=29871] ppid=29868 vsize=19063512 memory=4163184 CPUtime=3600.01 cores=0,2
/proc/29871/stat : 29871 (java) S 29868 29871 29422 0 -1 4194304 183386 0 0 0 359349 652 0 0 20 0 20 0 38036013 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
/proc/29871/statm: 4765878 1040796 5531 1 0 1053308 0
[pid=29871/tid=29873] ppid=29868 vsize=19063512 memory=4764 CPUtime=3435.39 cores=0,2
/proc/29871/task/29873/stat : 29873 (java) R 29868 29871 29422 0 -1 4194368 75990 0 0 0 343026 513 0 0 20 0 20 0 38036014 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29882] ppid=29868 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/29871/task/29882/stat : 29882 (Finalizer) S 29868 29871 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29889] ppid=29868 vsize=19063512 memory=4163184 CPUtime=0 cores=0,2
/proc/29871/task/29889/stat : 29889 (Common-Cleaner) S 29868 29871 29422 0 -1 4194368 2182 0 0 0 0 0 0 0 20 0 20 0 38036016 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
[pid=29871/tid=29890] ppid=29868 vsize=19063512 memory=4163184 CPUtime=0 cores=0,2
/proc/29871/task/29890/stat : 29890 (Timer-0) S 29868 29871 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38036043 19521036288 1040796 18446744073709551615 94103165263872 94103165267568 140723599997920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103165275384 94103165276176 94103194714112 140723600001325 140723600001510 140723600001510 140723600007112 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4163184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.63 s, system=6.5444 s

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

[startup+3530.81 s]*
/proc/loadavg: 4.31 4.27 4.23 5/323 30290
/proc/meminfo: memFree=115393108/131250000 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): 3530.81
CPU time (s): 3600.17
CPU user time (s): 3593.63
CPU system time (s): 6.5444
CPU usage (%): 101.964
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4163184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.63
system time used= 6.5444
maximum resident set size= 4164336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186424
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3155960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 167551
involuntary context switches= 20291


# summary of solver processes directly reported to runsolver:
#   pid: 29871
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3593.63
#   total CPU system time (s): 6.5444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.29124 second user time and 16.9553 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 20:59:18
IDJOB=4513373
IDBENCH=162339
IDSOLVER=3362
FILE ID=nodeC013/4513373-1751223558
RUNJOBID= nodeC013-1751220047-29432
SLURM_JOB_ID= 9587674
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x130split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513373-1751223558/watcher-4513373-1751223558 -o /tmp/evaluation-result-4513373-1751223558/solver-4513373-1751223558 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751220047-29432 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513373-1751223558 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513373-1751223558.opb

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

MD5SUM BENCH= d15c8502de0d235fb9400ddf00f66b48
RANDOM SEED=443398459

nodeC013 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.773
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.67
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		: 3548.981
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.67
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.801
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.67
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		: 3599.833
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.67
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.856
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.67
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.838
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.67
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.160
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.208
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120668896 kB
MemAvailable:   121223096 kB
Buffers:            3280 kB
Cached:          1357568 kB
SwapCached:            0 kB
Active:          8894096 kB
Inactive:        1113984 kB
Active(anon):    8660592 kB
Inactive(anon):        0 kB
Active(file):     233504 kB
Inactive(file):  1113984 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             37532 kB
Writeback:             0 kB
AnonPages:       8649388 kB
Mapped:           118412 kB
Shmem:             13284 kB
KReclaimable:      91500 kB
Slab:             179292 kB
SReclaimable:      91500 kB
SUnreclaim:        87792 kB
KernelStack:        5200 kB
PageTables:        20692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   10052972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8349696 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC013 at 2025-06-29 21:58:09