Trace number 4446944

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.17 3592.82

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K82.opb
MD5SUM5599f1c242004f89302cb9020bac47d1
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5576
Total number of constraints5742
Number of constraints which are clauses5660
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint82
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 83
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4446944-1721344697.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.33/0.26	c ... done. Wall clock time 0.118s.
0.33/0.26	c declared #vars     5576
0.33/0.26	c #constraints  5742
0.33/0.26	c constraints type 
0.33/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1053
0.33/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
0.33/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4605
0.33/0.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.33/0.26	c 5742 constraints processed.
1.63/0.96	c cleaning 2474 clauses out of 4988 with flag 25960/5000
2.43/1.49	c cleaning 4239 clauses out of 8510 with flag 62251/11000
3.39/2.13	c cleaning 5613 clauses out of 11268 with flag 111576/18000
4.31/2.83	c cleaning 6807 clauses out of 13652 with flag 170427/26002
5.10/3.68	c cleaning 7906 clauses out of 15842 with flag 232449/35000
6.11/4.63	c cleaning 8928 clauses out of 17932 with flag 297487/45000
7.10/5.66	c cleaning 9967 clauses out of 20009 with flag 365887/56006
8.19/6.78	c cleaning 10378 clauses out of 22036 with flag 435209/68000
9.39/7.98	c cleaning 11256 clauses out of 24658 with flag 510225/81000
10.88/9.44	c cleaning 12074 clauses out of 27405 with flag 590334/95003
12.58/11.13	c cleaning 12998 clauses out of 30326 with flag 685565/110000
14.27/12.88	c cleaning 13855 clauses out of 33328 with flag 779372/126001
16.46/14.95	c cleaning 14683 clauses out of 36472 with flag 882939/143000
18.66/17.15	c cleaning 15627 clauses out of 39790 with flag 994968/161001
21.19/19.62	c cleaning 16501 clauses out of 43161 with flag 1114612/180000
23.89/22.31	c cleaning 17280 clauses out of 46665 with flag 1253492/200005
26.84/25.23	c cleaning 18217 clauses out of 50379 with flag 1394911/221000
30.30/28.60	c cleaning 19496 clauses out of 54162 with flag 1567686/243000
33.49/31.82	c cleaning 20090 clauses out of 57666 with flag 1750257/266000
37.04/35.37	c cleaning 21183 clauses out of 61576 with flag 1903400/290000
41.10/39.35	c cleaning 21964 clauses out of 65393 with flag 2081580/315000
45.28/43.50	c cleaning 22919 clauses out of 69431 with flag 2262695/341002
49.72/47.95	c cleaning 23805 clauses out of 73510 with flag 2463243/368001
54.74/52.92	c cleaning 24901 clauses out of 77704 with flag 2664484/396000
60.30/58.42	c cleaning 25619 clauses out of 81803 with flag 2888147/425000
65.95/64.07	c cleaning 27011 clauses out of 86184 with flag 3113047/455001
71.90/69.90	c cleaning 27621 clauses out of 90172 with flag 3370617/486000
78.02/76.07	c cleaning 28563 clauses out of 94552 with flag 3609797/518002
84.82/82.84	c cleaning 29371 clauses out of 98988 with flag 3879772/551002
92.70/90.55	c cleaning 30402 clauses out of 103616 with flag 4189122/585001
100.25/98.03	c cleaning 31586 clauses out of 108213 with flag 4492031/620000
108.20/105.95	c cleaning 32696 clauses out of 112626 with flag 4794426/656000
116.51/114.27	c cleaning 33757 clauses out of 116930 with flag 5112764/693000
125.71/123.46	c cleaning 34578 clauses out of 121173 with flag 5469443/731000
135.44/133.11	c cleaning 35302 clauses out of 125595 with flag 5846822/770000
145.64/143.47	c cleaning 36559 clauses out of 130293 with flag 6219249/810000
156.37/154.20	c cleaning 37418 clauses out of 134738 with flag 6582841/851004
167.95/165.73	c cleaning 38505 clauses out of 139316 with flag 6997361/893000
179.22/177.05	c cleaning 39827 clauses out of 143811 with flag 7402012/936000
191.53/189.11	c cleaning 40814 clauses out of 147985 with flag 7797164/980001
203.75/201.38	c cleaning 41622 clauses out of 152171 with flag 8199742/1025001
217.31/214.98	c cleaning 42749 clauses out of 156548 with flag 8621730/1071001
232.16/229.62	c cleaning 43775 clauses out of 160792 with flag 9081172/1118001
246.31/243.85	c cleaning 44587 clauses out of 165017 with flag 9560879/1166001
261.86/259.31	c cleaning 45639 clauses out of 169431 with flag 10105849/1215002
278.61/276.02	c cleaning 46968 clauses out of 173792 with flag 10609902/1265002
294.85/292.46	c cleaning 48011 clauses out of 177822 with flag 11162623/1316000
313.62/311.26	c cleaning 48572 clauses out of 181812 with flag 11757944/1368001
331.54/329.13	c cleaning 49916 clauses out of 186241 with flag 12330339/1421002
350.29/347.67	c cleaning 50885 clauses out of 190323 with flag 12878561/1475000
370.72/368.09	c cleaning 51732 clauses out of 194438 with flag 13534397/1530000
395.01/392.20	c cleaning 53294 clauses out of 198706 with flag 14358090/1586000
417.60/414.72	c cleaning 54186 clauses out of 202414 with flag 15138074/1643002
439.66/436.88	c cleaning 54949 clauses out of 206226 with flag 15803224/1701000
464.50/461.78	c cleaning 55931 clauses out of 210277 with flag 16541662/1760000
489.80/487.01	c cleaning 57279 clauses out of 214346 with flag 17290619/1820000
515.12/511.77	c cleaning 58238 clauses out of 218068 with flag 17970413/1881002
541.90/538.57	c cleaning 59151 clauses out of 221829 with flag 18760489/1943001
569.21/565.75	c cleaning 60034 clauses out of 225677 with flag 19568118/2006000
596.52/592.92	c cleaning 61291 clauses out of 229643 with flag 20322644/2070000
623.92/620.21	c cleaning 62203 clauses out of 233353 with flag 21085754/2135001
652.31/648.54	c cleaning 63129 clauses out of 237149 with flag 21865948/2201000
682.50/678.71	c cleaning 64550 clauses out of 241022 with flag 22773631/2268002
715.60/711.68	c cleaning 65325 clauses out of 244470 with flag 23632578/2336000
747.89/743.94	c cleaning 66446 clauses out of 248145 with flag 24554723/2405000
785.93/781.55	c cleaning 67748 clauses out of 251699 with flag 25674339/2475000
821.04/816.61	c cleaning 68470 clauses out of 254951 with flag 26581058/2546000
858.00/853.33	c cleaning 69105 clauses out of 258481 with flag 27623015/2618002
894.97/890.39	c cleaning 68917 clauses out of 262373 with flag 28620169/2691000
937.35/932.76	c cleaning 70679 clauses out of 267456 with flag 29833270/2765000
976.57/971.80	c cleaning 71545 clauses out of 271777 with flag 30847237/2840000
1017.84/1013.19	c cleaning 72417 clauses out of 276232 with flag 31839941/2916000
1066.05/1061.35	c cleaning 73742 clauses out of 280821 with flag 33105381/2993006
1110.00/1105.26	c cleaning 74541 clauses out of 285074 with flag 34160337/3071002
1160.22/1155.29	c cleaning 75635 clauses out of 289531 with flag 35364297/3150000
1212.41/1206.62	c cleaning 76873 clauses out of 293897 with flag 36570400/3230001
1267.39/1261.60	c cleaning 77908 clauses out of 298026 with flag 37831450/3311004
1327.12/1321.17	c cleaning 79279 clauses out of 302114 with flag 39365326/3393000
1376.87/1370.85	c cleaning 80275 clauses out of 305838 with flag 40586513/3476003
1427.64/1421.49	c cleaning 81044 clauses out of 309559 with flag 41798646/3560000
1482.19/1475.80	c cleaning 82328 clauses out of 313515 with flag 42980777/3645000
1557.02/1550.52	c cleaning 82954 clauses out of 317187 with flag 44752617/3731000
1627.11/1620.68	c cleaning 84333 clauses out of 321233 with flag 46319633/3818000
1694.50/1688.07	c cleaning 85245 clauses out of 324902 with flag 47852761/3906002
1756.59/1749.74	c cleaning 86260 clauses out of 328655 with flag 49241974/3995000
1819.17/1812.23	c cleaning 87673 clauses out of 332395 with flag 50801693/4085000
1883.54/1876.36	c cleaning 88605 clauses out of 335723 with flag 52197976/4176001
1952.16/1945.37	c cleaning 89592 clauses out of 339117 with flag 53502495/4268000
2019.54/2012.83	c cleaning 90517 clauses out of 342526 with flag 54825471/4361001
2089.93/2083.67	c cleaning 91618 clauses out of 346009 with flag 56285091/4455001
2156.35/2149.89	c cleaning 93052 clauses out of 349390 with flag 57716292/4550000
2238.76/2232.40	c cleaning 93703 clauses out of 352339 with flag 59285772/4646001
2309.27/2302.70	c cleaning 95048 clauses out of 355635 with flag 60757476/4743000
2397.43/2391.49	c cleaning 96187 clauses out of 358588 with flag 62480274/4841001
2474.00/2468.15	c cleaning 96695 clauses out of 361400 with flag 64031828/4940000
2575.77/2570.39	c cleaning 97797 clauses out of 364705 with flag 66297571/5040000
2673.65/2667.98	c cleaning 98942 clauses out of 367910 with flag 68443962/5141002
2759.54/2753.55	c cleaning 100396 clauses out of 370966 with flag 70289797/5243001
2841.78/2835.86	c cleaning 101404 clauses out of 373569 with flag 71943907/5346000
2920.38/2914.33	c cleaning 102083 clauses out of 376166 with flag 73438711/5450001
3003.56/2997.16	c cleaning 102985 clauses out of 379081 with flag 74961411/5555000
3122.72/3116.81	c cleaning 103524 clauses out of 382096 with flag 77432243/5661001
3237.12/3230.85	c cleaning 105209 clauses out of 385573 with flag 79802985/5768002
3320.41/3313.62	c cleaning 106035 clauses out of 388362 with flag 81360042/5876000
3431.85/3425.20	c cleaning 107041 clauses out of 391328 with flag 83528524/5985001
3547.45/3540.42	c cleaning 108042 clauses out of 394286 with flag 85877154/6095000
3600.00/3592.71	c starts		: 58435
3600.00/3592.71	c timeout
3600.00/3592.72	c conflicts		: 6156488
3600.00/3592.72	c decisions		: 74856343
3600.00/3592.72	c propagations		: 2162050024
3600.00/3592.72	c inspects		: 28935362691
3600.00/3592.72	c shortcuts		: 0
3600.00/3592.72	c learnt literals	: 58
3600.00/3592.72	c learnt binary clauses	: 99476
3600.00/3592.72	c learnt ternary clauses	: 103237
3600.00/3592.72	c learnt constraints	: 6156430
3600.00/3592.72	c ignored constraints	: 0
3600.00/3592.72	c root simplifications	: 0
3600.00/3592.72	c removed literals (reason simplification)	: 0
3600.00/3592.72	c reason swapping (by a shorter reason)	: 0
3600.00/3592.72	c Calls to reduceDB	: 106
3600.00/3592.72	c Number of update (reduction) of LBD	: 5752537
3600.00/3592.72	c Imported unit clauses	: 0
3600.00/3592.72	c No decision after first conflict	: false
3600.00/3592.72	c number of reductions to clauses (during analyze)	: 0
3600.00/3592.72	c number of learned constraints concerned by reduction	: 0
3600.00/3592.72	c number of learning phase by resolution	: 0
3600.00/3592.72	c number of learning phase by cutting planes	: 0
3600.00/3592.72	c number of rounding to 1 operations	: 0
3600.00/3592.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3592.72	c number of reductions of the coefficients by power 2 	: 0
3600.00/3592.72	c number of right shift for reduction by power 2 	: 0
3600.00/3592.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3592.72	c number of ending skipping 	: 0
3600.00/3592.72	c number of internal skipping 	: 0
3600.00/3592.72	c number of derivation steps 	: 0
3600.00/3592.72	c number of skipped derivation steps 	: 0
3600.00/3592.72	c number of remaining unassigned 	: 0
3600.00/3592.72	c number of remaining assigned 	: 0
3600.00/3592.72	c number of falsified literals weakened from reason	: 0
3600.00/3592.72	c number of falsified literals weakened from conflict	: 0
3600.00/3592.72	c time for arithmetic operations	: 0
3600.00/3592.72	c minimum degree of deleted constraints	: null
3600.00/3592.72	c maximum degree of deleted constraints	: null
3600.00/3592.72	c number of deleted constraints	: 0
3600.00/3592.72	c speed (assignments/second)	: 601828.7778287177
3600.00/3592.73	c non guided choices	: 1397
3600.00/3592.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 248256
3600.00/3592.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 99476
3600.00/3592.78	s UNKNOWN
3600.00/3592.78	c Total wall clock time (in seconds): 3592.658

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62529 MiB free)
  memory of node 1: 64473 MiB (62709 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446944-1721344697/watcher-4446944-1721344697 -o /tmp/evaluation-result-4446944-1721344697/solver-4446944-1721344697 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721341105-984135 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4446944-1721344697.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100058 s]*
