Trace number 4507961

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 VeriPB 2025-06-06? (TO) 3600.3 3618.23

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.626446
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.15	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.19	c java.vm.version	22.0.1+8-16
0.12/0.19	c java.vm.vendor	Oracle Corporation
0.12/0.19	c sun.arch.data.model	64
0.12/0.19	c java.version		22.0.1
0.12/0.19	c os.name		Linux
0.12/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.19	c os.arch		amd64
0.12/0.20	c Free memory 		2104792832
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2113929216
0.29/0.22	c Number of processors 	2
0.42/0.33	c Pseudo Boolean Optimization by upper bound
0.42/0.33	c --- Begin Solver configuration ---
0.42/0.33	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.33	c Learn all clauses as in MiniSAT
0.42/0.33	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.33	c Expensive reason simplification
0.42/0.33	c Glucose 2.1 dynamic restart strategy
0.42/0.33	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.42/0.33	c timeout=2147483s
0.42/0.33	c DB Simplification allowed=false
0.42/0.33	c Listener: none
0.42/0.33	c --- End Solver configuration ---
0.42/0.33	c solving HOME/instance-4507961-1751511069.opb
0.42/0.33	c reading problem ... 
0.42/0.36	c using VERIPB proof format
0.42/0.37	c  objective function found
1.48/0.92	c ... done. Wall clock time 0.578s.
1.48/0.92	c declared #vars     9324
1.48/0.92	c #constraints  28660
1.48/0.92	c constraints type 
1.48/0.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
1.48/0.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 294
1.48/0.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1708
1.48/0.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10670
1.48/0.92	c 28660 constraints processed.
1.48/0.95	c objective function length is 26 literals
3.66/2.06	c cleaning 2493 clauses out of 5000 with flag 17345/5000
4.64/2.56	c cleaning 4250 clauses out of 8509 with flag 36663/11002
5.64/3.04	c cleaning 5629 clauses out of 11258 with flag 59758/18001
6.79/3.67	c cleaning 6810 clauses out of 13630 with flag 88344/26002
7.46/4.19	c cleaning 7886 clauses out of 15820 with flag 117042/35002
8.39/4.66	c cleaning 8947 clauses out of 17934 with flag 139942/45002
9.32/5.21	c cleaning 9968 clauses out of 19985 with flag 168584/56000
10.13/6.05	c cleaning 10977 clauses out of 22017 with flag 198191/68000
11.33/7.20	c cleaning 11989 clauses out of 24040 with flag 231419/81000
12.72/8.66	c cleaning 12999 clauses out of 26051 with flag 265090/95000
13.72/9.61	c cleaning 14015 clauses out of 28052 with flag 303785/110000
14.73/10.61	c cleaning 15017 clauses out of 30038 with flag 342476/126001
16.42/12.22	c cleaning 16004 clauses out of 32022 with flag 381603/143002
18.35/14.18	c cleaning 17007 clauses out of 34019 with flag 423549/161003
19.43/15.21	c cleaning 18003 clauses out of 36009 with flag 461543/180000
20.93/16.79	c cleaning 19000 clauses out of 38007 with flag 506230/200001
23.23/19.03	c cleaning 20003 clauses out of 40008 with flag 556798/221002
25.13/20.95	c cleaning 21001 clauses out of 42005 with flag 603194/243002
27.03/22.89	c cleaning 21997 clauses out of 44002 with flag 651831/266000
29.12/24.96	c cleaning 23001 clauses out of 46005 with flag 700654/290000
31.33/27.19	c cleaning 23999 clauses out of 48004 with flag 750654/315000
34.41/30.26	c cleaning 25001 clauses out of 50009 with flag 802662/341004
37.60/33.42	c cleaning 25995 clauses out of 52005 with flag 856656/368001
40.49/36.41	c cleaning 27002 clauses out of 54010 with flag 912656/396001
43.57/39.55	c cleaning 28003 clauses out of 56010 with flag 970660/425003
47.46/43.40	c cleaning 29000 clauses out of 58006 with flag 1035561/455002
51.78/47.72	c cleaning 29999 clauses out of 60008 with flag 1110519/486004
56.77/52.76	c cleaning 30998 clauses out of 62005 with flag 1187356/518000
61.56/57.56	c cleaning 32002 clauses out of 64009 with flag 1263661/551002
66.44/62.40	c cleaning 33002 clauses out of 66007 with flag 1331661/585002
72.51/68.53	c cleaning 33999 clauses out of 68005 with flag 1410592/620002
78.60/74.68	c cleaning 34999 clauses out of 70006 with flag 1487683/656002
85.48/81.52	c cleaning 36000 clauses out of 72006 with flag 1572154/693001
91.77/87.86	c cleaning 36995 clauses out of 74007 with flag 1651893/731002
98.56/94.67	c cleaning 38001 clauses out of 76012 with flag 1729893/770002
107.57/103.73	c cleaning 39005 clauses out of 78011 with flag 1809893/810002
117.36/113.59	c cleaning 39995 clauses out of 80004 with flag 1891889/851000
127.44/123.65	c cleaning 41003 clauses out of 82011 with flag 1975893/893002
138.16/138.06	c cleaning 42001 clauses out of 84008 with flag 2064153/936002
149.23/149.11	c cleaning 42997 clauses out of 86005 with flag 2173474/980000
160.67/160.67	c cleaning 44001 clauses out of 88008 with flag 2286543/1025000
171.64/171.68	c cleaning 45003 clauses out of 90008 with flag 2393284/1071001
185.51/185.52	c cleaning 46001 clauses out of 92006 with flag 2487553/1118002
204.14/204.28	c cleaning 46999 clauses out of 94004 with flag 2583551/1166001
217.50/217.62	c cleaning 48002 clauses out of 96005 with flag 2692825/1215001
231.87/232.07	c cleaning 48995 clauses out of 98003 with flag 2806345/1265001
247.42/247.63	c cleaning 50002 clauses out of 100008 with flag 2935749/1316001
262.86/263.13	c cleaning 50999 clauses out of 102005 with flag 3062738/1368000
279.91/280.29	c cleaning 51996 clauses out of 104006 with flag 3194421/1421000
296.22/296.62	c cleaning 53002 clauses out of 106014 with flag 3306383/1475004
319.73/320.20	c cleaning 53998 clauses out of 108008 with flag 3416895/1530000
338.69/339.27	c cleaning 55000 clauses out of 110011 with flag 3545856/1586001
363.89/365.39	c cleaning 56002 clauses out of 112012 with flag 3665721/1643002
381.25/383.74	c cleaning 57000 clauses out of 114008 with flag 3801909/1701000
402.02/404.58	c cleaning 57996 clauses out of 116008 with flag 3924917/1760000
432.18/435.64	c cleaning 58995 clauses out of 118013 with flag 4044919/1820001
465.98/469.60	c cleaning 60006 clauses out of 120018 with flag 4166919/1881001
501.31/505.04	c cleaning 60998 clauses out of 122012 with flag 4292306/1943001
532.72/536.51	c cleaning 62004 clauses out of 124013 with flag 4431450/2006000
560.32/564.27	c cleaning 63001 clauses out of 126011 with flag 4567716/2070002
600.91/604.96	c cleaning 63998 clauses out of 128011 with flag 4697718/2135003
643.11/647.23	c cleaning 65003 clauses out of 130010 with flag 4829712/2201000
683.82/688.03	c cleaning 65998 clauses out of 132010 with flag 4963718/2268003
728.89/733.24	c cleaning 67002 clauses out of 134011 with flag 5099716/2336002
772.48/776.93	c cleaning 68000 clauses out of 136009 with flag 5237716/2405002
805.61/810.15	c cleaning 68999 clauses out of 138007 with flag 5377774/2475000
830.92/835.51	c cleaning 69993 clauses out of 140010 with flag 5546092/2546002
863.95/868.67	c cleaning 71004 clauses out of 142015 with flag 5726146/2618000
894.57/899.37	c cleaning 71998 clauses out of 144011 with flag 5892174/2691000
938.19/943.03	c cleaning 73005 clauses out of 146015 with flag 6040178/2765002
992.54/997.55	c cleaning 73995 clauses out of 148008 with flag 6190174/2840000
1034.07/1040.74	c cleaning 75000 clauses out of 150014 with flag 6354011/2916001
1076.83/1083.52	c cleaning 76003 clauses out of 152015 with flag 6534953/2993002
1135.47/1142.31	c cleaning 77004 clauses out of 154011 with flag 6704661/3071001
1190.02/1196.93	c cleaning 77999 clauses out of 156008 with flag 6879431/3150002
1260.55/1267.60	c cleaning 78996 clauses out of 158008 with flag 7039432/3230001
1346.54/1354.78	c cleaning 80003 clauses out of 160011 with flag 7201435/3311000
1406.06/1414.39	c cleaning 81002 clauses out of 162009 with flag 7400267/3393001
1465.60/1474.04	c cleaning 82003 clauses out of 164010 with flag 7576582/3476004
1530.43/1539.00	c cleaning 82996 clauses out of 166004 with flag 7765976/3560001
1629.12/1639.09	c cleaning 83996 clauses out of 168008 with flag 7935976/3645001
1704.71/1714.82	c cleaning 85001 clauses out of 170012 with flag 8131858/3731001
1758.67/1768.86	c cleaning 85999 clauses out of 172010 with flag 8345333/3818000
1822.80/1833.10	c cleaning 87003 clauses out of 174012 with flag 8531074/3906001
1921.02/1931.49	c cleaning 88004 clauses out of 176010 with flag 8709076/3995002
2012.78/2023.89	c cleaning 88993 clauses out of 178004 with flag 8889072/4085000
2119.21/2130.40	c cleaning 90000 clauses out of 180011 with flag 9071072/4176000
2218.10/2229.59	c cleaning 91001 clauses out of 182015 with flag 9256125/4268004
2304.06/2315.68	c cleaning 92001 clauses out of 184011 with flag 9474010/4361001
2374.89/2386.62	c cleaning 93003 clauses out of 186011 with flag 9688275/4455002
2447.37/2460.09	c cleaning 93993 clauses out of 188006 with flag 9894189/4550000
2541.24/2554.05	c cleaning 95000 clauses out of 190013 with flag 10099806/4646000
2632.39/2645.67	c cleaning 95998 clauses out of 192014 with flag 10312307/4743001
2710.64/2724.09	c cleaning 97002 clauses out of 194015 with flag 10554033/4841000
2813.43/2827.03	c cleaning 98002 clauses out of 196013 with flag 10775962/4940000
2919.61/2933.48	c cleaning 99004 clauses out of 198011 with flag 10992951/5040000
2999.34/3013.40	c cleaning 99999 clauses out of 200008 with flag 11234018/5141001
3087.94/3102.07	c cleaning 101003 clauses out of 202010 with flag 11483458/5243002
3178.63/3195.11	c cleaning 102001 clauses out of 204008 with flag 11729861/5346003
3317.82/3334.55	c cleaning 103000 clauses out of 206010 with flag 11939356/5450006
3424.64/3441.58	c cleaning 103996 clauses out of 208004 with flag 12166134/5555000
3550.90/3568.05	c cleaning 104999 clauses out of 210010 with flag 12389267/5661002
3600.07/3618.03	c timeout
3600.07/3618.04	c starts		: 32068
3600.07/3618.05	c conflicts		: 5719029
3600.07/3618.05	c decisions		: 7533425
3600.07/3618.05	c propagations		: 396253833
3600.07/3618.05	c inspects		: 42965101300
3600.07/3618.05	c shortcuts		: 0
3600.07/3618.05	c learnt literals	: 0
3600.07/3618.05	c learnt binary clauses	: 171
3600.07/3618.05	c learnt ternary clauses	: 53
3600.07/3618.05	c learnt constraints	: 5719029
3600.07/3618.05	c ignored constraints	: 0
3600.07/3618.05	c root simplifications	: 0
3600.07/3618.05	c removed literals (reason simplification)	: 22314816
3600.07/3618.05	c reason swapping (by a shorter reason)	: 0
3600.07/3618.05	c Calls to reduceDB	: 102
3600.07/3618.05	c Number of update (reduction) of LBD	: 270664
3600.07/3618.05	c Imported unit clauses	: 0
3600.07/3618.05	c No decision after first conflict	: false
3600.07/3618.05	c number of reductions to clauses (during analyze)	: 0
3600.07/3618.05	c number of learned constraints concerned by reduction	: 0
3600.07/3618.05	c number of learning phase by resolution	: 0
3600.07/3618.05	c number of learning phase by cutting planes	: 0
3600.07/3618.06	c number of rounding to 1 operations	: 0
3600.07/3618.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3618.06	c number of reductions of the coefficients by power 2 	: 0
3600.07/3618.06	c number of right shift for reduction by power 2 	: 0
3600.07/3618.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3618.06	c number of ending skipping 	: 0
3600.07/3618.06	c number of internal skipping 	: 0
3600.07/3618.06	c number of derivation steps 	: 0
3600.07/3618.06	c number of skipped derivation steps 	: 0
3600.07/3618.06	c number of remaining unassigned 	: 0
3600.07/3618.06	c number of remaining assigned 	: 0
3600.07/3618.06	c number of falsified literals weakened from reason	: 0
3600.07/3618.06	c number of falsified literals weakened from conflict	: 0
3600.07/3618.06	c time for arithmetic operations	: 0
3600.07/3618.06	c minimum degree of deleted constraints	: null
3600.07/3618.06	c maximum degree of deleted constraints	: null
3600.07/3618.06	c number of deleted constraints	: 0
3600.07/3618.06	c speed (assignments/second)	: 109550.4185545788
3600.07/3618.06	c non guided choices	: 66812
3600.20/3618.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 162867
3600.20/3618.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 171
3600.20/3618.18	s UNKNOWN
3600.20/3618.18	c Total wall clock time (in seconds): 3617.852

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507961-1751511069/watcher-4507961-1751511069 -o /tmp/evaluation-result-4507961-1751511069/solver-4507961-1751511069 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751503801-80760 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507961-1751511069 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4507961-1751511069.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=81692, runsolver pid=81689

