Trace number 4510623

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.21 3547.89

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x70split.cnf-extracted.pb.metafix.opb
MD5SUM6c6f54dbad76425fd68d4f6d2aa72935
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 benchmark8.17924
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables701
Total number of constraints980
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)978
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.17	c Pseudo Boolean Optimization by upper bound
0.13/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.17	c  - never skip resolution steps
0.13/0.17	c  - Auto-division on coefficients is disabled
0.13/0.17	c  - No postprocessing
0.13/0.17	c  - Conflict is considered as is when resolving
0.13/0.17	c  - Use constraints as they come during conflict analysis
0.13/0.17	c  - Weaken first using unassigned literals
0.13/0.17	c  - Bump strategy: ALWAYS_ONE
0.13/0.17	c  - Bumper: EFFECTIVE
0.13/0.17	c --- Begin Solver configuration ---
0.13/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.17	c Learn all clauses as in MiniSAT
0.13/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.17	c No reason simplification
0.13/0.17	c Dynamic restart strategy considering the size of the coefficients
0.13/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.17	c timeout=2147483s
0.13/0.17	c DB Simplification allowed=false
0.13/0.17	c Listener: none
0.13/0.17	c --- End Solver configuration ---
0.13/0.18	c solving HOME/instance-4510623-1751204989.opb
0.13/0.18	c reading problem ... 
0.13/0.18	c using VERIPB proof format
0.13/0.18	c  no objective function found
0.29/0.26	c ... done. Wall clock time 0.074s.
0.29/0.26	c declared #vars     701
0.29/0.26	c #constraints  980
0.29/0.26	c constraints type 
0.29/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.29/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 978
0.29/0.26	c 980 constraints processed.
1.82/1.09	c cleaning 2493 clauses out of 5001 with flag 0/5001
3.59/1.91	c cleaning 4241 clauses out of 8509 with flag 0/11002
5.38/2.84	c cleaning 5620 clauses out of 11266 with flag 0/18000
7.05/3.70	c cleaning 6812 clauses out of 13646 with flag 0/26000
8.16/4.55	c cleaning 7905 clauses out of 15835 with flag 0/35001
9.30/5.56	c cleaning 8946 clauses out of 17930 with flag 0/45001
10.64/6.78	c cleaning 9972 clauses out of 19983 with flag 0/56000
12.15/8.26	c cleaning 10990 clauses out of 22011 with flag 0/68000
14.17/10.23	c cleaning 11996 clauses out of 24022 with flag 0/81001
16.60/12.65	c cleaning 12992 clauses out of 26026 with flag 0/95001
19.57/15.58	c cleaning 13994 clauses out of 28035 with flag 0/110002
22.89/18.86	c cleaning 15011 clauses out of 30040 with flag 0/126001
25.59/21.47	c cleaning 16008 clauses out of 32029 with flag 0/143001
28.69/24.40	c cleaning 16998 clauses out of 34020 with flag 0/161000
32.51/28.20	c cleaning 17997 clauses out of 36022 with flag 0/180000
36.37/32.04	c cleaning 19009 clauses out of 38026 with flag 0/200001
40.54/36.10	c cleaning 19995 clauses out of 40017 with flag 0/221001
45.96/41.59	c cleaning 20993 clauses out of 42021 with flag 0/243000
52.47/48.11	c cleaning 21999 clauses out of 44029 with flag 0/266001
59.28/54.86	c cleaning 23011 clauses out of 46031 with flag 0/290002
65.69/61.19	c cleaning 23993 clauses out of 48018 with flag 0/315000
70.47/65.82	c cleaning 24998 clauses out of 50026 with flag 0/341001
79.52/74.89	c cleaning 26005 clauses out of 52030 with flag 0/368003
86.52/81.77	c cleaning 26996 clauses out of 54023 with flag 0/396001
93.69/88.71	c cleaning 28002 clauses out of 56029 with flag 0/425003
102.71/97.61	c cleaning 28995 clauses out of 58025 with flag 0/455001
112.17/106.92	c cleaning 30006 clauses out of 60032 with flag 0/486003
123.07/117.65	c cleaning 31001 clauses out of 62023 with flag 0/518000
143.56/137.99	c cleaning 32004 clauses out of 64022 with flag 0/551000
154.04/148.30	c cleaning 32994 clauses out of 66018 with flag 0/585000
163.34/157.49	c cleaning 33996 clauses out of 68024 with flag 0/620000
173.88/167.83	c cleaning 34996 clauses out of 70028 with flag 0/656000
184.78/178.53	c cleaning 36003 clauses out of 72034 with flag 0/693002
196.24/189.72	c cleaning 36997 clauses out of 74029 with flag 0/731000
209.07/202.47	c cleaning 37999 clauses out of 76032 with flag 0/770000
221.85/214.90	c cleaning 39003 clauses out of 78033 with flag 0/810000
235.62/228.51	c cleaning 40001 clauses out of 80030 with flag 0/851000
252.44/245.16	c cleaning 41008 clauses out of 82029 with flag 0/893000
265.16/257.33	c cleaning 41993 clauses out of 84021 with flag 0/936000
285.25/277.15	c cleaning 43004 clauses out of 86029 with flag 0/980001
316.88/308.40	c cleaning 43993 clauses out of 88025 with flag 0/1025001
342.48/333.93	c cleaning 45002 clauses out of 90032 with flag 0/1071001
393.10/384.23	c cleaning 45995 clauses out of 92029 with flag 0/1118000
414.91/405.85	c cleaning 46994 clauses out of 94034 with flag 0/1166000
438.84/429.51	c cleaning 48001 clauses out of 96041 with flag 0/1215001
456.40/446.88	c cleaning 48999 clauses out of 98039 with flag 0/1265000
481.77/471.72	c cleaning 49999 clauses out of 100040 with flag 0/1316000
503.72/493.34	c cleaning 51001 clauses out of 102043 with flag 0/1368002
526.01/515.38	c cleaning 51999 clauses out of 104040 with flag 0/1421000
551.45/540.52	c cleaning 52996 clauses out of 106041 with flag 0/1475000
581.02/569.75	c cleaning 54006 clauses out of 108047 with flag 0/1530002
610.52/598.92	c cleaning 54998 clauses out of 110039 with flag 0/1586000
646.77/634.86	c cleaning 56000 clauses out of 112041 with flag 0/1643000
683.38/671.07	c cleaning 57000 clauses out of 114042 with flag 0/1701001
721.27/708.60	c cleaning 58000 clauses out of 116042 with flag 0/1760001
756.85/743.98	c cleaning 58998 clauses out of 118043 with flag 0/1820002
806.51/793.10	c cleaning 59996 clauses out of 120044 with flag 0/1881001
851.77/837.71	c cleaning 61001 clauses out of 122048 with flag 0/1943001
916.23/901.67	c cleaning 62000 clauses out of 124047 with flag 0/2006001
969.39/954.23	c cleaning 62999 clauses out of 126046 with flag 0/2070000
1022.84/1007.12	c cleaning 64015 clauses out of 128048 with flag 0/2135001
1077.82/1061.57	c cleaning 65000 clauses out of 130034 with flag 0/2201002
1117.59/1100.75	c cleaning 65997 clauses out of 132032 with flag 0/2268000
1158.77/1141.18	c cleaning 67001 clauses out of 134035 with flag 0/2336000
1211.28/1193.08	c cleaning 68001 clauses out of 136034 with flag 0/2405000
1277.88/1258.79	c cleaning 69002 clauses out of 138035 with flag 0/2475002
1340.35/1320.51	c cleaning 70003 clauses out of 140031 with flag 0/2546000
1413.05/1392.50	c cleaning 71005 clauses out of 142028 with flag 0/2618000
1489.95/1468.71	c cleaning 72001 clauses out of 144028 with flag 0/2691005
1556.84/1534.66	c cleaning 73002 clauses out of 146022 with flag 0/2765000
1656.61/1633.40	c cleaning 73993 clauses out of 148020 with flag 0/2840000
1717.54/1693.59	c cleaning 75003 clauses out of 150028 with flag 0/2916001
1775.97/1751.34	c cleaning 75995 clauses out of 152026 with flag 0/2993002
1829.88/1804.36	c cleaning 76999 clauses out of 154029 with flag 0/3071000
1867.42/1841.35	c cleaning 78007 clauses out of 156031 with flag 0/3150001
1905.88/1879.14	c cleaning 78992 clauses out of 158024 with flag 0/3230001
1946.64/1919.18	c cleaning 80004 clauses out of 160031 with flag 0/3311000
2033.85/2005.15	c cleaning 80994 clauses out of 162027 with flag 0/3393000
2096.86/2067.46	c cleaning 82004 clauses out of 164034 with flag 0/3476001
2196.05/2165.42	c cleaning 83000 clauses out of 166029 with flag 0/3560000
2281.70/2250.28	c cleaning 84002 clauses out of 168029 with flag 0/3645000
2394.72/2362.16	c cleaning 85001 clauses out of 170029 with flag 0/3731002
2575.03/2539.89	c cleaning 86006 clauses out of 172027 with flag 0/3818001
2681.43/2644.59	c cleaning 87004 clauses out of 174021 with flag 0/3906001
2842.55/2802.91	c cleaning 87998 clauses out of 176016 with flag 0/3995000
2932.22/2890.74	c cleaning 89001 clauses out of 178020 with flag 0/4085002
3017.01/2972.20	c cleaning 89993 clauses out of 180017 with flag 0/4176000
3118.59/3072.69	c cleaning 90998 clauses out of 182024 with flag 0/4268000
3279.94/3232.19	c cleaning 92004 clauses out of 184027 with flag 0/4361001
3370.54/3321.15	c cleaning 93004 clauses out of 186022 with flag 0/4455000
3458.85/3408.20	c cleaning 94001 clauses out of 188018 with flag 0/4550000
3551.88/3500.32	c cleaning 94995 clauses out of 190017 with flag 0/4646000
3600.06/3547.81	c starts		: 258
3600.06/3547.81	c conflicts		: 4709172
3600.06/3547.81	c decisions		: 5469616
3600.06/3547.81	c propagations		: 35982167
3600.06/3547.81	c inspects		: 7270840802
3600.06/3547.81	c shortcuts		: 0
3600.06/3547.81	c learnt literals	: 0
3600.06/3547.81	c learnt binary clauses	: 0
3600.06/3547.81	c learnt ternary clauses	: 0
3600.06/3547.81	c learnt constraints	: 4709172
3600.06/3547.81	c ignored constraints	: 0
3600.06/3547.81	c root simplifications	: 0
3600.06/3547.81	c removed literals (reason simplification)	: 0
3600.06/3547.81	c reason swapping (by a shorter reason)	: 0
3600.06/3547.81	c Calls to reduceDB	: 92
3600.06/3547.81	c Number of update (reduction) of LBD	: 3747097
3600.06/3547.81	c Imported unit clauses	: 0
3600.06/3547.81	c No decision after first conflict	: false
3600.06/3547.81	c number of reductions to clauses (during analyze)	: 0
3600.06/3547.81	c number of learned constraints concerned by reduction	: 0
3600.06/3547.81	c number of learning phase by resolution	: 0
3600.06/3547.81	c number of learning phase by cutting planes	: 0
3600.06/3547.81	c number of rounding to 1 operations	: 0
3600.06/3547.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3547.81	c number of reductions of the coefficients by power 2 	: 0
3600.06/3547.81	c number of right shift for reduction by power 2 	: 0
3600.06/3547.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3547.81	c number of ending skipping 	: 0
3600.06/3547.81	c number of internal skipping 	: 0
3600.06/3547.81	c number of derivation steps 	: 20503765
3600.06/3547.81	c number of skipped derivation steps 	: 0
3600.06/3547.81	c number of remaining unassigned 	: 282924
3600.06/3547.81	c number of remaining assigned 	: 258898792
3600.06/3547.81	c number of falsified literals weakened from reason	: 0
3600.06/3547.81	c number of falsified literals weakened from conflict	: 0
3600.06/3547.81	c time for arithmetic operations	: 13281437608
3600.06/3547.81	c minimum degree of deleted constraints	: 1
3600.06/3547.81	c maximum degree of deleted constraints	: 4147354813680
3600.06/3547.81	c number of deleted constraints	: 4550978
3600.06/3547.82	c speed (assignments/second)	: 10142.824524763435
3600.06/3547.82	c non guided choices	: 20507
3600.06/3547.83	c timeout
3600.06/3547.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 24381
3600.06/3547.87	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 184
3600.06/3547.87	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 133629
3600.06/3547.88	s UNKNOWN
3600.06/3547.88	c Total wall clock time (in seconds): 3547.701

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510623-1751204989/watcher-4510623-1751204989 -o /tmp/evaluation-result-4510623-1751204989/solver-4510623-1751204989 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32519 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510623-1751204989 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510623-1751204989.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
Current StackSize limit: 8192 KiB