/proc/loadavg: 4.26 4.19 4.14 6/328 986388
/proc/meminfo: memFree=128201540/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=18975048 memory=64236 CPUtime=0.13 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 7086 0 0 0 12 1 0 0 20 0 18 0 186640555 19430449152 16059 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4743762 16059 5557 1 0 549339 0
[pid=986370/tid=986372] ppid=986367 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 1078198336 5649 0 0 0 7 1 0 0 20 0 18 0 186640555 19430449152 16059 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186640558 19430449152 16059 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=18975048 memory=14971178779437607 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186640558 19430449152 16059 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64236 KiB

[startup+0.206279 s]*
/proc/loadavg: 4.26 4.19 4.14 8/328 986388
/proc/meminfo: memFree=128188668/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=18975276 memory=78512 CPUtime=0.33 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 7962 0 0 0 32 1 0 0 20 0 18 0 186640555 19430682624 19628 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4743819 19628 5835 1 0 549943 0
[pid=986370/tid=986372] ppid=986367 vsize=18975276 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 5810 0 0 0 16 1 0 0 20 0 18 0 186640555 19430682624 19628 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=18975048 memory=15997 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186640558 19430449152 19630 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=18975048 memory=14689703802701563 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186640558 19430449152 19630 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975276 KiB
Current children cumulated memory: 78512 KiB

