Trace number 4493236

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 3576.92

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
MD5SUM447851c4fd40c5c34c03bb94532f1e8d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.916974
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2750
Total number of constraints74305
Number of constraints which are clauses74305
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint50
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
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.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.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4493236-1751152910.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.71/0.47	c ... done. Wall clock time 0.339s.
0.71/0.47	c declared #vars     2750
0.71/0.47	c #constraints  74305
0.71/0.47	c constraints type 
0.71/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74250
0.71/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 55
0.71/0.47	c 74305 constraints processed.
3.39/2.17	c cleaning 2501 clauses out of 5001 with flag 33375/5001
5.55/4.05	c cleaning 4248 clauses out of 8499 with flag 75779/11000
8.25/6.71	c cleaning 5625 clauses out of 11254 with flag 128038/18003
12.11/10.51	c cleaning 6813 clauses out of 13626 with flag 182997/26000
15.97/14.39	c cleaning 7905 clauses out of 15815 with flag 248914/35002
20.16/18.54	c cleaning 8947 clauses out of 17908 with flag 328909/45000
25.99/24.20	c cleaning 9976 clauses out of 19963 with flag 415033/56002
31.89/30.08	c cleaning 10979 clauses out of 21986 with flag 507872/68001
35.34/33.39	c cleaning 11984 clauses out of 24007 with flag 615990/81001
40.87/38.75	c cleaning 12997 clauses out of 26023 with flag 745340/95001
47.34/45.12	c cleaning 14001 clauses out of 28027 with flag 869735/110002
58.38/56.01	c cleaning 14991 clauses out of 30026 with flag 978839/126002
66.06/63.61	c cleaning 15992 clauses out of 32033 with flag 1128235/143000
71.41/68.91	c cleaning 17010 clauses out of 34043 with flag 1245198/161002
81.17/78.31	c cleaning 18000 clauses out of 36031 with flag 1378638/180000
90.08/87.11	c cleaning 19009 clauses out of 38031 with flag 1518636/200000
99.79/96.78	c cleaning 19992 clauses out of 40022 with flag 1650086/221000
110.00/106.81	c cleaning 20994 clauses out of 42033 with flag 1814341/243003
120.28/117.12	c cleaning 21998 clauses out of 44036 with flag 1983171/266000
128.89/125.57	c cleaning 22998 clauses out of 46038 with flag 2174528/290000
136.62/132.85	c cleaning 24007 clauses out of 48041 with flag 2345004/315001
151.57/147.78	c cleaning 24998 clauses out of 50035 with flag 2553465/341002
161.47/157.47	c cleaning 26003 clauses out of 52036 with flag 2738834/368001
171.25/167.27	c cleaning 26996 clauses out of 54033 with flag 2929211/396001
187.39/183.28	c cleaning 27998 clauses out of 56039 with flag 3147253/425003
197.24/192.93	c cleaning 29011 clauses out of 58038 with flag 3371963/455000
212.17/207.77	c cleaning 29996 clauses out of 60027 with flag 3630296/486000
219.93/215.32	c cleaning 30992 clauses out of 62031 with flag 3848634/518000
240.04/234.98	c cleaning 32007 clauses out of 64039 with flag 4092966/551000
275.98/270.78	c cleaning 33009 clauses out of 66034 with flag 4388847/585002
290.34/284.90	c cleaning 33999 clauses out of 68023 with flag 4643963/620000
299.88/294.37	c cleaning 35001 clauses out of 70024 with flag 4871094/656000
314.03/308.32	c cleaning 36000 clauses out of 72026 with flag 5109123/693003
323.98/318.16	c cleaning 37012 clauses out of 74024 with flag 5354352/731001
334.92/328.95	c cleaning 37980 clauses out of 76012 with flag 5605774/770001
349.88/343.24	c cleaning 38988 clauses out of 78032 with flag 5875256/810001
379.51/372.80	c cleaning 39995 clauses out of 80043 with flag 6157198/851000
403.54/396.50	c cleaning 41019 clauses out of 82048 with flag 6440241/893000
431.37/424.21	c cleaning 42006 clauses out of 84030 with flag 6756768/936001
445.93/438.61	c cleaning 43003 clauses out of 86024 with flag 7030823/980001
466.48/459.03	c cleaning 43974 clauses out of 88020 with flag 7305300/1025000
493.94/486.35	c cleaning 45006 clauses out of 90048 with flag 7639888/1071002
510.34/502.40	c cleaning 46005 clauses out of 92040 with flag 7964957/1118000
524.93/516.95	c cleaning 46996 clauses out of 94035 with flag 8230925/1166000
547.87/539.04	c cleaning 47989 clauses out of 96039 with flag 8631546/1215000
567.94/558.95	c cleaning 49003 clauses out of 98050 with flag 8924434/1265000
582.88/573.71	c cleaning 50012 clauses out of 100047 with flag 9253859/1316000
605.03/595.71	c cleaning 50995 clauses out of 102035 with flag 9575179/1368000
620.48/611.09	c cleaning 52003 clauses out of 104041 with flag 9896569/1421001
640.50/630.97	c cleaning 52995 clauses out of 106037 with flag 10249059/1475000
660.53/650.66	c cleaning 54018 clauses out of 108042 with flag 10614566/1530000
682.36/672.34	c cleaning 54986 clauses out of 110026 with flag 10915502/1586002
698.44/688.30	c cleaning 56001 clauses out of 112039 with flag 11266233/1643001
719.47/709.32	c cleaning 57000 clauses out of 114037 with flag 11632781/1701000
741.37/730.93	c cleaning 58015 clauses out of 116037 with flag 11971602/1760000
766.20/755.60	c cleaning 58998 clauses out of 118022 with flag 12303681/1820000
788.02/777.37	c cleaning 59998 clauses out of 120024 with flag 12702103/1881000
811.85/800.26	c cleaning 60993 clauses out of 122027 with flag 13059268/1943001
833.80/822.03	c cleaning 62004 clauses out of 124034 with flag 13436937/2006001
856.92/845.10	c cleaning 62991 clauses out of 126029 with flag 13815999/2070000
884.39/872.40	c cleaning 64009 clauses out of 128038 with flag 14188444/2135000
909.99/897.91	c cleaning 65001 clauses out of 130029 with flag 14562088/2201000
938.85/926.51	c cleaning 66000 clauses out of 132028 with flag 14939378/2268000
964.35/951.97	c cleaning 66996 clauses out of 134029 with flag 15346704/2336001
992.51/980.06	c cleaning 68007 clauses out of 136032 with flag 15746232/2405000
1019.99/1007.22	c cleaning 68999 clauses out of 138025 with flag 16182249/2475000
1053.10/1040.23	c cleaning 69998 clauses out of 140026 with flag 16572900/2546000
1085.25/1072.39	c cleaning 71001 clauses out of 142028 with flag 16980873/2618000
1118.79/1105.81	c cleaning 72004 clauses out of 144030 with flag 17392946/2691003
1151.61/1138.37	c cleaning 73000 clauses out of 146025 with flag 17830607/2765002
1187.22/1173.87	c cleaning 74005 clauses out of 148025 with flag 18264415/2840002
1232.72/1219.08	c cleaning 74993 clauses out of 150021 with flag 18762374/2916003
1269.08/1255.10	c cleaning 75985 clauses out of 152026 with flag 19273037/2993001
1311.30/1297.11	c cleaning 77019 clauses out of 154041 with flag 19721440/3071001
1350.70/1335.70	c cleaning 77996 clauses out of 156024 with flag 20183694/3150003
1386.65/1371.37	c cleaning 79003 clauses out of 158027 with flag 20675087/3230002
1428.74/1413.20	c cleaning 80002 clauses out of 160025 with flag 21154937/3311003
1474.21/1458.59	c cleaning 80987 clauses out of 162022 with flag 21631821/3393002
1517.95/1502.17	c cleaning 82015 clauses out of 164033 with flag 22117083/3476000
1563.84/1547.91	c cleaning 83003 clauses out of 166019 with flag 22630797/3560001
1607.75/1591.77	c cleaning 84008 clauses out of 168015 with flag 23122463/3645000
1654.09/1637.73	c cleaning 84999 clauses out of 170007 with flag 23631459/3731000
1702.61/1686.14	c cleaning 85995 clauses out of 172012 with flag 24145323/3818004
1749.52/1732.98	c cleaning 86986 clauses out of 174013 with flag 24669403/3906000
1804.89/1788.28	c cleaning 88003 clauses out of 176027 with flag 25178885/3995000
1853.92/1836.96	c cleaning 89005 clauses out of 178024 with flag 25709208/4085000
1906.53/1889.44	c cleaning 90002 clauses out of 180019 with flag 26245291/4176000
1968.37/1951.20	c cleaning 90996 clauses out of 182017 with flag 26769508/4268000
2026.38/2008.93	c cleaning 91992 clauses out of 184021 with flag 27311337/4361000
2082.29/2064.79	c cleaning 93006 clauses out of 186029 with flag 27864237/4455000
2142.56/2124.60	c cleaning 93995 clauses out of 188023 with flag 28412849/4550000
2207.90/2189.80	c cleaning 95004 clauses out of 190028 with flag 28958028/4646000
2268.09/2249.99	c cleaning 96003 clauses out of 192025 with flag 29517906/4743001
2337.34/2318.80	c cleaning 96994 clauses out of 194021 with flag 30077128/4841000
2403.45/2384.89	c cleaning 98010 clauses out of 196027 with flag 30637105/4940000
2465.89/2446.37	c cleaning 98998 clauses out of 198018 with flag 31254127/5040001
2536.80/2516.59	c cleaning 99997 clauses out of 200020 with flag 31850683/5141001
2608.67/2588.14	c cleaning 100999 clauses out of 202024 with flag 32428589/5243002
2675.90/2655.11	c cleaning 101996 clauses out of 204024 with flag 33053569/5346001
2749.80/2728.84	c cleaning 103002 clauses out of 206029 with flag 33677611/5450002
2843.07/2821.90	c cleaning 104001 clauses out of 208026 with flag 34453198/5555001
2917.61/2896.26	c cleaning 104995 clauses out of 210025 with flag 35072787/5661001
2995.15/2973.65	c cleaning 106006 clauses out of 212029 with flag 35698167/5768000
3067.53/3045.99	c cleaning 107002 clauses out of 214024 with flag 36344412/5876001
3145.25/3123.20	c cleaning 108010 clauses out of 216021 with flag 36983175/5985000
3224.63/3202.40	c cleaning 108998 clauses out of 218011 with flag 37642992/6095000
3298.79/3276.49	c cleaning 110000 clauses out of 220014 with flag 38297746/6206001
3379.70/3357.26	c cleaning 111000 clauses out of 222013 with flag 38967207/6318000
3458.07/3435.52	c cleaning 111975 clauses out of 224013 with flag 39647390/6431000
3538.42/3515.42	c cleaning 113008 clauses out of 226040 with flag 40333866/6545002
3600.03/3576.81	c timeout
3600.03/3576.81	c starts		: 40204
3600.03/3576.82	c conflicts		: 6636428
3600.03/3576.82	c decisions		: 64535438
3600.03/3576.82	c propagations		: 278438512
3600.03/3576.82	c inspects		: 26859894518
3600.03/3576.82	c shortcuts		: 0
3600.03/3576.82	c learnt literals	: 0
3600.03/3576.82	c learnt binary clauses	: 0
3600.03/3576.82	c learnt ternary clauses	: 0
3600.03/3576.82	c learnt constraints	: 6636428
3600.03/3576.82	c ignored constraints	: 0
3600.03/3576.82	c root simplifications	: 0
3600.03/3576.82	c removed literals (reason simplification)	: 38121368
3600.03/3576.82	c reason swapping (by a shorter reason)	: 0
3600.03/3576.82	c Calls to reduceDB	: 110
3600.03/3576.82	c Number of update (reduction) of LBD	: 3305095
3600.03/3576.82	c Imported unit clauses	: 0
3600.03/3576.82	c No decision after first conflict	: false
3600.03/3576.82	c number of reductions to clauses (during analyze)	: 0
3600.03/3576.82	c number of learned constraints concerned by reduction	: 0
3600.03/3576.82	c number of learning phase by resolution	: 0
3600.03/3576.82	c number of learning phase by cutting planes	: 0
3600.03/3576.82	c number of rounding to 1 operations	: 0
3600.03/3576.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3576.82	c number of reductions of the coefficients by power 2 	: 0
3600.03/3576.82	c number of right shift for reduction by power 2 	: 0
3600.03/3576.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3576.82	c number of ending skipping 	: 0
3600.03/3576.82	c number of internal skipping 	: 0
3600.03/3576.82	c number of derivation steps 	: 0
3600.03/3576.82	c number of skipped derivation steps 	: 0
3600.03/3576.82	c number of remaining unassigned 	: 0
3600.03/3576.82	c number of remaining assigned 	: 0
3600.03/3576.82	c number of falsified literals weakened from reason	: 0
3600.03/3576.82	c number of falsified literals weakened from conflict	: 0
3600.03/3576.82	c time for arithmetic operations	: 0
3600.03/3576.83	c minimum degree of deleted constraints	: null
3600.03/3576.83	c maximum degree of deleted constraints	: null
3600.03/3576.83	c number of deleted constraints	: 0
3600.03/3576.83	c speed (assignments/second)	: 77855.43317452165
3600.03/3576.83	c non guided choices	: 507875
3600.03/3576.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 204458
3600.03/3576.89	s UNKNOWN
3600.03/3576.89	c Total wall clock time (in seconds): 3576.763

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 (62473 MiB free)
  memory of node 1: 64507 MiB (63563 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493236-1751152910/watcher-4493236-1751152910 -o /tmp/evaluation-result-4493236-1751152910/solver-4493236-1751152910 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14502 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4493236-1751152910.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
solver pid=16001, runsolver pid=15998
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.38 4.24 4.14 6/337 16019
/proc/meminfo: memFree=129036324/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=18930384 memory=57872 CPUtime=0.13 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 6588 0 0 0 11 2 0 0 20 0 18 0 30970878 19384713216 14468 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4732596 14468 5334 1 0 547631 0
[pid=16001/tid=16003] ppid=15998 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 5085 0 0 0 7 1 0 0 20 0 18 0 30970879 19384713216 14468 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30970881 19384713216 14468 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=18930384 memory=61784027586760 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30970881 19384713216 14468 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57872 KiB

[startup+0.205665 s]*
/proc/loadavg: 4.38 4.24 4.14 8/337 16019
/proc/meminfo: memFree=129026116/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=18930384 memory=72148 CPUtime=0.33 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 7016 0 0 0 31 2 0 0 20 0 18 0 30970878 19384713216 18037 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4732596 18037 5430 1 0 547915 0
[pid=16001/tid=16003] ppid=15998 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 5267 0 0 0 17 1 0 0 20 0 18 0 30970879 19384713216 18037 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30970881 19384713216 18037 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30970881 19384713216 18037 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72148 KiB

[startup+0.305717 s]*
/proc/loadavg: 4.38 4.24 4.14 6/337 16019
/proc/meminfo: memFree=128989316/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=18930384 memory=108920 CPUtime=0.52 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 8482 0 0 0 49 3 0 0 20 0 18 0 30970878 19384713216 27230 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4732596 27230 5430 1 0 548886 0
[pid=16001/tid=16003] ppid=15998 vsize=18930384 memory=-6000919472639141742 CPUtime=0.28 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 5284 0 0 0 26 2 0 0 20 0 18 0 30970879 19384713216 27230 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30970881 19384713216 27230 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30970881 19384713216 27230 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 108920 KiB

[startup+0.700243 s]
/proc/loadavg: 4.38 4.24 4.14 6/339 16021
/proc/meminfo: memFree=128926176/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=174956 CPUtime=1.28 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 14468 0 0 0 123 5 0 0 20 0 20 0 30970878 19521036288 43739 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 43739 5462 1 0 553528 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=17536 CPUtime=0.64 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 5343 0 0 0 61 3 0 0 20 0 20 0 30970879 19521036288 43739 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 43739 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 43739 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 43739 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174956 KiB

[startup+1.50023 s]
/proc/loadavg: 4.38 4.24 4.14 6/339 16021
/proc/meminfo: memFree=128716276/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=177260 CPUtime=2.78 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 18283 0 0 0 272 6 0 0 20 0 20 0 30970878 19521036288 44315 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 44315 5462 1 0 553848 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=0 CPUtime=1.43 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 5463 0 0 0 140 3 0 0 20 0 20 0 30970879 19521036288 44315 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 44315 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 44315 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 44315 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177260 KiB

[startup+3.10559 s]
/proc/loadavg: 4.38 4.24 4.14 7/339 16021
/proc/meminfo: memFree=128597680/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=202404 CPUtime=4.55 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 21881 0 0 0 448 7 0 0 20 0 20 0 30970878 19521036288 50601 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 50601 5462 1 0 553891 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=10880 CPUtime=3 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 6778 0 0 0 297 3 0 0 20 0 20 0 30970879 19521036288 50601 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=-6000919472639141742 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 50601 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 50601 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 50601 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 4.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 202404 KiB

[startup+6.30021 s]
/proc/loadavg: 4.35 4.23 4.14 5/340 16022
/proc/meminfo: memFree=128548808/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=197524 CPUtime=7.85 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 22048 0 0 0 778 7 0 0 20 0 20 0 30970878 19521036288 49381 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 49381 5462 1 0 553898 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=0 CPUtime=6.18 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 6807 0 0 0 615 3 0 0 20 0 20 0 30970879 19521036288 49381 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 49381 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 49381 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=177260 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 49381 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 7.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 197524 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.23 4.14 5/340 16022
/proc/meminfo: memFree=128254232/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=265260 CPUtime=14.31 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 23985 0 0 0 1422 9 0 0 20 0 20 0 30970878 19521036288 66315 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 66315 5462 1 0 553914 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=177260 CPUtime=12.5 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 7473 0 0 0 1247 3 0 0 20 0 20 0 30970879 19521036288 66315 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 66315 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=265260 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 66315 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 66315 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 14.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 265260 KiB

[startup+25.5003 s]
/proc/loadavg: 4.25 4.22 4.13 5/340 16022
/proc/meminfo: memFree=127512352/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=494740 CPUtime=27.36 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 29781 0 0 0 2721 15 0 0 20 0 20 0 30970878 19521036288 123685 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 123685 5462 1 0 553914 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=-6000919472639141742 CPUtime=25.07 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 8674 0 0 0 2504 3 0 0 20 0 20 0 30970879 19521036288 123685 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 123685 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 123685 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 123685 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 27.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 494740 KiB

[startup+51.1057 s]
/proc/loadavg: 4.23 4.21 4.13 5/341 16024
/proc/meminfo: memFree=126271520/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=798948 CPUtime=53.4 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 31195 0 0 0 5318 22 0 0 20 0 20 0 30970878 19521036288 199737 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 199737 5494 1 0 553914 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=798948 CPUtime=50.34 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 8751 0 0 0 5031 3 0 0 20 0 20 0 30970879 19521036288 199737 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=637108 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 199737 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0

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

/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2379853 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=9519412 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 1404 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2379853 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=9519412 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 2379853 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 3184.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9519412 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/340 16185
/proc/meminfo: memFree=94207956/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=9519412 CPUtime=3244.48 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 213803 0 0 0 324143 305 0 0 20 0 20 0 30970878 19521036288 2379853 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 2379853 5494 1 0 3220862 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=9519412 CPUtime=3191.08 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 114595 0 0 0 319048 60 0 0 20 0 20 0 30970879 19521036288 2379853 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=9519412 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2379853 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=9519412 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 1437 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2379853 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 2379853 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 3244.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9519412 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/340 16187
/proc/meminfo: memFree=93805672/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=9519412 CPUtime=3304.68 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 217654 0 0 0 330161 307 0 0 20 0 20 0 30970878 19521036288 2379853 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 2379853 5494 1 0 3220862 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=9519412 CPUtime=3250.6 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 117138 0 0 0 325000 60 0 0 20 0 20 0 30970879 19521036288 2379853 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=9519412 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2379853 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=9519412 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 1468 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2379853 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=2892 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 2379853 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 3304.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9519412 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/340 16193
/proc/meminfo: memFree=92871308/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=9523600 CPUtime=3364.82 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 220979 0 0 0 336172 310 0 0 20 0 20 0 30970878 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 2380900 5494 1 0 3220862 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=17536 CPUtime=3310.18 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 120194 0 0 0 330957 61 0 0 20 0 20 0 30970879 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=9523600 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 1470 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=9523600 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 3364.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9523600 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/340 16195
/proc/meminfo: memFree=91994372/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=9523600 CPUtime=3424.94 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 224551 0 0 0 342182 312 0 0 20 0 20 0 30970878 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 2380900 5494 1 0 3220862 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=9523600 CPUtime=3369.78 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 122632 0 0 0 336917 61 0 0 20 0 20 0 30970879 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 1505 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 3424.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9523600 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/339 16199
/proc/meminfo: memFree=91789716/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=9523600 CPUtime=3485.01 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 228882 0 0 0 348187 314 0 0 20 0 20 0 30970878 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 2380900 5494 1 0 3220862 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=17536 CPUtime=3429.42 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 125832 0 0 0 342881 61 0 0 20 0 20 0 30970879 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=9523600 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 1505 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 2380900 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 3485.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9523600 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/339 16201
/proc/meminfo: memFree=91420716/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=9527828 CPUtime=3545.3 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 232542 0 0 0 354214 316 0 0 20 0 20 0 30970878 19521036288 2381957 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 2381957 5494 1 0 3220862 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=9523600 CPUtime=3488.84 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 128317 0 0 0 348823 61 0 0 20 0 20 0 30970879 19521036288 2381957 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=7523088820747004265 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2381957 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 1510 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2381957 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 2381957 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 3545.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9527828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.8 s]
/proc/loadavg: 3.39 3.94 4.03 3/290 16271
/proc/meminfo: memFree=111686056/131250000 swapFree=33010684/33010684
[pid=16001] ppid=15998 vsize=19063512 memory=9531928 CPUtime=3600.03 cores=1,3
/proc/16001/stat : 16001 (java) S 15998 16001 14490 0 -1 4194304 236729 0 0 0 359685 318 0 0 20 0 20 0 30970878 19521036288 2382982 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
/proc/16001/statm: 4765878 2382982 5494 1 0 3220862 0
[pid=16001/tid=16003] ppid=15998 vsize=19063512 memory=14720 CPUtime=3542.81 cores=1,3
/proc/16001/task/16003/stat : 16003 (java) R 15998 16001 14490 0 -1 4194368 131168 0 0 0 354220 61 0 0 20 0 20 0 30970879 19521036288 2382982 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16012] ppid=15998 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/16001/task/16012/stat : 16012 (Finalizer) S 15998 16001 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2382982 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16019] ppid=15998 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/16001/task/16019/stat : 16019 (Common-Cleaner) S 15998 16001 14490 0 -1 4194368 1518 0 0 0 0 0 0 0 20 0 20 0 30970881 19521036288 2382982 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
[pid=16001/tid=16021] ppid=15998 vsize=19063512 memory=-6000919472639141742 CPUtime=0 cores=1,3
/proc/16001/task/16021/stat : 16021 (Timer-0) S 15998 16001 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30970925 19521036288 2382982 18446744073709551615 94691138445312 94691138449008 140724694852624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94691138456824 94691138457616 94691165810688 140724694854017 140724694854118 140724694854118 140724694859720 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9531928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.98 s, system=3.21661 s

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