solver pid=32767, runsolver pid=32764

[startup+0.100063 s]*
/proc/loadavg: 0.95 1.13 1.94 7/339 32786
/proc/meminfo: memFree=128058692/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=18930384 memory=57672 CPUtime=0.13 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 6563 0 0 0 11 2 0 0 20 0 18 0 36176807 19384713216 14418 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4732596 14418 5330 1 0 547604 0
[pid=32767/tid=32769] ppid=32764 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 5060 0 0 0 6 1 0 0 20 0 18 0 36176808 19384713216 14418 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=18930384 memory=237112656212 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36176810 19384713216 14418 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=18930384 memory=58485492706614 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36176810 19384713216 14418 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57672 KiB

[startup+0.205864 s]*
/proc/loadavg: 0.95 1.13 1.94 9/339 32786
/proc/meminfo: memFree=127911868/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=18930384 memory=64196 CPUtime=0.29 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 7091 0 0 0 27 2 0 0 20 0 18 0 36176807 19384713216 16049 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4732596 16049 5426 1 0 547957 0
[pid=32767/tid=32769] ppid=32764 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 5379 0 0 0 15 1 0 0 20 0 18 0 36176808 19384713216 16049 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=18930384 memory=18949 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36176810 19384713216 16049 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36176810 19384713216 16049 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64196 KiB

