Trace number 4507960

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 2025-06-06? (TO) 3600.16 3605.13

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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
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@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 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 Expensive 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-4507960-1751500877.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  objective function found
0.52/0.38	c ... done. Wall clock time 0.248s.
0.52/0.38	c declared #vars     9324
0.52/0.38	c #constraints  28660
0.52/0.38	c constraints type 
0.52/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
0.52/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 294
0.52/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1708
0.52/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10670
0.52/0.38	c 28660 constraints processed.
0.52/0.39	c objective function length is 26 literals
1.69/0.91	c cleaning 2493 clauses out of 5000 with flag 17345/5000
2.27/1.28	c cleaning 4250 clauses out of 8509 with flag 36663/11002
2.92/1.61	c cleaning 5629 clauses out of 11258 with flag 59758/18001
3.34/2.06	c cleaning 6810 clauses out of 13630 with flag 88344/26002
3.75/2.41	c cleaning 7886 clauses out of 15820 with flag 117042/35002
4.07/2.69	c cleaning 8947 clauses out of 17934 with flag 139942/45002
4.63/3.07	c cleaning 9968 clauses out of 19985 with flag 168584/56000
5.32/3.73	c cleaning 10977 clauses out of 22017 with flag 198191/68000
6.22/4.68	c cleaning 11989 clauses out of 24040 with flag 231419/81000
7.42/5.89	c cleaning 12999 clauses out of 26051 with flag 265090/95000
8.14/6.59	c cleaning 14015 clauses out of 28052 with flag 303785/110000
8.94/7.36	c cleaning 15017 clauses out of 30038 with flag 342476/126001
9.76/8.18	c cleaning 16004 clauses out of 32022 with flag 381603/143002
10.78/9.13	c cleaning 17007 clauses out of 34019 with flag 423549/161003
11.48/9.88	c cleaning 18003 clauses out of 36009 with flag 461543/180000
12.78/11.18	c cleaning 19000 clauses out of 38007 with flag 506230/200001
14.69/13.06	c cleaning 20003 clauses out of 40008 with flag 556798/221002
16.29/14.68	c cleaning 21001 clauses out of 42005 with flag 603194/243002
17.98/16.33	c cleaning 21997 clauses out of 44002 with flag 651831/266000
19.68/18.07	c cleaning 23001 clauses out of 46005 with flag 700654/290000
21.58/19.97	c cleaning 23999 clauses out of 48004 with flag 750654/315000
23.78/22.12	c cleaning 25001 clauses out of 50009 with flag 802662/341004
26.07/24.44	c cleaning 25995 clauses out of 52005 with flag 856656/368001
28.67/27.04	c cleaning 27002 clauses out of 54010 with flag 912656/396001
31.56/29.92	c cleaning 28003 clauses out of 56010 with flag 970660/425003
34.95/33.31	c cleaning 29000 clauses out of 58006 with flag 1035561/455002
38.77/37.15	c cleaning 29999 clauses out of 60008 with flag 1110519/486004
43.35/41.71	c cleaning 30998 clauses out of 62005 with flag 1187356/518000
47.75/46.12	c cleaning 32002 clauses out of 64009 with flag 1263661/551002
52.36/50.74	c cleaning 33002 clauses out of 66007 with flag 1331661/585002
57.95/56.33	c cleaning 33999 clauses out of 68005 with flag 1410592/620002
63.84/62.20	c cleaning 34999 clauses out of 70006 with flag 1487683/656002
70.12/68.51	c cleaning 36000 clauses out of 72006 with flag 1572154/693001
76.24/74.60	c cleaning 36995 clauses out of 74007 with flag 1651893/731002
83.13/81.54	c cleaning 38001 clauses out of 76012 with flag 1729893/770002
92.00/90.44	c cleaning 39005 clauses out of 78011 with flag 1809893/810002
101.73/100.17	c cleaning 39995 clauses out of 80004 with flag 1891889/851000
111.60/110.09	c cleaning 41003 clauses out of 82011 with flag 1975893/893002
121.47/119.90	c cleaning 42001 clauses out of 84008 with flag 2064153/936002
131.57/130.06	c cleaning 42997 clauses out of 86005 with flag 2173474/980000
142.56/141.10	c cleaning 44001 clauses out of 88008 with flag 2286543/1025000
153.43/151.92	c cleaning 45003 clauses out of 90008 with flag 2393284/1071001
167.02/165.52	c cleaning 46001 clauses out of 92006 with flag 2487553/1118002
184.98/183.53	c cleaning 46999 clauses out of 94004 with flag 2583551/1166001
198.36/196.90	c cleaning 48002 clauses out of 96005 with flag 2692825/1215001
212.07/210.69	c cleaning 48995 clauses out of 98003 with flag 2806345/1265001
227.34/225.92	c cleaning 50002 clauses out of 100008 with flag 2935749/1316001
243.11/241.77	c cleaning 50999 clauses out of 102005 with flag 3062738/1368000
260.42/259.03	c cleaning 51996 clauses out of 104006 with flag 3194421/1421000
276.87/275.59	c cleaning 53002 clauses out of 106014 with flag 3306383/1475004
300.43/299.14	c cleaning 53998 clauses out of 108008 with flag 3416895/1530000
320.22/318.94	c cleaning 55000 clauses out of 110011 with flag 3545856/1586001
345.86/344.68	c cleaning 56002 clauses out of 112012 with flag 3665721/1643002
362.82/361.63	c cleaning 57000 clauses out of 114008 with flag 3801909/1701000
383.08/381.96	c cleaning 57996 clauses out of 116008 with flag 3924917/1760000
411.31/410.24	c cleaning 58995 clauses out of 118013 with flag 4044919/1820001
442.13/441.17	c cleaning 60006 clauses out of 120018 with flag 4166919/1881001
473.86/472.93	c cleaning 60998 clauses out of 122012 with flag 4292306/1943001
501.00/500.15	c cleaning 62004 clauses out of 124013 with flag 4431450/2006000
526.33/525.55	c cleaning 63001 clauses out of 126011 with flag 4567716/2070002
560.86/560.18	c cleaning 63998 clauses out of 128011 with flag 4697718/2135003
595.97/595.37	c cleaning 65003 clauses out of 130010 with flag 4829712/2201000
630.48/629.90	c cleaning 65998 clauses out of 132010 with flag 4963718/2268003
672.09/671.68	c cleaning 67002 clauses out of 134011 with flag 5099716/2336002
712.59/712.22	c cleaning 68000 clauses out of 136009 with flag 5237716/2405002
751.59/751.33	c cleaning 68999 clauses out of 138007 with flag 5377774/2475000
777.63/777.40	c cleaning 69993 clauses out of 140010 with flag 5546092/2546002
811.36/811.23	c cleaning 71004 clauses out of 142015 with flag 5726146/2618000
843.68/843.60	c cleaning 71998 clauses out of 144011 with flag 5892174/2691000
891.97/892.07	c cleaning 73005 clauses out of 146015 with flag 6040178/2765002
949.94/950.14	c cleaning 73995 clauses out of 148008 with flag 6190174/2840000
985.16/985.47	c cleaning 75000 clauses out of 150014 with flag 6354011/2916001
1021.78/1022.10	c cleaning 76003 clauses out of 152015 with flag 6534953/2993002
1074.85/1075.39	c cleaning 77004 clauses out of 154011 with flag 6704661/3071001
1123.34/1123.91	c cleaning 77999 clauses out of 156008 with flag 6879431/3150002
1181.21/1181.94	c cleaning 78996 clauses out of 158008 with flag 7039432/3230001
1255.44/1256.35	c cleaning 80003 clauses out of 160011 with flag 7201435/3311000
1306.93/1307.94	c cleaning 81002 clauses out of 162009 with flag 7400267/3393001
1355.95/1356.87	c cleaning 82003 clauses out of 164010 with flag 7576582/3476004
1409.84/1410.85	c cleaning 82996 clauses out of 166004 with flag 7765976/3560001
1492.50/1493.62	c cleaning 83996 clauses out of 168008 with flag 7935976/3645001
1556.29/1557.50	c cleaning 85001 clauses out of 170012 with flag 8131858/3731001
1606.90/1608.14	c cleaning 85999 clauses out of 172010 with flag 8345333/3818000
1661.59/1662.97	c cleaning 87003 clauses out of 174012 with flag 8531074/3906001
1746.34/1747.86	c cleaning 88004 clauses out of 176010 with flag 8709076/3995002
1832.05/1833.67	c cleaning 88993 clauses out of 178004 with flag 8889072/4085000
1925.18/1926.95	c cleaning 90000 clauses out of 180011 with flag 9071072/4176000
2022.70/2024.69	c cleaning 91001 clauses out of 182015 with flag 9256125/4268004
2102.35/2104.42	c cleaning 92001 clauses out of 184011 with flag 9474010/4361001
2167.65/2169.83	c cleaning 93003 clauses out of 186011 with flag 9688275/4455002
2237.64/2239.94	c cleaning 93993 clauses out of 188006 with flag 9894189/4550000
2322.88/2325.33	c cleaning 95000 clauses out of 190013 with flag 10099806/4646000
2409.12/2411.76	c cleaning 95998 clauses out of 192014 with flag 10312307/4743001
2482.58/2485.39	c cleaning 97002 clauses out of 194015 with flag 10554033/4841000
2578.61/2581.57	c cleaning 98002 clauses out of 196013 with flag 10775962/4940000
2668.71/2671.70	c cleaning 99004 clauses out of 198011 with flag 10992951/5040000
2737.47/2740.61	c cleaning 99999 clauses out of 200008 with flag 11234018/5141001
2816.29/2819.61	c cleaning 101003 clauses out of 202010 with flag 11483458/5243002
2896.21/2899.72	c cleaning 102001 clauses out of 204008 with flag 11729861/5346003
3015.55/3019.31	c cleaning 103000 clauses out of 206010 with flag 11939356/5450006
3114.01/3117.94	c cleaning 103996 clauses out of 208004 with flag 12166134/5555000
3226.37/3230.56	c cleaning 104999 clauses out of 210010 with flag 12389267/5661002
3319.06/3323.44	c cleaning 105997 clauses out of 212010 with flag 12636915/5768001
3421.44/3426.04	c cleaning 106999 clauses out of 214014 with flag 12853068/5876002
3551.64/3556.58	c cleaning 108002 clauses out of 216015 with flag 13071068/5985002
3600.03/3605.01	c starts		: 32538
3600.03/3605.02	c conflicts		: 6034213
3600.03/3605.02	c decisions		: 7877543
3600.03/3605.02	c propagations		: 415616664
3600.03/3605.02	c inspects		: 46751557677
3600.03/3605.02	c shortcuts		: 0
3600.03/3605.02	c learnt literals	: 0
3600.03/3605.02	c learnt binary clauses	: 171
3600.03/3605.02	c learnt ternary clauses	: 53
3600.03/3605.02	c learnt constraints	: 6034213
3600.03/3605.02	c ignored constraints	: 0
3600.03/3605.02	c root simplifications	: 0
3600.03/3605.02	c removed literals (reason simplification)	: 23919171
3600.03/3605.02	c reason swapping (by a shorter reason)	: 0
3600.03/3605.02	c Calls to reduceDB	: 105
3600.03/3605.02	c Number of update (reduction) of LBD	: 274802
3600.03/3605.02	c Imported unit clauses	: 0
3600.03/3605.02	c No decision after first conflict	: false
3600.03/3605.02	c number of reductions to clauses (during analyze)	: 0
3600.03/3605.02	c number of learned constraints concerned by reduction	: 0
3600.03/3605.02	c number of learning phase by resolution	: 0
3600.03/3605.02	c number of learning phase by cutting planes	: 0
3600.03/3605.02	c number of rounding to 1 operations	: 0
3600.03/3605.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3605.02	c number of reductions of the coefficients by power 2 	: 0
3600.03/3605.02	c number of right shift for reduction by power 2 	: 0
3600.03/3605.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3605.02	c number of ending skipping 	: 0
3600.03/3605.02	c number of internal skipping 	: 0
3600.03/3605.02	c number of derivation steps 	: 0
3600.03/3605.02	c number of skipped derivation steps 	: 0
3600.03/3605.02	c number of remaining unassigned 	: 0
3600.03/3605.02	c number of remaining assigned 	: 0
3600.03/3605.02	c number of falsified literals weakened from reason	: 0
3600.03/3605.02	c number of falsified literals weakened from conflict	: 0
3600.03/3605.02	c time for arithmetic operations	: 0
3600.03/3605.02	c minimum degree of deleted constraints	: null
3600.03/3605.02	c maximum degree of deleted constraints	: null
3600.03/3605.02	c number of deleted constraints	: 0
3600.03/3605.02	c speed (assignments/second)	: 115300.81570114428
3600.03/3605.02	c non guided choices	: 66812
3600.03/3605.03	c timeout
3600.03/3605.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 157053
3600.03/3605.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 171
3600.03/3605.08	s UNKNOWN
3600.03/3605.08	c Total wall clock time (in seconds): 3604.957

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (57896 MiB free)
  memory of node 1: 64507 MiB (45628 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507960-1751500877/watcher-4507960-1751500877 -o /tmp/evaluation-result-4507960-1751500877/solver-4507960-1751500877 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751497260-71083 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4507960-1751500877.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=71731, runsolver pid=71728
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.26 4.12 4.04 5/338 71749
/proc/meminfo: memFree=105988496/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=18930384 memory=57892 CPUtime=0.13 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 6607 0 0 0 12 1 0 0 20 0 18 0 65766545 19384713216 14473 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4732596 14473 5363 1 0 547642 0
[pid=71731/tid=71733] ppid=71728 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 5105 0 0 0 7 0 0 0 20 0 18 0 65766546 19384713216 14473 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65766549 19384713216 14473 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=18930384 memory=55186957820777 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65766549 19384713216 14473 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57892 KiB

[startup+0.210209 s]*
/proc/loadavg: 4.26 4.12 4.04 7/338 71749
/proc/meminfo: memFree=105953712/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=18930384 memory=95468 CPUtime=0.34 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 7243 0 0 0 32 2 0 0 20 0 18 0 65766545 19384713216 23867 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4732596 23867 5427 1 0 548118 0
[pid=71731/tid=71733] ppid=71728 vsize=18930384 memory=4026728732 CPUtime=0.19 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 5315 0 0 0 18 1 0 0 20 0 18 0 65766546 19384713216 23867 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=18930384 memory=2697 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65766549 19384713216 23867 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65766549 19384713216 23867 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 95468 KiB

[startup+0.305701 s]*
/proc/loadavg: 4.26 4.12 4.04 6/338 71749
/proc/meminfo: memFree=105908720/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=18930384 memory=138020 CPUtime=0.52 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 8580 0 0 0 50 2 0 0 20 0 18 0 65766545 19384713216 34505 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4732596 34505 5427 1 0 548932 0
[pid=71731/tid=71733] ppid=71728 vsize=18930384 memory=-6000919472756714344 CPUtime=0.29 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 5335 0 0 0 27 2 0 0 20 0 18 0 65766546 19384713216 34505 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65766549 19384713216 35017 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65766549 19384713216 35017 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 138020 KiB

[startup+0.700209 s]
/proc/loadavg: 4.26 4.12 4.04 6/340 71751
/proc/meminfo: memFree=105888800/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=169968 CPUtime=1.28 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 13000 0 0 0 125 3 0 0 20 0 20 0 65766545 19521036288 42492 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 42492 5523 1 0 552029 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=18688 CPUtime=0.64 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 5483 0 0 0 62 2 0 0 20 0 20 0 65766546 19521036288 42492 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 42492 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 42492 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 42492 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169968 KiB

[startup+1.50026 s]
/proc/loadavg: 4.26 4.12 4.04 6/340 71751
/proc/meminfo: memFree=105870404/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=183624 CPUtime=2.82 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 25306 0 0 0 277 5 0 0 20 0 20 0 65766545 19521036288 45906 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 45906 5523 1 0 555285 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=0 CPUtime=1.42 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 6158 0 0 0 140 2 0 0 20 0 20 0 65766546 19521036288 45906 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 45906 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 45906 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 45906 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183624 KiB

[startup+3.10542 s]
/proc/loadavg: 4.32 4.14 4.04 5/340 71751
/proc/meminfo: memFree=105870740/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=184008 CPUtime=4.73 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 26842 0 0 0 468 5 0 0 20 0 20 0 65766545 19521036288 46002 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 46002 5555 1 0 555292 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=10624 CPUtime=3.02 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 6570 0 0 0 300 2 0 0 20 0 20 0 65766546 19521036288 46002 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=-6000919472756714344 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 46002 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 46002 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 46002 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184008 KiB

[startup+6.30029 s]
/proc/loadavg: 4.32 4.14 4.04 5/340 71751
/proc/meminfo: memFree=105842068/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=188556 CPUtime=7.94 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 28540 0 0 0 788 6 0 0 20 0 20 0 65766545 19521036288 47139 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 47139 5555 1 0 555325 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=0 CPUtime=6.2 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 6693 0 0 0 618 2 0 0 20 0 20 0 65766546 19521036288 47139 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 47139 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 47139 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=183624 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 47139 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 7.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188556 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.15 4.05 5/340 71752
/proc/meminfo: memFree=105825928/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=198888 CPUtime=14.39 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 31446 0 0 0 1432 7 0 0 20 0 20 0 65766545 19521036288 49722 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 49722 5555 1 0 555325 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=183624 CPUtime=12.57 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 7158 0 0 0 1255 2 0 0 20 0 20 0 65766546 19521036288 49722 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=188556 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 49722 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 49722 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 49722 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 14.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 198888 KiB

[startup+25.5002 s]
/proc/loadavg: 4.29 4.14 4.05 5/340 71752
/proc/meminfo: memFree=105755684/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=205168 CPUtime=27.17 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 33071 0 0 0 2710 7 0 0 20 0 20 0 65766545 19521036288 51292 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 51292 5555 1 0 555325 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=-6000919472756714344 CPUtime=25.32 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 7840 0 0 0 2530 2 0 0 20 0 20 0 65766546 19521036288 51292 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=198888 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 51292 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 51292 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 51292 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 27.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 205168 KiB

[startup+51.1054 s]
/proc/loadavg: 4.19 4.13 4.04 5/340 71752
/proc/meminfo: memFree=105521716/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=252468 CPUtime=52.77 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 34012 0 0 0 5268 9 0 0 20 0 20 0 65766545 19521036288 63117 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 63117 5555 1 0 555325 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=229900 CPUtime=50.81 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 7987 0 0 0 5079 2 0 0 20 0 20 0 65766546 19521036288 63117 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=14444 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 63117 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=229900 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=97959920/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=2125692 CPUtime=3218.19 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 58279 0 0 0 321690 129 0 0 20 0 20 0 65766545 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 531423 5555 1 0 555325 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=2125692 CPUtime=3213.15 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 20395 0 0 0 321291 24 0 0 20 0 20 0 65766546 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=2125692 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 1131 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=14444 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 3218.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2125692 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/340 71906
/proc/meminfo: memFree=97960000/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=2125692 CPUtime=3278.06 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 58788 0 0 0 327676 130 0 0 20 0 20 0 65766545 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 531423 5555 1 0 555325 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=2125692 CPUtime=3272.99 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 20829 0 0 0 327275 24 0 0 20 0 20 0 65766546 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=2125692 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=2125692 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 1131 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=17556 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 3278.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2125692 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/339 71908
/proc/meminfo: memFree=97960580/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=2125692 CPUtime=3337.92 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 58958 0 0 0 333660 132 0 0 20 0 20 0 65766545 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 531423 5555 1 0 555325 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=17556 CPUtime=3332.82 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 20946 0 0 0 333258 24 0 0 20 0 20 0 65766546 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=14444 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=14444 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 1176 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=2125692 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 3337.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2125692 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/340 71911
/proc/meminfo: memFree=97960216/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=2125692 CPUtime=3397.78 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 59412 0 0 0 339644 134 0 0 20 0 20 0 65766545 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 531423 5555 1 0 555325 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=14444 CPUtime=3392.66 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 21320 0 0 0 339242 24 0 0 20 0 20 0 65766546 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=2125692 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=2125692 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 1176 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=2125692 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 3397.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2125692 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/340 71913
/proc/meminfo: memFree=97960064/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=2125692 CPUtime=3457.65 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 60066 0 0 0 345629 136 0 0 20 0 20 0 65766545 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 531423 5555 1 0 555325 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=2125692 CPUtime=3452.49 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 21854 0 0 0 345225 24 0 0 20 0 20 0 65766546 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=2125692 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=2125692 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 1198 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=5736 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 3457.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2125692 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.13 4.10 5/339 71915
/proc/meminfo: memFree=97960228/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=2125692 CPUtime=3517.51 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 60168 0 0 0 351614 137 0 0 20 0 20 0 65766545 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 531423 5555 1 0 555325 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=0 CPUtime=3512.33 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 21880 0 0 0 351209 24 0 0 20 0 20 0 65766546 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=2125692 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 1259 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 3517.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2125692 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/340 71922
/proc/meminfo: memFree=97960144/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=2125692 CPUtime=3577.38 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 60535 0 0 0 357599 139 0 0 20 0 20 0 65766545 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 531423 5555 1 0 555325 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=5632 CPUtime=3572.17 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 22218 0 0 0 357192 25 0 0 20 0 20 0 65766546 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 1259 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 3577.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2125692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605 s]*
/proc/loadavg: 4.28 4.16 4.11 5/341 72138
/proc/meminfo: memFree=103929900/131249988 swapFree=33010160/33010684
[pid=71731] ppid=71728 vsize=19063512 memory=2125692 CPUtime=3600.03 cores=5,7
/proc/71731/stat : 71731 (java) S 71728 71731 71070 0 -1 4194304 60779 0 0 0 359863 140 0 0 20 0 20 0 65766545 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
/proc/71731/statm: 4765878 531423 5555 1 0 555325 0
[pid=71731/tid=71733] ppid=71728 vsize=19063512 memory=-6000919485658786408 CPUtime=3594.81 cores=5,7
/proc/71731/task/71733/stat : 71733 (java) R 71728 71731 71070 0 -1 4194368 22359 0 0 0 359456 25 0 0 20 0 20 0 65766546 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71742] ppid=71728 vsize=19063512 memory=2125692 CPUtime=0 cores=5,7
/proc/71731/task/71742/stat : 71742 (Finalizer) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71749] ppid=71728 vsize=19063512 memory=1408 CPUtime=0 cores=5,7
/proc/71731/task/71749/stat : 71749 (Common-Cleaner) S 71728 71731 71070 0 -1 4194368 1259 0 0 0 0 0 0 0 20 0 20 0 65766549 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
[pid=71731/tid=71751] ppid=71728 vsize=19063512 memory=6640 CPUtime=0 cores=5,7
/proc/71731/task/71751/stat : 71751 (Timer-0) S 71728 71731 71070 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65766585 19521036288 531423 18446744073709551615 94068031918080 94068031921776 140723417954640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94068031929592 94068031930384 94068053454848 140723417958785 140723417958886 140723417958886 140723417964488 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2125692 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.74 s, system=1.41668 s

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