[startup+0.10007 s]*
/proc/loadavg: 4.16 4.15 4.17 7/306 81713
/proc/meminfo: memFree=112751176/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=18930384 memory=48516 CPUtime=0.12 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 5792 0 0 0 9 3 0 0 20 0 18 0 66786055 19384713216 12129 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4732596 12129 5341 1 0 547003 0
[pid=81692/tid=81694] ppid=81689 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 4693 0 0 0 5 2 0 0 20 0 18 0 66786057 19384713216 12129 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=18930384 memory=215637836228 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66786061 19384713216 12129 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=18930384 memory=25961 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66786062 19384713216 12129 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48516 KiB

[startup+0.211731 s]*
/proc/loadavg: 4.16 4.15 4.17 6/306 81716
/proc/meminfo: memFree=112746136/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=18930384 memory=55400 CPUtime=0.29 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 6490 0 0 0 25 4 0 0 20 0 18 0 66786055 19384713216 13850 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4732596 13850 5341 1 0 547571 0
[pid=81692/tid=81694] ppid=81689 vsize=18930384 memory=4026784777 CPUtime=0.18 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) S 81689 81692 80750 0 -1 4194368 5002 0 0 0 15 3 0 0 20 0 18 0 66786057 19384713216 13850 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=18930384 memory=211342852430 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66786061 19384713216 13850 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=18930384 memory=62887834182043 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66786062 19384713216 13850 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55400 KiB