[startup+0.305743 s]*
/proc/loadavg: 0.95 1.13 1.94 9/340 32787
/proc/meminfo: memFree=127803420/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=18996948 memory=79832 CPUtime=0.47 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 7424 0 0 0 44 3 0 0 20 0 19 0 36176807 19452874752 19958 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4749237 19958 5426 1 0 548423 0
[pid=32767/tid=32769] ppid=32764 vsize=18996948 memory=-6000919489869474412 CPUtime=0.23 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 5486 0 0 0 22 1 0 0 20 0 19 0 36176808 19452874752 19958 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36176810 19452874752 19958 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36176810 19452874752 19958 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36176834 19452874752 19958 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79832 KiB

[startup+0.70024 s]
/proc/loadavg: 0.95 1.13 1.94 8/340 32787
/proc/meminfo: memFree=127638196/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=164996 CPUtime=1.22 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 10956 0 0 0 117 5 0 0 20 0 20 0 36176807 19521036288 41249 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 41249 5490 1 0 551151 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=17536 CPUtime=0.58 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 5566 0 0 0 55 3 0 0 20 0 20 0 36176808 19521036288 41249 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 41249 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 41249 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 41249 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164996 KiB

[startup+1.50025 s]
/proc/loadavg: 0.95 1.13 1.94 8/341 32788
/proc/meminfo: memFree=127281532/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=310176 CPUtime=2.8 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 17567 0 0 0 270 10 0 0 20 0 20 0 36176807 19521036288 77544 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 77544 5490 1 0 556577 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=10752 CPUtime=1.33 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 5653 0 0 0 127 6 0 0 20 0 20 0 36176808 19521036288 77544 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 77544 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 77544 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 77544 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 310176 KiB