[startup+0.306278 s]*
/proc/loadavg: 4.26 4.19 4.14 7/329 986389
/proc/meminfo: memFree=128168616/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19041612 memory=97612 CPUtime=0.53 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 9127 0 0 0 51 2 0 0 20 0 19 0 186640555 19498610688 24403 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4760403 24403 5835 1 0 550898 0
[pid=986370/tid=986372] ppid=986367 vsize=19041612 memory=-8671513297026327228 CPUtime=0.27 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 5866 0 0 0 26 1 0 0 20 0 19 0 186640555 19498610688 24403 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 186640558 19498610688 24403 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186640558 19498610688 24403 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 186640581 19498610688 24403 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 97612 KiB

[startup+0.700278 s]
/proc/loadavg: 4.26 4.19 4.14 7/329 986389
/proc/meminfo: memFree=128163872/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19041612 memory=106640 CPUtime=1.28 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 10871 0 0 0 126 2 0 0 20 0 19 0 186640555 19498610688 26660 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4760403 26660 5851 1 0 551970 0
[pid=986370/tid=986372] ppid=986367 vsize=19041612 memory=13184 CPUtime=0.63 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 5869 0 0 0 62 1 0 0 20 0 19 0 186640555 19498610688 26660 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19041612 memory=13184 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 186640558 19498610688 26660 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186640558 19498610688 26660 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19041612 memory=32812 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 186640581 19498610688 26660 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 106640 KiB