[startup+0.31176 s]*
/proc/loadavg: 4.16 4.15 4.17 5/304 81722
/proc/meminfo: memFree=112741544/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=18930384 memory=58556 CPUtime=0.42 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 6767 0 0 0 38 4 0 0 20 0 18 0 66786055 19384713216 14639 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4732596 14639 5341 1 0 547769 0
[pid=81692/tid=81694] ppid=81689 vsize=18930384 memory=-6000919468361149287 CPUtime=0.26 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) S 81689 81692 80750 0 -1 4194368 5183 0 0 0 23 3 0 0 20 0 18 0 66786057 19384713216 14639 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66786061 19384713216 14639 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66786062 19384713216 14639 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58556 KiB

[startup+0.700293 s]
/proc/loadavg: 4.16 4.15 4.17 5/304 81727
/proc/meminfo: memFree=113450752/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=18930384 memory=121640 CPUtime=1.09 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 8576 0 0 0 103 6 0 0 20 0 18 0 66786055 19384713216 30410 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4732596 30410 5437 1 0 548930 0
[pid=81692/tid=81694] ppid=81689 vsize=18930384 memory=14208 CPUtime=0.6 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 5323 0 0 0 56 4 0 0 20 0 18 0 66786057 19384713216 30410 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66786061 19384713216 30410 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=18930384 memory=3328 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66786062 19384713216 30410 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 121640 KiB

