Trace number 4514167

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 Resolution VeriPB 2025-06-06? (TO) 3600.19 3608.51

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v061-n3.opb
MD5SUMee80f54d8195eff99f8f8fb25e2ddb99
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 benchmark0.011278
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints61
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4514167-1751224000.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.12/0.16	c ... done. Wall clock time 0.019s.
0.12/0.16	c declared #vars     183
0.12/0.16	c #constraints  122
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 61
0.12/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
0.12/0.16	c 122 constraints processed.
1.47/0.80	c cleaning 2499 clauses out of 5000 with flag 37699/5000
2.66/1.41	c cleaning 4246 clauses out of 8502 with flag 86452/11001
4.05/2.18	c cleaning 5625 clauses out of 11256 with flag 157724/18001
5.20/3.11	c cleaning 6813 clauses out of 13632 with flag 244230/26002
6.15/3.98	c cleaning 7900 clauses out of 15818 with flag 335744/35001
7.35/5.10	c cleaning 8951 clauses out of 17917 with flag 436145/45000
8.93/6.56	c cleaning 9977 clauses out of 19968 with flag 561572/56002
10.54/8.16	c cleaning 10985 clauses out of 21990 with flag 697262/68001
12.32/9.99	c cleaning 11994 clauses out of 24008 with flag 849814/81004
14.53/12.16	c cleaning 12992 clauses out of 26010 with flag 1026576/95000
16.92/14.56	c cleaning 13994 clauses out of 28020 with flag 1200691/110002
19.72/17.33	c cleaning 15006 clauses out of 30024 with flag 1381856/126000
22.76/20.37	c cleaning 15994 clauses out of 32018 with flag 1591150/143000
26.26/23.86	c cleaning 16998 clauses out of 34025 with flag 1821082/161001
29.85/27.42	c cleaning 18000 clauses out of 36027 with flag 2053823/180001
33.56/31.26	c cleaning 19005 clauses out of 38027 with flag 2289603/200001
37.45/35.18	c cleaning 19999 clauses out of 40021 with flag 2525445/221000
41.44/39.17	c cleaning 21003 clauses out of 42023 with flag 2776888/243001
45.86/43.50	c cleaning 22005 clauses out of 44021 with flag 3052673/266002
50.37/48.05	c cleaning 22998 clauses out of 46016 with flag 3345138/290002
55.36/53.08	c cleaning 24001 clauses out of 48016 with flag 3658855/315000
61.23/58.96	c cleaning 24999 clauses out of 50015 with flag 3974059/341000
66.54/64.34	c cleaning 26006 clauses out of 52017 with flag 4302218/368001
71.24/69.02	c cleaning 27002 clauses out of 54011 with flag 4609984/396001
75.91/73.50	c cleaning 27994 clauses out of 56008 with flag 4908069/425000
81.41/79.01	c cleaning 28995 clauses out of 58014 with flag 5193987/455000
87.41/85.06	c cleaning 29997 clauses out of 60019 with flag 5494822/486000
93.68/91.30	c cleaning 30999 clauses out of 62022 with flag 5791758/518000
99.58/97.37	c cleaning 32003 clauses out of 64023 with flag 6111863/551000
106.28/104.01	c cleaning 33001 clauses out of 66022 with flag 6431262/585002
113.66/111.46	c cleaning 33999 clauses out of 68019 with flag 6783185/620000
121.54/119.30	c cleaning 34997 clauses out of 70020 with flag 7148191/656000
129.65/127.54	c cleaning 36010 clauses out of 72027 with flag 7532784/693004
138.34/136.20	c cleaning 36998 clauses out of 74013 with flag 7949635/731000
147.24/145.14	c cleaning 38002 clauses out of 76016 with flag 8379207/770001
157.04/155.02	c cleaning 39004 clauses out of 78013 with flag 8775930/810000
166.41/164.43	c cleaning 39997 clauses out of 80009 with flag 9154765/851000
177.02/175.02	c cleaning 40996 clauses out of 82013 with flag 9585873/893001
187.80/185.94	c cleaning 42003 clauses out of 84017 with flag 10020161/936001
199.49/197.63	c cleaning 42998 clauses out of 86014 with flag 10494504/980001
212.36/210.54	c cleaning 44003 clauses out of 88017 with flag 10991158/1025002
225.05/223.31	c cleaning 44999 clauses out of 90012 with flag 11494124/1071000
240.93/239.23	c cleaning 45998 clauses out of 92013 with flag 12016680/1118000
256.33/254.79	c cleaning 46998 clauses out of 94016 with flag 12559797/1166001
273.01/271.47	c cleaning 48003 clauses out of 96019 with flag 13128356/1215002
289.00/287.59	c cleaning 49000 clauses out of 98016 with flag 13729985/1265002
306.78/305.31	c cleaning 49997 clauses out of 100016 with flag 14340669/1316002
324.74/323.45	c cleaning 50999 clauses out of 102017 with flag 14980841/1368000
341.37/340.13	c cleaning 51999 clauses out of 104020 with flag 15620691/1421002
360.32/359.16	c cleaning 52996 clauses out of 106020 with flag 16275867/1475001
377.03/375.90	c cleaning 53998 clauses out of 108023 with flag 16888628/1530000
395.78/394.72	c cleaning 55006 clauses out of 110026 with flag 17535030/1586001
413.10/412.14	c cleaning 56004 clauses out of 112019 with flag 18150120/1643000
431.93/430.89	c cleaning 57000 clauses out of 114015 with flag 18727633/1701000
451.58/450.50	c cleaning 58002 clauses out of 116015 with flag 19304135/1760000
470.72/469.71	c cleaning 58997 clauses out of 118013 with flag 19903463/1820000
489.77/488.85	c cleaning 60000 clauses out of 120016 with flag 20500985/1881000
509.99/509.12	c cleaning 60999 clauses out of 122016 with flag 21089850/1943000
531.83/531.06	c cleaning 62003 clauses out of 124018 with flag 21727316/2006001
553.48/552.74	c cleaning 62999 clauses out of 126015 with flag 22381532/2070001
578.40/577.71	c cleaning 64001 clauses out of 128015 with flag 23057648/2135000
605.42/604.88	c cleaning 64997 clauses out of 130018 with flag 23781146/2201004
632.91/632.49	c cleaning 66002 clauses out of 132018 with flag 24498863/2268001
666.62/666.21	c cleaning 67001 clauses out of 134016 with flag 25265526/2336001
695.35/695.01	c cleaning 67997 clauses out of 136014 with flag 25976624/2405000
724.09/723.87	c cleaning 68998 clauses out of 138019 with flag 26744941/2475002
756.35/756.46	c cleaning 69998 clauses out of 140019 with flag 27551077/2546000
796.14/796.38	c cleaning 71001 clauses out of 142021 with flag 28344338/2618000
835.51/835.89	c cleaning 71996 clauses out of 144020 with flag 29136755/2691000
879.01/879.68	c cleaning 73011 clauses out of 146027 with flag 29945616/2765003
919.07/919.89	c cleaning 73998 clauses out of 148013 with flag 30732455/2840000
957.06/957.99	c cleaning 75001 clauses out of 150015 with flag 31533517/2916000
994.69/995.60	c cleaning 75996 clauses out of 152014 with flag 32334127/2993000
1036.23/1037.26	c cleaning 76995 clauses out of 154018 with flag 33152076/3071000
1081.37/1082.52	c cleaning 77998 clauses out of 156024 with flag 34017880/3150001
1125.62/1126.90	c cleaning 79000 clauses out of 158025 with flag 34879065/3230000
1165.64/1167.09	c cleaning 80004 clauses out of 160025 with flag 35715802/3311000
1212.31/1213.86	c cleaning 80999 clauses out of 162022 with flag 36613324/3393001
1259.98/1261.63	c cleaning 82004 clauses out of 164024 with flag 37536217/3476002
1304.61/1306.38	c cleaning 82995 clauses out of 166019 with flag 38452208/3560001
1361.46/1363.32	c cleaning 84002 clauses out of 168023 with flag 39326401/3645000
1414.83/1416.84	c cleaning 85000 clauses out of 170021 with flag 40212877/3731000
1471.44/1473.61	c cleaning 86002 clauses out of 172021 with flag 41135537/3818000
1524.18/1526.53	c cleaning 87002 clauses out of 174021 with flag 42091436/3906002
1583.20/1585.71	c cleaning 88001 clauses out of 176019 with flag 43046218/3995002
1643.65/1646.54	c cleaning 89001 clauses out of 178018 with flag 44030643/4085002
1706.00/1709.10	c cleaning 90000 clauses out of 180016 with flag 45019831/4176001
1764.06/1767.26	c cleaning 91001 clauses out of 182016 with flag 46024245/4268001
1826.31/1829.61	c cleaning 92000 clauses out of 184017 with flag 47086218/4361003
1891.26/1894.75	c cleaning 92996 clauses out of 186014 with flag 48176595/4455000
1950.43/1954.05	c cleaning 94005 clauses out of 188019 with flag 49264826/4550001
2017.87/2021.69	c cleaning 94997 clauses out of 190014 with flag 50396428/4646001
2089.76/2093.74	c cleaning 95992 clauses out of 192016 with flag 51497067/4743000
2155.93/2160.02	c cleaning 97001 clauses out of 194024 with flag 52612580/4841000
2229.76/2234.06	c cleaning 98002 clauses out of 196023 with flag 53802481/4940000
2312.53/2317.09	c cleaning 99000 clauses out of 198021 with flag 54958956/5040000
2388.46/2393.19	c cleaning 99995 clauses out of 200022 with flag 56143765/5141001
2462.39/2467.26	c cleaning 101011 clauses out of 202028 with flag 57332870/5243002
2539.02/2544.06	c cleaning 102000 clauses out of 204015 with flag 58499527/5346000
2622.17/2627.48	c cleaning 102998 clauses out of 206016 with flag 59673197/5450001
2695.12/2700.52	c cleaning 104001 clauses out of 208020 with flag 60837642/5555003
2777.98/2783.68	c cleaning 104996 clauses out of 210017 with flag 62055495/5661001
2855.37/2861.28	c cleaning 105999 clauses out of 212021 with flag 63323000/5768001
2938.05/2944.17	c cleaning 106995 clauses out of 214021 with flag 64589348/5876000
3023.74/3030.09	c cleaning 108005 clauses out of 216026 with flag 65889742/5985000
3101.99/3108.50	c cleaning 109001 clauses out of 218022 with flag 67187893/6095001
3167.94/3174.55	c cleaning 110005 clauses out of 220020 with flag 68477075/6206000
3248.65/3255.43	c cleaning 111002 clauses out of 222015 with flag 69580016/6318000
3330.51/3337.57	c cleaning 112000 clauses out of 224014 with flag 70810973/6431001
3417.34/3424.51	c cleaning 113000 clauses out of 226013 with flag 71961806/6545000
3521.31/3529.58	c cleaning 114004 clauses out of 228015 with flag 73141720/6660002
3600.05/3608.41	c starts		: 2370
3600.05/3608.41	c timeout
3600.05/3608.42	c conflicts		: 6762772
3600.05/3608.42	c decisions		: 7476736
3600.05/3608.42	c propagations		: 136494592
3600.05/3608.42	c inspects		: 38494497600
3600.05/3608.42	c shortcuts		: 0
3600.05/3608.42	c learnt literals	: 0
3600.05/3608.42	c learnt binary clauses	: 0
3600.05/3608.42	c learnt ternary clauses	: 0
3600.05/3608.42	c learnt constraints	: 6762772
3600.05/3608.42	c ignored constraints	: 0
3600.05/3608.42	c root simplifications	: 0
3600.05/3608.42	c removed literals (reason simplification)	: 115402889
3600.05/3608.42	c reason swapping (by a shorter reason)	: 0
3600.05/3608.42	c Calls to reduceDB	: 111
3600.05/3608.42	c Number of update (reduction) of LBD	: 2017852
3600.05/3608.42	c Imported unit clauses	: 0
3600.05/3608.42	c No decision after first conflict	: false
3600.05/3608.42	c number of reductions to clauses (during analyze)	: 0
3600.05/3608.42	c number of learned constraints concerned by reduction	: 0
3600.05/3608.42	c number of learning phase by resolution	: 0
3600.05/3608.42	c number of learning phase by cutting planes	: 0
3600.05/3608.42	c number of rounding to 1 operations	: 0
3600.05/3608.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3608.43	c number of reductions of the coefficients by power 2 	: 0
3600.05/3608.43	c number of right shift for reduction by power 2 	: 0
3600.05/3608.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3608.43	c number of ending skipping 	: 0
3600.05/3608.43	c number of internal skipping 	: 0
3600.05/3608.43	c number of derivation steps 	: 0
3600.05/3608.43	c number of skipped derivation steps 	: 0
3600.05/3608.43	c number of remaining unassigned 	: 0
3600.05/3608.43	c number of remaining assigned 	: 0
3600.05/3608.43	c number of falsified literals weakened from reason	: 0
3600.05/3608.43	c number of falsified literals weakened from conflict	: 0
3600.05/3608.43	c time for arithmetic operations	: 0
3600.05/3608.43	c minimum degree of deleted constraints	: null
3600.05/3608.43	c maximum degree of deleted constraints	: null
3600.05/3608.43	c number of deleted constraints	: 0
3600.05/3608.43	c speed (assignments/second)	: 37828.25403080866
3600.05/3608.43	c non guided choices	: 67
3600.05/3608.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 216781
3600.05/3608.49	s UNKNOWN
3600.05/3608.49	c Total wall clock time (in seconds): 3608.356

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: 63708 MiB (58377 MiB free)
  memory of node 1: 64465 MiB (61126 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514167-1751224000/watcher-4514167-1751224000 -o /tmp/evaluation-result-4514167-1751224000/solver-4514167-1751224000 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30659 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514167-1751224000 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514167-1751224000.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=31756, runsolver pid=31753

[startup+0.100039 s]*
/proc/loadavg: 4.06 4.08 4.09 6/344 31774
/proc/meminfo: memFree=122340756/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=18930384 memory=57832 CPUtime=0.12 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 6557 0 0 0 11 1 0 0 20 0 18 0 38078627 19384713216 14458 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4732596 14458 5357 1 0 547611 0
[pid=31756/tid=31758] ppid=31753 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 5063 0 0 0 7 1 0 0 20 0 18 0 38078628 19384713216 14458 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38078630 19384713216 14458 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=18930384 memory=59585004333716 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38078631 19384713216 14458 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57832 KiB

[startup+0.205825 s]*
/proc/loadavg: 4.06 4.08 4.09 7/345 31775
/proc/meminfo: memFree=122334896/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=18996948 memory=64208 CPUtime=0.32 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 7093 0 0 0 30 2 0 0 20 0 19 0 38078627 19452874752 16052 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4749237 16052 5421 1 0 548231 0
[pid=31756/tid=31758] ppid=31753 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 5339 0 0 0 17 1 0 0 20 0 19 0 38078628 19452874752 16052 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=18996948 memory=2569 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38078630 19452874752 16052 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=18996948 memory=58485492679654 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38078631 19452874752 16052 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=18996948 memory=104018 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38078643 19452874752 16052 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64208 KiB

[startup+0.30579 s]*
/proc/loadavg: 4.06 4.08 4.09 6/345 31775
/proc/meminfo: memFree=122311552/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=18996948 memory=80796 CPUtime=0.51 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 9838 0 0 0 48 3 0 0 20 0 19 0 38078627 19452874752 20199 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4749237 20199 5421 1 0 549835 0
[pid=31756/tid=31758] ppid=31753 vsize=18996948 memory=-6000919494181219180 CPUtime=0.26 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 5370 0 0 0 25 1 0 0 20 0 19 0 38078628 19452874752 20199 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38078630 19452874752 20199 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38078631 19452874752 20199 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38078643 19452874752 20199 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80796 KiB

[startup+0.700236 s]
/proc/loadavg: 4.06 4.08 4.09 6/345 31775
/proc/meminfo: memFree=122282880/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=18996948 memory=145512 CPUtime=1.27 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 12161 0 0 0 123 4 0 0 20 0 19 0 38078627 19452874752 36378 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4749237 36378 5453 1 0 551400 0
[pid=31756/tid=31758] ppid=31753 vsize=18996948 memory=17536 CPUtime=0.6 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 5418 0 0 0 58 2 0 0 20 0 19 0 38078628 19452874752 36378 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38078630 19452874752 36378 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38078631 19452874752 36378 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38078643 19452874752 36378 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 145512 KiB

[startup+1.50025 s]
/proc/loadavg: 4.06 4.08 4.09 6/346 31776
/proc/meminfo: memFree=122226928/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=172164 CPUtime=2.86 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 20112 0 0 0 279 7 0 0 20 0 20 0 38078627 19521036288 43041 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 43041 5485 1 0 552968 0
[pid=31756/tid=31758] ppid=31753 vsize=19063512 memory=0 CPUtime=1.39 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 5872 0 0 0 135 4 0 0 20 0 20 0 38078628 19521036288 43041 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38078630 19521036288 43041 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38078631 19521036288 43041 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38078643 19521036288 43041 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172164 KiB

[startup+3.10565 s]
/proc/loadavg: 4.06 4.08 4.09 5/346 31776
/proc/meminfo: memFree=122220680/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=174632 CPUtime=5.2 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 21949 0 0 0 512 8 0 0 20 0 20 0 38078627 19521036288 43658 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 43658 5485 1 0 552968 0
[pid=31756/tid=31758] ppid=31753 vsize=19063512 memory=10752 CPUtime=2.97 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 6251 0 0 0 293 4 0 0 20 0 20 0 38078628 19521036288 43658 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=19063512 memory=-6000919494181219180 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38078630 19521036288 43658 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38078631 19521036288 43658 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38078643 19521036288 43658 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174632 KiB

[startup+6.3002 s]
/proc/loadavg: 4.06 4.08 4.09 5/346 31776
/proc/meminfo: memFree=122025008/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=374800 CPUtime=8.73 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 26039 0 0 0 858 15 0 0 20 0 20 0 38078627 19521036288 93700 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 93700 5485 1 0 552973 0
[pid=31756/tid=31758] ppid=31753 vsize=19063512 memory=0 CPUtime=6.15 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 7050 0 0 0 605 10 0 0 20 0 20 0 38078628 19521036288 93700 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38078630 19521036288 93700 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38078631 19521036288 93700 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=19063512 memory=172164 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38078643 19521036288 93700 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 8.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 374800 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.09 4.09 5/346 31776
/proc/meminfo: memFree=121800972/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=591928 CPUtime=15.13 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 29584 0 0 0 1490 23 0 0 20 0 20 0 38078627 19521036288 147982 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 147982 5485 1 0 552973 0
[pid=31756/tid=31758] ppid=31753 vsize=19063512 memory=172164 CPUtime=12.53 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 8123 0 0 0 1235 18 0 0 20 0 20 0 38078628 19521036288 147982 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=19063512 memory=497720 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38078630 19521036288 147982 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38078631 19521036288 147982 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38078643 19521036288 147982 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 15.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 591928 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.09 4.09 5/346 31777
/proc/meminfo: memFree=121420740/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=874636 CPUtime=27.95 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 34126 0 0 0 2761 34 0 0 20 0 20 0 38078627 19521036288 218659 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 218659 5485 1 0 552973 0
[pid=31756/tid=31758] ppid=31753 vsize=19063512 memory=497720 CPUtime=25.29 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 9329 0 0 0 2500 29 0 0 20 0 20 0 38078628 19521036288 218659 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38078630 19521036288 218659 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=19063512 memory=747660 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38078631 19521036288 218659 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38078643 19521036288 218659 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 27.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 874636 KiB

[startup+51.1057 s]
/proc/loadavg: 4.07 4.08 4.09 5/346 31778
/proc/meminfo: memFree=120772276/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=1319140 CPUtime=53.46 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 37095 0 0 0 5293 53 0 0 20 0 20 0 38078627 19521036288 329785 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 329785 5485 1 0 552973 0

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

/proc/meminfo: memFree=116189424/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=2120956 CPUtime=3215.66 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 100950 0 0 0 320995 571 0 0 20 0 20 0 38078627 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 530239 5517 1 0 552973 0
[pid=31756/tid=31758] ppid=31753 vsize=19063512 memory=4764 CPUtime=3205.95 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 38990 0 0 0 320108 487 0 0 20 0 20 0 38078628 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38078630 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=19063512 memory=2120956 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 1894 0 0 0 0 0 0 0 20 0 20 0 38078631 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38078643 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 3215.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2120956 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/346 32086
/proc/meminfo: memFree=115947844/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=2120956 CPUtime=3275.51 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 101808 0 0 0 326972 579 0 0 20 0 20 0 38078627 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 530239 5517 1 0 552973 0
[pid=31756/tid=31758] ppid=31753 vsize=19063512 memory=-6000919494181219180 CPUtime=3265.66 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 39248 0 0 0 326072 494 0 0 20 0 20 0 38078628 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38078630 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=19063512 memory=2120956 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 1991 0 0 0 0 0 0 0 20 0 20 0 38078631 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38078643 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 3275.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2120956 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/345 32088
/proc/meminfo: memFree=115722556/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=2120956 CPUtime=3335.36 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 102200 0 0 0 332950 586 0 0 20 0 20 0 38078627 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 530239 5517 1 0 552973 0
[pid=31756/tid=31758] ppid=31753 vsize=19063512 memory=10752 CPUtime=3325.36 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 39528 0 0 0 332035 501 0 0 20 0 20 0 38078628 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38078630 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=19063512 memory=2120956 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 1992 0 0 0 0 0 0 0 20 0 20 0 38078631 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38078643 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 3335.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2120956 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/343 32090
/proc/meminfo: memFree=115524536/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=2120956 CPUtime=3395.21 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 104484 0 0 0 338928 593 0 0 20 0 20 0 38078627 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 530239 5517 1 0 552973 0
[pid=31756/tid=31758] ppid=31753 vsize=19063512 memory=10752 CPUtime=3385.06 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 40737 0 0 0 337999 507 0 0 20 0 20 0 38078628 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38078630 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=19063512 memory=2120956 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 1993 0 0 0 0 0 0 0 20 0 20 0 38078631 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=19063512 memory=2120956 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38078643 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 3395.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2120956 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.17 4.11 5/343 32158
/proc/meminfo: memFree=119345832/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=2120956 CPUtime=3455.1 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 106524 0 0 0 344907 603 0 0 20 0 20 0 38078627 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 530239 5517 1 0 552973 0
[pid=31756/tid=31758] ppid=31753 vsize=19063512 memory=2120956 CPUtime=3444.8 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 41723 0 0 0 343965 515 0 0 20 0 20 0 38078628 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38078630 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 2071 0 0 0 0 0 0 0 20 0 20 0 38078631 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=19063512 memory=21612 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38078643 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 3455.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2120956 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.16 4.11 5/343 32163
/proc/meminfo: memFree=118691000/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=2120956 CPUtime=3514.14 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 106789 0 0 0 350804 610 0 0 20 0 20 0 38078627 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 530239 5517 1 0 552973 0
[pid=31756/tid=31758] ppid=31753 vsize=19063512 memory=2120956 CPUtime=3503.8 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 41768 0 0 0 349860 520 0 0 20 0 20 0 38078628 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=19063512 memory=2120956 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38078630 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 2146 0 0 0 0 0 0 0 20 0 20 0 38078631 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38078643 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 3514.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2120956 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/343 32165
/proc/meminfo: memFree=118448500/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=2120956 CPUtime=3573.97 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 107866 0 0 0 356780 617 0 0 20 0 20 0 38078627 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 530239 5517 1 0 552973 0
[pid=31756/tid=31758] ppid=31753 vsize=19063512 memory=2120956 CPUtime=3563.56 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 42808 0 0 0 355829 527 0 0 20 0 20 0 38078628 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38078630 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 2146 0 0 0 0 0 0 0 20 0 20 0 38078631 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38078643 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 3573.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2120956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.4 s]
/proc/loadavg: 4.12 4.14 4.10 5/343 32167
/proc/meminfo: memFree=118337628/131250000 swapFree=33010684/33010684
[pid=31756] ppid=31753 vsize=19063512 memory=2120956 CPUtime=3600.05 cores=1,3
/proc/31756/stat : 31756 (java) S 31753 31756 30647 0 -1 4194304 109237 0 0 0 359384 621 0 0 20 0 20 0 38078627 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
/proc/31756/statm: 4765878 530239 5517 1 0 552973 0
[pid=31756/tid=31758] ppid=31753 vsize=19063512 memory=-6000919494181219180 CPUtime=3589.51 cores=1,3
/proc/31756/task/31758/stat : 31758 (java) R 31753 31756 30647 0 -1 4194368 43009 0 0 0 358421 530 0 0 20 0 20 0 38078628 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31767] ppid=31753 vsize=19063512 memory=21612 CPUtime=0 cores=1,3
/proc/31756/task/31767/stat : 31767 (Finalizer) S 31753 31756 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38078630 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31774] ppid=31753 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/31756/task/31774/stat : 31774 (Common-Cleaner) S 31753 31756 30647 0 -1 4194368 2222 0 0 0 0 0 0 0 20 0 20 0 38078631 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
[pid=31756/tid=31775] ppid=31753 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/31756/task/31775/stat : 31775 (Timer-0) S 31753 31756 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38078643 19521036288 530239 18446744073709551615 94043715297280 94043715300976 140726899122336 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043715308792 94043715309584 94043745230848 140726899128624 140726899128806 140726899128806 140726899134408 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2120956 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.97 s, system=6.22588 s

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