[startup+3.10588 s]
/proc/loadavg: 0.95 1.13 1.94 7/341 32788
/proc/meminfo: memFree=125616080/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=1070424 CPUtime=5.98 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 18675 0 0 0 572 26 0 0 20 0 20 0 36176807 19521036288 267606 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 267606 5490 1 0 557020 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=10752 CPUtime=2.89 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 6135 0 0 0 268 21 0 0 20 0 20 0 36176808 19521036288 267606 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=-6000919489869474412 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 267606 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 267606 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 267606 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1070424 KiB

[startup+6.30021 s]
/proc/loadavg: 1.27 1.20 1.96 5/341 32788
/proc/meminfo: memFree=124861628/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=1314320 CPUtime=10.23 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 27312 0 0 0 990 33 0 0 20 0 20 0 36176807 19521036288 328580 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 328580 5490 1 0 557109 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=0 CPUtime=6.04 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 7792 0 0 0 576 28 0 0 20 0 20 0 36176808 19521036288 328580 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 328580 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 328580 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=373820 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 328580 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 10.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1314320 KiB

[startup+12.7002 s]
/proc/loadavg: 1.49 1.24 1.97 5/341 32788
/proc/meminfo: memFree=124371648/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=1326804 CPUtime=16.69 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 28263 0 0 0 1632 37 0 0 20 0 20 0 36176807 19521036288 331701 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 331701 5490 1 0 557126 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=373820 CPUtime=12.33 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 8311 0 0 0 1203 30 0 0 20 0 20 0 36176808 19521036288 331701 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 331701 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=1324664 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 331701 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 331701 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 16.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1326804 KiB

