Trace number 4432152

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.13 3597.09

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_0null50mast_rapportOE1.0_TMAX60_K67_cod3.opb
MD5SUM1839e390ed6efb0b7de52ce1d96beb02
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-2592
Best CPU time to get the best result obtained on this benchmark564.51
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 32076
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 4162422
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 4162422
Number of bits of the biggest sum of numbers22
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 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.09	c Free memory 		2106806208
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.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4432152-1721155934.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  objective function found
1.05/0.64	c ... done. Wall clock time 0.517s.
1.05/0.65	c declared #vars     40451
1.05/0.65	c #constraints  40950
1.05/0.65	c constraints type 
1.05/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3896
1.05/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
1.05/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.05/0.65	c org.sat4j.specs.Constr$1 => 1
1.05/0.65	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.05/0.65	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.05/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36498
1.05/0.65	c 40950 constraints processed.
1.05/0.66	c objective function length is 32076 literals
8.77/6.84	c cleaning 2498 clauses out of 4998 with flag 15892/5002
14.55/12.32	c cleaning 4245 clauses out of 8498 with flag 34940/11000
20.75/18.54	c cleaning 5627 clauses out of 11253 with flag 59848/18000
27.85/25.69	c cleaning 6809 clauses out of 13626 with flag 90695/26000
36.51/34.11	c cleaning 7908 clauses out of 15817 with flag 124561/35000
45.20/42.88	c cleaning 8946 clauses out of 17909 with flag 160486/45000
54.81/52.49	c cleaning 9972 clauses out of 19963 with flag 205585/56000
65.10/62.78	c cleaning 10992 clauses out of 21991 with flag 256232/68000
76.13/73.75	c cleaning 12000 clauses out of 23999 with flag 306681/81000
88.48/86.06	c cleaning 12992 clauses out of 26000 with flag 372445/95001
102.36/99.95	c cleaning 13999 clauses out of 28008 with flag 453139/110001
113.37/111.00	c cleaning 15002 clauses out of 30009 with flag 505382/126001
125.54/123.06	c cleaning 16001 clauses out of 32007 with flag 561211/143001
138.59/136.05	c cleaning 16997 clauses out of 34006 with flag 622765/161001
152.82/150.28	c cleaning 17997 clauses out of 36008 with flag 686754/180000
166.90/164.39	c cleaning 19002 clauses out of 38011 with flag 753215/200000
182.53/179.90	c cleaning 20000 clauses out of 40009 with flag 823358/221000
197.64/195.07	c cleaning 21005 clauses out of 42011 with flag 898938/243002
214.90/212.16	c cleaning 21975 clauses out of 43958 with flag 988192/266001
234.78/232.18	c cleaning 22989 clauses out of 45982 with flag 1100018/290000
256.34/253.74	c cleaning 23990 clauses out of 47993 with flag 1208320/315000
277.19/274.54	c cleaning 25001 clauses out of 50005 with flag 1331737/341002
296.20/293.59	c cleaning 26001 clauses out of 52002 with flag 1463776/368000
318.36/315.41	c cleaning 26996 clauses out of 54002 with flag 1609515/396001
338.81/335.96	c cleaning 27998 clauses out of 56007 with flag 1768031/425002
358.70/355.73	c cleaning 28998 clauses out of 58007 with flag 1930815/455000
379.53/376.65	c cleaning 29999 clauses out of 60010 with flag 2111327/486001
402.99/400.06	c cleaning 30998 clauses out of 62006 with flag 2267278/518000
425.46/422.40	c cleaning 32002 clauses out of 64007 with flag 2432240/551000
445.42/442.49	c cleaning 33000 clauses out of 66005 with flag 2628398/585000
470.79/467.71	c cleaning 33996 clauses out of 68002 with flag 2810152/620001
495.45/491.87	c cleaning 34997 clauses out of 70005 with flag 2985889/656000
519.23/515.82	c cleaning 36001 clauses out of 72008 with flag 3208974/693000
545.74/542.57	c cleaning 36999 clauses out of 74007 with flag 3424439/731000
572.99/570.08	c cleaning 37996 clauses out of 76008 with flag 3661741/770000
601.16/598.17	c cleaning 39001 clauses out of 78014 with flag 3970826/810002
626.41/623.40	c cleaning 40001 clauses out of 80011 with flag 4247882/851000
655.38/652.30	c cleaning 41004 clauses out of 82011 with flag 4487450/893001
686.55/683.44	c cleaning 42000 clauses out of 84007 with flag 4804113/936001
718.86/716.04	c cleaning 42991 clauses out of 86006 with flag 5124792/980000
751.03/748.28	c cleaning 44008 clauses out of 88015 with flag 5422067/1025000
785.75/782.87	c cleaning 44999 clauses out of 90007 with flag 5736161/1071000
819.00/816.17	c cleaning 46003 clauses out of 92009 with flag 6035572/1118001
854.22/851.34	c cleaning 46999 clauses out of 94005 with flag 6379457/1166000
890.13/886.97	c cleaning 47999 clauses out of 96006 with flag 6742692/1215000
925.83/922.92	c cleaning 48997 clauses out of 98007 with flag 7116150/1265000
964.08/961.16	c cleaning 49994 clauses out of 100011 with flag 7492446/1316001
1002.41/999.41	c cleaning 51002 clauses out of 102016 with flag 7809878/1368000
1041.08/1038.26	c cleaning 52000 clauses out of 104015 with flag 8150850/1421001
1080.17/1077.25	c cleaning 53000 clauses out of 106015 with flag 8502736/1475001
1121.55/1118.57	c cleaning 54000 clauses out of 108015 with flag 8838817/1530001
1167.12/1164.10	c cleaning 55002 clauses out of 110012 with flag 9244284/1586000
1222.51/1219.44	c cleaning 56006 clauses out of 112011 with flag 9575538/1643001
1276.55/1272.90	c cleaning 56992 clauses out of 113999 with flag 9928728/1701000
1320.65/1317.16	c cleaning 58001 clauses out of 116007 with flag 10382716/1760000
1364.86/1361.31	c cleaning 58992 clauses out of 118006 with flag 10857784/1820000
1419.48/1416.05	c cleaning 60005 clauses out of 120013 with flag 11293452/1881000
1474.12/1470.93	c cleaning 61002 clauses out of 122008 with flag 11703378/1943000
1526.56/1523.82	c cleaning 61998 clauses out of 124006 with flag 12205249/2006000
1580.35/1578.05	c cleaning 63000 clauses out of 126009 with flag 12683814/2070001
1625.49/1623.20	c cleaning 63998 clauses out of 128007 with flag 13072118/2135000
1677.46/1675.17	c cleaning 65005 clauses out of 130009 with flag 13511660/2201000
1732.60/1729.74	c cleaning 66001 clauses out of 132006 with flag 13900429/2268002
1787.22/1784.77	c cleaning 66992 clauses out of 134003 with flag 14296414/2336000
1843.23/1841.02	c cleaning 68001 clauses out of 136012 with flag 14692368/2405001
1901.38/1899.22	c cleaning 68999 clauses out of 138010 with flag 15080709/2475000
1977.00/1974.94	c cleaning 69999 clauses out of 140011 with flag 15464161/2546000
2047.32/2045.22	c cleaning 71001 clauses out of 142011 with flag 15788364/2618000
2132.70/2130.67	c cleaning 71996 clauses out of 144010 with flag 16221762/2691000
2195.63/2193.51	c cleaning 73001 clauses out of 146015 with flag 16660353/2765001
2256.53/2253.90	c cleaning 74000 clauses out of 148013 with flag 17103993/2840000
2320.25/2317.90	c cleaning 75007 clauses out of 150013 with flag 17478738/2916001
2377.83/2375.81	c cleaning 75998 clauses out of 152005 with flag 17873901/2993000
2447.60/2445.78	c cleaning 76991 clauses out of 154007 with flag 18290692/3071000
2514.45/2512.50	c cleaning 78002 clauses out of 156016 with flag 18724938/3150000
2593.42/2591.75	c cleaning 79002 clauses out of 158015 with flag 19272035/3230001
2660.49/2659.02	c cleaning 79997 clauses out of 160012 with flag 19843601/3311000
2735.44/2733.54	c cleaning 81000 clauses out of 162016 with flag 20515083/3393001
2799.90/2797.93	c cleaning 82007 clauses out of 164016 with flag 21035010/3476001
2863.20/2861.38	c cleaning 82990 clauses out of 166008 with flag 21555917/3560000
2926.21/2924.55	c cleaning 84005 clauses out of 168019 with flag 21982770/3645001
2988.26/2986.95	c cleaning 85001 clauses out of 170013 with flag 22328061/3731000
3048.24/3046.72	c cleaning 85997 clauses out of 172012 with flag 22714123/3818000
3117.64/3114.79	c cleaning 87002 clauses out of 174015 with flag 23104731/3906000
3186.25/3183.56	c cleaning 88004 clauses out of 176011 with flag 23510617/3995000
3252.73/3250.20	c cleaning 88997 clauses out of 178007 with flag 23944542/4085000
3310.61/3307.92	c cleaning 90001 clauses out of 180011 with flag 24324217/4176001
3373.16/3370.49	c cleaning 91001 clauses out of 182010 with flag 24732642/4268001
3437.69/3434.98	c cleaning 91995 clauses out of 184009 with flag 25167761/4361001
3516.67/3513.77	c cleaning 92998 clauses out of 186015 with flag 25605308/4455002
3599.80/3596.88	c cleaning 94000 clauses out of 188015 with flag 26091335/4550001
3600.00/3597.02	c starts		: 2059
3600.00/3597.02	c timeout
3600.00/3597.03	c conflicts		: 4550200
3600.00/3597.03	c decisions		: 6756141
3600.00/3597.03	c propagations		: 8773129352
3600.00/3597.03	c inspects		: 6314639692
3600.00/3597.03	c shortcuts		: 0
3600.00/3597.03	c learnt literals	: 74
3600.00/3597.03	c learnt binary clauses	: 2251
3600.00/3597.03	c learnt ternary clauses	: 1768
3600.00/3597.03	c learnt constraints	: 4550126
3600.00/3597.03	c ignored constraints	: 0
3600.00/3597.03	c root simplifications	: 0
3600.00/3597.03	c removed literals (reason simplification)	: 0
3600.00/3597.03	c reason swapping (by a shorter reason)	: 0
3600.00/3597.03	c Calls to reduceDB	: 91
3600.00/3597.03	c Number of update (reduction) of LBD	: 398168
3600.00/3597.03	c Imported unit clauses	: 0
3600.00/3597.03	c No decision after first conflict	: false
3600.00/3597.03	c number of reductions to clauses (during analyze)	: 0
3600.00/3597.03	c number of learned constraints concerned by reduction	: 0
3600.00/3597.03	c number of learning phase by resolution	: 0
3600.00/3597.03	c number of learning phase by cutting planes	: 0
3600.00/3597.03	c number of rounding to 1 operations	: 0
3600.00/3597.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3597.03	c number of reductions of the coefficients by power 2 	: 0
3600.00/3597.03	c number of right shift for reduction by power 2 	: 0
3600.00/3597.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3597.03	c number of ending skipping 	: 0
3600.00/3597.03	c number of internal skipping 	: 0
3600.00/3597.03	c number of derivation steps 	: 0
3600.00/3597.03	c number of skipped derivation steps 	: 0
3600.00/3597.03	c number of remaining unassigned 	: 0
3600.00/3597.03	c number of remaining assigned 	: 0
3600.00/3597.03	c number of falsified literals weakened from reason	: 0
3600.00/3597.03	c number of falsified literals weakened from conflict	: 0
3600.00/3597.03	c time for arithmetic operations	: 0
3600.00/3597.03	c minimum degree of deleted constraints	: null
3600.00/3597.03	c maximum degree of deleted constraints	: null
3600.00/3597.03	c number of deleted constraints	: 0
3600.00/3597.03	c speed (assignments/second)	: 2439465.2419561814
3600.00/3597.03	c non guided choices	: 291
3600.00/3597.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 91963
3600.00/3597.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2251
3600.00/3597.07	s UNKNOWN
3600.00/3597.07	c Total wall clock time (in seconds): 3596.95

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: 63968 MiB (50683 MiB free)
  memory of node 1: 64473 MiB (57601 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432152-1721155934/watcher-4432152-1721155934 -o /tmp/evaluation-result-4432152-1721155934/solver-4432152-1721155934 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721148758-863560 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432152-1721155934.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=867677, runsolver pid=867674
Current StackSize limit: 8192 KiB


[startup+0.100168 s]*
/proc/loadavg: 4.14 4.16 4.16 5/332 867695
/proc/meminfo: memFree=110842236/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=18975048 memory=63204 CPUtime=0.13 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 7192 0 0 0 11 2 0 0 20 0 18 0 167756894 19430449152 15801 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4743762 15801 5711 1 0 549326 0
[pid=867677/tid=867679] ppid=867674 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 5736 0 0 0 7 1 0 0 20 0 18 0 167756894 19430449152 15801 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167756897 19430449152 15801 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=18975048 memory=16102567654487328 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167756898 19430449152 15801 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63204 KiB

[startup+0.205738 s]*
/proc/loadavg: 4.14 4.16 4.16 7/332 867695
/proc/meminfo: memFree=110820560/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=18975048 memory=87096 CPUtime=0.34 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 9179 0 0 0 31 3 0 0 20 0 18 0 167756894 19430449152 21774 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4743762 21774 5829 1 0 550625 0
[pid=867677/tid=867679] ppid=867674 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 5862 0 0 0 17 2 0 0 20 0 18 0 167756894 19430449152 21774 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=18975048 memory=1623 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167756897 19430449152 21774 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=18975048 memory=14695192770905705 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167756898 19430449152 21774 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 87096 KiB

[startup+0.306897 s]*
/proc/loadavg: 4.14 4.16 4.16 6/332 867695
/proc/meminfo: memFree=110781428/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=18975048 memory=130328 CPUtime=0.53 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 9687 0 0 0 49 4 0 0 20 0 18 0 167756894 19430449152 32582 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4743762 32582 5829 1 0 550922 0
[pid=867677/tid=867679] ppid=867674 vsize=18975048 memory=-8887401301367169724 CPUtime=0.29 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 5963 0 0 0 26 3 0 0 20 0 18 0 167756894 19430449152 32582 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167756897 19430449152 32582 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167756898 19430449152 32582 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 130328 KiB

[startup+0.71366 s]
/proc/loadavg: 4.14 4.16 4.16 6/333 867696
/proc/meminfo: memFree=110722992/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19112688 memory=204192 CPUtime=1.26 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 17151 0 0 0 120 6 0 0 20 0 20 0 167756894 19571392512 51048 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4778172 51048 5899 1 0 557426 0
[pid=867677/tid=867679] ppid=867674 vsize=19112688 memory=5436 CPUtime=0.59 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 6093 0 0 0 56 3 0 0 20 0 20 0 167756894 19571392512 51048 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19112688 memory=12292 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19571392512 51048 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19112688 memory=0 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167756898 19571392512 51048 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19112688 KiB
Current children cumulated memory: 204192 KiB

[startup+1.50024 s]
/proc/loadavg: 4.14 4.16 4.16 6/334 867697
/proc/meminfo: memFree=110700592/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=207788 CPUtime=2.82 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 19167 0 0 0 275 7 0 0 20 0 20 0 167756894 19566772224 51947 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 51947 5915 1 0 557704 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=0 CPUtime=1.36 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 6111 0 0 0 133 3 0 0 20 0 20 0 167756894 19566772224 51947 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 51947 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=12292 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 51947 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867697] ppid=867674 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/867677/task/867697/stat : 867697 (Timer-0) S 867674 867677 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167756964 19566772224 51947 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 207788 KiB