[startup+1.50028 s]
/proc/loadavg: 4.26 4.19 4.14 5/329 986389
/proc/meminfo: memFree=128152860/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19041612 memory=128976 CPUtime=2.54 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 16572 0 0 0 250 4 0 0 20 0 19 0 186640555 19498610688 32244 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4760403 32244 5851 1 0 553837 0
[pid=986370/tid=986372] ppid=986367 vsize=19041612 memory=13184 CPUtime=1.42 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 6257 0 0 0 140 2 0 0 20 0 19 0 186640555 19498610688 32244 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 186640558 19498610688 32244 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186640558 19498610688 32244 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19041612 memory=65 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 186640581 19498610688 32244 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 128976 KiB

[startup+3.10628 s]
/proc/loadavg: 4.24 4.19 4.14 5/329 986390
/proc/meminfo: memFree=128105040/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19041612 memory=165184 CPUtime=4.61 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 20125 0 0 0 456 5 0 0 20 0 19 0 186640555 19498610688 41296 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4760403 41296 5851 1 0 555627 0
[pid=986370/tid=986372] ppid=986367 vsize=19041612 memory=0 CPUtime=3.01 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 6568 0 0 0 298 3 0 0 20 0 19 0 186640555 19498610688 41296 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 186640558 19498610688 41296 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19041612 memory=138456 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186640558 19498610688 41296 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19041612 memory=13184 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 186640581 19498610688 41296 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 4.61 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 165184 KiB

