Trace number 4503572

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.2 3600.64

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-134.opb
MD5SUM8f50e455e41c11932a7c1290f673c930
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark107.722
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 691
Number of bits of the biggest sum of numbers10
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.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4503572-1751164240.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  no objective function found
5.53/3.95	c ... done. Wall clock time 3.809s.
5.53/3.95	c declared #vars     48411
5.53/3.95	c #constraints  1123290
5.53/3.95	c constraints type 
5.53/3.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
5.53/3.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
5.53/3.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
5.53/3.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
5.53/3.95	c 1123290 constraints processed.
10.30/7.65	c cleaning 2497 clauses out of 5000 with flag 147192/5000
14.33/11.36	c cleaning 4235 clauses out of 8505 with flag 398255/11002
17.69/14.57	c cleaning 5617 clauses out of 11269 with flag 729096/18001
23.44/20.22	c cleaning 6810 clauses out of 13651 with flag 972879/26000
26.14/22.97	c cleaning 7918 clauses out of 15841 with flag 1208637/35000
32.24/29.04	c cleaning 8900 clauses out of 17924 with flag 1532001/45001
37.93/34.76	c cleaning 9907 clauses out of 20024 with flag 1884602/56001
43.92/40.77	c cleaning 10976 clauses out of 22116 with flag 2452245/68000
50.71/47.59	c cleaning 11873 clauses out of 24140 with flag 2919995/81000
57.90/54.77	c cleaning 13050 clauses out of 26267 with flag 3349714/95000
66.59/63.42	c cleaning 13985 clauses out of 28217 with flag 3722825/110000
71.78/68.68	c cleaning 15108 clauses out of 30235 with flag 3970096/126003
80.31/77.20	c cleaning 16040 clauses out of 32125 with flag 4420412/143001
88.84/85.31	c cleaning 17042 clauses out of 34083 with flag 4780555/161001
97.53/94.00	c cleaning 17900 clauses out of 36040 with flag 5339045/180000
107.52/104.05	c cleaning 19016 clauses out of 38132 with flag 5783456/200000
116.21/112.77	c cleaning 19727 clauses out of 40114 with flag 6075497/221000
124.79/121.39	c cleaning 21070 clauses out of 42390 with flag 6534788/243003
132.28/128.89	c cleaning 22043 clauses out of 44316 with flag 6773012/266000
142.57/139.18	c cleaning 22894 clauses out of 46272 with flag 7149156/290000
153.15/149.70	c cleaning 24105 clauses out of 48378 with flag 7463487/315000
160.73/157.39	c cleaning 25117 clauses out of 50273 with flag 7668469/341000
166.93/163.51	c cleaning 25972 clauses out of 52156 with flag 7928339/368000
179.60/176.28	c cleaning 27087 clauses out of 54185 with flag 8325672/396001
190.29/186.94	c cleaning 27850 clauses out of 56097 with flag 8651747/425000
207.66/204.34	c cleaning 29098 clauses out of 58248 with flag 9155645/455001
220.74/217.42	c cleaning 29952 clauses out of 60149 with flag 9612449/486000
231.72/228.47	c cleaning 31005 clauses out of 62198 with flag 9960796/518001
247.30/244.07	c cleaning 32026 clauses out of 64192 with flag 10483499/551000
264.16/260.99	c cleaning 32638 clauses out of 66170 with flag 11135601/585004
278.36/275.11	c cleaning 33847 clauses out of 68530 with flag 11525758/620002
289.03/285.82	c cleaning 34029 clauses out of 70682 with flag 11988175/656001
297.71/294.57	c cleaning 35786 clauses out of 73653 with flag 12382379/693001
309.18/305.91	c cleaning 37011 clauses out of 75866 with flag 12722515/731000
327.05/323.86	c cleaning 37437 clauses out of 77855 with flag 13318657/770000
346.93/343.71	c cleaning 38939 clauses out of 80418 with flag 14105671/810000
365.00/361.85	c cleaning 40436 clauses out of 82479 with flag 14500442/851000
381.48/378.39	c cleaning 41322 clauses out of 84043 with flag 15131791/893000
397.84/394.76	c cleaning 41479 clauses out of 85721 with flag 15795974/936000
412.03/408.99	c cleaning 43003 clauses out of 88242 with flag 16256262/980000
422.61/419.54	c cleaning 43723 clauses out of 90239 with flag 16665775/1025000
432.39/429.39	c cleaning 44929 clauses out of 92517 with flag 17103567/1071001
444.08/441.07	c cleaning 46424 clauses out of 94588 with flag 17469887/1118001
456.55/453.52	c cleaning 46547 clauses out of 96163 with flag 17865049/1166000
466.53/463.58	c cleaning 48178 clauses out of 98616 with flag 18279043/1215000
479.98/476.99	c cleaning 49497 clauses out of 100440 with flag 18733968/1265002
498.94/495.99	c cleaning 49678 clauses out of 101941 with flag 19281032/1316000
517.70/514.78	c cleaning 50958 clauses out of 104263 with flag 19724550/1368000
535.87/532.98	c cleaning 52094 clauses out of 106305 with flag 20156308/1421000
554.13/551.28	c cleaning 52417 clauses out of 108211 with flag 20646926/1475000
565.71/562.85	c cleaning 54237 clauses out of 110794 with flag 21145383/1530000
579.89/577.08	c cleaning 55337 clauses out of 112557 with flag 21604579/1586000
597.25/594.47	c cleaning 56433 clauses out of 114220 with flag 22008934/1643000
609.93/607.17	c cleaning 57231 clauses out of 115788 with flag 22436070/1701001
624.81/622.01	c cleaning 58167 clauses out of 117558 with flag 22973663/1760002
639.28/636.53	c cleaning 59057 clauses out of 119391 with flag 23598029/1820002
655.56/652.75	c cleaning 60303 clauses out of 121333 with flag 24066241/1881001
670.42/667.66	c cleaning 61404 clauses out of 123032 with flag 24586744/1943003
691.80/689.01	c cleaning 62234 clauses out of 124626 with flag 25207085/2006001
711.36/708.66	c cleaning 62850 clauses out of 126391 with flag 25885062/2070000
726.63/723.93	c cleaning 64223 clauses out of 128542 with flag 26435323/2135001
744.10/741.43	c cleaning 64917 clauses out of 130318 with flag 27046787/2201000
768.37/765.76	c cleaning 66169 clauses out of 132401 with flag 27803443/2268000
791.23/788.69	c cleaning 67033 clauses out of 134233 with flag 28348353/2336001
815.58/812.92	c cleaning 67814 clauses out of 136199 with flag 28996060/2405000
835.75/833.19	c cleaning 68889 clauses out of 138385 with flag 29747564/2475000
857.40/854.81	c cleaning 69796 clauses out of 140496 with flag 30463209/2546000
881.15/878.69	c cleaning 70988 clauses out of 142700 with flag 31090764/2618000
909.71/907.26	c cleaning 72027 clauses out of 144712 with flag 31694327/2691000
934.49/932.04	c cleaning 73128 clauses out of 146686 with flag 32336721/2765001
955.36/952.98	c cleaning 74224 clauses out of 148558 with flag 32890101/2840001
978.72/976.36	c cleaning 75131 clauses out of 150337 with flag 33548041/2916004
1008.29/1005.80	c cleaning 75945 clauses out of 152202 with flag 34129949/2993000
1058.51/1056.12	c cleaning 77100 clauses out of 154257 with flag 34994438/3071000
1086.76/1084.48	c cleaning 78039 clauses out of 156157 with flag 35641018/3150000
1113.32/1111.01	c cleaning 78848 clauses out of 158118 with flag 36401674/3230000
1140.47/1138.28	c cleaning 80119 clauses out of 160270 with flag 37094296/3311000
1183.75/1181.51	c cleaning 79829 clauses out of 162151 with flag 38636900/3393000
1246.47/1244.25	c cleaning 79991 clauses out of 165322 with flag 40524506/3476000
1279.62/1277.43	c cleaning 83007 clauses out of 169331 with flag 41312891/3560000
1309.05/1306.96	c cleaning 83810 clauses out of 171325 with flag 41952833/3645001
1332.50/1330.46	c cleaning 84788 clauses out of 173515 with flag 42675107/3731001
1357.56/1355.57	c cleaning 86469 clauses out of 175729 with flag 43359704/3818003
1399.19/1397.28	c cleaning 85540 clauses out of 177257 with flag 44446328/3906000
1455.82/1453.88	c cleaning 85256 clauses out of 180717 with flag 45674879/3995000
1515.12/1513.29	c cleaning 89150 clauses out of 185464 with flag 46804470/4085003
1582.20/1580.44	c cleaning 90817 clauses out of 187311 with flag 47504907/4176000
1610.65/1608.96	c cleaning 90887 clauses out of 188494 with flag 48151720/4268000
1657.17/1655.56	c cleaning 92442 clauses out of 190607 with flag 49122141/4361000
1689.16/1687.50	c cleaning 93015 clauses out of 192165 with flag 50003654/4455000
1719.40/1717.77	c cleaning 94281 clauses out of 194152 with flag 50890803/4550002
1751.34/1749.75	c cleaning 94861 clauses out of 195870 with flag 51661479/4646001
1808.64/1807.13	c cleaning 96218 clauses out of 198008 with flag 52684989/4743000
1846.01/1844.57	c cleaning 96856 clauses out of 199790 with flag 53657534/4841000
1971.64/1970.22	c cleaning 98786 clauses out of 201935 with flag 54566683/4940001
2017.65/2016.33	c cleaning 98656 clauses out of 203149 with flag 55873522/5040001
2069.83/2068.62	c cleaning 98136 clauses out of 205492 with flag 57698230/5141000
2123.76/2122.64	c cleaning 98243 clauses out of 209356 with flag 59656145/5243000
2187.02/2185.86	c cleaning 102257 clauses out of 214113 with flag 60469211/5346000
2227.54/2226.42	c cleaning 101856 clauses out of 215856 with flag 61599375/5450000
2267.47/2266.42	c cleaning 103580 clauses out of 219000 with flag 62682563/5555000
2308.00/2307.08	c cleaning 104586 clauses out of 221420 with flag 63884418/5661000
2342.48/2341.53	c cleaning 106223 clauses out of 223834 with flag 65000147/5768000
2422.55/2421.69	c cleaning 107694 clauses out of 225612 with flag 65916206/5876001
2466.45/2465.66	c cleaning 108082 clauses out of 226917 with flag 66880744/5985000
2520.83/2520.14	c cleaning 108977 clauses out of 228835 with flag 68074463/6095000
2575.03/2574.21	c cleaning 107619 clauses out of 230859 with flag 69888011/6206001
2643.00/2642.39	c cleaning 108310 clauses out of 235240 with flag 71508185/6318001
2696.61/2696.02	c cleaning 111726 clauses out of 239930 with flag 72489956/6431001
2782.46/2782.02	c cleaning 112974 clauses out of 242204 with flag 73615476/6545001
2839.85/2839.33	c cleaning 113653 clauses out of 244229 with flag 75016328/6660000
2912.02/2911.67	c cleaning 115376 clauses out of 246576 with flag 76314570/6776000
3112.65/3112.68	c cleaning 116965 clauses out of 248201 with flag 77347414/6893001
3222.22/3222.14	c cleaning 117611 clauses out of 249237 with flag 78359584/7011002
3276.59/3276.69	c cleaning 117631 clauses out of 250624 with flag 79537653/7130000
3353.63/3353.87	c cleaning 117344 clauses out of 252993 with flag 81586415/7250000
3495.27/3495.50	c cleaning 120794 clauses out of 256650 with flag 82746493/7371001
3600.05/3600.51	c starts		: 39708
3600.05/3600.52	c conflicts		: 7465984
3600.05/3600.52	c decisions		: 126104202
3600.05/3600.52	c propagations		: 6544654714
3600.05/3600.52	c inspects		: 40830288396
3600.05/3600.52	c shortcuts		: 0
3600.05/3600.52	c learnt literals	: 14
3600.05/3600.52	c learnt binary clauses	: 4882
3600.05/3600.52	c learnt ternary clauses	: 14594
3600.05/3600.52	c learnt constraints	: 7465970
3600.05/3600.52	c ignored constraints	: 0
3600.05/3600.52	c root simplifications	: 0
3600.05/3600.52	c removed literals (reason simplification)	: 77633262
3600.05/3600.52	c reason swapping (by a shorter reason)	: 0
3600.05/3600.52	c Calls to reduceDB	: 117
3600.05/3600.52	c timeout
3600.05/3600.52	c Number of update (reduction) of LBD	: 4547869
3600.05/3600.52	c Imported unit clauses	: 0
3600.05/3600.52	c No decision after first conflict	: false
3600.05/3600.52	c number of reductions to clauses (during analyze)	: 0
3600.05/3600.52	c number of learned constraints concerned by reduction	: 0
3600.05/3600.52	c number of learning phase by resolution	: 0
3600.05/3600.52	c number of learning phase by cutting planes	: 0
3600.05/3600.52	c number of rounding to 1 operations	: 0
3600.05/3600.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3600.52	c number of reductions of the coefficients by power 2 	: 0
3600.05/3600.52	c number of right shift for reduction by power 2 	: 0
3600.05/3600.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3600.52	c number of ending skipping 	: 0
3600.05/3600.52	c number of internal skipping 	: 0
3600.05/3600.52	c number of derivation steps 	: 0
3600.05/3600.52	c number of skipped derivation steps 	: 0
3600.05/3600.52	c number of remaining unassigned 	: 0
3600.05/3600.52	c number of remaining assigned 	: 0
3600.05/3600.52	c number of falsified literals weakened from reason	: 0
3600.05/3600.52	c number of falsified literals weakened from conflict	: 0
3600.05/3600.52	c time for arithmetic operations	: 0
3600.05/3600.53	c minimum degree of deleted constraints	: null
3600.05/3600.53	c maximum degree of deleted constraints	: null
3600.05/3600.53	c number of deleted constraints	: 0
3600.05/3600.53	c speed (assignments/second)	: 1819700.4895794755
3600.05/3600.53	c non guided choices	: 12503473
3600.05/3600.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 225957
3600.05/3600.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4882
3600.05/3600.59	s UNKNOWN
3600.05/3600.59	c Total wall clock time (in seconds): 3600.455

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61897 MiB free)
  memory of node 1: 64507 MiB (63523 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503572-1751164240/watcher-4503572-1751164240 -o /tmp/evaluation-result-4503572-1751164240/solver-4503572-1751164240 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21072 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4503572-1751164240.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=23167, runsolver pid=23162

[startup+0.10006 s]*
/proc/loadavg: 4.27 4.18 4.13 5/339 23185
/proc/meminfo: memFree=128403176/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=18930384 memory=57780 CPUtime=0.12 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 6566 0 0 0 10 2 0 0 20 0 18 0 32101915 19384713216 14445 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4732596 14445 5365 1 0 547604 0
[pid=23167/tid=23169] ppid=23162 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 32101916 19384713216 14445 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32101918 19384713216 14445 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=18930384 memory=59585004336188 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32101919 19384713216 14445 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57780 KiB

[startup+0.205678 s]*
/proc/loadavg: 4.33 4.20 4.13 7/339 23185
/proc/meminfo: memFree=128379168/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=18930384 memory=78444 CPUtime=0.31 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 7057 0 0 0 28 3 0 0 20 0 18 0 32101915 19384713216 19611 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4732596 19611 5429 1 0 547916 0
[pid=23167/tid=23169] ppid=23162 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 5306 0 0 0 15 2 0 0 20 0 18 0 32101916 19384713216 19611 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=18930384 memory=16163 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32101918 19384713216 19611 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32101919 19384713216 19611 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 78444 KiB

[startup+0.30563 s]*
/proc/loadavg: 4.33 4.20 4.13 6/339 23185
/proc/meminfo: memFree=128326236/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=18930384 memory=129716 CPUtime=0.51 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 8562 0 0 0 47 4 0 0 20 0 18 0 32101915 19384713216 32429 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4732596 32429 5429 1 0 548929 0
[pid=23167/tid=23169] ppid=23162 vsize=18930384 memory=-6000919498459801965 CPUtime=0.27 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 5329 0 0 0 25 2 0 0 20 0 18 0 32101916 19384713216 32429 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32101918 19384713216 32429 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32101919 19384713216 32429 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 129716 KiB

[startup+0.708997 s]
/proc/loadavg: 4.33 4.20 4.13 6/340 23186
/proc/meminfo: memFree=128288616/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=18996948 memory=185896 CPUtime=1.28 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 11291 0 0 0 123 5 0 0 20 0 19 0 32101915 19452874752 46474 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4749237 46474 5461 1 0 551132 0
[pid=23167/tid=23169] ppid=23162 vsize=18996948 memory=17408 CPUtime=0.63 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) S 23162 23167 21059 0 -1 4194368 5350 0 0 0 60 3 0 0 20 0 19 0 32101916 19452874752 46474 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=18996948 memory=10496 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32101918 19452874752 46474 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32101919 19452874752 46474 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 185896 KiB