[startup+3.10589 s]
/proc/loadavg: 4.29 4.19 4.17 5/334 867697
/proc/meminfo: memFree=110690276/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=214616 CPUtime=4.82 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 20724 0 0 0 475 7 0 0 20 0 20 0 167756894 19566772224 53654 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 53654 5915 1 0 557707 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=0 CPUtime=2.94 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 6198 0 0 0 291 3 0 0 20 0 20 0 167756894 19566772224 53654 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=12292 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 53654 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 53654 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867697] ppid=867674 vsize=19108176 memory=12064 CPUtime=0 cores=1,3
/proc/867677/task/867697/stat : 867697 (Timer-0) S 867674 867677 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167756964 19566772224 53654 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 214616 KiB

[startup+6.30027 s]
/proc/loadavg: 4.29 4.19 4.17 5/334 867699
/proc/meminfo: memFree=110694692/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=209960 CPUtime=8.27 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 25485 0 0 0 819 8 0 0 20 0 20 0 167756894 19566772224 52490 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 52490 5915 1 0 557707 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=12292 CPUtime=6.13 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 6480 0 0 0 610 3 0 0 20 0 20 0 167756894 19566772224 52490 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 52490 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=209956 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 52490 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867697] ppid=867674 vsize=19108176 memory=1480 CPUtime=0 cores=1,3
/proc/867677/task/867697/stat : 867697 (Timer-0) S 867674 867677 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167756964 19566772224 52490 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 8.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 209960 KiB

