Trace number 4515966

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 2025-06-06? (TO) 3600.25 3588.94

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid4_121.shuf-1.opb
MD5SUMd9b74fe8ba5c70cce21a95ed96e09832
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.168827
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables484
Total number of constraints485
Number of constraints which are clauses484
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint484
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 487
Number of bits of the biggest sum of numbers9
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4515966-1751236099.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.16	c ... done. Wall clock time 0.028s.
0.13/0.16	c declared #vars     484
0.13/0.16	c #constraints  485
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 484
0.13/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.13/0.16	c 485 constraints processed.
1.28/0.76	c cleaning 2501 clauses out of 5001 with flag 10921/5001
2.01/1.11	c cleaning 4250 clauses out of 8499 with flag 23980/11000
2.47/1.52	c cleaning 5625 clauses out of 11249 with flag 39247/18000
3.13/2.12	c cleaning 6813 clauses out of 13625 with flag 56696/26001
3.73/2.71	c cleaning 7906 clauses out of 15812 with flag 76280/35001
4.43/3.43	c cleaning 8953 clauses out of 17905 with flag 98029/45000
5.64/4.54	c cleaning 9975 clauses out of 19953 with flag 122124/56001
6.83/5.73	c cleaning 10987 clauses out of 21978 with flag 148288/68001
8.38/7.28	c cleaning 11995 clauses out of 23990 with flag 176589/81000
10.05/8.82	c cleaning 12997 clauses out of 25995 with flag 207162/95000
11.84/10.69	c cleaning 13999 clauses out of 27998 with flag 239887/110000
14.08/12.88	c cleaning 14999 clauses out of 29999 with flag 274740/126000
16.03/14.78	c cleaning 15998 clauses out of 32000 with flag 311754/143000
18.29/16.99	c cleaning 16998 clauses out of 34002 with flag 350882/161000
21.17/19.79	c cleaning 18002 clauses out of 36006 with flag 392288/180002
24.16/22.77	c cleaning 18997 clauses out of 38002 with flag 435921/200000
27.42/25.99	c cleaning 20003 clauses out of 40005 with flag 481922/221000
30.38/28.87	c cleaning 21001 clauses out of 42003 with flag 530094/243001
33.17/31.64	c cleaning 21999 clauses out of 44002 with flag 580338/266001
36.92/35.33	c cleaning 22999 clauses out of 46002 with flag 632740/290000
40.87/39.27	c cleaning 24002 clauses out of 48004 with flag 687337/315001
44.72/43.06	c cleaning 25002 clauses out of 50003 with flag 744089/341002
49.28/47.58	c cleaning 25996 clauses out of 51999 with flag 802938/368000
54.24/52.40	c cleaning 27001 clauses out of 54004 with flag 863944/396001
59.60/57.72	c cleaning 28000 clauses out of 56003 with flag 927087/425001
64.54/62.34	c cleaning 29000 clauses out of 58004 with flag 992379/455002
68.80/66.55	c cleaning 30002 clauses out of 60003 with flag 1059633/486001
73.66/71.34	c cleaning 30999 clauses out of 62001 with flag 1129205/518001
78.73/76.34	c cleaning 32001 clauses out of 64001 with flag 1200964/551000
84.78/82.33	c cleaning 33000 clauses out of 66001 with flag 1275053/585001
90.67/88.23	c cleaning 33999 clauses out of 68000 with flag 1351128/620000
95.43/92.96	c cleaning 34991 clauses out of 70002 with flag 1429322/656001
102.03/99.56	c cleaning 36001 clauses out of 72010 with flag 1510004/693000
109.26/106.67	c cleaning 37003 clauses out of 74009 with flag 1592625/731000
117.33/114.68	c cleaning 38002 clauses out of 76007 with flag 1676970/770001
126.22/123.53	c cleaning 38997 clauses out of 78004 with flag 1764174/810000
136.90/134.15	c cleaning 40000 clauses out of 80009 with flag 1853543/851002
148.17/145.30	c cleaning 40997 clauses out of 82009 with flag 1945216/893002
159.28/155.92	c cleaning 41999 clauses out of 84011 with flag 2039280/936001
170.66/167.32	c cleaning 43000 clauses out of 86012 with flag 2135327/980001
182.93/179.55	c cleaning 44001 clauses out of 88011 with flag 2233364/1025000
195.51/192.14	c cleaning 45002 clauses out of 90011 with flag 2333468/1071001
208.43/204.99	c cleaning 46001 clauses out of 92009 with flag 2435562/1118001
220.90/217.40	c cleaning 47000 clauses out of 94007 with flag 2540258/1166000
233.27/229.86	c cleaning 48003 clauses out of 96007 with flag 2647012/1215000
246.00/242.48	c cleaning 49001 clauses out of 98005 with flag 2756532/1265001
260.88/257.34	c cleaning 49997 clauses out of 100005 with flag 2868045/1316002
273.48/269.78	c cleaning 51003 clauses out of 102007 with flag 2982045/1368001
288.79/284.93	c cleaning 51994 clauses out of 104004 with flag 3098032/1421001
303.57/299.73	c cleaning 52998 clauses out of 106009 with flag 3215894/1475000
315.54/311.68	c cleaning 54001 clauses out of 108012 with flag 3335880/1530001
331.22/327.39	c cleaning 55003 clauses out of 110010 with flag 3458069/1586000
347.08/343.17	c cleaning 56000 clauses out of 112008 with flag 3582253/1643001
362.04/357.67	c cleaning 57001 clauses out of 114008 with flag 3708697/1701001
380.32/375.85	c cleaning 58004 clauses out of 116007 with flag 3837065/1760001
397.78/393.30	c cleaning 59000 clauses out of 118003 with flag 3967857/1820001
416.61/412.04	c cleaning 60002 clauses out of 120003 with flag 4100674/1881001
434.07/429.52	c cleaning 60994 clauses out of 122000 with flag 4235775/1943000
450.01/445.31	c cleaning 61995 clauses out of 124007 with flag 4373012/2006001
468.27/463.63	c cleaning 63002 clauses out of 126012 with flag 4512128/2070001
487.78/483.00	c cleaning 63998 clauses out of 128010 with flag 4653517/2135001
507.14/502.27	c cleaning 65005 clauses out of 130011 with flag 4797148/2201000
530.86/525.88	c cleaning 66001 clauses out of 132006 with flag 4943452/2268000
549.32/544.34	c cleaning 67001 clauses out of 134005 with flag 5092031/2336000
576.30/571.37	c cleaning 68002 clauses out of 136006 with flag 5242948/2405002
600.94/595.37	c cleaning 68999 clauses out of 138003 with flag 5395859/2475001
623.26/617.65	c cleaning 70001 clauses out of 140004 with flag 5550534/2546001
650.10/644.53	c cleaning 70997 clauses out of 142003 with flag 5707197/2618001
678.35/672.70	c cleaning 71998 clauses out of 144005 with flag 5866385/2691000
706.39/700.64	c cleaning 72999 clauses out of 146007 with flag 6027381/2765000
733.64/727.91	c cleaning 73999 clauses out of 148008 with flag 6190537/2840000
764.45/758.65	c cleaning 74998 clauses out of 150009 with flag 6356330/2916000
793.91/787.91	c cleaning 76002 clauses out of 152011 with flag 6523973/2993000
834.07/828.08	c cleaning 76992 clauses out of 154010 with flag 6694091/3071001
883.73/877.69	c cleaning 78004 clauses out of 156017 with flag 6866472/3150000
934.05/927.22	c cleaning 79007 clauses out of 158013 with flag 7040965/3230000
963.29/956.52	c cleaning 79998 clauses out of 160007 with flag 7217630/3311001
989.64/982.80	c cleaning 81002 clauses out of 162009 with flag 7396380/3393001
1018.10/1011.22	c cleaning 82001 clauses out of 164006 with flag 7577461/3476000
1052.13/1045.21	c cleaning 83001 clauses out of 166005 with flag 7760631/3560000
1089.21/1082.28	c cleaning 84002 clauses out of 168005 with flag 7945778/3645001
1124.94/1117.80	c cleaning 84999 clauses out of 170002 with flag 8133456/3731000
1164.03/1156.85	c cleaning 85993 clauses out of 172005 with flag 8323065/3818002
1199.14/1191.89	c cleaning 87004 clauses out of 174010 with flag 8515026/3906000
1230.32/1223.00	c cleaning 87997 clauses out of 176006 with flag 8709075/3995000
1269.69/1261.47	c cleaning 89002 clauses out of 178009 with flag 8905323/4085000
1305.65/1297.42	c cleaning 90004 clauses out of 180007 with flag 9104315/4176000
1344.62/1336.27	c cleaning 90994 clauses out of 182003 with flag 9305071/4268000
1389.30/1380.81	c cleaning 91994 clauses out of 184010 with flag 9508206/4361001
1439.47/1431.00	c cleaning 93002 clauses out of 186015 with flag 9713380/4455000
1487.42/1478.81	c cleaning 94003 clauses out of 188013 with flag 9920391/4550000
1539.96/1531.34	c cleaning 95000 clauses out of 190010 with flag 10129536/4646000
1602.02/1593.32	c cleaning 96001 clauses out of 192011 with flag 10341199/4743001
1660.86/1652.18	c cleaning 97001 clauses out of 194011 with flag 10555207/4841002
1713.43/1704.63	c cleaning 97989 clauses out of 196008 with flag 10770552/4940000
1771.21/1762.32	c cleaning 99000 clauses out of 198019 with flag 10988131/5040000
1819.16/1809.02	c cleaning 100004 clauses out of 200020 with flag 11207449/5141001
1854.28/1844.05	c cleaning 101001 clauses out of 202016 with flag 11428815/5243001
1901.16/1890.84	c cleaning 102004 clauses out of 204015 with flag 11652644/5346001
1955.55/1945.23	c cleaning 102992 clauses out of 206010 with flag 11878251/5450000
2008.42/1997.86	c cleaning 104008 clauses out of 208018 with flag 12105824/5555000
2070.24/2059.66	c cleaning 105003 clauses out of 210011 with flag 12335870/5661001
2122.71/2112.19	c cleaning 106004 clauses out of 212007 with flag 12568494/5768000
2169.84/2159.37	c cleaning 106998 clauses out of 214004 with flag 12802989/5876001
2220.31/2209.86	c cleaning 108002 clauses out of 216005 with flag 13039431/5985000
2281.11/2270.55	c cleaning 108996 clauses out of 218004 with flag 13278531/6095001
2334.55/2323.96	c cleaning 109998 clauses out of 220007 with flag 13519887/6206000
2391.74/2381.18	c cleaning 111004 clauses out of 222009 with flag 13761955/6318000
2457.77/2447.15	c cleaning 111993 clauses out of 224005 with flag 14007429/6431000
2535.20/2524.65	c cleaning 113001 clauses out of 226012 with flag 14255953/6545000
2593.91/2582.50	c cleaning 113998 clauses out of 228012 with flag 14506484/6660001
2665.94/2654.54	c cleaning 115001 clauses out of 230013 with flag 14758848/6776000
2744.40/2733.06	c cleaning 115996 clauses out of 232012 with flag 15013931/6893000
2830.73/2819.36	c cleaning 117009 clauses out of 234017 with flag 15270861/7011001
2910.73/2899.32	c cleaning 117996 clauses out of 236007 with flag 15530036/7130000
2995.42/2984.08	c cleaning 118998 clauses out of 238012 with flag 15791033/7250001
3080.18/3068.56	c cleaning 120006 clauses out of 240014 with flag 16054069/7371001
3171.26/3159.63	c cleaning 120998 clauses out of 242007 with flag 16319333/7493000
3261.96/3250.45	c cleaning 122001 clauses out of 244009 with flag 16587018/7616000
3361.78/3350.32	c cleaning 123001 clauses out of 246008 with flag 16856501/7740000
3460.80/3449.52	c cleaning 123993 clauses out of 248007 with flag 17127556/7865000
3549.35/3538.02	c cleaning 125004 clauses out of 250015 with flag 17400997/7991001
3600.08/3588.81	c timeout
3600.08/3588.81	c starts		: 1
3600.08/3588.82	c conflicts		: 8081256
3600.08/3588.82	c decisions		: 8473325
3600.08/3588.82	c propagations		: 79023903
3600.08/3588.82	c inspects		: 13059851189
3600.08/3588.82	c shortcuts		: 0
3600.08/3588.82	c learnt literals	: 0
3600.08/3588.82	c learnt binary clauses	: 0
3600.08/3588.82	c learnt ternary clauses	: 0
3600.08/3588.82	c learnt constraints	: 8081256
3600.08/3588.82	c ignored constraints	: 0
3600.08/3588.82	c root simplifications	: 0
3600.08/3588.82	c removed literals (reason simplification)	: 106459083
3600.08/3588.82	c reason swapping (by a shorter reason)	: 0
3600.08/3588.82	c Calls to reduceDB	: 122
3600.08/3588.82	c Number of update (reduction) of LBD	: 136965
3600.08/3588.82	c Imported unit clauses	: 0
3600.08/3588.82	c No decision after first conflict	: false
3600.08/3588.83	c number of reductions to clauses (during analyze)	: 0
3600.08/3588.83	c number of learned constraints concerned by reduction	: 0
3600.08/3588.83	c number of learning phase by resolution	: 0
3600.08/3588.83	c number of learning phase by cutting planes	: 0
3600.08/3588.83	c number of rounding to 1 operations	: 0
3600.08/3588.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3588.83	c number of reductions of the coefficients by power 2 	: 0
3600.08/3588.83	c number of right shift for reduction by power 2 	: 0
3600.08/3588.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3588.83	c number of ending skipping 	: 0
3600.08/3588.83	c number of internal skipping 	: 0
3600.08/3588.83	c number of derivation steps 	: 0
3600.08/3588.83	c number of skipped derivation steps 	: 0
3600.08/3588.83	c number of remaining unassigned 	: 0
3600.08/3588.83	c number of remaining assigned 	: 0
3600.08/3588.83	c number of falsified literals weakened from reason	: 0
3600.08/3588.83	c number of falsified literals weakened from conflict	: 0
3600.08/3588.83	c time for arithmetic operations	: 0
3600.08/3588.83	c minimum degree of deleted constraints	: null
3600.08/3588.83	c maximum degree of deleted constraints	: null
3600.08/3588.83	c number of deleted constraints	: 0
3600.08/3588.83	c speed (assignments/second)	: 22020.35653827666
3600.08/3588.83	c non guided choices	: 197
3600.08/3588.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 215266
3600.08/3588.89	s UNKNOWN
3600.08/3588.89	c Total wall clock time (in seconds): 3588.768

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515966-1751236099/watcher-4515966-1751236099 -o /tmp/evaluation-result-4515966-1751236099/solver-4515966-1751236099 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31772 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515966-1751236099.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=32598, runsolver pid=32595
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.28 4.36 4.33 5/339 32616
/proc/meminfo: memFree=118736216/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=18930384 memory=58040 CPUtime=0.13 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 6601 0 0 0 11 2 0 0 20 0 18 0 39287454 19384713216 14510 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4732596 14510 5370 1 0 547641 0
[pid=32598/tid=32600] ppid=32595 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 5090 0 0 0 6 1 0 0 20 0 18 0 39287456 19384713216 14510 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39287458 19384713216 14510 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=18930384 memory=55186957824150 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39287458 19384713216 14510 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58040 KiB