[startup+25.5002 s]
/proc/loadavg: 2.05 1.38 2.01 5/343 32791
/proc/meminfo: memFree=124310412/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=1343352 CPUtime=29.8 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 35083 0 0 0 2939 41 0 0 20 0 20 0 36176807 19521036288 335838 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 335838 5490 1 0 557126 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=10752 CPUtime=24.79 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 10186 0 0 0 2445 34 0 0 20 0 20 0 36176808 19521036288 335838 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=1324664 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 335838 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 335838 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 335838 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 29.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1343352 KiB

[startup+51.1057 s]
/proc/loadavg: 2.78 1.61 2.06 5/345 32793
/proc/meminfo: memFree=123228216/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=1797432 CPUtime=55.52 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 40769 0 0 0 5494 58 0 0 20 0 20 0 36176807 19521036288 449358 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 449358 5522 1 0 663653 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=1797432 CPUtime=49.53 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 12725 0 0 0 4905 48 0 0 20 0 20 0 36176808 19521036288 449358 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0

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

/proc/meminfo: memFree=109048824/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=3660976 CPUtime=3209.52 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 148498 0 0 0 320344 608 0 0 20 0 20 0 36176807 19521036288 915244 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 915244 5522 1 0 928235 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=3660720 CPUtime=3087.54 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 62563 0 0 0 308280 474 0 0 20 0 20 0 36176808 19521036288 915244 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 915244 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 1643 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 915244 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=-6000919489869474412 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 915244 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 3209.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3660976 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.17 4.10 6/342 33980
/proc/meminfo: memFree=108697684/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=3660976 CPUtime=3269.95 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 149396 0 0 0 326384 611 0 0 20 0 20 0 36176807 19521036288 915244 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 915244 5522 1 0 928235 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=3660720 CPUtime=3146.58 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 63392 0 0 0 314183 475 0 0 20 0 20 0 36176808 19521036288 915244 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 915244 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=-6000919489869474412 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 1643 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 915244 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=3660976 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 915244 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 3269.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3660976 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.18 4.11 5/342 33983
/proc/meminfo: memFree=107768480/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=3662512 CPUtime=3331.19 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 151861 0 0 0 332502 617 0 0 20 0 20 0 36176807 19521036288 915628 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 915628 5522 1 0 928235 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=3662512 CPUtime=3205.31 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 64667 0 0 0 320051 480 0 0 20 0 20 0 36176808 19521036288 915628 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=3661232 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 915628 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=3660976 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 1733 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 915628 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=3662512 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 915628 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 3331.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3662512 KiB

