Trace number 4452244

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 Default 2024-07-07? (TO) 3600.28 3330.25

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-tanglegram6.0.u.opb
MD5SUMb4833b4bfdaca602656a4e797e1582c4
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 benchmark31.0437
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9182
Total number of constraints17713
Number of constraints which are clauses17712
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint8856
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 1223
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 10079
Number of bits of the biggest sum of numbers14
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4452244-1721444939.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
0.53/0.31	c ... done. Wall clock time 0.191s.
0.53/0.32	c declared #vars     9182
0.53/0.32	c #constraints  17713
0.53/0.32	c constraints type 
0.53/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.53/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17712
0.53/0.33	c 17713 constraints processed.
3.36/2.41	c cleaning 2501 clauses out of 5002 with flag 10235/5002
5.23/4.01	c cleaning 4250 clauses out of 8499 with flag 22242/11000
7.17/5.81	c cleaning 5625 clauses out of 11250 with flag 36265/18001
9.20/7.71	c cleaning 6812 clauses out of 13624 with flag 52275/26000
11.60/9.84	c cleaning 7907 clauses out of 15813 with flag 70322/35001
13.91/12.06	c cleaning 8951 clauses out of 17905 with flag 90350/45000
17.37/15.12	c cleaning 9977 clauses out of 19954 with flag 112457/56000
20.08/17.69	c cleaning 10987 clauses out of 21977 with flag 136685/68000
24.16/21.25	c cleaning 11995 clauses out of 23991 with flag 163437/81001
28.25/24.73	c cleaning 12997 clauses out of 25996 with flag 191704/95001
32.05/28.30	c cleaning 13999 clauses out of 27999 with flag 222319/110001
35.65/31.78	c cleaning 15000 clauses out of 29999 with flag 255924/126000
40.12/35.78	c cleaning 15984 clauses out of 31999 with flag 291000/143000
45.52/39.97	c cleaning 17006 clauses out of 34015 with flag 327251/161000
50.97/45.00	c cleaning 18000 clauses out of 36009 with flag 365705/180000
58.06/51.75	c cleaning 18999 clauses out of 38009 with flag 405930/200000
65.08/58.57	c cleaning 20009 clauses out of 40019 with flag 448191/221009
72.82/65.87	c cleaning 20996 clauses out of 42001 with flag 492422/243000
80.53/73.17	c cleaning 22002 clauses out of 44005 with flag 538689/266000
90.27/80.91	c cleaning 22994 clauses out of 46003 with flag 587004/290000
99.24/89.50	c cleaning 23994 clauses out of 48010 with flag 637320/315001
108.58/98.49	c cleaning 25006 clauses out of 50015 with flag 689617/341000
118.86/108.21	c cleaning 25997 clauses out of 52009 with flag 744057/368000
130.07/118.72	c cleaning 27006 clauses out of 54018 with flag 800437/396006
143.42/130.06	c cleaning 28001 clauses out of 56006 with flag 858785/425000
155.96/142.18	c cleaning 29002 clauses out of 58005 with flag 919193/455000
168.76/154.36	c cleaning 30000 clauses out of 60003 with flag 981687/486000
183.35/168.17	c cleaning 30988 clauses out of 62003 with flag 1046384/518000
198.16/182.56	c cleaning 32004 clauses out of 64015 with flag 1112983/551000
213.32/197.07	c cleaning 33005 clauses out of 66011 with flag 1181654/585000
229.24/212.38	c cleaning 33993 clauses out of 68006 with flag 1252454/620000
246.85/227.30	c cleaning 35002 clauses out of 70014 with flag 1325164/656001
262.88/242.76	c cleaning 36002 clauses out of 72012 with flag 1399882/693001
280.79/259.93	c cleaning 37001 clauses out of 74012 with flag 1476872/731003
298.99/277.46	c cleaning 38004 clauses out of 76010 with flag 1555904/770002
316.38/294.23	c cleaning 38998 clauses out of 78004 with flag 1636558/810000
334.97/312.02	c cleaning 39999 clauses out of 80006 with flag 1719617/851000
358.54/332.67	c cleaning 41000 clauses out of 82009 with flag 1804859/893002
377.67/350.97	c cleaning 42004 clauses out of 84007 with flag 1892006/936000
401.56/373.97	c cleaning 42997 clauses out of 86003 with flag 1981345/980000
421.82/393.38	c cleaning 44002 clauses out of 88006 with flag 2072324/1025000
443.11/413.90	c cleaning 44999 clauses out of 90006 with flag 2165287/1071002
465.51/435.62	c cleaning 46000 clauses out of 92005 with flag 2260718/1118000
491.57/458.51	c cleaning 47000 clauses out of 94005 with flag 2358020/1166000
507.94/473.84	c cleaning 48000 clauses out of 96009 with flag 2460114/1215004
526.26/491.12	c cleaning 48980 clauses out of 98005 with flag 2563262/1265000
539.36/503.56	c cleaning 50014 clauses out of 100027 with flag 2672309/1316002
555.96/519.00	c cleaning 51000 clauses out of 102011 with flag 2776930/1368000
572.81/535.03	c cleaning 52002 clauses out of 104012 with flag 2884458/1421001
591.60/549.81	c cleaning 53000 clauses out of 106009 with flag 2995720/1475000
614.00/570.52	c cleaning 54001 clauses out of 108009 with flag 3107500/1530000
634.24/589.83	c cleaning 55007 clauses out of 110015 with flag 3221649/1586007
651.95/606.31	c cleaning 55997 clauses out of 112001 with flag 3338125/1643000
669.72/623.20	c cleaning 56999 clauses out of 114004 with flag 3455273/1701000
686.19/638.65	c cleaning 57998 clauses out of 116005 with flag 3579671/1760000
704.18/655.49	c cleaning 58997 clauses out of 118007 with flag 3704509/1820000
730.74/679.26	c cleaning 59997 clauses out of 120011 with flag 3830220/1881001
764.12/708.22	c cleaning 61006 clauses out of 122014 with flag 3957877/1943001
785.10/728.43	c cleaning 62003 clauses out of 124008 with flag 4087198/2006001
805.91/747.79	c cleaning 62997 clauses out of 126004 with flag 4216864/2070000
829.46/770.31	c cleaning 64005 clauses out of 128011 with flag 4347783/2135004
854.56/794.24	c cleaning 64991 clauses out of 130002 with flag 4480836/2201000
880.10/818.99	c cleaning 66003 clauses out of 132011 with flag 4616128/2268000
917.63/851.80	c cleaning 67004 clauses out of 134009 with flag 4753634/2336001
950.95/883.81	c cleaning 67998 clauses out of 136004 with flag 4893477/2405000
989.16/920.59	c cleaning 69001 clauses out of 138006 with flag 5034747/2475000
1029.88/960.36	c cleaning 70002 clauses out of 140006 with flag 5178499/2546001
1068.74/997.98	c cleaning 70998 clauses out of 142006 with flag 5324463/2618003
1109.38/1037.47	c cleaning 72000 clauses out of 144005 with flag 5472212/2691000
1150.93/1073.73	c cleaning 73001 clauses out of 146005 with flag 5622422/2765000
1192.28/1113.61	c cleaning 73997 clauses out of 148004 with flag 5774526/2840000
1232.35/1152.17	c cleaning 74999 clauses out of 150007 with flag 5928499/2916000
1273.35/1191.72	c cleaning 76000 clauses out of 152008 with flag 6084841/2993000
1315.68/1232.61	c cleaning 77001 clauses out of 154008 with flag 6243398/3071000
1352.96/1264.19	c cleaning 77999 clauses out of 156008 with flag 6406996/3150001
1383.29/1293.04	c cleaning 79001 clauses out of 158008 with flag 6575167/3230000
1411.10/1319.49	c cleaning 80006 clauses out of 160015 with flag 6740168/3311008
1438.33/1345.17	c cleaning 80990 clauses out of 162001 with flag 6907955/3393000
1475.36/1381.00	c cleaning 82002 clauses out of 164013 with flag 7075913/3476002
1521.23/1420.42	c cleaning 82989 clauses out of 166009 with flag 7246112/3560000
1563.54/1461.49	c cleaning 84006 clauses out of 168020 with flag 7417294/3645000
1606.01/1502.39	c cleaning 85005 clauses out of 170014 with flag 7590853/3731000
1646.26/1540.99	c cleaning 85998 clauses out of 172009 with flag 7766682/3818000
1691.65/1578.99	c cleaning 87001 clauses out of 174012 with flag 7944365/3906001
1730.14/1616.12	c cleaning 88000 clauses out of 176011 with flag 8124116/3995001
1772.75/1656.89	c cleaning 88999 clauses out of 178011 with flag 8305776/4085001
1816.69/1699.44	c cleaning 90002 clauses out of 180011 with flag 8489951/4176000
1881.06/1754.45	c cleaning 91004 clauses out of 182014 with flag 8675550/4268005
1925.30/1796.73	c cleaning 91999 clauses out of 184005 with flag 8863588/4361000
1969.14/1839.30	c cleaning 92999 clauses out of 186007 with flag 9054134/4455001
2019.45/1887.90	c cleaning 94003 clauses out of 188010 with flag 9246665/4550003
2080.66/1942.11	c cleaning 95002 clauses out of 190004 with flag 9440165/4646000
2112.90/1973.02	c cleaning 95992 clauses out of 192002 with flag 9639028/4743000
2147.69/2005.83	c cleaning 97002 clauses out of 194011 with flag 9840486/4841001
2193.13/2043.07	c cleaning 98000 clauses out of 196008 with flag 10044101/4940000
2231.27/2077.41	c cleaning 98997 clauses out of 198009 with flag 10248912/5040001
2287.80/2131.93	c cleaning 100004 clauses out of 200013 with flag 10452820/5141002
2355.52/2190.08	c cleaning 100995 clauses out of 202007 with flag 10659237/5243000
2399.14/2231.93	c cleaning 101997 clauses out of 204012 with flag 10869479/5346000
2455.39/2285.90	c cleaning 103002 clauses out of 206016 with flag 11081769/5450001
2518.32/2339.15	c cleaning 104001 clauses out of 208017 with flag 11296120/5555004
2572.17/2391.10	c cleaning 105002 clauses out of 210013 with flag 11513091/5661001
2628.26/2445.05	c cleaning 106001 clauses out of 212010 with flag 11732244/5768000
2694.27/2501.82	c cleaning 107002 clauses out of 214012 with flag 11952990/5876003
2746.85/2552.26	c cleaning 107999 clauses out of 216008 with flag 12174826/5985001
2798.81/2602.22	c cleaning 108987 clauses out of 218010 with flag 12401139/6095002
2860.15/2656.02	c cleaning 109994 clauses out of 220021 with flag 12637212/6206000
2915.61/2709.78	c cleaning 111007 clauses out of 222030 with flag 12873417/6318003
2968.15/2760.04	c cleaning 112010 clauses out of 224022 with flag 13111770/6431002
3026.21/2809.38	c cleaning 112999 clauses out of 226011 with flag 13350446/6545001
3091.82/2873.03	c cleaning 114001 clauses out of 228015 with flag 13715284/6660004
3137.72/2916.85	c cleaning 114999 clauses out of 230010 with flag 14014526/6776000
3191.93/2962.85	c cleaning 115996 clauses out of 232011 with flag 14302238/6893000
3242.43/3011.55	c cleaning 117003 clauses out of 234015 with flag 14610543/7011000
3296.52/3055.21	c cleaning 117994 clauses out of 236012 with flag 14882011/7130000
3346.60/3100.81	c cleaning 119004 clauses out of 238018 with flag 15130595/7250000
3395.86/3148.27	c cleaning 119998 clauses out of 240014 with flag 15380892/7371000
3464.72/3208.75	c cleaning 121002 clauses out of 242016 with flag 15637131/7493000
3527.52/3269.28	c cleaning 122003 clauses out of 244014 with flag 15904144/7616000
3600.09/3330.12	c starts		: 1332
3600.09/3330.12	c timeout
3600.09/3330.13	c conflicts		: 7729015
3600.09/3330.13	c decisions		: 18758167
3600.09/3330.13	c propagations		: 6361150165
3600.09/3330.13	c inspects		: 14149043306
3600.09/3330.13	c shortcuts		: 0
3600.09/3330.13	c learnt literals	: 0
3600.09/3330.13	c learnt binary clauses	: 35
3600.09/3330.13	c learnt ternary clauses	: 73
3600.09/3330.13	c learnt constraints	: 7729015
3600.09/3330.13	c ignored constraints	: 0
3600.09/3330.13	c root simplifications	: 0
3600.09/3330.13	c removed literals (reason simplification)	: 0
3600.09/3330.13	c reason swapping (by a shorter reason)	: 0
3600.09/3330.13	c Calls to reduceDB	: 119
3600.09/3330.13	c Number of update (reduction) of LBD	: 62233
3600.09/3330.13	c Imported unit clauses	: 0
3600.09/3330.13	c No decision after first conflict	: false
3600.09/3330.13	c number of reductions to clauses (during analyze)	: 0
3600.09/3330.13	c number of learned constraints concerned by reduction	: 0
3600.09/3330.13	c number of learning phase by resolution	: 0
3600.09/3330.13	c number of learning phase by cutting planes	: 0
3600.09/3330.13	c number of rounding to 1 operations	: 0
3600.09/3330.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3330.13	c number of reductions of the coefficients by power 2 	: 0
3600.09/3330.13	c number of right shift for reduction by power 2 	: 0
3600.09/3330.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3330.13	c number of ending skipping 	: 0
3600.09/3330.13	c number of internal skipping 	: 0
3600.09/3330.13	c number of derivation steps 	: 0
3600.09/3330.13	c number of skipped derivation steps 	: 0
3600.09/3330.13	c number of remaining unassigned 	: 0
3600.09/3330.13	c number of remaining assigned 	: 0
3600.09/3330.13	c number of falsified literals weakened from reason	: 0
3600.09/3330.13	c number of falsified literals weakened from conflict	: 0
3600.09/3330.13	c time for arithmetic operations	: 0
3600.09/3330.13	c minimum degree of deleted constraints	: null
3600.09/3330.13	c maximum degree of deleted constraints	: null
3600.09/3330.13	c number of deleted constraints	: 0
3600.09/3330.13	c speed (assignments/second)	: 1910367.7468703864
3600.09/3330.13	c non guided choices	: 334
3600.09/3330.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 234991
3600.09/3330.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 35
3600.09/3330.19	s UNKNOWN
3600.09/3330.19	c Total wall clock time (in seconds): 3330.077

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: 63931 MiB (61475 MiB free)
  memory of node 1: 64510 MiB (61392 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452244-1721444939/watcher-4452244-1721444939 -o /tmp/evaluation-result-4452244-1721444939/solver-4452244-1721444939 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721444951-1015388 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4452244-1721444939.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1015431, runsolver pid=1015424
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 1.10 1.49 2.49 9/323 1015519
/proc/meminfo: memFree=125662152/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=18975048 memory=64764 CPUtime=0.14 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 7640 0 0 0 12 2 0 0 20 0 18 0 196654492 19430449152 16191 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4743762 16191 5672 1 0 549341 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 6214 0 0 0 7 1 0 0 20 0 18 0 196654493 19430449152 16191 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 196654494 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=18975048 memory=14994 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196654495 19430449152 16191 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 196654496 19430449152 16191 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64764 KiB

[startup+0.209545 s]*
/proc/loadavg: 1.10 1.49 2.49 11/324 1015520
/proc/meminfo: memFree=125609924/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=18975048 memory=80904 CPUtime=0.34 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 9577 0 0 0 32 2 0 0 20 0 18 0 196654492 19430449152 20226 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4743762 20226 5827 1 0 550662 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=18975048 memory=6876556183782621315 CPUtime=0.17 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 6363 0 0 0 16 1 0 0 20 0 18 0 196654493 19430449152 20226 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 196654494 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=18975048 memory=14994 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196654495 19430449152 20226 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 196654496 19430449152 20226 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80904 KiB

[startup+0.304929 s]*
/proc/loadavg: 1.10 1.49 2.49 13/324 1015520
/proc/meminfo: memFree=125496552/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=18975048 memory=114728 CPUtime=0.53 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 9907 0 0 0 50 3 0 0 20 0 18 0 196654492 19430449152 28682 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4743762 28682 5827 1 0 550840 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=18975048 memory=-7452715740904252259 CPUtime=0.25 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 6381 0 0 0 23 2 0 0 20 0 18 0 196654493 19430449152 28682 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 196654494 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196654495 19430449152 28682 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 196654496 19430449152 28682 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 114728 KiB

[startup+0.707932 s]
/proc/loadavg: 1.10 1.49 2.49 13/327 1015523
/proc/meminfo: memFree=125368852/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19041612 memory=127036 CPUtime=1.28 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 11786 0 0 0 125 3 0 0 20 0 19 0 196654492 19498610688 31759 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4760403 31759 5859 1 0 552480 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19041612 memory=2636 CPUtime=0.61 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 6423 0 0 0 59 2 0 0 20 0 19 0 196654493 19498610688 31759 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 196654494 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19041612 memory=13012 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196654495 19498610688 31759 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19041612 memory=26268 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 196654496 19498610688 31759 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19041612 memory=39384 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 196654526 19498610688 31759 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 127036 KiB

[startup+1.50026 s]
/proc/loadavg: 1.10 1.49 2.49 8/328 1015526
/proc/meminfo: memFree=125015168/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19108176 memory=222224 CPUtime=2.38 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 12889 0 0 0 233 5 0 0 20 0 20 0 196654492 19566772224 55556 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4777044 55556 5875 1 0 552771 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19108176 memory=13012 CPUtime=1.36 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 6574 0 0 0 133 3 0 0 20 0 20 0 196654493 19566772224 55556 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 196654494 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 55556 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19108176 memory=26268 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 196654496 19566772224 55556 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19108176 memory=39384 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654526 19566772224 55556 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 222224 KiB

[startup+3.10613 s]
/proc/loadavg: 1.10 1.49 2.49 7/331 1015529
/proc/meminfo: memFree=123695064/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19108176 memory=289104 CPUtime=4.24 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 18582 0 0 0 417 7 0 0 20 0 20 0 196654492 19566772224 72276 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4777044 72276 5891 1 0 552985 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19108176 memory=100 CPUtime=2.9 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 7958 0 0 0 287 3 0 0 20 0 20 0 196654493 19566772224 72276 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 196654494 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 72276 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 196654496 19566772224 72276 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654526 19566772224 72276 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 4.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 289104 KiB

[startup+6.30027 s]
/proc/loadavg: 1.41 1.54 2.50 6/331 1015529
/proc/meminfo: memFree=121189348/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19108176 memory=661460 CPUtime=7.68 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 19436 0 0 0 754 14 0 0 20 0 20 0 196654492 19566772224 165365 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4777044 165365 5891 1 0 887189 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19108176 memory=0 CPUtime=5.82 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 8156 0 0 0 577 5 0 0 20 0 20 0 196654493 19566772224 165365 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 196654494 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 165365 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 196654496 19566772224 165365 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654526 19566772224 165365 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 7.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 661460 KiB

[startup+12.7003 s]
/proc/loadavg: 1.62 1.59 2.51 6/331 1015530
/proc/meminfo: memFree=116542876/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19108176 memory=1728404 CPUtime=14.75 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 25670 0 0 0 1441 34 0 0 20 0 20 0 196654492 19566772224 432101 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4777044 432101 5907 1 0 1403157 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19108176 memory=850360 CPUtime=11.52 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 9304 0 0 0 1143 9 0 0 20 0 20 0 196654493 19566772224 432101 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 196654494 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19108176 memory=1188736 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 432101 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 196654496 19566772224 432101 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654526 19566772224 432101 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 14.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1728404 KiB

[startup+25.5007 s]
/proc/loadavg: 2.31 1.74 2.55 6/331 1015532
/proc/meminfo: memFree=106495064/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19108176 memory=3173108 CPUtime=29.05 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 37481 0 0 0 2839 66 0 0 20 0 20 0 196654492 19566772224 793277 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4777044 793277 5907 1 0 1681280 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19108176 memory=2938820 CPUtime=23.18 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 10716 0 0 0 2303 15 0 0 20 0 20 0 196654493 19566772224 793277 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 196654494 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19108176 memory=2215924 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 793277 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 196654496 19566772224 793277 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19108176 memory=2534 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654526 19566772224 793277 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 29.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3173108 KiB

[startup+51.1061 s]
/proc/loadavg: 3.34 2.03 2.62 7/331 1015538
/proc/meminfo: memFree=93882372/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19108176 memory=5406228 CPUtime=57.47 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 60919 0 0 0 5635 112 0 0 20 0 20 0 196654492 19566772224 1351557 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4777044 1351557 5907 1 0 1975387 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19108176 memory=0 CPUtime=46.57 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 13417 0 0 0 4630 27 0 0 20 0 20 0 196654493 19566772224 1351557 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 196654494 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 1351557 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0

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

/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 3711267 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19108176 memory=14845068 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 714 0 0 0 0 0 0 0 20 0 20 0 196654496 19566772224 3711267 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19108176 memory=14845068 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654526 19566772224 3711267 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 3146.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14845068 KiB

[startup+2982.3 s]
/proc/loadavg: 4.51 4.78 4.86 7/335 1017462
/proc/meminfo: memFree=77645428/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19108176 memory=14845072 CPUtime=3212.31 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 589565 0 0 0 320758 473 0 0 20 0 20 0 196654492 19566772224 3711268 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4777044 3711268 5923 1 0 4094338 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19108176 memory=14845072 CPUtime=2825.19 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 136379 0 0 0 282430 89 0 0 20 0 20 0 196654493 19566772224 3711268 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 196654498 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19108176 memory=14845072 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 3711268 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19108176 memory=14845072 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 759 0 0 0 0 0 0 0 20 0 20 0 196654496 19566772224 3711268 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19108176 memory=47000 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654526 19566772224 3711268 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 3212.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14845072 KiB

[startup+3042.3 s]
/proc/loadavg: 4.85 4.83 4.88 6/335 1017472
/proc/meminfo: memFree=77521756/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19108176 memory=14845084 CPUtime=3274.98 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 590842 0 0 0 327024 474 0 0 20 0 20 0 196654492 19566772224 3711271 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4777044 3711271 5923 1 0 4094338 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19108176 memory=14845072 CPUtime=2881.94 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 137157 0 0 0 288105 89 0 0 20 0 20 0 196654493 19566772224 3711271 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 196654498 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19108176 memory=14845072 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 3711271 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19108176 memory=14845072 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 759 0 0 0 0 0 0 0 20 0 20 0 196654496 19566772224 3711271 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19108176 memory=2636 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654526 19566772224 3711271 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 3274.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14845084 KiB

[startup+3102.3 s]
/proc/loadavg: 4.87 4.87 4.89 7/334 1017487
/proc/meminfo: memFree=77438536/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19108176 memory=14845108 CPUtime=3348.18 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 595317 0 0 0 334335 483 0 0 20 0 20 0 196654492 19566772224 3711277 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4777044 3711277 5923 1 0 4094338 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19108176 memory=11488 CPUtime=2938.59 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 139757 0 0 0 293770 89 0 0 20 0 20 0 196654493 19566772224 3711277 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 196654498 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19108176 memory=14845084 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 3711277 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19108176 memory=14845108 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 759 0 0 0 0 0 0 0 20 0 20 0 196654496 19566772224 3711277 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654526 19566772224 3711277 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 3348.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14845108 KiB

[startup+3162.3 s]
/proc/loadavg: 4.59 4.80 4.87 6/334 1017508
/proc/meminfo: memFree=77338976/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19108176 memory=14845120 CPUtime=3416.99 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 596824 0 0 0 341210 489 0 0 20 0 20 0 196654492 19566772224 3711280 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4777044 3711280 5923 1 0 4094338 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19108176 memory=14845084 CPUtime=2995.34 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 140300 0 0 0 299445 89 0 0 20 0 20 0 196654493 19566772224 3711280 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 196654502 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19108176 memory=14845108 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 3711280 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19108176 memory=14845108 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 759 0 0 0 0 0 0 0 20 0 20 0 196654496 19566772224 3711280 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19108176 memory=8330969454845486047 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654526 19566772224 3711280 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 3416.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14845120 KiB

[startup+3222.3 s]
/proc/loadavg: 4.44 4.72 4.83 6/334 1017519
/proc/meminfo: memFree=77206744/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19108176 memory=14845124 CPUtime=3478.48 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 601585 0 0 0 347356 492 0 0 20 0 20 0 196654492 19566772224 3711281 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4777044 3711281 5923 1 0 4094338 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19108176 memory=14845124 CPUtime=3052.93 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 141679 0 0 0 305204 89 0 0 20 0 20 0 196654493 19566772224 3711281 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 196654502 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19108176 memory=14845124 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 3711281 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19108176 memory=47000 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 845 0 0 0 0 0 0 0 20 0 20 0 196654496 19566772224 3711281 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19108176 memory=2636 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654526 19566772224 3711281 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 3478.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14845124 KiB

[startup+3282.3 s]
/proc/loadavg: 4.65 4.74 4.83 6/332 1017530
/proc/meminfo: memFree=77156652/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19108176 memory=14845124 CPUtime=3540.89 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 603982 0 0 0 353595 494 0 0 20 0 20 0 196654492 19566772224 3711281 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4777044 3711281 5923 1 0 4094338 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19108176 memory=14845124 CPUtime=3109.86 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 142600 0 0 0 310896 90 0 0 20 0 20 0 196654493 19566772224 3711281 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 196654502 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19108176 memory=14845124 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 3711281 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19108176 memory=5560 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 853 0 0 0 0 0 0 0 20 0 20 0 196654496 19566772224 3711281 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19108176 memory=14845124 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654526 19566772224 3711281 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 3540.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14845124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3330.11 s]
/proc/loadavg: 4.73 4.73 4.82 7/332 1017540
/proc/meminfo: memFree=77052360/131524600 swapFree=131071996/131071996
[pid=1015431] ppid=1015424 vsize=19108176 memory=14845448 CPUtime=3600.09 cores=4,6
/proc/1015431/stat : 1015431 (java) S 1015424 1015431 1015377 0 -1 1077936128 630509 0 0 0 359506 503 0 0 20 0 20 0 196654492 19566772224 3711362 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
/proc/1015431/statm: 4777044 3711362 5970 1 0 4094340 0
[pid=1015431/tid=1015435] ppid=1015424 vsize=19108176 memory=2184 CPUtime=3155.59 cores=4,6
/proc/1015431/task/1015435/stat : 1015435 (java) R 1015424 1015431 1015377 0 -1 4194368 147233 0 0 0 315469 90 0 0 20 0 20 0 196654493 19566772224 3711362 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 196654502 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015470] ppid=1015424 vsize=19108176 memory=47000 CPUtime=0 cores=4,6
/proc/1015431/task/1015470/stat : 1015470 (Finalizer) S 1015424 1015431 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654495 19566772224 3711362 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015487] ppid=1015424 vsize=19108176 memory=14845128 CPUtime=0 cores=4,6
/proc/1015431/task/1015487/stat : 1015487 (Common-Cleaner) S 1015424 1015431 1015377 0 -1 1077936192 854 0 0 0 0 0 0 0 20 0 20 0 196654496 19566772224 3711362 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
[pid=1015431/tid=1015521] ppid=1015424 vsize=19108176 memory=2636 CPUtime=0 cores=4,6
/proc/1015431/task/1015521/stat : 1015521 (Timer-0) S 1015424 1015431 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654526 19566772224 3711362 134679101440 94071103864832 94071103868528 140731712452000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071103876344 94071103877136 94071116357632 140731712459781 140731712459871 140731712459871 140731712466888 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14845448 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.2 s, system=5.07446 s

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

