Trace number 4541925

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.19 3598.32

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm/normalized-17arraycomm_less.opb
MD5SUMb58fe33c06849f09284e381ad8dcab3a
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.359773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1802
Total number of constraints2381
Number of constraints which are clauses1734
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints647
Minimum length of a constraint2
Maximum length of a constraint68
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 8589934592
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 34359738367
Number of bits of the biggest sum of numbers35
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10	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-4541925-1753212428.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.30/0.22	c ... done. Wall clock time 0.075s.
0.30/0.22	c declared #vars     1802
0.30/0.22	c #constraints  3027
0.30/0.22	c constraints type 
0.30/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1360
0.30/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1089
0.30/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 578
0.30/0.22	c 3027 constraints processed.
2.21/1.34	c cleaning 2494 clauses out of 5000 with flag 27704/5000
3.51/2.49	c cleaning 4245 clauses out of 8506 with flag 75587/11000
5.20/3.92	c cleaning 5626 clauses out of 11262 with flag 130906/18001
7.40/5.95	c cleaning 6818 clauses out of 13635 with flag 205550/26000
9.81/8.37	c cleaning 7904 clauses out of 15818 with flag 291688/35001
12.85/11.35	c cleaning 8951 clauses out of 17914 with flag 421541/45001
16.62/15.06	c cleaning 9975 clauses out of 19962 with flag 552951/56000
21.00/19.49	c cleaning 10989 clauses out of 21987 with flag 697300/68000
26.05/24.49	c cleaning 11998 clauses out of 23998 with flag 857415/81000
31.71/30.04	c cleaning 12997 clauses out of 26000 with flag 1050575/95000
37.60/35.96	c cleaning 13996 clauses out of 28003 with flag 1246834/110000
44.24/42.51	c cleaning 14999 clauses out of 30008 with flag 1464992/126001
51.00/49.26	c cleaning 15998 clauses out of 32009 with flag 1681639/143001
58.47/56.62	c cleaning 17004 clauses out of 34011 with flag 1918223/161001
66.61/64.74	c cleaning 17999 clauses out of 36006 with flag 2154283/180000
75.85/73.90	c cleaning 18993 clauses out of 38008 with flag 2534233/200001
85.79/83.88	c cleaning 20003 clauses out of 40015 with flag 2930137/221001
96.03/94.08	c cleaning 21001 clauses out of 42012 with flag 3348917/243001
107.76/105.74	c cleaning 22002 clauses out of 44010 with flag 3816655/266000
120.00/117.96	c cleaning 23001 clauses out of 46009 with flag 4284186/290001
132.20/130.18	c cleaning 24004 clauses out of 48008 with flag 4773487/315001
145.41/143.33	c cleaning 24996 clauses out of 50004 with flag 5231564/341001
158.68/156.34	c cleaning 25999 clauses out of 52007 with flag 5665314/368000
172.41/170.05	c cleaning 27000 clauses out of 54009 with flag 6202442/396001
187.51/185.19	c cleaning 28001 clauses out of 56009 with flag 6760673/425001
203.64/201.25	c cleaning 28998 clauses out of 58007 with flag 7415510/455000
220.27/217.80	c cleaning 29999 clauses out of 60009 with flag 7967398/486000
237.03/234.62	c cleaning 30997 clauses out of 62011 with flag 8565559/518001
256.17/253.74	c cleaning 32002 clauses out of 64013 with flag 9252075/551000
275.60/273.11	c cleaning 32999 clauses out of 66011 with flag 9901641/585000
295.12/292.61	c cleaning 34002 clauses out of 68013 with flag 10665691/620001
314.76/312.20	c cleaning 35002 clauses out of 70011 with flag 11401448/656001
335.92/333.44	c cleaning 36004 clauses out of 72009 with flag 12142122/693001
356.60/353.80	c cleaning 36997 clauses out of 74004 with flag 12901362/731000
377.25/374.50	c cleaning 37998 clauses out of 76007 with flag 13755628/770000
399.20/396.58	c cleaning 39000 clauses out of 78010 with flag 14757950/810001
423.05/420.44	c cleaning 39998 clauses out of 80009 with flag 15701617/851000
447.93/445.16	c cleaning 41004 clauses out of 82011 with flag 16732011/893000
475.44/472.53	c cleaning 42003 clauses out of 84007 with flag 17766521/936000
504.06/501.23	c cleaning 42995 clauses out of 86005 with flag 18936727/980001
532.39/529.55	c cleaning 44003 clauses out of 88010 with flag 20082219/1025001
565.92/563.18	c cleaning 45002 clauses out of 90006 with flag 21218753/1071000
599.64/596.88	c cleaning 45997 clauses out of 92005 with flag 22282694/1118001
634.75/632.01	c cleaning 47003 clauses out of 94008 with flag 23449475/1166001
670.18/667.43	c cleaning 48002 clauses out of 96004 with flag 24767451/1215000
704.50/701.34	c cleaning 48995 clauses out of 98003 with flag 25841665/1265001
737.34/734.11	c cleaning 49996 clauses out of 100007 with flag 26832944/1316000
773.15/770.05	c cleaning 51001 clauses out of 102012 with flag 27979400/1368001
812.35/809.23	c cleaning 52000 clauses out of 104010 with flag 29194154/1421000
850.62/847.46	c cleaning 53001 clauses out of 106010 with flag 30485290/1475000
887.84/884.79	c cleaning 53998 clauses out of 108009 with flag 31797370/1530000
925.55/922.43	c cleaning 55000 clauses out of 110011 with flag 33096640/1586000
963.27/960.29	c cleaning 56001 clauses out of 112012 with flag 34395031/1643001
1005.58/1002.56	c cleaning 57001 clauses out of 114011 with flag 35830228/1701001
1050.32/1047.29	c cleaning 58005 clauses out of 116009 with flag 37252906/1760000
1093.95/1090.86	c cleaning 58997 clauses out of 118004 with flag 38504941/1820000
1139.93/1136.48	c cleaning 59998 clauses out of 120007 with flag 40040879/1881000
1186.88/1183.46	c cleaning 61000 clauses out of 122010 with flag 41622236/1943001
1235.39/1231.91	c cleaning 62000 clauses out of 124009 with flag 43173607/2006000
1282.99/1279.67	c cleaning 62998 clauses out of 126009 with flag 44686948/2070000
1336.12/1332.77	c cleaning 64001 clauses out of 128012 with flag 46436721/2135001
1385.32/1382.01	c cleaning 64998 clauses out of 130011 with flag 47954853/2201001
1445.45/1442.25	c cleaning 66001 clauses out of 132013 with flag 49683608/2268001
1496.11/1493.03	c cleaning 67002 clauses out of 134011 with flag 51471676/2336000
1549.63/1546.57	c cleaning 68003 clauses out of 136009 with flag 52852053/2405000
1595.63/1592.67	c cleaning 68998 clauses out of 138007 with flag 54580490/2475001
1655.12/1652.02	c cleaning 69998 clauses out of 140008 with flag 56331113/2546000
1691.61/1688.63	c cleaning 70996 clauses out of 142010 with flag 57060249/2618000
1733.89/1730.80	c cleaning 71997 clauses out of 144015 with flag 57669286/2691001
1774.91/1771.31	c cleaning 72998 clauses out of 146017 with flag 58226518/2765000
1817.61/1814.08	c cleaning 74000 clauses out of 148019 with flag 58866408/2840000
1880.48/1877.08	c cleaning 75003 clauses out of 150019 with flag 59557403/2916000
1920.10/1916.66	c cleaning 76001 clauses out of 152017 with flag 60219170/2993001
1989.55/1986.28	c cleaning 76997 clauses out of 154016 with flag 61146472/3071001
2056.63/2053.35	c cleaning 78000 clauses out of 156018 with flag 62146518/3150000
2123.79/2120.47	c cleaning 78997 clauses out of 158018 with flag 63209363/3230000
2187.66/2184.46	c cleaning 80000 clauses out of 160022 with flag 64157432/3311001
2262.17/2259.06	c cleaning 81005 clauses out of 162022 with flag 65266355/3393001
2329.78/2326.62	c cleaning 81998 clauses out of 164016 with flag 66310086/3476000
2400.92/2397.90	c cleaning 83000 clauses out of 166019 with flag 67393927/3560001
2467.69/2464.74	c cleaning 84000 clauses out of 168018 with flag 68462795/3645000
2530.50/2527.52	c cleaning 84993 clauses out of 170018 with flag 69557222/3731000
2595.33/2592.05	c cleaning 86006 clauses out of 172025 with flag 70503774/3818000
2663.73/2660.53	c cleaning 87005 clauses out of 174019 with flag 71966060/3906000
2739.95/2736.93	c cleaning 88002 clauses out of 176014 with flag 73952753/3995000
2810.44/2807.67	c cleaning 89000 clauses out of 178012 with flag 75817023/4085000
2876.57/2873.84	c cleaning 90002 clauses out of 180013 with flag 77494188/4176001
2947.61/2945.02	c cleaning 90999 clauses out of 182010 with flag 79345071/4268000
3014.92/3012.51	c cleaning 91998 clauses out of 184012 with flag 80779127/4361001
3077.34/3074.93	c cleaning 93003 clauses out of 186013 with flag 81915807/4455000
3143.39/3141.19	c cleaning 93998 clauses out of 188011 with flag 83293674/4550001
3221.77/3219.74	c cleaning 95002 clauses out of 190013 with flag 85040993/4646001
3266.26/3264.29	c cleaning 95997 clauses out of 192011 with flag 85944460/4743001
3320.94/3319.06	c cleaning 97000 clauses out of 194013 with flag 87065928/4841000
3361.53/3359.52	c cleaning 97996 clauses out of 196014 with flag 88089148/4940001
3416.01/3414.15	c cleaning 99000 clauses out of 198018 with flag 89577603/5040001
3463.84/3461.88	c cleaning 99996 clauses out of 200018 with flag 91034651/5141001
3515.09/3513.06	c cleaning 101008 clauses out of 202021 with flag 92482111/5243000
3594.16/3592.33	c cleaning 101999 clauses out of 204013 with flag 94585463/5346000
3600.04/3598.21	c starts		: 3983
3600.04/3598.22	c conflicts		: 5357335
3600.04/3598.22	c decisions		: 5510490
3600.04/3598.22	c propagations		: 2551498736
3600.04/3598.22	c inspects		: 40400524253
3600.04/3598.22	c shortcuts		: 0
3600.04/3598.22	c learnt literals	: 0
3600.04/3598.22	c learnt binary clauses	: 388
3600.04/3598.22	c learnt ternary clauses	: 499
3600.04/3598.22	c learnt constraints	: 5357335
3600.04/3598.22	c ignored constraints	: 0
3600.04/3598.22	c root simplifications	: 0
3600.04/3598.22	c removed literals (reason simplification)	: 657311006
3600.04/3598.22	c reason swapping (by a shorter reason)	: 0
3600.04/3598.22	c Calls to reduceDB	: 99
3600.04/3598.22	c Number of update (reduction) of LBD	: 182418
3600.04/3598.22	c Imported unit clauses	: 0
3600.04/3598.22	c No decision after first conflict	: false
3600.04/3598.22	c number of reductions to clauses (during analyze)	: 0
3600.04/3598.22	c number of learned constraints concerned by reduction	: 0
3600.04/3598.22	c number of learning phase by resolution	: 0
3600.04/3598.22	c number of learning phase by cutting planes	: 0
3600.04/3598.22	c number of rounding to 1 operations	: 0
3600.04/3598.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3598.22	c number of reductions of the coefficients by power 2 	: 0
3600.04/3598.23	c number of right shift for reduction by power 2 	: 0
3600.04/3598.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3598.23	c number of ending skipping 	: 0
3600.04/3598.23	c number of internal skipping 	: 0
3600.04/3598.23	c number of derivation steps 	: 0
3600.04/3598.23	c number of skipped derivation steps 	: 0
3600.04/3598.23	c number of remaining unassigned 	: 0
3600.04/3598.23	c number of remaining assigned 	: 0
3600.04/3598.23	c number of falsified literals weakened from reason	: 0
3600.04/3598.23	c number of falsified literals weakened from conflict	: 0
3600.04/3598.23	c time for arithmetic operations	: 0
3600.04/3598.23	c timeout
3600.04/3598.23	c minimum degree of deleted constraints	: null
3600.04/3598.23	c maximum degree of deleted constraints	: null
3600.04/3598.23	c number of deleted constraints	: 0
3600.04/3598.23	c speed (assignments/second)	: 709143.0262843027
3600.04/3598.23	c non guided choices	: 66
3600.04/3598.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 112961
3600.04/3598.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 388
3600.04/3598.28	s UNKNOWN
3600.04/3598.28	c Total wall clock time (in seconds): 3598.14

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541925-1753212428/watcher-4541925-1753212428 -o /tmp/evaluation-result-4541925-1753212428/solver-4541925-1753212428 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753212428-151460 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4541925-1753212428.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=151512, runsolver pid=151500
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.00 1.36 2.12 10/332 151585
/proc/meminfo: memFree=124711500/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=18930384 memory=55376 CPUtime=0.12 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 6493 0 0 0 10 2 0 0 20 0 18 0 236921453 19384713216 13844 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4732596 13844 5334 1 0 547571 0
[pid=151512/tid=151526] ppid=151500 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 5009 0 0 0 6 1 0 0 20 0 18 0 236921455 19384713216 13844 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=18930384 memory=2573 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236921457 19384713216 13844 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 236921458 19384713216 13844 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55376 KiB