[startup+0.20575 s]*
/proc/loadavg: 4.28 4.36 4.33 6/340 32617
/proc/meminfo: memFree=118735712/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=18996948 memory=62176 CPUtime=0.33 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 7121 0 0 0 30 3 0 0 20 0 19 0 39287454 19452874752 15544 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4749237 15544 5466 1 0 548270 0
[pid=32598/tid=32600] ppid=32595 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 5291 0 0 0 16 2 0 0 20 0 19 0 39287456 19452874752 15544 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=18996948 memory=17146 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39287458 19452874752 15544 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=18996948 memory=54087446168546 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39287458 19452874752 15544 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39287471 19452874752 15544 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62176 KiB

[startup+0.30569 s]*
/proc/loadavg: 4.28 4.36 4.33 7/340 32617
/proc/meminfo: memFree=118729284/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=18996948 memory=68516 CPUtime=0.52 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 8359 0 0 0 49 3 0 0 20 0 19 0 39287454 19452874752 17129 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4749237 17129 5466 1 0 548717 0
[pid=32598/tid=32600] ppid=32595 vsize=18996948 memory=-6000919485524306540 CPUtime=0.28 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 5299 0 0 0 26 2 0 0 20 0 19 0 39287456 19452874752 17129 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39287458 19452874752 17129 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39287458 19452874752 17129 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39287471 19452874752 17129 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68516 KiB