[startup+12.7003 s]
/proc/loadavg: 4.25 4.18 4.17 5/311 867722
/proc/meminfo: memFree=116437192/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=206784 CPUtime=14.96 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 30871 0 0 0 1487 9 0 0 20 0 20 0 167756894 19566772224 51696 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 51696 5947 1 0 557755 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=0 CPUtime=12.52 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 8281 0 0 0 1248 4 0 0 20 0 20 0 167756894 19566772224 51696 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=12292 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 51696 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=206628 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 51696 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867697] ppid=867674 vsize=19108176 memory=214616 CPUtime=0 cores=1,3
/proc/867677/task/867697/stat : 867697 (Timer-0) S 867674 867677 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167756964 19566772224 51696 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 14.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 206784 KiB

[startup+25.5003 s]
/proc/loadavg: 4.36 4.21 4.18 6/334 867906
/proc/meminfo: memFree=125273568/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=206888 CPUtime=27.75 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 32801 0 0 0 2765 10 0 0 20 0 20 0 167756894 19566772224 51722 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 51722 5947 1 0 557755 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=12064 CPUtime=25.29 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 9342 0 0 0 2525 4 0 0 20 0 20 0 167756894 19566772224 51722 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=206888 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 51722 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=12292 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 51722 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867697] ppid=867674 vsize=19108176 memory=206888 CPUtime=0 cores=1,3
/proc/867677/task/867697/stat : 867697 (Timer-0) S 867674 867677 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167756964 19566772224 51722 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 27.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 206888 KiB