[startup+3342.3 s]
/proc/loadavg: 4.43 4.24 4.13 5/342 33990
/proc/meminfo: memFree=106601344/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=3664688 CPUtime=3391.94 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 154112 0 0 0 338568 626 0 0 20 0 20 0 36176807 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 916172 5522 1 0 928235 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=3664688 CPUtime=3263.84 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 65885 0 0 0 325897 487 0 0 20 0 20 0 36176808 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=3664688 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=3664688 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 1733 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 3391.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3664688 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.23 4.13 5/343 33993
/proc/meminfo: memFree=106591784/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=3664688 CPUtime=3452.84 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 154393 0 0 0 344652 632 0 0 20 0 20 0 36176807 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 916172 5522 1 0 928235 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=2465 CPUtime=3322.26 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 66009 0 0 0 331735 491 0 0 20 0 20 0 36176808 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 1784 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=3664688 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 3452.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3664688 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.20 4.13 5/343 33995
/proc/meminfo: memFree=106547148/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=3664688 CPUtime=3513.68 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 156018 0 0 0 350728 640 0 0 20 0 20 0 36176807 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 916172 5522 1 0 928235 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=2465 CPUtime=3380.86 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 67338 0 0 0 337588 498 0 0 20 0 20 0 36176808 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=3664688 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=3664688 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 1784 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=3664688 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 3513.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3664688 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.19 4.13 5/344 33998
/proc/meminfo: memFree=106408384/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=3664688 CPUtime=3574.08 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 157647 0 0 0 356761 647 0 0 20 0 20 0 36176807 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 916172 5522 1 0 928235 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=3664688 CPUtime=3439.35 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 68651 0 0 0 343431 504 0 0 20 0 20 0 36176808 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=3664688 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 1868 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=3664688 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 3574.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3664688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3547.8 s]
/proc/loadavg: 4.14 4.19 4.13 5/344 33998
/proc/meminfo: memFree=106378252/131249996 swapFree=33010684/33010684
[pid=32767] ppid=32764 vsize=19063512 memory=3664688 CPUtime=3600.06 cores=4,6
/proc/32767/stat : 32767 (java) S 32764 32767 32508 0 -1 4194304 158306 0 0 0 359355 651 0 0 20 0 20 0 36176807 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
/proc/32767/statm: 4765878 916172 5522 1 0 928235 0
[pid=32767/tid=32769] ppid=32764 vsize=19063512 memory=12544 CPUtime=3464.12 cores=4,6
/proc/32767/task/32769/stat : 32769 (java) R 32764 32767 32508 0 -1 4194368 68935 0 0 0 345906 506 0 0 20 0 20 0 36176808 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32778] ppid=32764 vsize=19063512 memory=10112 CPUtime=0 cores=4,6
/proc/32767/task/32778/stat : 32778 (Finalizer) S 32764 32767 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32785] ppid=32764 vsize=19063512 memory=9088 CPUtime=0 cores=4,6
/proc/32767/task/32785/stat : 32785 (Common-Cleaner) S 32764 32767 32508 0 -1 4194368 1954 0 0 0 0 0 0 0 20 0 20 0 36176810 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
[pid=32767/tid=32787] ppid=32764 vsize=19063512 memory=-6000919489869474412 CPUtime=0 cores=4,6
/proc/32767/task/32787/stat : 32787 (Timer-0) S 32764 32767 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176834 19521036288 916172 18446744073709551615 93890851282944 93890851286640 140736318563568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93890851294456 93890851295248 93890881273856 140736318568749 140736318568934 140736318568934 140736318574536 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3664688 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.68 s, system=6.52906 s

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

Child status: 143

Real time (s): 3547.89
CPU time (s): 3600.21
CPU user time (s): 3593.68
CPU system time (s): 6.52906
CPU usage (%): 101.475
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3665548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.68
system time used= 6.52906
maximum resident set size= 3665584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160745
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2541896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 168778
involuntary context switches= 27079


# summary of solver processes directly reported to runsolver:
#   pid: 32767
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3593.68
#   total CPU system time (s): 6.52906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.52614 second user time and 17.6245 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 15:49:49
IDJOB=4510623
IDBENCH=160374
IDSOLVER=3362
FILE ID=nodeC024/4510623-1751204989
RUNJOBID= nodeC024-1751204986-32519
SLURM_JOB_ID= 9587622
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x70split.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-4510623-1751204989/watcher-4510623-1751204989 -o /tmp/evaluation-result-4510623-1751204989/solver-4510623-1751204989 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32519 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510623-1751204989 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510623-1751204989.opb

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

MD5SUM BENCH= 6c6f54dbad76425fd68d4f6d2aa72935
RANDOM SEED=791249425

nodeC024 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.673
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.36
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.671
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.36
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.678
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.36
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.667
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.36
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.780
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.36
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.683
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.36
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.976
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.36
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		: 3599.674
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128354856 kB
MemAvailable:   128047388 kB
Buffers:            3280 kB
Cached:           502012 kB
SwapCached:            0 kB
Active:          2059456 kB
Inactive:         247316 kB
Active(anon):    1819552 kB
Inactive(anon):        0 kB
Active(file):     239904 kB
Inactive(file):   247316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10444 kB
Writeback:             0 kB
AnonPages:       1804632 kB
Mapped:           122488 kB
Shmem:             18064 kB
KReclaimable:      88700 kB
Slab:             175704 kB
SReclaimable:      88700 kB
SUnreclaim:        87004 kB
KernelStack:        5168 kB
PageTables:         6600 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7061672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1589248 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC024 at 2025-06-29 16:48:57