[startup+0.700246 s]
/proc/loadavg: 4.28 4.36 4.33 7/340 32617
/proc/meminfo: memFree=118654360/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=18996948 memory=93224 CPUtime=1.28 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 12067 0 0 0 124 4 0 0 20 0 19 0 39287454 19452874752 23306 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4749237 23306 5466 1 0 551250 0
[pid=32598/tid=32600] ppid=32595 vsize=18996948 memory=17536 CPUtime=0.67 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 5341 0 0 0 65 2 0 0 20 0 19 0 39287456 19452874752 23306 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39287458 19452874752 23306 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39287458 19452874752 23306 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39287471 19452874752 23306 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 93224 KiB

[startup+1.50022 s]
/proc/loadavg: 4.28 4.36 4.33 6/340 32617
/proc/meminfo: memFree=118578176/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=18996948 memory=142440 CPUtime=2.47 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 16138 0 0 0 241 6 0 0 20 0 19 0 39287454 19452874752 35610 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4749237 35610 5466 1 0 551671 0
[pid=32598/tid=32600] ppid=32595 vsize=18996948 memory=0 CPUtime=1.46 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 5791 0 0 0 143 3 0 0 20 0 19 0 39287456 19452874752 35610 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39287458 19452874752 35610 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39287458 19452874752 35610 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39287471 19452874752 35610 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142440 KiB