Child status: 143

Real time (s): 3605.13
CPU time (s): 3600.16
CPU user time (s): 3598.74
CPU system time (s): 1.41668
CPU usage (%): 99.8621
Max. virtual memory (cumulated for all children) (KiB): 19065404
Max. memory (cumulated for all children) (KiB): 2125692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.74
system time used= 1.41668
maximum resident set size= 2126844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63786
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109672
involuntary context switches= 3516


# summary of solver processes directly reported to runsolver:
#   pid: 71731
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3598.74
#   total CPU system time (s): 1.41668

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.48457 second user time and 17.3174 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-03 02:01:17
IDJOB=4507960
IDBENCH=158390
IDSOLVER=3363
FILE ID=nodeC034/4507960-1751500877
RUNJOBID= nodeC034-1751497260-71083
SLURM_JOB_ID= 9598572
Free space on /tmp= 431140 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.5.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507960-1751500877/watcher-4507960-1751500877 -o /tmp/evaluation-result-4507960-1751500877/solver-4507960-1751500877 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751497260-71083 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4507960-1751500877.opb

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=120132055

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.764
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.746
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
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		: 3389.586
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
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		: 3599.903
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.796
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
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		: 3600.716
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
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		: 3392.357
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
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		: 3599.765
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        106010368 kB
MemAvailable:   129171396 kB
Buffers:            2128 kB
Cached:         23900264 kB
SwapCached:           36 kB
Active:          1061740 kB
Inactive:       23425652 kB
Active(anon):     598864 kB
Inactive(anon):     4208 kB
Active(file):     462876 kB
Inactive(file): 23421444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6056 kB
Writeback:             0 kB
AnonPages:        588080 kB
Mapped:           124204 kB
Shmem:             18068 kB
KReclaimable:     231496 kB
Slab:             324648 kB
SReclaimable:     231496 kB
SUnreclaim:        93152 kB
KernelStack:        5152 kB
PageTables:         4708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    7091796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431140 MiB
End job on nodeC034 at 2025-07-03 03:01:22