[startup+3330.21 s]*
/proc/loadavg: 4.73 4.73 4.82 6/314 1017543
/proc/meminfo: memFree=78884092/131524600 swapFree=131071996/131071996
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): 3330.25
CPU time (s): 3600.28
CPU user time (s): 3595.2
CPU system time (s): 5.07446
CPU usage (%): 108.108
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 14845448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.2
system time used= 5.07446
maximum resident set size= 14846944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 631956
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115726
involuntary context switches= 29834


# summary of solver processes directly reported to runsolver:
#   pid: 1015431
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3595.2
#   total CPU system time (s): 5.07446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.65372 second user time and 17.7715 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-20 05:09:11
IDJOB=4452244
IDBENCH=164182
IDSOLVER=3058
FILE ID=nodeC016/4452244-1721444939
RUNJOBID= nodeC016-1721444951-1015388
SLURM_JOB_ID= 7545662
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-tanglegram6.0.u.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452244-1721444939/watcher-4452244-1721444939 -o /tmp/evaluation-result-4452244-1721444939/solver-4452244-1721444939 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721444951-1015388 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4452244-1721444939.opb

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

MD5SUM BENCH= b4833b4bfdaca602656a4e797e1582c4
RANDOM SEED=1477503843

nodeC016.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3572.026
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
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		: 3633.767
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
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		: 3589.827
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
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		: 3683.893
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
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		: 3578.210
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
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		: 3511.891
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
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		: 3626.477
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
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		: 3621.728
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125828708 kB
MemAvailable:   129701880 kB
Buffers:          419220 kB
Cached:          4296268 kB
SwapCached:            0 kB
Active:           693060 kB
Inactive:        4383344 kB
Active(anon):       1436 kB
Inactive(anon):   405392 kB
Active(file):     691624 kB
Inactive(file):  3977952 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3852 kB
Writeback:             0 kB
AnonPages:        359892 kB
Mapped:           107104 kB
Shmem:             45912 kB
KReclaimable:      87840 kB
Slab:             199180 kB
SReclaimable:      87840 kB
SUnreclaim:       111340 kB
KernelStack:        3856 kB
PageTables:         9028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     705292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73440 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC016 at 2024-07-20 06:04:41