[startup+3.10559 s]
/proc/loadavg: 4.28 4.36 4.33 5/341 32618
/proc/meminfo: memFree=118298580/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=19063512 memory=206448 CPUtime=4.14 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 17360 0 0 0 407 7 0 0 20 0 20 0 39287454 19521036288 51612 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4765878 51612 5466 1 0 551965 0
[pid=32598/tid=32600] ppid=32595 vsize=19063512 memory=10752 CPUtime=3.01 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 6137 0 0 0 298 3 0 0 20 0 20 0 39287456 19521036288 51612 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=19063512 memory=-6000919485524306540 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 51612 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 51612 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39287471 19521036288 51612 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 4.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 206448 KiB

[startup+6.3002 s]
/proc/loadavg: 4.25 4.35 4.33 5/341 32618
/proc/meminfo: memFree=118089688/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=19063512 memory=311176 CPUtime=7.48 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 18767 0 0 0 738 10 0 0 20 0 20 0 39287454 19521036288 77794 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4765878 77794 5466 1 0 551965 0
[pid=32598/tid=32600] ppid=32595 vsize=19063512 memory=0 CPUtime=6.1 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 6220 0 0 0 607 3 0 0 20 0 20 0 39287456 19521036288 77794 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 77794 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 77794 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=19063512 memory=148612 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39287471 19521036288 77794 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 7.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 311176 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.35 4.33 5/341 32618
/proc/meminfo: memFree=117843676/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=19063512 memory=480484 CPUtime=13.98 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 22002 0 0 0 1384 14 0 0 20 0 20 0 39287454 19521036288 120121 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4765878 120121 5466 1 0 658474 0
[pid=32598/tid=32600] ppid=32595 vsize=19063512 memory=148612 CPUtime=12.36 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 7016 0 0 0 1232 4 0 0 20 0 20 0 39287456 19521036288 120121 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=19063512 memory=449764 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 120121 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 120121 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39287471 19521036288 120121 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 13.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 480484 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.33 4.32 5/340 32618
/proc/meminfo: memFree=117258344/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=19063512 memory=845660 CPUtime=27.02 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 24696 0 0 0 2680 22 0 0 20 0 20 0 39287454 19521036288 211415 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4765878 211415 5466 1 0 658484 0
[pid=32598/tid=32600] ppid=32595 vsize=19063512 memory=449764 CPUtime=24.92 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 7503 0 0 0 2487 5 0 0 20 0 20 0 39287456 19521036288 211415 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 211415 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=19063512 memory=761520 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 211415 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39287471 19521036288 211415 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 27.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 845660 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 4.30 4.31 5/340 32618
/proc/meminfo: memFree=115815096/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=19063512 memory=1229116 CPUtime=52.89 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 26072 0 0 0 5259 30 0 0 20 0 20 0 39287454 19521036288 307279 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4765878 307279 5498 1 0 658484 0
[pid=32598/tid=32600] ppid=32595 vsize=19063512 memory=991396 CPUtime=50.14 cores=5,7

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