[startup+6.30029 s]
/proc/loadavg: 4.24 4.19 4.14 5/330 986391
/proc/meminfo: memFree=128072672/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19108176 memory=184760 CPUtime=7.8 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 22644 0 0 0 774 6 0 0 20 0 20 0 186640555 19566772224 46190 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4777044 46190 5883 1 0 555916 0
[pid=986370/tid=986372] ppid=986367 vsize=19108176 memory=13184 CPUtime=6.16 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 6947 0 0 0 613 3 0 0 20 0 20 0 186640555 19566772224 46190 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 46190 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19108176 memory=5795118315394390359 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 46190 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186640581 19566772224 46190 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 7.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184760 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.20 4.15 5/330 986393
/proc/meminfo: memFree=127883172/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19108176 memory=191404 CPUtime=14.17 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 25770 0 0 0 1410 7 0 0 20 0 20 0 186640555 19566772224 47851 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4777044 47851 5915 1 0 555916 0
[pid=986370/tid=986372] ppid=986367 vsize=19108176 memory=0 CPUtime=12.5 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 7866 0 0 0 1246 4 0 0 20 0 20 0 186640555 19566772224 47851 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19108176 memory=191356 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 47851 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 47851 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19108176 memory=2612 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186640581 19566772224 47851 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 14.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191404 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.19 4.14 5/330 986394
/proc/meminfo: memFree=127340148/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19108176 memory=372112 CPUtime=27.14 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 30851 0 0 0 2702 12 0 0 20 0 20 0 186640555 19566772224 93028 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4777044 93028 5915 1 0 555916 0
[pid=986370/tid=986372] ppid=986367 vsize=19108176 memory=191356 CPUtime=25.04 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 8864 0 0 0 2500 4 0 0 20 0 20 0 186640555 19566772224 93028 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19108176 memory=2612 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 93028 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19108176 memory=302284 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 93028 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186640581 19566772224 93028 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 27.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 372112 KiB

[startup+51.1055 s]
/proc/loadavg: 4.15 4.17 4.14 5/330 986397
/proc/meminfo: memFree=126266784/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19108176 memory=735496 CPUtime=52.95 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 35050 0 0 0 5276 19 0 0 20 0 20 0 186640555 19566772224 183874 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4777044 183874 5915 1 0 555918 0
[pid=986370/tid=986372] ppid=986367 vsize=19108176 memory=602136 CPUtime=50.18 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 10560 0 0 0 5014 4 0 0 20 0 20 0 186640555 19566772224 183874 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0

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