[startup+0.205739 s]*
/proc/loadavg: 1.00 1.36 2.12 12/332 151585
/proc/meminfo: memFree=124683460/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=18930384 memory=64132 CPUtime=0.3 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 7052 0 0 0 28 2 0 0 20 0 18 0 236921453 19384713216 16033 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4732596 16033 5430 1 0 547911 0
[pid=151512/tid=151526] ppid=151500 vsize=18930384 memory=4026925340 CPUtime=0.15 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 5290 0 0 0 14 1 0 0 20 0 18 0 236921455 19384713216 16033 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=18930384 memory=2573 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236921457 19384713216 16033 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 236921458 19384713216 16033 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64132 KiB

[startup+0.305708 s]*
/proc/loadavg: 1.00 1.36 2.12 9/336 151589
/proc/meminfo: memFree=124650788/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=18996948 memory=72220 CPUtime=0.48 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 8753 0 0 0 46 2 0 0 20 0 19 0 236921453 19452874752 18055 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4749237 18055 5430 1 0 549142 0
[pid=151512/tid=151526] ppid=151500 vsize=18996948 memory=-9105545533616595644 CPUtime=0.23 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 5334 0 0 0 22 1 0 0 20 0 19 0 236921455 19452874752 18055 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236921457 19452874752 18055 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236921458 19452874752 18055 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236921476 19452874752 18055 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72220 KiB