[startup+1.50029 s]
/proc/loadavg: 4.16 4.15 4.17 9/328 81760
/proc/meminfo: memFree=113330832/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=19063512 memory=184072 CPUtime=2.66 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 23227 0 0 0 256 10 0 0 20 0 20 0 66786055 19521036288 46018 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4765878 46018 5533 1 0 555596 0
[pid=81692/tid=81694] ppid=81689 vsize=19063512 memory=0 CPUtime=1.3 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 5915 0 0 0 125 5 0 0 20 0 20 0 66786057 19521036288 46018 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 46018 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 46018 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81760] ppid=81689 vsize=19063512 memory=33 CPUtime=0 cores=0,2
/proc/81692/task/81760/stat : 81760 (Timer-0) S 81689 81692 80750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66786152 19521036288 46018 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184072 KiB

[startup+3.10584 s]
/proc/loadavg: 4.16 4.15 4.17 7/330 81762
/proc/meminfo: memFree=113180984/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=19063512 memory=194392 CPUtime=5.84 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 26835 0 0 0 572 12 0 0 20 0 20 0 66786055 19521036288 48598 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4765878 48598 5533 1 0 555630 0
[pid=81692/tid=81694] ppid=81689 vsize=19063512 memory=11264 CPUtime=2.82 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 6955 0 0 0 275 7 0 0 20 0 20 0 66786057 19521036288 48598 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 48598 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 48598 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81760] ppid=81689 vsize=19063512 memory=171892 CPUtime=0 cores=0,2
/proc/81692/task/81760/stat : 81760 (Timer-0) S 81689 81692 80750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66786152 19521036288 48598 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 194392 KiB