/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278443 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 2473 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278443 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186640581 19566772224 2278443 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 3228.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9113772 KiB

[startup+3282.3 s]
/proc/loadavg: 4.28 4.23 4.19 5/333 988181
/proc/meminfo: memFree=100764012/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19108176 memory=9113808 CPUtime=3288.81 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 305579 0 0 0 328552 329 0 0 20 0 20 0 186640555 19566772224 2278452 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4777044 2278452 5915 1 0 2986286 0
[pid=986370/tid=986372] ppid=986367 vsize=19108176 memory=9113808 CPUtime=3242.4 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 123534 0 0 0 324169 71 0 0 20 0 20 0 186640555 19566772224 2278452 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19108176 memory=9113808 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278452 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19108176 memory=9113808 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 2516 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278452 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19108176 memory=9113808 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186640581 19566772224 2278452 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 3288.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9113808 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.24 4.19 5/333 988191
/proc/meminfo: memFree=100707884/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19108176 memory=9113808 CPUtime=3349.03 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 312011 0 0 0 334571 332 0 0 20 0 20 0 186640555 19566772224 2278452 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4777044 2278452 5915 1 0 2986286 0
[pid=986370/tid=986372] ppid=986367 vsize=19108176 memory=-8671513297026327228 CPUtime=3301.77 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 126379 0 0 0 330105 72 0 0 20 0 20 0 186640555 19566772224 2278452 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19108176 memory=9113808 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278452 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19108176 memory=43852 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 2636 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278452 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19108176 memory=1976 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186640581 19566772224 2278452 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 3349.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9113808 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.22 4.19 5/334 988203
/proc/meminfo: memFree=100615756/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19108176 memory=9113812 CPUtime=3409.01 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 318183 0 0 0 340566 335 0 0 20 0 20 0 186640555 19566772224 2278453 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4777044 2278453 5915 1 0 2986286 0
[pid=986370/tid=986372] ppid=986367 vsize=19108176 memory=2612 CPUtime=3361.08 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 128763 0 0 0 336036 72 0 0 20 0 20 0 186640555 19566772224 2278453 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19108176 memory=9113808 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278453 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19108176 memory=9113812 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 2707 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278453 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19108176 memory=9113812 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186640581 19566772224 2278453 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 3409.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9113812 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.21 4.18 5/334 988213
/proc/meminfo: memFree=100614832/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19108176 memory=9113820 CPUtime=3469.16 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 324255 0 0 0 346578 338 0 0 20 0 20 0 186640555 19566772224 2278455 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4777044 2278455 5915 1 0 2986288 0
[pid=986370/tid=986372] ppid=986367 vsize=19108176 memory=2612 CPUtime=3420.58 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 131264 0 0 0 341984 74 0 0 20 0 20 0 186640555 19566772224 2278455 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19108176 memory=9113808 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278455 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 2827 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278455 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19108176 memory=9113820 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186640581 19566772224 2278455 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 3469.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9113820 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.20 4.18 5/331 988224
/proc/meminfo: memFree=100382396/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19108176 memory=9113820 CPUtime=3529.4 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 329323 0 0 0 352598 342 0 0 20 0 20 0 186640555 19566772224 2278455 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4777044 2278455 5915 1 0 2986288 0
[pid=986370/tid=986372] ppid=986367 vsize=19108176 memory=9113820 CPUtime=3479.97 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 133018 0 0 0 347922 75 0 0 20 0 20 0 186640555 19566772224 2278455 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19108176 memory=43852 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278455 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 2951 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278455 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19108176 memory=9113820 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186640581 19566772224 2278455 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 3529.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9113820 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/332 988238
/proc/meminfo: memFree=100181872/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19108176 memory=9113836 CPUtime=3589.62 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 334582 0 0 0 358618 344 0 0 20 0 20 0 186640555 19566772224 2278459 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4777044 2278459 5915 1 0 2986288 0
[pid=986370/tid=986372] ppid=986367 vsize=19108176 memory=43852 CPUtime=3539.37 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 135498 0 0 0 353862 75 0 0 20 0 20 0 186640555 19566772224 2278459 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19108176 memory=9113836 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278459 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19108176 memory=9113836 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 3042 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278459 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19108176 memory=9113836 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186640581 19566772224 2278459 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 3589.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9113836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.7 s]
/proc/loadavg: 4.37 4.24 4.19 5/331 988440
/proc/meminfo: memFree=119102236/131524600 swapFree=131071996/131071996
[pid=986370] ppid=986367 vsize=19108176 memory=9113836 CPUtime=3600 cores=0,2
/proc/986370/stat : 986370 (java) S 986367 986370 984125 0 -1 1077936128 334698 0 0 0 359655 345 0 0 20 0 20 0 186640555 19566772224 2278459 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
/proc/986370/statm: 4777044 2278459 5915 1 0 2986288 0
[pid=986370/tid=986372] ppid=986367 vsize=19108176 memory=9113820 CPUtime=3549.74 cores=0,2
/proc/986370/task/986372/stat : 986372 (java) R 986367 986370 984125 0 -1 4194368 135614 0 0 0 354899 75 0 0 20 0 20 0 186640555 19566772224 2278459 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986381] ppid=986367 vsize=19108176 memory=9113820 CPUtime=0 cores=0,2
/proc/986370/task/986381/stat : 986381 (Finalizer) S 986367 986370 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278459 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986388] ppid=986367 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/986370/task/986388/stat : 986388 (Common-Cleaner) S 986367 986370 984125 0 -1 1077936192 3042 0 0 0 0 0 0 0 20 0 20 0 186640558 19566772224 2278459 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
[pid=986370/tid=986389] ppid=986367 vsize=19108176 memory=-8671513297026327228 CPUtime=0 cores=0,2
/proc/986370/task/986389/stat : 986389 (Timer-0) S 986367 986370 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186640581 19566772224 2278459 134679101440 94561665159168 94561665162864 140722693659088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94561665170680 94561665171472 94561698041856 140722693665798 140722693665888 140722693665888 140722693672904 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9113836 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.69 s, system=3.47843 s

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