[startup+0.700218 s]
/proc/loadavg: 1.00 1.36 2.12 9/336 151589
/proc/meminfo: memFree=124617532/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=18996948 memory=88152 CPUtime=1.25 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 13132 0 0 0 122 3 0 0 20 0 19 0 236921453 19452874752 22038 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4749237 22038 5430 1 0 551993 0
[pid=151512/tid=151526] ppid=151500 vsize=18996948 memory=27392 CPUtime=0.59 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 5342 0 0 0 58 1 0 0 20 0 19 0 236921455 19452874752 22038 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236921457 19452874752 22038 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236921458 19452874752 22038 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236921476 19452874752 22038 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 88152 KiB

[startup+1.50024 s]
/proc/loadavg: 1.00 1.36 2.12 7/336 151589
/proc/meminfo: memFree=124552884/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=18996948 memory=100844 CPUtime=2.57 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 19954 0 0 0 253 4 0 0 20 0 19 0 236921453 19452874752 25211 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4749237 25211 5430 1 0 552493 0
[pid=151512/tid=151526] ppid=151500 vsize=18996948 memory=10752 CPUtime=1.38 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 6377 0 0 0 137 1 0 0 20 0 19 0 236921455 19452874752 25211 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236921457 19452874752 25211 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236921458 19452874752 25211 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236921476 19452874752 25211 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 100844 KiB