/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=19063512 memory=4283728 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 1992 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=19063512 memory=4283728 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39287471 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 3233.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4283728 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.14 4.17 5/341 32864
/proc/meminfo: memFree=105563604/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=19063512 memory=4283728 CPUtime=3293.95 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 121336 0 0 0 329225 170 0 0 20 0 20 0 39287454 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4765878 1070932 5498 1 0 1163424 0
[pid=32598/tid=32600] ppid=32595 vsize=19063512 memory=4283728 CPUtime=3261.43 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 51528 0 0 0 326108 35 0 0 20 0 20 0 39287456 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=19063512 memory=4283728 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 2108 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39287471 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 3293.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4283728 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.15 4.17 5/341 32866
/proc/meminfo: memFree=105563740/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=19063512 memory=4283728 CPUtime=3353.8 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 122407 0 0 0 335209 171 0 0 20 0 20 0 39287454 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4765878 1070932 5498 1 0 1163424 0
[pid=32598/tid=32600] ppid=32595 vsize=19063512 memory=17536 CPUtime=3321.26 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 52526 0 0 0 332091 35 0 0 20 0 20 0 39287456 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=19063512 memory=4283728 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 2153 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39287471 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 3353.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4283728 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.14 4.16 5/340 32935
/proc/meminfo: memFree=120316112/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=19063512 memory=4283728 CPUtime=3413.72 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 123847 0 0 0 341200 172 0 0 20 0 20 0 39287454 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4765878 1070932 5498 1 0 1163424 0
[pid=32598/tid=32600] ppid=32595 vsize=19063512 memory=4283728 CPUtime=3381.01 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 53259 0 0 0 338066 35 0 0 20 0 20 0 39287456 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 2175 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39287471 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 3413.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4283728 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.12 4.16 5/340 32940
/proc/meminfo: memFree=119930228/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=19063512 memory=4283728 CPUtime=3473.58 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 124913 0 0 0 347184 174 0 0 20 0 20 0 39287454 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4765878 1070932 5498 1 0 1163424 0
[pid=32598/tid=32600] ppid=32595 vsize=19063512 memory=4283728 CPUtime=3440.84 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 54203 0 0 0 344049 35 0 0 20 0 20 0 39287456 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=19063512 memory=4283728 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 2291 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39287471 19521036288 1070932 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 3473.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4283728 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.11 4.15 5/339 33135
/proc/meminfo: memFree=122746696/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=19063512 memory=4285796 CPUtime=3533.69 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 126582 0 0 0 353194 175 0 0 20 0 20 0 39287454 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4765878 1071449 5498 1 0 1163424 0
[pid=32598/tid=32600] ppid=32595 vsize=19063512 memory=344375 CPUtime=3500.4 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 55036 0 0 0 350004 36 0 0 20 0 20 0 39287456 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=19063512 memory=4285796 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 2291 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=19063512 memory=4285796 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39287471 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 3533.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4285796 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.11 4.14 5/340 33138
/proc/meminfo: memFree=122488332/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=19063512 memory=4285796 CPUtime=3593.59 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 128129 0 0 0 359183 176 0 0 20 0 20 0 39287454 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4765878 1071449 5498 1 0 1163424 0
[pid=32598/tid=32600] ppid=32595 vsize=19063512 memory=4285796 CPUtime=3560.18 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 55848 0 0 0 355982 36 0 0 20 0 20 0 39287456 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=19063512 memory=4285796 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 2365 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=19063512 memory=4285796 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39287471 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 3593.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4285796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3588.8 s]
/proc/loadavg: 4.07 4.10 4.14 5/340 33139
/proc/meminfo: memFree=122488348/131249988 swapFree=33010684/33010684
[pid=32598] ppid=32595 vsize=19063512 memory=4285796 CPUtime=3600.08 cores=5,7
/proc/32598/stat : 32598 (java) S 32595 32598 31759 0 -1 4194304 128146 0 0 0 359832 176 0 0 20 0 20 0 39287454 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
/proc/32598/statm: 4765878 1071449 5498 1 0 1163424 0
[pid=32598/tid=32600] ppid=32595 vsize=19063512 memory=4285796 CPUtime=3566.66 cores=5,7
/proc/32598/task/32600/stat : 32600 (java) R 32595 32598 31759 0 -1 4194368 55863 0 0 0 356630 36 0 0 20 0 20 0 39287456 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32609] ppid=32595 vsize=19063512 memory=6768 CPUtime=0 cores=5,7
/proc/32598/task/32609/stat : 32609 (Finalizer) S 32595 32598 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32616] ppid=32595 vsize=19063512 memory=-6000919485524306540 CPUtime=0 cores=5,7
/proc/32598/task/32616/stat : 32616 (Common-Cleaner) S 32595 32598 31759 0 -1 4194368 2365 0 0 0 0 0 0 0 20 0 20 0 39287458 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
[pid=32598/tid=32617] ppid=32595 vsize=19063512 memory=4207488197506367791 CPUtime=0 cores=5,7
/proc/32598/task/32617/stat : 32617 (Timer-0) S 32595 32598 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39287471 19521036288 1071449 18446744073709551615 94570983960576 94570983964272 140737175746224 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94570983972088 94570983972880 94571016036352 140737175751041 140737175751142 140737175751142 140737175756744 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4285796 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.46 s, system=1.78491 s

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