[startup+51.1058 s]
/proc/loadavg: 4.37 4.23 4.18 5/334 867909
/proc/meminfo: memFree=120251660/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=289412 CPUtime=53.52 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 40764 0 0 0 5338 14 0 0 20 0 20 0 167756894 19566772224 72353 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 72353 5963 1 0 557755 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=206888 CPUtime=50.69 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 11083 0 0 0 5065 4 0 0 20 0 20 0 167756894 19566772224 72353 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=289412 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 72353 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=238212 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 72353 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0

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

/proc/meminfo: memFree=114232592/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=4328700 CPUtime=3224.87 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 188517 0 0 0 322287 200 0 0 20 0 20 0 167756894 19566772224 1082175 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 1082175 5992 1 0 1202994 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=3873504 CPUtime=3193.84 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 58816 0 0 0 319346 38 0 0 20 0 20 0 167756894 19566772224 1082175 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=5484 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 1082175 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=4156572 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 2564 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 1082175 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867697] ppid=867674 vsize=19108176 memory=4328700 CPUtime=0 cores=1,3
/proc/867677/task/867697/stat : 867697 (Timer-0) S 867674 867677 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167756964 19566772224 1082175 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 3224.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4328700 KiB

[startup+3282.3 s]
/proc/loadavg: 3.19 3.57 4.17 4/305 869774
/proc/meminfo: memFree=114232068/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=4328716 CPUtime=3284.85 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 189376 0 0 0 328283 202 0 0 20 0 20 0 167756894 19566772224 1082179 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 1082179 5992 1 0 1202994 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=4328716 CPUtime=3253.1 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 59300 0 0 0 325272 38 0 0 20 0 20 0 167756894 19566772224 1082179 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=4328716 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 1082179 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=4328716 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 2564 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 1082179 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867697] ppid=867674 vsize=19108176 memory=4328700 CPUtime=0 cores=1,3
/proc/867677/task/867697/stat : 867697 (Timer-0) S 867674 867677 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167756964 19566772224 1082179 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 3284.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4328716 KiB