[startup+3.10556 s]
/proc/loadavg: 1.00 1.36 2.12 5/336 151589
/proc/meminfo: memFree=124403164/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=18996948 memory=125960 CPUtime=4.41 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 21668 0 0 0 436 5 0 0 20 0 19 0 236921453 19452874752 31490 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4749237 31490 5430 1 0 553109 0
[pid=151512/tid=151526] ppid=151500 vsize=18996948 memory=10752 CPUtime=2.98 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 6704 0 0 0 296 2 0 0 20 0 19 0 236921455 19452874752 31490 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=18996948 memory=-9177603127654523580 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236921457 19452874752 31490 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236921458 19452874752 31490 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236921476 19452874752 31490 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 125960 KiB

[startup+6.30016 s]
/proc/loadavg: 1.32 1.42 2.13 5/339 151592
/proc/meminfo: memFree=124199624/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=18996948 memory=167092 CPUtime=7.81 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 23475 0 0 0 775 6 0 0 20 0 19 0 236921453 19452874752 41773 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4749237 41773 5430 1 0 554261 0
[pid=151512/tid=151526] ppid=151500 vsize=18996948 memory=0 CPUtime=6.16 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 6847 0 0 0 614 2 0 0 20 0 19 0 236921455 19452874752 41773 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236921457 19452874752 41773 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236921458 19452874752 41773 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=18996948 memory=14720 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236921476 19452874752 41773 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 7.81 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 167092 KiB