Child status: 143

Real time (s): 3608.51
CPU time (s): 3600.19
CPU user time (s): 3593.97
CPU system time (s): 6.22588
CPU usage (%): 99.7696
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2120956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.97
system time used= 6.22588
maximum resident set size= 2122236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112519
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4475328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106478
involuntary context switches= 6445


# summary of solver processes directly reported to runsolver:
#   pid: 31756
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3593.97
#   total CPU system time (s): 6.22588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13368 second user time and 17.3247 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-29 21:06:40
IDJOB=4514167
IDBENCH=162607
IDSOLVER=3364
FILE ID=nodeC026/4514167-1751224000
RUNJOBID= nodeC026-1751218367-30659
SLURM_JOB_ID= 9587668
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v061-n3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514167-1751224000/watcher-4514167-1751224000 -o /tmp/evaluation-result-4514167-1751224000/solver-4514167-1751224000 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30659 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514167-1751224000 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514167-1751224000.opb

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

MD5SUM BENCH= ee80f54d8195eff99f8f8fb25e2ddb99
RANDOM SEED=353976246

nodeC026 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.790
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.59
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.512
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.59
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		: 3600.090
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.59
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		: 3472.725
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.59
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.819
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.59
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.794
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.59
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		: 3601.262
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.59
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		: 3575.565
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122364220 kB
MemAvailable:   125393348 kB
Buffers:            3280 kB
Cached:          3828176 kB
SwapCached:            0 kB
Active:          4726792 kB
Inactive:        3570812 kB
Active(anon):    4484312 kB
Inactive(anon):        0 kB
Active(file):     242480 kB
Inactive(file):  3570812 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             65424 kB
Writeback:             4 kB
AnonPages:       4469004 kB
Mapped:           122992 kB
Shmem:             18080 kB
KReclaimable:     110148 kB
Slab:             199588 kB
SReclaimable:     110148 kB
SUnreclaim:        89440 kB
KernelStack:        5264 kB
PageTables:        12304 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7046248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151560 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4276224 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC026 at 2025-06-29 22:06:48