[startup+3342.3 s]
/proc/loadavg: 3.11 3.48 4.10 4/305 869785
/proc/meminfo: memFree=114007980/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=4328724 CPUtime=3344.94 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 189826 0 0 0 334290 204 0 0 20 0 20 0 167756894 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 1082181 5992 1 0 1202994 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=4328724 CPUtime=3312.75 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 59580 0 0 0 331237 38 0 0 20 0 20 0 167756894 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=4328724 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=4328724 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 2565 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867697] ppid=867674 vsize=19108176 memory=12064 CPUtime=0 cores=1,3
/proc/867677/task/867697/stat : 867697 (Timer-0) S 867674 867677 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167756964 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 3344.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4328724 KiB

[startup+3402.3 s]
/proc/loadavg: 3.07 3.40 4.03 4/304 869795
/proc/meminfo: memFree=113718224/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=4328724 CPUtime=3404.99 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 191851 0 0 0 340293 206 0 0 20 0 20 0 167756894 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 1082181 5992 1 0 1202994 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=4328724 CPUtime=3372.42 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 60445 0 0 0 337204 38 0 0 20 0 20 0 167756894 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=4328724 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=4328724 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 2614 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867697] ppid=867674 vsize=19108176 memory=4328724 CPUtime=0 cores=1,3
/proc/867677/task/867697/stat : 867697 (Timer-0) S 867674 867677 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167756964 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 3404.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4328724 KiB