[startup+12.7002 s]
/proc/loadavg: 1.54 1.46 2.14 5/340 151593
/proc/meminfo: memFree=124105772/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=19063512 memory=182084 CPUtime=14.29 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 28850 0 0 0 1423 6 0 0 20 0 20 0 236921453 19521036288 45521 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4765878 45521 5494 1 0 554550 0
[pid=151512/tid=151526] ppid=151500 vsize=19063512 memory=10752 CPUtime=12.53 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 7760 0 0 0 1251 2 0 0 20 0 20 0 236921455 19521036288 45521 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=19063512 memory=182084 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 45521 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 45521 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=19063512 memory=-9177603127654523580 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 45521 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 14.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182084 KiB

[startup+25.5002 s]
/proc/loadavg: 2.08 1.59 2.17 5/340 151593
/proc/meminfo: memFree=123703688/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=19063512 memory=274460 CPUtime=27.15 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 31978 0 0 0 2706 9 0 0 20 0 20 0 236921453 19521036288 68615 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4765878 68615 5494 1 0 554550 0
[pid=151512/tid=151526] ppid=151500 vsize=19063512 memory=182084 CPUtime=25.22 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 8466 0 0 0 2520 2 0 0 20 0 20 0 236921455 19521036288 68615 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 68615 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=19063512 memory=-9177603127654523580 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 68615 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=19063512 memory=167092 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 68615 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 27.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 274460 KiB

