Trace number 4497946

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.23 3575.35

General information on the benchmark

NamePB24/normalized-PB07/DEC-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_1_40.opb
MD5SUM031cc8ea2cc9b93552340efe35f2983e
Bench CategoryDEC-NLC (decision problem, non-linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12408
Sum of products size (including duplicates)24816
Number of different products6204
Sum of products size12408

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.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-4497946-1751270066.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.32/0.26	c ... done. Wall clock time 0.132s.
0.32/0.26	c declared #vars     400
0.32/0.26	c internal #vars     6604
0.32/0.26	c #constraints  13011
0.32/0.26	c constraints type 
0.32/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.32/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
0.32/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6204
0.32/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6204
0.32/0.27	c 13011 constraints processed.
1.90/1.18	c cleaning 2500 clauses out of 5000 with flag 11343/5000
2.88/1.95	c cleaning 4257 clauses out of 8516 with flag 25969/11016
3.63/2.64	c cleaning 5622 clauses out of 11246 with flag 42590/18003
4.42/3.39	c cleaning 6799 clauses out of 13621 with flag 64715/26000
5.32/4.21	c cleaning 7887 clauses out of 15822 with flag 95768/35000
6.48/5.32	c cleaning 8955 clauses out of 17935 with flag 125878/45000
7.94/6.77	c cleaning 9980 clauses out of 19980 with flag 155107/56000
9.71/8.44	c cleaning 11007 clauses out of 22019 with flag 186499/68019
11.91/10.63	c cleaning 11972 clauses out of 23993 with flag 219165/81000
15.37/14.06	c cleaning 12978 clauses out of 26022 with flag 253271/95001
18.55/17.17	c cleaning 14010 clauses out of 28051 with flag 293711/110008
22.42/20.93	c cleaning 14972 clauses out of 30033 with flag 340199/126000
26.25/24.62	c cleaning 16013 clauses out of 32061 with flag 397451/143000
29.27/27.54	c cleaning 17012 clauses out of 34048 with flag 452760/161000
33.05/31.21	c cleaning 17997 clauses out of 36036 with flag 518833/180000
37.22/35.33	c cleaning 19008 clauses out of 38040 with flag 585345/200001
41.69/39.79	c cleaning 20005 clauses out of 40031 with flag 653310/221000
46.84/44.80	c cleaning 20985 clauses out of 42026 with flag 722914/243000
52.16/49.74	c cleaning 21989 clauses out of 44042 with flag 794841/266001
57.33/54.86	c cleaning 22994 clauses out of 46052 with flag 869162/290000
66.24/63.64	c cleaning 24020 clauses out of 48065 with flag 945243/315007
74.99/72.34	c cleaning 25007 clauses out of 50039 with flag 1031187/341001
84.41/81.69	c cleaning 25991 clauses out of 52031 with flag 1106693/368000
93.24/90.34	c cleaning 27001 clauses out of 54040 with flag 1180155/396000
103.43/100.57	c cleaning 27993 clauses out of 56040 with flag 1255101/425001
117.99/114.94	c cleaning 29034 clauses out of 58072 with flag 1328589/455026
132.23/128.70	c cleaning 30003 clauses out of 60012 with flag 1409202/486000
143.48/139.97	c cleaning 30992 clauses out of 62009 with flag 1508045/518000
152.63/148.91	c cleaning 31976 clauses out of 64018 with flag 1606552/551001
160.73/157.07	c cleaning 33000 clauses out of 66042 with flag 1715978/585001
171.98/168.27	c cleaning 34001 clauses out of 68041 with flag 1833579/620000
183.25/179.45	c cleaning 34995 clauses out of 70040 with flag 1950118/656000
195.88/191.90	c cleaning 36009 clauses out of 72045 with flag 2063401/693000
208.45/204.47	c cleaning 36994 clauses out of 74037 with flag 2174365/731001
226.25/221.58	c cleaning 38002 clauses out of 76043 with flag 2285924/770001
243.62/238.90	c cleaning 38984 clauses out of 78041 with flag 2391555/810001
259.69/254.86	c cleaning 40020 clauses out of 80062 with flag 2515571/851006
274.54/269.56	c cleaning 40997 clauses out of 82037 with flag 2653162/893001
290.01/284.96	c cleaning 41995 clauses out of 84039 with flag 2797133/936000
305.72/300.52	c cleaning 42986 clauses out of 86044 with flag 2948182/980000
321.49/316.26	c cleaning 44002 clauses out of 88058 with flag 3107695/1025000
335.30/329.91	c cleaning 44990 clauses out of 90056 with flag 3260504/1071000
351.51/345.92	c cleaning 46016 clauses out of 92066 with flag 3423335/1118000
365.98/359.57	c cleaning 47007 clauses out of 94052 with flag 3574018/1166002
378.23/371.65	c cleaning 48002 clauses out of 96044 with flag 3714356/1215001
390.59/383.85	c cleaning 49001 clauses out of 98041 with flag 3868487/1265000
404.30/397.49	c cleaning 49996 clauses out of 100040 with flag 4028613/1316000
421.07/414.05	c cleaning 51003 clauses out of 102045 with flag 4200128/1368001
438.80/431.45	c cleaning 51999 clauses out of 104041 with flag 4383622/1421000
463.14/454.87	c cleaning 53004 clauses out of 106042 with flag 4570772/1475000
491.47/483.05	c cleaning 53984 clauses out of 108038 with flag 4759973/1530000
521.07/512.59	c cleaning 55000 clauses out of 110055 with flag 4952104/1586001
551.77/543.13	c cleaning 56016 clauses out of 112055 with flag 5146139/1643001
582.07/573.13	c cleaning 56981 clauses out of 114039 with flag 5339278/1701001
611.48/602.46	c cleaning 58000 clauses out of 116057 with flag 5527985/1760000
642.88/633.63	c cleaning 59012 clauses out of 118057 with flag 5717595/1820000
676.45/667.10	c cleaning 59997 clauses out of 120046 with flag 5902441/1881001
705.22/694.99	c cleaning 61008 clauses out of 122048 with flag 6107800/1943000
734.84/724.28	c cleaning 61996 clauses out of 124040 with flag 6316279/2006000
760.26/749.56	c cleaning 63003 clauses out of 126046 with flag 6517715/2070002
787.20/776.26	c cleaning 64001 clauses out of 128041 with flag 6704958/2135000
819.70/808.61	c cleaning 65003 clauses out of 130041 with flag 6925874/2201001
849.53/838.22	c cleaning 66005 clauses out of 132037 with flag 7149260/2268000
886.09/874.55	c cleaning 66985 clauses out of 134033 with flag 7381638/2336001
919.20/907.50	c cleaning 68010 clauses out of 136047 with flag 7603970/2405000
949.84/937.99	c cleaning 68996 clauses out of 138039 with flag 7829172/2475002
992.46/979.45	c cleaning 70004 clauses out of 140042 with flag 8077581/2546001
1029.53/1016.25	c cleaning 71007 clauses out of 142038 with flag 8323464/2618001
1069.28/1055.98	c cleaning 71994 clauses out of 144031 with flag 8572937/2691001
1110.03/1096.48	c cleaning 72987 clauses out of 146036 with flag 8812647/2765000
1151.26/1137.43	c cleaning 74011 clauses out of 148049 with flag 9065863/2840000
1192.83/1178.75	c cleaning 74997 clauses out of 150038 with flag 9312510/2916000
1235.68/1221.56	c cleaning 75995 clauses out of 152042 with flag 9571406/2993001
1270.84/1256.44	c cleaning 77001 clauses out of 154046 with flag 9819987/3071000
1310.65/1295.96	c cleaning 77989 clauses out of 156045 with flag 10070103/3150000
1359.09/1344.13	c cleaning 78995 clauses out of 158057 with flag 10332289/3230001
1411.01/1395.82	c cleaning 80013 clauses out of 160062 with flag 10586837/3311001
1455.37/1438.90	c cleaning 81014 clauses out of 162048 with flag 10850592/3393000
1508.44/1491.90	c cleaning 82007 clauses out of 164034 with flag 11109367/3476000
1553.73/1536.95	c cleaning 82985 clauses out of 166027 with flag 11381833/3560000
1600.36/1583.31	c cleaning 83993 clauses out of 168045 with flag 11653172/3645003
1646.38/1629.07	c cleaning 84987 clauses out of 170049 with flag 11925352/3731000
1699.72/1682.13	c cleaning 86011 clauses out of 172064 with flag 12193306/3818002
1760.64/1742.85	c cleaning 87013 clauses out of 174051 with flag 12455180/3906000
1814.49/1796.47	c cleaning 88001 clauses out of 176038 with flag 12711584/3995000
1869.55/1851.26	c cleaning 89002 clauses out of 178037 with flag 12975433/4085000
1982.11/1963.62	c cleaning 89986 clauses out of 180036 with flag 13230995/4176001
2080.44/2060.25	c cleaning 90998 clauses out of 182051 with flag 13471951/4268002
2156.14/2135.80	c cleaning 92014 clauses out of 184053 with flag 13728702/4361002
2240.88/2220.26	c cleaning 93012 clauses out of 186037 with flag 13976350/4455000
2296.45/2275.64	c cleaning 94004 clauses out of 188026 with flag 14248831/4550001
2410.42/2389.30	c cleaning 94973 clauses out of 190022 with flag 14545773/4646001
2509.10/2487.98	c cleaning 96004 clauses out of 192048 with flag 14873502/4743000
2613.22/2591.70	c cleaning 97010 clauses out of 194047 with flag 15188617/4841003
2722.06/2700.51	c cleaning 97963 clauses out of 196035 with flag 15492056/4940001
2827.49/2805.67	c cleaning 98997 clauses out of 198071 with flag 15797142/5040000
2948.12/2926.26	c cleaning 100028 clauses out of 200080 with flag 16104822/5141006
3059.18/3037.02	c cleaning 100999 clauses out of 202047 with flag 16416429/5243001
3154.80/3132.34	c cleaning 101986 clauses out of 204047 with flag 16712321/5346000
3289.82/3267.34	c cleaning 103016 clauses out of 206069 with flag 17024049/5450008
3390.98/3366.57	c cleaning 103997 clauses out of 208046 with flag 17349214/5555001
3509.12/3484.40	c cleaning 104999 clauses out of 210048 with flag 17672341/5661000
3600.05/3575.21	c timeout
3600.05/3575.23	c starts		: 1
3600.05/3575.23	c conflicts		: 5732208
3600.05/3575.23	c decisions		: 21140534
3600.05/3575.23	c propagations		: 41470312
3600.05/3575.23	c inspects		: 12258020349
3600.05/3575.23	c shortcuts		: 0
3600.05/3575.23	c learnt literals	: 0
3600.05/3575.23	c learnt binary clauses	: 0
3600.05/3575.23	c learnt ternary clauses	: 0
3600.05/3575.23	c learnt constraints	: 5732208
3600.05/3575.23	c ignored constraints	: 0
3600.05/3575.23	c root simplifications	: 0
3600.05/3575.23	c removed literals (reason simplification)	: 18826598
3600.05/3575.23	c reason swapping (by a shorter reason)	: 0
3600.05/3575.23	c Calls to reduceDB	: 102
3600.05/3575.23	c Number of update (reduction) of LBD	: 1524660
3600.05/3575.23	c Imported unit clauses	: 0
3600.05/3575.23	c No decision after first conflict	: false
3600.05/3575.23	c number of reductions to clauses (during analyze)	: 0
3600.05/3575.23	c number of learned constraints concerned by reduction	: 0
3600.05/3575.23	c number of learning phase by resolution	: 0
3600.05/3575.23	c number of learning phase by cutting planes	: 0
3600.05/3575.23	c number of rounding to 1 operations	: 0
3600.05/3575.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3575.23	c number of reductions of the coefficients by power 2 	: 0
3600.05/3575.23	c number of right shift for reduction by power 2 	: 0
3600.05/3575.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3575.23	c number of ending skipping 	: 0
3600.05/3575.23	c number of internal skipping 	: 0
3600.05/3575.23	c number of derivation steps 	: 0
3600.05/3575.23	c number of skipped derivation steps 	: 0
3600.05/3575.23	c number of remaining unassigned 	: 0
3600.05/3575.23	c number of remaining assigned 	: 0
3600.05/3575.23	c number of falsified literals weakened from reason	: 0
3600.05/3575.23	c number of falsified literals weakened from conflict	: 0
3600.05/3575.23	c time for arithmetic operations	: 0
3600.05/3575.23	c minimum degree of deleted constraints	: null
3600.05/3575.23	c maximum degree of deleted constraints	: null
3600.05/3575.23	c number of deleted constraints	: 0
3600.05/3575.24	c speed (assignments/second)	: 11600.230044789361
3600.05/3575.24	c non guided choices	: 6364
3600.05/3575.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 176257
3600.05/3575.30	s UNKNOWN
3600.05/3575.30	c Total wall clock time (in seconds): 3575.169

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497946-1751270066/watcher-4497946-1751270066 -o /tmp/evaluation-result-4497946-1751270066/solver-4497946-1751270066 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751270066-36243 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4497946-1751270066.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=36292, runsolver pid=36283

[startup+0.100059 s]*
/proc/loadavg: 7.12 7.89 6.98 9/332 36369
/proc/meminfo: memFree=129714856/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=18930384 memory=57696 CPUtime=0.12 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 6574 0 0 0 10 2 0 0 20 0 18 0 42684063 19384713216 14424 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4732596 14424 5354 1 0 547620 0
[pid=36292/tid=36303] ppid=36283 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 5073 0 0 0 6 1 0 0 20 0 18 0 42684064 19384713216 14424 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=18930384 memory=2621 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42684066 19384713216 14424 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=18930384 memory=55186957796323 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 42684067 19384713216 14424 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57696 KiB

[startup+0.205099 s]*
/proc/loadavg: 7.12 7.89 6.98 14/332 36369
/proc/meminfo: memFree=129668972/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=18930384 memory=68020 CPUtime=0.32 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 7039 0 0 0 29 3 0 0 20 0 18 0 42684063 19384713216 17005 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4732596 17005 5418 1 0 547888 0
[pid=36292/tid=36303] ppid=36283 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 5293 0 0 0 16 2 0 0 20 0 18 0 42684064 19384713216 17005 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=18930384 memory=2621 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42684066 19384713216 17005 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=18930384 memory=55186957796323 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 42684067 19384713216 17005 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68020 KiB

[startup+0.305018 s]*
/proc/loadavg: 7.12 7.89 6.98 11/335 36372
/proc/meminfo: memFree=129587056/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=18996948 memory=104380 CPUtime=0.51 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 9423 0 0 0 47 4 0 0 20 0 19 0 42684063 19452874752 26095 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4749237 26095 5418 1 0 549524 0
[pid=36292/tid=36303] ppid=36283 vsize=18996948 memory=-6000919489836246636 CPUtime=0.25 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 5351 0 0 0 23 2 0 0 20 0 19 0 42684064 19452874752 26095 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42684066 19452874752 26095 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 42684067 19452874752 26095 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42684090 19452874752 26095 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 104380 KiB

[startup+0.700223 s]
/proc/loadavg: 7.12 7.89 6.98 10/336 36373
/proc/meminfo: memFree=129561792/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=18996948 memory=119296 CPUtime=1.27 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 11470 0 0 0 123 4 0 0 20 0 19 0 42684063 19452874752 29824 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4749237 29824 5418 1 0 551069 0
[pid=36292/tid=36303] ppid=36283 vsize=18996948 memory=17536 CPUtime=0.61 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 5387 0 0 0 59 2 0 0 20 0 19 0 42684064 19452874752 29824 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42684066 19452874752 29824 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 42684067 19452874752 29824 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42684090 19452874752 29824 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 119296 KiB

[startup+1.50021 s]
/proc/loadavg: 7.12 7.89 6.98 6/314 36383
/proc/meminfo: memFree=129563888/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=18996948 memory=157552 CPUtime=2.45 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 17567 0 0 0 238 7 0 0 20 0 19 0 42684063 19452874752 39388 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4749237 39388 5418 1 0 551814 0
[pid=36292/tid=36303] ppid=36283 vsize=18996948 memory=10752 CPUtime=1.39 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 6600 0 0 0 134 5 0 0 20 0 19 0 42684064 19452874752 39388 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42684066 19452874752 39388 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 42684067 19452874752 39388 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42684090 19452874752 39388 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157552 KiB

[startup+3.105 s]
/proc/loadavg: 7.12 7.89 6.98 7/338 36440
/proc/meminfo: memFree=129208736/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=19063512 memory=209492 CPUtime=4.16 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 18937 0 0 0 407 9 0 0 20 0 20 0 42684063 19521036288 52373 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4765878 52373 5450 1 0 552108 0
[pid=36292/tid=36303] ppid=36283 vsize=19063512 memory=10752 CPUtime=2.92 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 6921 0 0 0 287 5 0 0 20 0 20 0 42684064 19521036288 52373 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=19063512 memory=-6000919494131213932 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 52373 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 52373 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684090 19521036288 52373 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 4.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 209492 KiB

[startup+6.30024 s]
/proc/loadavg: 6.95 7.85 6.97 6/340 36442
/proc/meminfo: memFree=128815820/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=19063512 memory=424840 CPUtime=7.54 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 20010 0 0 0 742 12 0 0 20 0 20 0 42684063 19521036288 106210 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4765878 106210 5482 1 0 552108 0
[pid=36292/tid=36303] ppid=36283 vsize=19063512 memory=0 CPUtime=5.92 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 7039 0 0 0 587 5 0 0 20 0 20 0 42684064 19521036288 106210 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 106210 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 106210 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=19063512 memory=163696 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684090 19521036288 106210 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 7.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 424840 KiB

[startup+12.7002 s]
/proc/loadavg: 6.72 7.78 6.96 6/340 36442
/proc/meminfo: memFree=127915908/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=19063512 memory=704732 CPUtime=14.07 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 22986 0 0 0 1389 18 0 0 20 0 20 0 42684063 19521036288 176183 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4765878 176183 5482 1 0 685782 0
[pid=36292/tid=36303] ppid=36283 vsize=19063512 memory=163696 CPUtime=12.17 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 7917 0 0 0 1209 8 0 0 20 0 20 0 42684064 19521036288 176183 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=19063512 memory=536680 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 176183 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 176183 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=19063512 memory=704732 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684090 19521036288 176183 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 14.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 704732 KiB

[startup+25.5002 s]
/proc/loadavg: 6.19 7.61 6.91 6/340 36442
/proc/meminfo: memFree=126579368/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=19063512 memory=1016100 CPUtime=27.19 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 27370 0 0 0 2695 24 0 0 20 0 20 0 42684063 19521036288 254025 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4765878 254025 5482 1 0 685783 0
[pid=36292/tid=36303] ppid=36283 vsize=19063512 memory=917756 CPUtime=24.69 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 8662 0 0 0 2461 8 0 0 20 0 20 0 42684064 19521036288 254025 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=19063512 memory=-6000919472773686892 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 254025 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=19063512 memory=-6000919494131213932 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 254025 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=19063512 memory=163696 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684090 19521036288 254025 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 27.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1016100 KiB

[startup+51.1056 s]
/proc/loadavg: 5.52 7.34 6.84 7/340 36443
/proc/meminfo: memFree=123587076/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=19063512 memory=1711740 CPUtime=53.64 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 36833 0 0 0 5324 40 0 0 20 0 20 0 42684063 19521036288 427935 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4765878 427935 5482 1 0 686700 0
[pid=36292/tid=36303] ppid=36283 vsize=19063512 memory=163696 CPUtime=49.64 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 10151 0 0 0 4956 8 0 0 20 0 20 0 42684064 19521036288 427935 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0

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

/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 1857747 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=19063512 memory=7430988 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 2172 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 1857747 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=19063512 memory=7430988 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684090 19521036288 1857747 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 3184.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7430988 KiB

[startup+3222.3 s]
/proc/loadavg: 4.05 4.10 4.19 7/340 36735
/proc/meminfo: memFree=111089748/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=19063512 memory=7775052 CPUtime=3244.9 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 178365 0 0 0 324218 272 0 0 20 0 20 0 42684063 19521036288 1943763 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4765878 1943763 5482 1 0 2163158 0
[pid=36292/tid=36303] ppid=36283 vsize=19063512 memory=17536 CPUtime=3192.68 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 85135 0 0 0 319216 52 0 0 20 0 20 0 42684064 19521036288 1943763 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 1943763 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=19063512 memory=7430988 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 2293 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 1943763 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=19063512 memory=7775052 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684090 19521036288 1943763 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 3244.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7775052 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.11 4.18 6/339 36737
/proc/meminfo: memFree=110032800/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=19063512 memory=7951180 CPUtime=3304.96 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 180261 0 0 0 330219 277 0 0 20 0 20 0 42684063 19521036288 1987795 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4765878 1987795 5482 1 0 2163158 0
[pid=36292/tid=36303] ppid=36283 vsize=19063512 memory=7775052 CPUtime=3252.36 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 86854 0 0 0 325184 52 0 0 20 0 20 0 42684064 19521036288 1987795 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=19063512 memory=7775052 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 1987795 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=19063512 memory=7775052 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 2369 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 1987795 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684090 19521036288 1987795 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 3304.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7951180 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.18 6/339 36739
/proc/meminfo: memFree=109856172/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=19063512 memory=7951180 CPUtime=3364.83 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 182360 0 0 0 336205 278 0 0 20 0 20 0 42684063 19521036288 1987795 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4765878 1987795 5482 1 0 2163158 0
[pid=36292/tid=36303] ppid=36283 vsize=19063512 memory=2688 CPUtime=3312.21 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 88811 0 0 0 331169 52 0 0 20 0 20 0 42684064 19521036288 1987795 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=19063512 memory=7951180 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 1987795 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 2485 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 1987795 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=19063512 memory=7951180 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684090 19521036288 1987795 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 3364.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7951180 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.13 4.18 6/338 36741
/proc/meminfo: memFree=108966800/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=19063512 memory=8817728 CPUtime=3426.86 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 193119 0 0 0 342389 297 0 0 20 0 20 0 42684063 19521036288 2204432 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4765878 2204432 5482 1 0 2460594 0
[pid=36292/tid=36303] ppid=36283 vsize=19063512 memory=7951180 CPUtime=3371.59 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 92966 0 0 0 337098 61 0 0 20 0 20 0 42684064 19521036288 2204432 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 2204432 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=19063512 memory=8817728 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 2486 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 2204432 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=19063512 memory=8817728 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684090 19521036288 2204432 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 3426.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8817728 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.17 6/338 36743
/proc/meminfo: memFree=107468984/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=19063512 memory=8817728 CPUtime=3486.74 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 195270 0 0 0 348375 299 0 0 20 0 20 0 42684063 19521036288 2204432 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4765878 2204432 5482 1 0 2460594 0
[pid=36292/tid=36303] ppid=36283 vsize=19063512 memory=7951180 CPUtime=3431.44 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 95010 0 0 0 343083 61 0 0 20 0 20 0 42684064 19521036288 2204432 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=19063512 memory=8817728 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 2204432 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=19063512 memory=8817728 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 2526 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 2204432 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=19063512 memory=7523107499628123499 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684090 19521036288 2204432 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 3486.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8817728 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.12 4.17 6/339 36746
/proc/meminfo: memFree=107325520/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=19063512 memory=8883268 CPUtime=3546.95 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 198841 0 0 0 354393 302 0 0 20 0 20 0 42684063 19521036288 2220817 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4765878 2220817 5482 1 0 2460594 0
[pid=36292/tid=36303] ppid=36283 vsize=19063512 memory=8817728 CPUtime=3490.97 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 97147 0 0 0 349036 61 0 0 20 0 20 0 42684064 19521036288 2220817 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=19063512 memory=8817728 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 2220817 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=19063512 memory=8883268 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 2535 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 2220817 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684090 19521036288 2220817 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 3546.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8883268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.2 s]
/proc/loadavg: 4.16 4.13 4.18 6/339 36748
/proc/meminfo: memFree=107186536/131249996 swapFree=33010684/33010684
[pid=36292] ppid=36283 vsize=19063512 memory=8883268 CPUtime=3600.05 cores=4,6
/proc/36292/stat : 36292 (java) S 36283 36292 35566 0 -1 4194304 201733 0 0 0 359701 304 0 0 20 0 20 0 42684063 19521036288 2220817 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
/proc/36292/statm: 4765878 2220817 5482 1 0 2460594 0
[pid=36292/tid=36303] ppid=36283 vsize=19063512 memory=14848 CPUtime=3543.43 cores=4,6
/proc/36292/task/36303/stat : 36303 (java) R 36283 36292 35566 0 -1 4194368 98678 0 0 0 354281 62 0 0 20 0 20 0 42684064 19521036288 2220817 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36323] ppid=36283 vsize=19063512 memory=8883268 CPUtime=0 cores=4,6
/proc/36292/task/36323/stat : 36323 (Finalizer) S 36283 36292 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 2220817 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36347] ppid=36283 vsize=19063512 memory=8883268 CPUtime=0 cores=4,6
/proc/36292/task/36347/stat : 36347 (Common-Cleaner) S 36283 36292 35566 0 -1 4194368 2559 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 2220817 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
[pid=36292/tid=36372] ppid=36283 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/36292/task/36372/stat : 36372 (Timer-0) S 36283 36292 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684090 19521036288 2220817 18446744073709551615 94297447116800 94297447120496 140720610760432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94297447128312 94297447129104 94297475067904 140720610769281 140720610769382 140720610769382 140720610774984 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8883268 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.16 s, system=3.07558 s

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