[startup+3592.81 s]*
/proc/loadavg: 4.37 4.24 4.19 5/313 988443
/proc/meminfo: memFree=127948732/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3592.82
CPU time (s): 3600.17
CPU user time (s): 3596.69
CPU system time (s): 3.47843
CPU usage (%): 100.204
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 9113836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.69
system time used= 3.47843
maximum resident set size= 9115584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 337719
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110113
involuntary context switches= 33011


# summary of solver processes directly reported to runsolver:
#   pid: 986370
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.69
#   total CPU system time (s): 3.47843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.2549 second user time and 15.8539 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-19 01:18:30
IDJOB=4446944
IDBENCH=158340
IDSOLVER=3058
FILE ID=nodeC035/4446944-1721344697
RUNJOBID= nodeC035-1721341105-984135
SLURM_JOB_ID= 7542728
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K82.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446944-1721344697/watcher-4446944-1721344697 -o /tmp/evaluation-result-4446944-1721344697/solver-4446944-1721344697 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721341105-984135 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4446944-1721344697.opb

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

MD5SUM BENCH= 5599f1c242004f89302cb9020bac47d1
RANDOM SEED=621290476

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128244876 kB
MemAvailable:   129200032 kB
Buffers:          487576 kB
Cached:          1300504 kB
SwapCached:            0 kB
Active:           954052 kB
Inactive:        1705896 kB
Active(anon):       1560 kB
Inactive(anon):   908024 kB
Active(file):     952492 kB
Inactive(file):   797872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7932 kB
Writeback:             0 kB
AnonPages:        871932 kB
Mapped:           126668 kB
Shmem:             37724 kB
KReclaimable:      89232 kB
Slab:             200484 kB
SReclaimable:      89232 kB
SUnreclaim:       111252 kB
KernelStack:        4972 kB
PageTables:        11604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7273028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70528 kB
HardwareCorrupted:     0 kB
AnonHugePages:    694272 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      199380 kB
DirectMap2M:    18448384 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC035 at 2024-07-19 02:18:23