[startup+51.1056 s]
/proc/loadavg: 2.87 1.82 2.23 5/340 151594
/proc/meminfo: memFree=122772248/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=19063512 memory=477516 CPUtime=52.92 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 33938 0 0 0 5278 14 0 0 20 0 20 0 236921453 19521036288 119379 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4765878 119379 5526 1 0 554550 0
[pid=151512/tid=151526] ppid=151500 vsize=19063512 memory=477516 CPUtime=50.58 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 9067 0 0 0 5056 2 0 0 20 0 20 0 236921455 19521036288 119379 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=19063512 memory=411968 CPUtime=0 cores=5,7

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

/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=19063512 memory=3260836 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 1474 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 3224.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3260836 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.10 4.05 5/338 151755
/proc/meminfo: memFree=106408272/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=19063512 memory=3260836 CPUtime=3284.32 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 119733 0 0 0 328299 133 0 0 20 0 20 0 236921453 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4765878 815209 5526 1 0 829020 0
[pid=151512/tid=151526] ppid=151500 vsize=19063512 memory=3260836 CPUtime=3266.55 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 53345 0 0 0 326620 35 0 0 20 0 20 0 236921455 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 1580 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 3284.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3260836 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.05 5/338 151757
/proc/meminfo: memFree=106407696/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=19063512 memory=3260836 CPUtime=3344.36 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 122025 0 0 0 334303 133 0 0 20 0 20 0 236921453 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4765878 815209 5526 1 0 829020 0
[pid=151512/tid=151526] ppid=151500 vsize=19063512 memory=3260836 CPUtime=3326.21 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 54266 0 0 0 332586 35 0 0 20 0 20 0 236921455 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=19063512 memory=3260836 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=19063512 memory=3260836 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 1700 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=19063512 memory=2892 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 3344.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3260836 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.05 5/338 151759
/proc/meminfo: memFree=106341476/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=19063512 memory=3260836 CPUtime=3404.23 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 122264 0 0 0 340288 135 0 0 20 0 20 0 236921453 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4765878 815209 5526 1 0 829020 0
[pid=151512/tid=151526] ppid=151500 vsize=19063512 memory=10752 CPUtime=3386.06 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 54500 0 0 0 338571 35 0 0 20 0 20 0 236921455 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=19063512 memory=3260836 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=19063512 memory=3260836 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 1700 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=19063512 memory=3260836 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 3404.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3260836 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.12 4.07 5/338 151761
/proc/meminfo: memFree=106166580/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=19063512 memory=3260836 CPUtime=3464.34 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 123618 0 0 0 346298 136 0 0 20 0 20 0 236921453 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4765878 815209 5526 1 0 829020 0
[pid=151512/tid=151526] ppid=151500 vsize=19063512 memory=3260836 CPUtime=3445.64 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 55494 0 0 0 344529 35 0 0 20 0 20 0 236921455 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=19063512 memory=3260836 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=19063512 memory=3260836 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 1700 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=19063512 memory=3260836 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 3464.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3260836 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.09 4.06 5/338 151763
/proc/meminfo: memFree=105840068/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=19063512 memory=3260836 CPUtime=3524.36 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 125858 0 0 0 352299 137 0 0 20 0 20 0 236921453 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4765878 815209 5526 1 0 829020 0
[pid=151512/tid=151526] ppid=151500 vsize=19063512 memory=3260836 CPUtime=3505.27 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 56528 0 0 0 350492 35 0 0 20 0 20 0 236921455 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=19063512 memory=3260836 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=19063512 memory=-9177603127654523580 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 1775 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 3524.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3260836 KiB