[startup+1.50025 s]
/proc/loadavg: 4.33 4.20 4.13 6/340 23186
/proc/meminfo: memFree=128103420/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=18996948 memory=490348 CPUtime=2.83 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 17410 0 0 0 272 11 0 0 20 0 19 0 32101915 19452874752 122587 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4749237 122587 5461 1 0 1081103 0
[pid=23167/tid=23169] ppid=23162 vsize=18996948 memory=3200 CPUtime=1.28 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 5460 0 0 0 122 6 0 0 20 0 19 0 32101916 19452874752 122587 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32101918 19452874752 122587 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=18996948 memory=10496 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32101919 19452874752 122587 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 490348 KiB

[startup+3.10552 s]
/proc/loadavg: 4.33 4.20 4.13 6/340 23186
/proc/meminfo: memFree=127189852/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=18996948 memory=1388532 CPUtime=4.61 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 18593 0 3 0 431 30 0 0 20 0 19 0 32101915 19452874752 347133 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4749237 347133 5493 1 0 1795512 0
[pid=23167/tid=23169] ppid=23162 vsize=18996948 memory=10496 CPUtime=2.68 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 5816 0 0 0 246 22 0 0 20 0 19 0 32101916 19452874752 347133 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32101918 19452874752 347133 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32101919 19452874752 347133 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 4.61 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1388532 KiB