[startup+3462.3 s]
/proc/loadavg: 3.07 3.34 3.97 4/304 869805
/proc/meminfo: memFree=113717492/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=4328724 CPUtime=3465.02 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 192348 0 0 0 346295 207 0 0 20 0 20 0 167756894 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 1082181 5992 1 0 1202994 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=4328724 CPUtime=3432.08 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 60788 0 0 0 343170 38 0 0 20 0 20 0 167756894 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=4328724 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=4328724 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 2614 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867697] ppid=867674 vsize=19108176 memory=12292 CPUtime=0 cores=1,3
/proc/867677/task/867697/stat : 867697 (Timer-0) S 867674 867677 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167756964 19566772224 1082181 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 3465.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4328724 KiB

[startup+3522.3 s]
/proc/loadavg: 3.19 3.32 3.92 4/306 869821
/proc/meminfo: memFree=113481092/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=4330776 CPUtime=3525.25 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 194314 0 0 0 352316 209 0 0 20 0 20 0 167756894 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 1082694 5992 1 0 1202994 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=4328724 CPUtime=3491.6 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 61573 0 0 0 349122 38 0 0 20 0 20 0 167756894 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=4330776 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=4328724 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 2733 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867697] ppid=867674 vsize=19108176 memory=4330776 CPUtime=0 cores=1,3
/proc/867677/task/867697/stat : 867697 (Timer-0) S 867674 867677 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167756964 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 3525.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4330776 KiB