[startup+6.30038 s]
/proc/loadavg: 4.31 4.18 4.18 5/330 81762
/proc/meminfo: memFree=112922576/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=19063512 memory=387864 CPUtime=10.42 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 27356 0 0 0 1023 19 0 0 20 0 20 0 66786055 19521036288 96966 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4765878 96966 5565 1 0 555657 0
[pid=81692/tid=81694] ppid=81689 vsize=19063512 memory=0 CPUtime=5.99 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 7173 0 0 0 586 13 0 0 20 0 20 0 66786057 19521036288 96966 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 96966 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=2867565960586600 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 96966 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81760] ppid=81689 vsize=19063512 memory=184072 CPUtime=0 cores=0,2
/proc/81692/task/81760/stat : 81760 (Timer-0) S 81689 81692 80750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66786152 19521036288 96966 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 10.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 387864 KiB

[startup+12.7004 s]
/proc/loadavg: 4.29 4.18 4.18 6/306 81791
/proc/meminfo: memFree=114599188/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=19063512 memory=1119104 CPUtime=16.94 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 32135 0 0 0 1656 38 0 0 20 0 20 0 66786055 19521036288 279776 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4765878 279776 5565 1 0 555673 0
[pid=81692/tid=81694] ppid=81689 vsize=19063512 memory=184072 CPUtime=12.31 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 8581 0 0 0 1201 30 0 0 20 0 20 0 66786057 19521036288 279776 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=19063512 memory=1119104 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 279776 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 279776 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81760] ppid=81689 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/81692/task/81760/stat : 81760 (Timer-0) S 81689 81692 80750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66786152 19521036288 279776 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 16.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1119104 KiB