[startup+6.30026 s]
/proc/loadavg: 4.30 4.19 4.13 5/341 23187
/proc/meminfo: memFree=126210944/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=19063512 memory=2226688 CPUtime=8.89 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 20523 0 4 0 841 48 0 0 20 0 20 0 32101915 19521036288 556672 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4765878 556672 5493 1 0 2253404 0
[pid=23167/tid=23169] ppid=23162 vsize=19063512 memory=5760 CPUtime=5.7 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 6247 0 1 0 534 36 0 0 20 0 20 0 32101916 19521036288 556672 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32101918 19521036288 556672 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32101919 19521036288 556672 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23187] ppid=23162 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/23167/task/23187/stat : 23187 (Timer-0) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32102311 19521036288 556672 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 8.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2226688 KiB

[startup+12.7002 s]
/proc/loadavg: 4.28 4.19 4.13 5/341 23187
/proc/meminfo: memFree=126178304/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=19063512 memory=2223916 CPUtime=15.89 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 22277 0 4 0 1540 49 0 0 20 0 20 0 32101915 19521036288 555979 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4765878 555979 5525 1 0 2253456 0
[pid=23167/tid=23169] ppid=23162 vsize=19063512 memory=10496 CPUtime=12.04 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 6460 0 1 0 1168 36 0 0 20 0 20 0 32101916 19521036288 555979 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=19063512 memory=2223916 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32101918 19521036288 555979 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32101919 19521036288 555979 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23187] ppid=23162 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23167/task/23187/stat : 23187 (Timer-0) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32102311 19521036288 555979 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 15.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2223916 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.18 4.13 5/341 23188
/proc/meminfo: memFree=126075912/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=19063512 memory=2224044 CPUtime=28.73 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 26767 0 4 0 2824 49 0 0 20 0 20 0 32101915 19521036288 556011 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4765878 556011 5525 1 0 2253456 0
[pid=23167/tid=23169] ppid=23162 vsize=19063512 memory=2223916 CPUtime=24.81 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 7615 0 1 0 2445 36 0 0 20 0 20 0 32101916 19521036288 556011 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=19063512 memory=2224044 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32101918 19521036288 556011 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32101919 19521036288 556011 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23187] ppid=23162 vsize=19063512 memory=2226688 CPUtime=0 cores=5,7
/proc/23167/task/23187/stat : 23187 (Timer-0) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32102311 19521036288 556011 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 28.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2224044 KiB