[startup+3575.31 s]*
/proc/loadavg: 4.16 4.13 4.18 5/321 36751
/proc/meminfo: memFree=108243304/131249996 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): 3575.35
CPU time (s): 3600.23
CPU user time (s): 3597.16
CPU system time (s): 3.07558
CPU usage (%): 100.696
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8883268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.16
system time used= 3.07558
maximum resident set size= 8884292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111462
involuntary context switches= 7469


# summary of solver processes directly reported to runsolver:
#   pid: 36292
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.16
#   total CPU system time (s): 3.07558

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.45568 second user time and 16.7528 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-30 09:54:26
IDJOB=4497946
IDBENCH=148266
IDSOLVER=3363
FILE ID=nodeC015/4497946-1751270066
RUNJOBID= nodeC015-1751270066-36243
SLURM_JOB_ID= 9594182
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/DEC-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_1_40.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497946-1751270066/watcher-4497946-1751270066 -o /tmp/evaluation-result-4497946-1751270066/solver-4497946-1751270066 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751270066-36243 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4497946-1751270066.opb

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

MD5SUM BENCH= 031cc8ea2cc9b93552340efe35f2983e
RANDOM SEED=1298108600

nodeC015 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.179
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	: 7000.14
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		: 1919.558
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	: 7000.14
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.413
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	: 7000.14
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		: 3598.164
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	: 7000.14
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	: 7000.14
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		: 1847.893
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	: 7000.14
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		: 3590.851
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	: 7000.14
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		: 2242.097
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129769120 kB
MemAvailable:   129727264 kB
Buffers:            3280 kB
Cached:           765860 kB
SwapCached:            0 kB
Active:           336100 kB
Inactive:         509444 kB
Active(anon):      94500 kB
Inactive(anon):        0 kB
Active(file):     241600 kB
Inactive(file):   509444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2360 kB
Writeback:             0 kB
AnonPages:         79488 kB
Mapped:           102908 kB
Shmem:             18076 kB
KReclaimable:      92680 kB
Slab:             179604 kB
SReclaimable:      92680 kB
SUnreclaim:        86924 kB
KernelStack:        4116 kB
PageTables:         2600 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     341192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC015 at 2025-06-30 10:54:01