[startup+25.5004 s]
/proc/loadavg: 4.43 4.22 4.19 5/330 81897
/proc/meminfo: memFree=126011028/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=19063512 memory=1119104 CPUtime=29.72 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 33477 0 0 0 2929 43 0 0 20 0 20 0 66786055 19521036288 279776 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4765878 279776 5565 1 0 555673 0
[pid=81692/tid=81694] ppid=81689 vsize=19063512 memory=1119104 CPUtime=25.05 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 9707 0 0 0 2470 35 0 0 20 0 20 0 66786057 19521036288 279776 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 279776 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=1075992 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 279776 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81760] ppid=81689 vsize=19063512 memory=1119104 CPUtime=0 cores=0,2
/proc/81692/task/81760/stat : 81760 (Timer-0) S 81689 81692 80750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66786152 19521036288 279776 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 29.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1119104 KiB

[startup+51.1134 s]
/proc/loadavg: 4.40 4.23 4.19 5/331 81898
/proc/meminfo: memFree=124020876/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=19063512 memory=1344424 CPUtime=55.18 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 36824 0 0 0 5464 54 0 0 20 0 20 0 66786055 19521036288 336106 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4765878 336106 5565 1 0 555673 0
[pid=81692/tid=81694] ppid=81689 vsize=19063512 memory=1344424 CPUtime=50.36 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 10865 0 0 0 4992 44 0 0 20 0 20 0 66786057 19521036288 336106 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=19063512 memory=1260424 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 336106 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 336106 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0

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

/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 433498 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=1733992 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 1664 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 433498 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81760] ppid=81689 vsize=19063512 memory=1733992 CPUtime=0 cores=0,2
/proc/81692/task/81760/stat : 81760 (Timer-0) S 81689 81692 80750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66786152 19521036288 433498 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 3205.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1733992 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/331 82074
/proc/meminfo: memFree=107897320/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=19063512 memory=1733992 CPUtime=3265.73 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 75820 0 0 0 326047 526 0 0 20 0 20 0 66786055 19521036288 433498 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4765878 433498 5565 1 0 555689 0
[pid=81692/tid=81694] ppid=81689 vsize=19063512 memory=1676592 CPUtime=3253.38 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 33576 0 0 0 324996 342 0 0 20 0 20 0 66786057 19521036288 433498 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=19063512 memory=14208 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 433498 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=1733992 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 1772 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 433498 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81760] ppid=81689 vsize=19063512 memory=1733992 CPUtime=0 cores=0,2
/proc/81692/task/81760/stat : 81760 (Timer-0) S 81689 81692 80750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66786152 19521036288 433498 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 3265.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1733992 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.14 4.09 5/331 82076
/proc/meminfo: memFree=107763068/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=19063512 memory=1733992 CPUtime=3325.61 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 76354 0 0 0 332027 534 0 0 20 0 20 0 66786055 19521036288 433498 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4765878 433498 5565 1 0 555689 0
[pid=81692/tid=81694] ppid=81689 vsize=19063512 memory=1676592 CPUtime=3313.21 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 34072 0 0 0 330974 347 0 0 20 0 20 0 66786057 19521036288 433498 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 433498 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=1733992 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 1804 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 433498 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81760] ppid=81689 vsize=19063512 memory=1733992 CPUtime=0 cores=0,2
/proc/81692/task/81760/stat : 81760 (Timer-0) S 81689 81692 80750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66786152 19521036288 433498 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 3325.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1733992 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.14 4.09 5/331 82079
/proc/meminfo: memFree=107628992/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=19063512 memory=1766760 CPUtime=3385.51 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 77085 0 0 0 338009 542 0 0 20 0 20 0 66786055 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4765878 441690 5565 1 0 555689 0
[pid=81692/tid=81694] ppid=81689 vsize=19063512 memory=1676592 CPUtime=3372.94 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 34162 0 0 0 336942 352 0 0 20 0 20 0 66786057 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=19063512 memory=1733992 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 1804 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81760] ppid=81689 vsize=19063512 memory=1766760 CPUtime=0 cores=0,2
/proc/81692/task/81760/stat : 81760 (Timer-0) S 81689 81692 80750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66786152 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 3385.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1766760 KiB