[startup+51.1056 s]
/proc/loadavg: 4.20 4.18 4.13 5/341 23188
/proc/meminfo: memFree=126018568/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=19063512 memory=2224172 CPUtime=54.32 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 29870 0 4 0 5381 51 0 0 20 0 20 0 32101915 19521036288 556043 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4765878 556043 5525 1 0 2253456 0
[pid=23167/tid=23169] ppid=23162 vsize=19063512 memory=219899232572 CPUtime=50.36 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 9444 0 1 0 5000 36 0 0 20 0 20 0 32101916 19521036288 556043 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=19063512 memory=2224172 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32101918 19521036288 556043 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32101919 19521036288 556043 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23187] ppid=23162 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/23167/task/23187/stat : 23187 (Timer-0) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32102311 19521036288 556043 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 54.32 s
Current children cumulated vsize: 19063512 KiB

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

/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32101918 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=19063512 memory=4026232 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 1629 0 0 0 0 0 0 0 20 0 20 0 32101919 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23187] ppid=23162 vsize=19063512 memory=4259712 CPUtime=0 cores=5,7
/proc/23167/task/23187/stat : 23187 (Timer-0) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32102311 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 3222.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4259712 KiB

[startup+3282.3 s]
/proc/loadavg: 3.13 3.35 3.72 4/316 23529
/proc/meminfo: memFree=119553340/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=19063512 memory=4259712 CPUtime=3282.29 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 103224 0 4 0 328016 213 0 0 20 0 20 0 32101915 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4765878 1064928 5525 1 0 2253714 0
[pid=23167/tid=23169] ppid=23162 vsize=19063512 memory=4259712 CPUtime=3271.39 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 46601 0 1 0 327098 41 0 0 20 0 20 0 32101916 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32101918 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=19063512 memory=4259712 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 1697 0 0 0 0 0 0 0 20 0 20 0 32101919 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23187] ppid=23162 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/23167/task/23187/stat : 23187 (Timer-0) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32102311 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 3282.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4259712 KiB