[startup+3576.9 s]*
/proc/loadavg: 3.39 3.94 4.03 6/272 16274
/proc/meminfo: memFree=115177144/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): 3576.92
CPU time (s): 3600.2
CPU user time (s): 3596.98
CPU system time (s): 3.21661
CPU usage (%): 100.651
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 9531928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.98
system time used= 3.21661
maximum resident set size= 9532824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239011
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111308
involuntary context switches= 4468


# summary of solver processes directly reported to runsolver:
#   pid: 16001
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3596.98
#   total CPU system time (s): 3.21661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.49742 second user time and 17.1938 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 01:21:50
IDJOB=4493236
IDBENCH=147856
IDSOLVER=3363
FILE ID=nodeC027/4493236-1751152910
RUNJOBID= nodeC027-1751145706-14502
SLURM_JOB_ID= 9587449
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493236-1751152910/watcher-4493236-1751152910 -o /tmp/evaluation-result-4493236-1751152910/solver-4493236-1751152910 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14502 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493236-1751152910.opb

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

MD5SUM BENCH= 447851c4fd40c5c34c03bb94532f1e8d
RANDOM SEED=2081635126

nodeC027 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.633
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.29
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.639
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.29
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		: 3485.580
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.29
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		: 3464.528
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.29
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.643
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129062320 kB
MemAvailable:   128676508 kB
Buffers:            3280 kB
Cached:           392912 kB
SwapCached:            0 kB
Active:          1467964 kB
Inactive:         151544 kB
Active(anon):    1241388 kB
Inactive(anon):        0 kB
Active(file):     226576 kB
Inactive(file):   151544 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3544 kB
Writeback:             0 kB
AnonPages:       1226540 kB
Mapped:           122564 kB
Shmem:             18068 kB
KReclaimable:      85212 kB
Slab:             167820 kB
SReclaimable:      85212 kB
SUnreclaim:        82608 kB
KernelStack:        5216 kB
PageTables:         6068 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9216184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1050624 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC027 at 2025-06-29 02:21:27