[startup+3462.3 s]
/proc/loadavg: 4.78 4.32 4.16 4/331 82086
/proc/meminfo: memFree=107519944/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=19063512 memory=1766760 CPUtime=3445.4 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 77327 0 0 0 343991 549 0 0 20 0 20 0 66786055 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4765878 441690 5565 1 0 555689 0
[pid=81692/tid=81694] ppid=81689 vsize=19063512 memory=1676592 CPUtime=3432.78 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 34399 0 0 0 342923 355 0 0 20 0 20 0 66786057 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=19063512 memory=1733992 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 1804 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81760] ppid=81689 vsize=19063512 memory=-6000919468361149287 CPUtime=0 cores=0,2
/proc/81692/task/81760/stat : 81760 (Timer-0) S 81689 81692 80750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66786152 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 3445.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1766760 KiB

[startup+3522.3 s]
/proc/loadavg: 4.68 4.37 4.19 5/331 82088
/proc/meminfo: memFree=107413704/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=19063512 memory=1766760 CPUtime=3505.29 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 78698 0 0 0 349972 557 0 0 20 0 20 0 66786055 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4765878 441690 5565 1 0 555689 0
[pid=81692/tid=81694] ppid=81689 vsize=19063512 memory=1676592 CPUtime=3492.54 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 34970 0 0 0 348894 360 0 0 20 0 20 0 66786057 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=19063512 memory=-6000919468361149287 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=-4421386496164325727 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 1804 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81760] ppid=81689 vsize=19063512 memory=1766760 CPUtime=0 cores=0,2
/proc/81692/task/81760/stat : 81760 (Timer-0) S 81689 81692 80750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66786152 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 3505.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1766760 KiB