[startup+3342.3 s]
/proc/loadavg: 3.09 3.30 3.68 4/316 23531
/proc/meminfo: memFree=119192428/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=19063512 memory=4259712 CPUtime=3342.15 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 103963 0 4 0 334001 214 0 0 20 0 20 0 32101915 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4765878 1064928 5525 1 0 2253714 0
[pid=23167/tid=23169] ppid=23162 vsize=19063512 memory=4259712 CPUtime=3331.23 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 47263 0 1 0 333082 41 0 0 20 0 20 0 32101916 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=19063512 memory=4259712 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32101918 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 1768 0 0 0 0 0 0 0 20 0 20 0 32101919 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23187] ppid=23162 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/23167/task/23187/stat : 23187 (Timer-0) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32102311 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 3342.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4259712 KiB

[startup+3402.3 s]
/proc/loadavg: 3.09 3.26 3.63 4/316 23534
/proc/meminfo: memFree=119193332/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=19063512 memory=4259712 CPUtime=3402.06 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 105672 0 4 0 339990 216 0 0 20 0 20 0 32101915 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4765878 1064928 5525 1 0 2253716 0
[pid=23167/tid=23169] ppid=23162 vsize=19063512 memory=4259712 CPUtime=3391.06 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 48554 0 1 0 339065 41 0 0 20 0 20 0 32101916 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=19063512 memory=4259712 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32101918 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=19063512 memory=4259712 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 1797 0 0 0 0 0 0 0 20 0 20 0 32101919 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23187] ppid=23162 vsize=19063512 memory=4259712 CPUtime=0 cores=5,7
/proc/23167/task/23187/stat : 23187 (Timer-0) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32102311 19521036288 1064928 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 3402.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4259712 KiB