[startup+3582.3 s]
/proc/loadavg: 3.13 3.28 3.87 4/306 869831
/proc/meminfo: memFree=113480884/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=4330776 CPUtime=3585.32 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 194846 0 0 0 358320 212 0 0 20 0 20 0 167756894 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 1082694 5992 1 0 1202994 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=4330776 CPUtime=3551.29 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 61973 0 0 0 355091 38 0 0 20 0 20 0 167756894 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=26360 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=4330776 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 2733 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867697] ppid=867674 vsize=19108176 memory=5436 CPUtime=0 cores=1,3
/proc/867677/task/867697/stat : 867697 (Timer-0) S 867674 867677 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167756964 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 3585.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4330776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597 s]*
/proc/loadavg: 3.10 3.26 3.85 4/306 869834
/proc/meminfo: memFree=113478744/131524600 swapFree=131071996/131071996
[pid=867677] ppid=867674 vsize=19108176 memory=4330776 CPUtime=3600 cores=1,3
/proc/867677/stat : 867677 (java) S 867674 867677 863548 0 -1 1077936128 195004 0 0 0 359788 212 0 0 20 0 20 0 167756894 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
/proc/867677/statm: 4777044 1082694 5992 1 0 1202994 0
[pid=867677/tid=867679] ppid=867674 vsize=19108176 memory=32468 CPUtime=3565.96 cores=1,3
/proc/867677/task/867679/stat : 867679 (java) R 867674 867677 863548 0 -1 4194368 62129 0 0 0 356558 38 0 0 20 0 20 0 167756894 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867688] ppid=867674 vsize=19108176 memory=33448 CPUtime=0 cores=1,3
/proc/867677/task/867688/stat : 867688 (Finalizer) S 867674 867677 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167756897 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867695] ppid=867674 vsize=19108176 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/867677/task/867695/stat : 867695 (Common-Cleaner) S 867674 867677 863548 0 -1 1077936192 2733 0 0 0 0 0 0 0 20 0 20 0 167756898 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
[pid=867677/tid=867697] ppid=867674 vsize=19108176 memory=18456 CPUtime=0 cores=1,3
/proc/867677/task/867697/stat : 867697 (Timer-0) S 867674 867677 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167756964 19566772224 1082694 134679101440 94397281075200 94397281078896 140725403900480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94397281086712 94397281087504 94397289897984 140725403907079 140725403907169 140725403907169 140725403914184 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4330776 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.99 s, system=2.13949 s

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

Child status: 143

Real time (s): 3597.09
CPU time (s): 3600.13
CPU user time (s): 3597.99
CPU system time (s): 2.13949
CPU usage (%): 100.084
Max. virtual memory (cumulated for all children) (KiB): 19112688
Max. memory (cumulated for all children) (KiB): 4330776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.99
system time used= 2.13949
maximum resident set size= 4332160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197169
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113263
involuntary context switches= 19361


# summary of solver processes directly reported to runsolver:
#   pid: 867677
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3597.99
#   total CPU system time (s): 2.13949

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.19384 second user time and 17.2454 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-16 20:52:27
IDJOB=4432152
IDBENCH=156167
IDSOLVER=3058
FILE ID=nodeC020/4432152-1721155934
RUNJOBID= nodeC020-1721148758-863560
SLURM_JOB_ID= 7505743
Free space on /tmp= 889548 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_0null50mast_rapportOE1.0_TMAX60_K67_cod3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432152-1721155934/watcher-4432152-1721155934 -o /tmp/evaluation-result-4432152-1721155934/solver-4432152-1721155934 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721148758-863560 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432152-1721155934.opb

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

MD5SUM BENCH= 1839e390ed6efb0b7de52ce1d96beb02
RANDOM SEED=1899329258

nodeC020.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		: 3674.111
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	: 7000.05
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		: 3649.372
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	: 7005.84
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		: 3600.077
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	: 7000.05
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		: 3663.356
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	: 7005.84
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		: 3674.130
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	: 7000.05
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		: 3674.412
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	: 7005.84
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.161
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	: 7000.05
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		: 3625.961
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	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        110884332 kB
MemAvailable:   113069864 kB
Buffers:          439816 kB
Cached:          2561348 kB
SwapCached:            0 kB
Active:          1221324 kB
Inactive:       18743816 kB
Active(anon):       1568 kB
Inactive(anon): 17000180 kB
Active(file):    1219756 kB
Inactive(file):  1743636 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3500 kB
Writeback:             0 kB
AnonPages:      16963304 kB
Mapped:           124428 kB
Shmem:             37720 kB
KReclaimable:     123928 kB
Slab:             233932 kB
SReclaimable:     123928 kB
SUnreclaim:       110004 kB
KernelStack:        5072 kB
PageTables:        43416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   37324644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61408 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16619520 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:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC020 at 2024-07-16 21:52:24