[startup+3588.9 s]*
/proc/loadavg: 4.07 4.10 4.14 5/322 33142
/proc/meminfo: memFree=124576816/131249988 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3588.94
CPU time (s): 3600.25
CPU user time (s): 3598.46
CPU system time (s): 1.78491
CPU usage (%): 100.315
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4285796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.46
system time used= 1.78491
maximum resident set size= 4286692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130896
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108728
involuntary context switches= 3899


# summary of solver processes directly reported to runsolver:
#   pid: 32598
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3598.46
#   total CPU system time (s): 1.78491

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.22401 second user time and 18.2309 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-30 00:28:19
IDJOB=4515966
IDBENCH=168324
IDSOLVER=3363
FILE ID=nodeC020/4515966-1751236099
RUNJOBID= nodeC020-1751232650-31772
SLURM_JOB_ID= 9587710
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid4_121.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515966-1751236099/watcher-4515966-1751236099 -o /tmp/evaluation-result-4515966-1751236099/solver-4515966-1751236099 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31772 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515966-1751236099.opb

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

MD5SUM BENCH= d9b74fe8ba5c70cce21a95ed96e09832
RANDOM SEED=430851821

nodeC020 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.895
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.79
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.897
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.79
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		: 3644.488
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.79
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		: 3600.619
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.79
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.888
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.79
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.961
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.79
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		: 3600.082
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        118759224 kB
MemAvailable:   118872004 kB
Buffers:            3280 kB
Cached:           919168 kB
SwapCached:            0 kB
Active:         11295376 kB
Inactive:         611856 kB
Active(anon):   11002852 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   611856 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1084 kB
Writeback:             0 kB
AnonPages:      10987348 kB
Mapped:           122680 kB
Shmem:             18056 kB
KReclaimable:      95280 kB
Slab:             182368 kB
SReclaimable:      95280 kB
SUnreclaim:        87088 kB
KernelStack:        5216 kB
PageTables:        25204 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   14371404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10690560 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC020 at 2025-06-30 01:28:08