[startup+3462.3 s]
/proc/loadavg: 3.08 3.22 3.60 4/316 23536
/proc/meminfo: memFree=118987668/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=19063512 memory=4466568 CPUtime=3462.13 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 106709 0 4 0 345991 222 0 0 20 0 20 0 32101915 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4765878 1116642 5525 1 0 2253716 0
[pid=23167/tid=23169] ppid=23162 vsize=19063512 memory=4259712 CPUtime=3450.74 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 49011 0 1 0 345033 41 0 0 20 0 20 0 32101916 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32101918 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=19063512 memory=4466568 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 1827 0 0 0 0 0 0 0 20 0 20 0 32101919 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23187] ppid=23162 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/23167/task/23187/stat : 23187 (Timer-0) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32102311 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 3462.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4466568 KiB

[startup+3522.3 s]
/proc/loadavg: 3.21 3.23 3.58 4/314 23538
/proc/meminfo: memFree=118988512/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=19063512 memory=4466568 CPUtime=3522.01 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 107035 0 4 0 351977 224 0 0 20 0 20 0 32101915 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4765878 1116642 5525 1 0 2253716 0
[pid=23167/tid=23169] ppid=23162 vsize=19063512 memory=4466568 CPUtime=3510.59 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 49301 0 1 0 351018 41 0 0 20 0 20 0 32101916 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=19063512 memory=4466568 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32101918 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 1829 0 0 0 0 0 0 0 20 0 20 0 32101919 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23187] ppid=23162 vsize=19063512 memory=4466568 CPUtime=0 cores=5,7
/proc/23167/task/23187/stat : 23187 (Timer-0) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32102311 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 3522.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4466568 KiB