[startup+3582.3 s]
/proc/loadavg: 4.81 4.29 4.13 5/339 151772
/proc/meminfo: memFree=105477448/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=19063512 memory=3260836 CPUtime=3584.19 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 126060 0 0 0 358281 138 0 0 20 0 20 0 236921453 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4765878 815209 5526 1 0 829020 0
[pid=151512/tid=151526] ppid=151500 vsize=19063512 memory=27392 CPUtime=3565.08 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 56661 0 0 0 356473 35 0 0 20 0 20 0 236921455 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=19063512 memory=3260836 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 1836 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=19063512 memory=3260836 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 3584.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3260836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3598.2 s]
/proc/loadavg: 4.93 4.34 4.15 5/339 151971
/proc/meminfo: memFree=117659384/131250000 swapFree=33010672/33010684
[pid=151512] ppid=151500 vsize=19063512 memory=3260836 CPUtime=3600.04 cores=5,7
/proc/151512/stat : 151512 (java) S 151500 151512 151447 0 -1 4194304 126251 0 0 0 359866 138 0 0 20 0 20 0 236921453 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
/proc/151512/statm: 4765878 815209 5526 1 0 829020 0
[pid=151512/tid=151526] ppid=151500 vsize=19063512 memory=7220 CPUtime=3580.93 cores=5,7
/proc/151512/task/151526/stat : 151526 (java) R 151500 151512 151447 0 -1 4194368 56846 0 0 0 358058 35 0 0 20 0 20 0 236921455 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151564] ppid=151500 vsize=19063512 memory=25468 CPUtime=0 cores=5,7
/proc/151512/task/151564/stat : 151564 (Finalizer) S 151500 151512 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921457 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151576] ppid=151500 vsize=19063512 memory=-9177603127654523580 CPUtime=0 cores=5,7
/proc/151512/task/151576/stat : 151576 (Common-Cleaner) S 151500 151512 151447 0 -1 4194368 1836 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
[pid=151512/tid=151587] ppid=151500 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/151512/task/151587/stat : 151587 (Timer-0) S 151500 151512 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 815209 18446744073709551615 93913314115584 93913314119280 140731528815536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93913314127096 93913314127888 93913344028672 140731528821119 140731528821220 140731528821220 140731528826824 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3260836 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.79 s, system=1.40291 s

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

[startup+3598.31 s]*
/proc/loadavg: 4.93 4.34 4.15 5/321 151974
/proc/meminfo: memFree=120763900/131250000 swapFree=33010672/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): 3598.32
CPU time (s): 3600.19
CPU user time (s): 3598.79
CPU system time (s): 1.40291
CPU usage (%): 100.052
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3260836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.79
system time used= 1.40291
maximum resident set size= 3261732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128491
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106703
involuntary context switches= 4746


# summary of solver processes directly reported to runsolver:
#   pid: 151512
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.79
#   total CPU system time (s): 1.40291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.09741 second user time and 18.0594 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-22 21:27:08
IDJOB=4541925
IDBENCH=163589
IDSOLVER=3363
FILE ID=nodeC026/4541925-1753212428
RUNJOBID= nodeC026-1753212428-151460
SLURM_JOB_ID= 9687803
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm/normalized-17arraycomm_less.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541925-1753212428/watcher-4541925-1753212428 -o /tmp/evaluation-result-4541925-1753212428/solver-4541925-1753212428 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753212428-151460 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4541925-1753212428.opb

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

MD5SUM BENCH= b58fe33c06849f09284e381ad8dcab3a
RANDOM SEED=497346949

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		: 3600.338
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.797
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		: 3599.869
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		: 3599.659
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.987
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.778
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		: 3599.979
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		: 3599.880
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:        124800180 kB
MemAvailable:   129540572 kB
Buffers:            2128 kB
Cached:          5366040 kB
SwapCached:            4 kB
Active:          1213076 kB
Inactive:        4223896 kB
Active(anon):      89748 kB
Inactive(anon):     5344 kB
Active(file):    1123328 kB
Inactive(file):  4218552 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3124 kB
Writeback:            12 kB
AnonPages:         71908 kB
Mapped:           109272 kB
Shmem:             26268 kB
KReclaimable:     459312 kB
Slab:             563160 kB
SReclaimable:     459312 kB
SUnreclaim:       103848 kB
KernelStack:        3988 kB
PageTables:         2968 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     341324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 433020 MiB
End job on nodeC026 at 2025-07-22 22:27:07