[startup+3582.3 s]
/proc/loadavg: 4.72 4.45 4.23 5/331 82091
/proc/meminfo: memFree=107297696/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=19063512 memory=1766760 CPUtime=3564.42 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 79353 0 0 0 355878 564 0 0 20 0 20 0 66786055 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4765878 441690 5565 1 0 555689 0
[pid=81692/tid=81694] ppid=81689 vsize=19063512 memory=1676592 CPUtime=3551.64 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 35559 0 0 0 354800 364 0 0 20 0 20 0 66786057 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=19063512 memory=1766760 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=1766760 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 1863 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81760] ppid=81689 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/81692/task/81760/stat : 81760 (Timer-0) S 81689 81692 80750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66786152 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 3564.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1766760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618 s]*
/proc/loadavg: 4.48 4.42 4.22 5/331 82091
/proc/meminfo: memFree=107235568/131382112 swapFree=33005784/33010684
[pid=81692] ppid=81689 vsize=19063512 memory=1766760 CPUtime=3600.07 cores=0,2
/proc/81692/stat : 81692 (java) S 81689 81692 80750 0 -1 4194304 79769 0 0 0 359435 572 0 0 20 0 20 0 66786055 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
/proc/81692/statm: 4765878 441690 5565 1 0 555689 0
[pid=81692/tid=81694] ppid=81689 vsize=19063512 memory=-6000919489852631911 CPUtime=3587.24 cores=0,2
/proc/81692/task/81694/stat : 81694 (java) R 81689 81692 80750 0 -1 4194368 35857 0 0 0 358356 368 0 0 20 0 20 0 66786057 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81703] ppid=81689 vsize=19063512 memory=6452091047626039873 CPUtime=0 cores=0,2
/proc/81692/task/81703/stat : 81703 (Finalizer) S 81689 81692 80750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66786061 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81711] ppid=81689 vsize=19063512 memory=7112 CPUtime=0 cores=0,2
/proc/81692/task/81711/stat : 81711 (Common-Cleaner) S 81689 81692 80750 0 -1 4194368 1960 0 0 0 0 0 0 0 20 0 20 0 66786062 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
[pid=81692/tid=81760] ppid=81689 vsize=19063512 memory=7872 CPUtime=0 cores=0,2
/proc/81692/task/81760/stat : 81760 (Timer-0) S 81689 81692 80750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66786152 19521036288 441690 18446744073709551615 93967402901504 93967402905200 140724963592336 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93967402913016 93967402913808 93967425118208 140724963600688 140724963600870 140724963600870 140724963606472 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1766760 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.56 s, system=5.74041 s

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

[startup+3618.2 s]*
/proc/loadavg: 4.48 4.42 4.22 5/313 82094
/proc/meminfo: memFree=108964052/131382112 swapFree=33005784/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3618.23
CPU time (s): 3600.3
CPU user time (s): 3594.56
CPU system time (s): 5.74041
CPU usage (%): 99.5044
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1767656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.56
system time used= 5.74041
maximum resident set size= 1767656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107007
involuntary context switches= 9941


# summary of solver processes directly reported to runsolver:
#   pid: 81692
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3594.56
#   total CPU system time (s): 5.74041

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.9787 second user time and 37.5075 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-03 04:51:09
IDJOB=4507961
IDBENCH=158390
IDSOLVER=3364
FILE ID=nodeC007/4507961-1751511069
RUNJOBID= nodeC007-1751503801-80760
SLURM_JOB_ID= 9598592
Free space on /tmp= 430972 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.5.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507961-1751511069/watcher-4507961-1751511069 -o /tmp/evaluation-result-4507961-1751511069/solver-4507961-1751511069 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751503801-80760 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507961-1751511069 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4507961-1751511069.opb

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=992789837

nodeC007 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1281.089
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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	: 0xb00001f
cpu MHz		: 3654.872
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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	: 0xb00001f
cpu MHz		: 1895.554
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.280
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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	: 0xb00001f
cpu MHz		: 3491.844
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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	: 0xb00001f
cpu MHz		: 3491.838
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.718
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.929
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        112765100 kB
MemAvailable:   124621168 kB
Buffers:              16 kB
Cached:         12525712 kB
SwapCached:          252 kB
Active:          5468956 kB
Inactive:       12300308 kB
Active(anon):    5209188 kB
Inactive(anon):    47904 kB
Active(file):     259768 kB
Inactive(file): 12252404 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4256 kB
Writeback:             0 kB
AnonPages:       5246116 kB
Mapped:           118908 kB
Shmem:             13504 kB
KReclaimable:     367044 kB
Slab:             458084 kB
SReclaimable:     367044 kB
SUnreclaim:        91040 kB
KernelStack:        4704 kB
PageTables:        13724 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5732540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150104 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5009408 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431032 MiB
End job on nodeC007 at 2025-07-03 05:51:28