[startup+3582.3 s]
/proc/loadavg: 3.08 3.18 3.54 4/314 23540
/proc/meminfo: memFree=118872188/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=19063512 memory=4466568 CPUtime=3581.88 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 108209 0 4 0 357963 225 0 0 20 0 20 0 32101915 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4765878 1116642 5525 1 0 2253716 0
[pid=23167/tid=23169] ppid=23162 vsize=19063512 memory=4740 CPUtime=3570.43 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 50424 0 1 0 357002 41 0 0 20 0 20 0 32101916 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=19063512 memory=4466568 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32101918 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 1829 0 0 0 0 0 0 0 20 0 20 0 32101919 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23187] ppid=23162 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/23167/task/23187/stat : 23187 (Timer-0) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32102311 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 3581.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4466568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.5 s]
/proc/loadavg: 3.06 3.17 3.53 4/314 23540
/proc/meminfo: memFree=118872196/131250000 swapFree=33010684/33010684
[pid=23167] ppid=23162 vsize=19063512 memory=4466568 CPUtime=3600.05 cores=5,7
/proc/23167/stat : 23167 (java) S 23162 23167 21059 0 -1 4194304 108693 0 4 0 359778 227 0 0 20 0 20 0 32101915 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
/proc/23167/statm: 4765878 1116642 5525 1 0 2253716 0
[pid=23167/tid=23169] ppid=23162 vsize=19063512 memory=16520 CPUtime=3588.58 cores=5,7
/proc/23167/task/23169/stat : 23169 (java) R 23162 23167 21059 0 -1 4194368 50902 0 1 0 358817 41 0 0 20 0 20 0 32101916 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23178] ppid=23162 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/23167/task/23178/stat : 23178 (Finalizer) S 23162 23167 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32101918 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23185] ppid=23162 vsize=19063512 memory=4466568 CPUtime=0 cores=5,7
/proc/23167/task/23185/stat : 23185 (Common-Cleaner) S 23162 23167 21059 0 -1 4194368 1829 0 0 0 0 0 0 0 20 0 20 0 32101919 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
[pid=23167/tid=23187] ppid=23162 vsize=19063512 memory=21576 CPUtime=0 cores=5,7
/proc/23167/task/23187/stat : 23187 (Timer-0) S 23162 23167 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32102311 19521036288 1116642 18446744073709551615 94891799068672 94891799072368 140725081025744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94891799080184 94891799080976 94891804213248 140725081033089 140725081033190 140725081033190 140725081038792 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4466568 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.91 s, system=2.28651 s

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

[startup+3600.61 s]*
/proc/loadavg: 3.06 3.17 3.53 4/296 23543
/proc/meminfo: memFree=122009228/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3600.64
CPU time (s): 3600.2
CPU user time (s): 3597.91
CPU system time (s): 2.28651
CPU usage (%): 99.9878
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4466568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.91
system time used= 2.28651
maximum resident set size= 4467720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111307
page faults= 4
swaps= 0
block input operations= 152
block output operations= 3496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135794
involuntary context switches= 2665


# summary of solver processes directly reported to runsolver:
#   pid: 23167
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.91
#   total CPU system time (s): 2.28651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.34626 second user time and 16.392 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 04:30:41
IDJOB=4503572
IDBENCH=155522
IDSOLVER=3363
FILE ID=nodeC018/4503572-1751164240
RUNJOBID= nodeC018-1751156866-21072
SLURM_JOB_ID= 9587480
Free space on /tmp= 432972 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-134.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503572-1751164240/watcher-4503572-1751164240 -o /tmp/evaluation-result-4503572-1751164240/solver-4503572-1751164240 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21072 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4503572-1751164240.opb

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

MD5SUM BENCH= 8f50e455e41c11932a7c1290f673c930
RANDOM SEED=1993009707

nodeC018 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.858
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.66
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.843
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.66
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		: 3598.506
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.66
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.823
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.66
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.833
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.66
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		: 3600.031
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.66
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.844
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.66
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.217
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128431192 kB
MemAvailable:   128127756 kB
Buffers:            3280 kB
Cached:           507224 kB
SwapCached:            0 kB
Active:          1995096 kB
Inactive:         250816 kB
Active(anon):    1753532 kB
Inactive(anon):        0 kB
Active(file):     241564 kB
Inactive(file):   250816 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             58656 kB
Writeback:             0 kB
AnonPages:       1738052 kB
Mapped:           122524 kB
Shmem:             18076 kB
KReclaimable:      86444 kB
Slab:             169724 kB
SReclaimable:      86444 kB
SUnreclaim:        83280 kB
KernelStack:        5200 kB
PageTables:         7080 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   14687344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1511424 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432980 MiB
End job on nodeC018 at 2025-06-29 05:30:42