Trace number 4493848

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 2025-06-06? (TO) 3600.18 3598.31

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
MD5SUM7546ebd0ce66e1c0113f5874ce57dd6d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.054091
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.22	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.22	c See www.sat4j.org for details.
0.07/0.22	c version PB25.v20250606
0.07/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.07/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.07/0.23	c java.vm.version	22.0.1+8-16
0.07/0.23	c java.vm.vendor	Oracle Corporation
0.07/0.23	c sun.arch.data.model	64
0.07/0.23	c java.version		22.0.1
0.07/0.23	c os.name		Linux
0.07/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.07/0.23	c os.arch		amd64
0.07/0.24	c Free memory 		2104792832
0.07/0.24	c Max memory 		16282288128
0.07/0.24	c Total memory 		2113929216
0.07/0.24	c Number of processors 	2
0.07/0.28	c Pseudo Boolean Optimization by upper bound
0.07/0.28	c --- Begin Solver configuration ---
0.07/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.07/0.28	c Learn all clauses as in MiniSAT
0.07/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.28	c Expensive reason simplification
0.07/0.28	c Glucose 2.1 dynamic restart strategy
0.07/0.28	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.07/0.28	c timeout=2147483s
0.07/0.28	c DB Simplification allowed=false
0.07/0.28	c Listener: none
0.07/0.28	c --- End Solver configuration ---
0.07/0.28	c solving HOME/instance-4493848-1751157346.opb
0.07/0.28	c reading problem ... 
0.07/0.28	c  no objective function found
0.23/0.33	c ... done. Wall clock time 0.05s.
0.23/0.33	c declared #vars     428
0.23/0.33	c #constraints  644
0.23/0.33	c constraints type 
0.23/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 222
0.23/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.23/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 288
0.23/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 132
0.23/0.33	c 644 constraints processed.
1.39/0.90	c cleaning 2499 clauses out of 5000 with flag 19447/5000
2.09/1.30	c cleaning 4250 clauses out of 8504 with flag 42747/11003
2.54/1.75	c cleaning 5624 clauses out of 11251 with flag 72370/18000
3.15/2.30	c cleaning 6807 clauses out of 13629 with flag 103775/26002
3.84/3.00	c cleaning 7897 clauses out of 15820 with flag 142458/35000
4.75/3.84	c cleaning 8958 clauses out of 17923 with flag 175973/45000
5.85/4.99	c cleaning 9979 clauses out of 19967 with flag 217598/56002
7.05/6.13	c cleaning 10989 clauses out of 21988 with flag 261810/68002
8.39/7.47	c cleaning 11999 clauses out of 23997 with flag 307989/81000
9.99/9.01	c cleaning 12997 clauses out of 26002 with flag 357479/95004
12.14/11.16	c cleaning 13991 clauses out of 28001 with flag 409118/110000
14.53/13.53	c cleaning 14990 clauses out of 30010 with flag 470616/126000
16.70/15.69	c cleaning 15994 clauses out of 32020 with flag 538977/143000
19.81/18.73	c cleaning 16993 clauses out of 34028 with flag 613207/161002
22.85/21.74	c cleaning 18002 clauses out of 36033 with flag 685780/180000
25.93/24.81	c cleaning 19003 clauses out of 38032 with flag 755696/200001
29.98/28.85	c cleaning 19975 clauses out of 40031 with flag 841149/221003
33.67/32.54	c cleaning 21002 clauses out of 42054 with flag 925075/243001
37.11/35.98	c cleaning 22021 clauses out of 44051 with flag 988945/266000
40.75/39.58	c cleaning 22986 clauses out of 46030 with flag 1064031/290000
44.84/43.62	c cleaning 23980 clauses out of 48044 with flag 1160105/315000
49.88/48.64	c cleaning 25022 clauses out of 50065 with flag 1256116/341001
54.63/53.30	c cleaning 26015 clauses out of 52045 with flag 1355743/368003
59.48/58.18	c cleaning 27010 clauses out of 54029 with flag 1456909/396002
65.55/64.20	c cleaning 28002 clauses out of 56018 with flag 1566696/425001
71.58/70.24	c cleaning 29000 clauses out of 58018 with flag 1672915/455003
79.01/77.65	c cleaning 29993 clauses out of 60015 with flag 1788306/486000
87.25/85.80	c cleaning 31007 clauses out of 62022 with flag 1896711/518000
95.46/93.87	c cleaning 31998 clauses out of 64016 with flag 2023247/551001
105.58/103.98	c cleaning 32990 clauses out of 66017 with flag 2149456/585000
116.62/114.97	c cleaning 33994 clauses out of 68028 with flag 2275015/620001
129.94/128.26	c cleaning 35013 clauses out of 70035 with flag 2404019/656002
142.61/140.90	c cleaning 36005 clauses out of 72023 with flag 2550035/693003
158.72/157.00	c cleaning 36997 clauses out of 74015 with flag 2685440/731000
173.58/171.93	c cleaning 38002 clauses out of 76018 with flag 2835487/770000
189.94/188.25	c cleaning 38998 clauses out of 78017 with flag 2974746/810001
207.41/205.79	c cleaning 40000 clauses out of 80019 with flag 3115629/851001
226.79/225.01	c cleaning 41002 clauses out of 82020 with flag 3255713/893002
246.50/244.71	c cleaning 41982 clauses out of 84016 with flag 3403132/936000
260.27/258.50	c cleaning 43000 clauses out of 86035 with flag 3574989/980001
281.01/279.05	c cleaning 44006 clauses out of 88035 with flag 3765874/1025001
301.93/300.00	c cleaning 45006 clauses out of 90029 with flag 3936351/1071001
324.68/322.73	c cleaning 46004 clauses out of 92022 with flag 4106794/1118000
350.33/348.42	c cleaning 46991 clauses out of 94018 with flag 4263696/1166000
371.54/369.54	c cleaning 48003 clauses out of 96028 with flag 4448420/1215001
390.59/388.65	c cleaning 48982 clauses out of 98024 with flag 4639943/1265000
413.24/411.19	c cleaning 50003 clauses out of 100042 with flag 4836984/1316000
441.88/439.86	c cleaning 51000 clauses out of 102039 with flag 5039975/1368000
466.42/464.49	c cleaning 52004 clauses out of 104039 with flag 5232996/1421000
490.51/488.41	c cleaning 53012 clauses out of 106036 with flag 5434255/1475001
518.35/516.31	c cleaning 53992 clauses out of 108023 with flag 5646382/1530000
548.55/546.49	c cleaning 54999 clauses out of 110032 with flag 5876364/1586001
575.89/573.89	c cleaning 55996 clauses out of 112032 with flag 6087324/1643000
608.17/606.02	c cleaning 57011 clauses out of 114039 with flag 6307352/1701003
649.14/646.64	c cleaning 57973 clauses out of 116025 with flag 6543316/1760000
671.47/668.96	c cleaning 59006 clauses out of 118052 with flag 6759944/1820000
693.92/691.42	c cleaning 60013 clauses out of 120046 with flag 6968297/1881000
715.27/712.75	c cleaning 61007 clauses out of 122033 with flag 7175035/1943000
739.91/737.46	c cleaning 62002 clauses out of 124026 with flag 7399415/2006000
765.29/762.76	c cleaning 63005 clauses out of 126025 with flag 7622845/2070001
791.54/789.07	c cleaning 64002 clauses out of 128019 with flag 7840016/2135000
819.87/817.34	c cleaning 65000 clauses out of 130017 with flag 8051380/2201000
845.92/843.42	c cleaning 65996 clauses out of 132017 with flag 8285511/2268000
873.36/870.98	c cleaning 67005 clauses out of 134022 with flag 8501721/2336001
903.73/901.13	c cleaning 68002 clauses out of 136017 with flag 8721767/2405001
951.13/948.61	c cleaning 68995 clauses out of 138014 with flag 9023405/2475000
1003.24/1000.74	c cleaning 69986 clauses out of 140019 with flag 9318546/2546000
1066.41/1063.96	c cleaning 70995 clauses out of 142033 with flag 9616545/2618000
1130.55/1127.63	c cleaning 72006 clauses out of 144039 with flag 9917818/2691001
1195.92/1193.07	c cleaning 73001 clauses out of 146033 with flag 10232815/2765001
1252.89/1250.15	c cleaning 73976 clauses out of 148032 with flag 10505481/2840001
1310.98/1308.28	c cleaning 75022 clauses out of 150058 with flag 10798702/2916003
1376.53/1373.97	c cleaning 76000 clauses out of 152033 with flag 11093098/2993000
1450.55/1447.95	c cleaning 77011 clauses out of 154033 with flag 11384378/3071000
1518.18/1515.75	c cleaning 77962 clauses out of 156022 with flag 11705195/3150000
1589.18/1586.73	c cleaning 79010 clauses out of 158061 with flag 12029934/3230001
1655.93/1653.66	c cleaning 80011 clauses out of 160050 with flag 12331041/3311000
1732.30/1730.02	c cleaning 80997 clauses out of 162042 with flag 12665637/3393003
1808.33/1806.22	c cleaning 81985 clauses out of 164042 with flag 13011359/3476000
1887.69/1885.64	c cleaning 83015 clauses out of 166057 with flag 13369624/3560000
1967.00/1964.99	c cleaning 83998 clauses out of 168043 with flag 13727520/3645001
2042.85/2040.31	c cleaning 85016 clauses out of 170045 with flag 14080548/3731001
2110.98/2108.55	c cleaning 86000 clauses out of 172030 with flag 14419384/3818002
2191.50/2189.25	c cleaning 87013 clauses out of 174033 with flag 14794087/3906005
2283.47/2281.27	c cleaning 87972 clauses out of 176016 with flag 15169099/3995001
2368.38/2366.35	c cleaning 89001 clauses out of 178043 with flag 15529169/4085000
2468.69/2466.78	c cleaning 90013 clauses out of 180043 with flag 15925891/4176001
2549.42/2547.48	c cleaning 90991 clauses out of 182032 with flag 16294577/4268003
2626.63/2624.89	c cleaning 92003 clauses out of 184038 with flag 16651865/4361000
2713.07/2711.38	c cleaning 93010 clauses out of 186040 with flag 17045303/4455005
2803.38/2801.61	c cleaning 93993 clauses out of 188025 with flag 17453728/4550000
2879.41/2877.87	c cleaning 95008 clauses out of 190032 with flag 17782383/4646000
2960.68/2959.12	c cleaning 96002 clauses out of 192024 with flag 18074437/4743000
3038.19/3036.73	c cleaning 97002 clauses out of 194022 with flag 18355239/4841000
3112.34/3110.38	c cleaning 97999 clauses out of 196020 with flag 18648996/4940000
3194.82/3192.83	c cleaning 99007 clauses out of 198024 with flag 18942367/5040003
3285.34/3283.32	c cleaning 100003 clauses out of 200014 with flag 19238915/5141000
3373.15/3371.31	c cleaning 100999 clauses out of 202014 with flag 19547661/5243003
3462.18/3460.49	c cleaning 101994 clauses out of 204012 with flag 19839789/5346000
3564.73/3563.04	c cleaning 102996 clauses out of 206020 with flag 20146653/5450002
3600.03/3598.21	c timeout
3600.03/3598.22	c starts		: 3048
3600.03/3598.22	c conflicts		: 5503362
3600.03/3598.22	c decisions		: 12165782
3600.03/3598.22	c propagations		: 199435227
3600.03/3598.22	c inspects		: 25677989825
3600.03/3598.22	c shortcuts		: 0
3600.03/3598.22	c learnt literals	: 0
3600.03/3598.22	c learnt binary clauses	: 0
3600.03/3598.23	c learnt ternary clauses	: 0
3600.03/3598.23	c learnt constraints	: 5503362
3600.03/3598.23	c ignored constraints	: 0
3600.03/3598.23	c root simplifications	: 0
3600.03/3598.23	c removed literals (reason simplification)	: 22947460
3600.03/3598.23	c reason swapping (by a shorter reason)	: 0
3600.03/3598.23	c Calls to reduceDB	: 100
3600.03/3598.23	c Number of update (reduction) of LBD	: 1681430
3600.03/3598.23	c Imported unit clauses	: 0
3600.03/3598.23	c No decision after first conflict	: false
3600.03/3598.23	c number of reductions to clauses (during analyze)	: 0
3600.03/3598.23	c number of learned constraints concerned by reduction	: 0
3600.03/3598.23	c number of learning phase by resolution	: 0
3600.03/3598.23	c number of learning phase by cutting planes	: 0
3600.03/3598.23	c number of rounding to 1 operations	: 0
3600.03/3598.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3598.23	c number of reductions of the coefficients by power 2 	: 0
3600.03/3598.23	c number of right shift for reduction by power 2 	: 0
3600.03/3598.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3598.23	c number of ending skipping 	: 0
3600.03/3598.23	c number of internal skipping 	: 0
3600.03/3598.23	c number of derivation steps 	: 0
3600.03/3598.23	c number of skipped derivation steps 	: 0
3600.03/3598.23	c number of remaining unassigned 	: 0
3600.03/3598.23	c number of remaining assigned 	: 0
3600.03/3598.23	c number of falsified literals weakened from reason	: 0
3600.03/3598.23	c number of falsified literals weakened from conflict	: 0
3600.03/3598.23	c time for arithmetic operations	: 0
3600.03/3598.23	c minimum degree of deleted constraints	: null
3600.03/3598.23	c maximum degree of deleted constraints	: null
3600.03/3598.23	c number of deleted constraints	: 0
3600.03/3598.23	c speed (assignments/second)	: 55431.116767508094
3600.03/3598.23	c non guided choices	: 52
3600.03/3598.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 156384
3600.03/3598.29	s UNKNOWN
3600.03/3598.29	c Total wall clock time (in seconds): 3598.008

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 (63074 MiB free)
  memory of node 1: 64507 MiB (63961 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493848-1751157346/watcher-4493848-1751157346 -o /tmp/evaluation-result-4493848-1751157346/solver-4493848-1751157346 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19470 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4493848-1751157346.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=19517, runsolver pid=19512
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.85 2.43 3.41 1/271 19537
/proc/meminfo: memFree=130081496/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=16764448 memory=14464 CPUtime=0 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 868 0 161 0 0 0 0 0 20 0 3 0 31412352 17166794752 3616 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16784588 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4191112 3616 3040 1 0 3575 0
[pid=19517/tid=19537] ppid=19512 vsize=16832040 memory=4026532124 CPUtime=0 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 336 0 81 0 0 0 0 0 20 0 4 0 31412359 17236008960 3648 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19543] ppid=19512 vsize=16832040 memory=16195 CPUtime=0 cores=0,2
/proc/19517/task/19543/stat : 19543 (java) R 19512 19517 19460 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 5 0 31412362 17236008960 3648 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19546] ppid=19512 vsize=16832040 memory=57385981051877 CPUtime=0 cores=0,2
/proc/19517/task/19546/stat : 19546 (java) R 19512 19517 19460 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 5 0 31412362 17236008960 3648 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 16764448 KiB
Current children cumulated memory: 14464 KiB

[startup+0.205988 s]*
/proc/loadavg: 0.85 2.43 3.41 7/335 19601
/proc/meminfo: memFree=130034120/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=18930384 memory=48220 CPUtime=0.07 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 5722 0 406 0 5 2 0 0 20 0 18 0 31412352 19384713216 12055 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4732596 12055 5185 1 0 547080 0
[pid=19517/tid=19537] ppid=19512 vsize=18930384 memory=3472328132922704156 CPUtime=0.04 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 4626 0 295 0 3 1 0 0 20 0 18 0 31412359 19384713216 12087 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=18930384 memory=16195 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 31412368 19384713216 12087 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 31412369 19384713216 12087 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48220 KiB

[startup+0.305945 s]*
/proc/loadavg: 0.85 2.43 3.41 13/335 19601
/proc/meminfo: memFree=129992848/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=18930384 memory=60924 CPUtime=0.23 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 6719 0 410 0 21 2 0 0 20 0 18 0 31412352 19384713216 15231 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4732596 15231 5313 1 0 547854 0
[pid=19517/tid=19537] ppid=19512 vsize=18930384 memory=-6000919489953489774 CPUtime=0.13 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 5108 0 296 0 12 1 0 0 20 0 18 0 31412359 19384713216 15231 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=18930384 memory=-4421386509132784230 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 31412368 19384713216 15231 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 31412369 19384713216 15231 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60924 KiB

[startup+0.700191 s]
/proc/loadavg: 0.85 2.43 3.41 9/339 19605
/proc/meminfo: memFree=129940300/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=18996948 memory=75948 CPUtime=1 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 9414 0 411 0 97 3 0 0 20 0 19 0 31412352 19452874752 18987 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4749237 18987 5345 1 0 549579 0
[pid=19517/tid=19537] ppid=19512 vsize=18996948 memory=17280 CPUtime=0.51 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 5170 0 297 0 49 2 0 0 20 0 19 0 31412359 19452874752 18987 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 31412368 19452874752 18987 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 18987 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31412386 19452874752 18987 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 75948 KiB

[startup+1.50022 s]
/proc/loadavg: 0.85 2.43 3.41 7/317 19615
/proc/meminfo: memFree=129918628/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=18996948 memory=111312 CPUtime=2.35 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 18035 0 411 0 229 6 0 0 20 0 19 0 31412352 19452874752 27828 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4749237 27828 5345 1 0 552145 0
[pid=19517/tid=19537] ppid=19512 vsize=18996948 memory=10752 CPUtime=1.27 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 5579 0 297 0 124 3 0 0 20 0 19 0 31412359 19452874752 27828 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 31412368 19452874752 27828 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 27828 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31412386 19452874752 27828 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 111312 KiB

[startup+3.10571 s]
/proc/loadavg: 0.85 2.43 3.41 6/339 19670
/proc/meminfo: memFree=129588572/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=18996948 memory=162656 CPUtime=4.05 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 18793 0 411 0 397 8 0 0 20 0 19 0 31412352 19452874752 40664 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4749237 40664 5345 1 0 552148 0
[pid=19517/tid=19537] ppid=19512 vsize=18996948 memory=10752 CPUtime=2.87 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 5967 0 297 0 282 5 0 0 20 0 19 0 31412359 19452874752 40664 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=18996948 memory=-6000919498543424366 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 31412368 19452874752 40664 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 40664 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31412386 19452874752 40664 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 4.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 162656 KiB

[startup+6.30016 s]
/proc/loadavg: 1.11 2.46 3.41 6/321 19688
/proc/meminfo: memFree=129662472/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=19063512 memory=179124 CPUtime=7.25 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 19994 0 411 0 716 9 0 0 20 0 20 0 31412352 19521036288 44781 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4765878 44781 5409 1 0 552437 0
[pid=19517/tid=19537] ppid=19512 vsize=19063512 memory=0 CPUtime=6.03 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 5979 0 297 0 598 5 0 0 20 0 20 0 31412359 19521036288 44781 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31412368 19521036288 44781 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 44781 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=19063512 memory=113360 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412386 19521036288 44781 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 7.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179124 KiB

[startup+12.7002 s]
/proc/loadavg: 1.34 2.48 3.42 5/341 19738
/proc/meminfo: memFree=128651564/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=19063512 memory=312656 CPUtime=13.74 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 21884 0 411 0 1361 13 0 0 20 0 20 0 31412352 19521036288 78164 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4765878 78164 5409 1 0 552469 0
[pid=19517/tid=19537] ppid=19512 vsize=19063512 memory=113360 CPUtime=12.29 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 6669 0 297 0 1223 6 0 0 20 0 20 0 31412359 19521036288 78164 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31412368 19521036288 78164 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 78164 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=19063512 memory=-6000919498543424366 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412386 19521036288 78164 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 13.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 312656 KiB

[startup+25.5002 s]
/proc/loadavg: 2.01 2.58 3.43 5/321 19909
/proc/meminfo: memFree=129196888/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=19063512 memory=456132 CPUtime=26.63 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 26529 0 411 0 2643 20 0 0 20 0 20 0 31412352 19521036288 114033 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4765878 114033 5409 1 0 552469 0
[pid=19517/tid=19537] ppid=19512 vsize=19063512 memory=-6000919498543424366 CPUtime=24.91 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 7685 0 297 0 2482 9 0 0 20 0 20 0 31412359 19521036288 114033 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=19063512 memory=380292 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31412368 19521036288 114033 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=19063512 memory=380292 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 114033 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=19063512 memory=312656 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412386 19521036288 114033 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 26.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 456132 KiB

[startup+51.1058 s]
/proc/loadavg: 2.83 2.72 3.46 6/323 20021
/proc/meminfo: memFree=128600180/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=19063512 memory=824816 CPUtime=52.44 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 26887 0 411 0 5215 29 0 0 20 0 20 0 31412352 19521036288 206204 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4765878 206204 5409 1 0 552469 0
[pid=19517/tid=19537] ppid=19512 vsize=19063512 memory=742896 CPUtime=50.13 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 7709 0 297 0 5002 11 0 0 20 0 20 0 31412359 19521036288 206204 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=19063512 memory=380292 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31412368 19521036288 206204 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=19063512 memory=-6000919485658260334 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=116984432/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=19063512 memory=3456324 CPUtime=3224.25 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 102126 0 411 0 322268 157 0 0 20 0 20 0 31412352 19521036288 864081 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4765878 864081 5441 1 0 931321 0
[pid=19517/tid=19537] ppid=19512 vsize=19063512 memory=3214640 CPUtime=3207.25 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 46509 0 297 0 320674 51 0 0 20 0 20 0 31412359 19521036288 864081 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31412368 19521036288 864081 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=19063512 memory=3448124 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 903 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 864081 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=19063512 memory=3448124 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412386 19521036288 864081 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 3224.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3456324 KiB

[startup+3282.3 s]
/proc/loadavg: 4.51 4.31 4.16 5/342 20897
/proc/meminfo: memFree=116774412/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=19063512 memory=3590012 CPUtime=3284.34 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 103688 0 411 0 328273 161 0 0 20 0 20 0 31412352 19521036288 897503 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4765878 897503 5441 1 0 931321 0
[pid=19517/tid=19537] ppid=19512 vsize=19063512 memory=3590012 CPUtime=3266.86 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 46891 0 297 0 326633 53 0 0 20 0 20 0 31412359 19521036288 897503 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=19063512 memory=3525956 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31412368 19521036288 897503 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 1023 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 897503 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=19063512 memory=3590012 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412386 19521036288 897503 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 3284.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3590012 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.28 4.16 5/339 20903
/proc/meminfo: memFree=116775040/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=19063512 memory=3590012 CPUtime=3344.21 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 104647 0 411 0 334259 162 0 0 20 0 20 0 31412352 19521036288 897503 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4765878 897503 5441 1 0 931321 0
[pid=19517/tid=19537] ppid=19512 vsize=19063512 memory=14824 CPUtime=3326.71 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 47756 0 297 0 332618 53 0 0 20 0 20 0 31412359 19521036288 897503 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=19063512 memory=3590012 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31412368 19521036288 897503 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 1023 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 897503 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412386 19521036288 897503 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 3344.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3590012 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.26 4.16 5/340 20908
/proc/meminfo: memFree=116770284/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=19063512 memory=3594116 CPUtime=3404.21 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 106688 0 411 0 340257 164 0 0 20 0 20 0 31412352 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4765878 898529 5441 1 0 931321 0
[pid=19517/tid=19537] ppid=19512 vsize=19063512 memory=3590012 CPUtime=3386.4 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 48783 0 297 0 338587 53 0 0 20 0 20 0 31412359 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=19063512 memory=3590012 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31412368 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 1143 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=19063512 memory=3594116 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412386 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 3404.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3594116 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.23 4.16 5/340 20910
/proc/meminfo: memFree=116770612/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=19063512 memory=3594116 CPUtime=3464.07 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 107404 0 411 0 346242 165 0 0 20 0 20 0 31412352 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4765878 898529 5441 1 0 931321 0
[pid=19517/tid=19537] ppid=19512 vsize=19063512 memory=3590012 CPUtime=3446.25 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 49404 0 297 0 344571 54 0 0 20 0 20 0 31412359 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31412368 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=19063512 memory=3594116 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 1144 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412386 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 3464.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3594116 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.21 4.16 5/340 20912
/proc/meminfo: memFree=116770744/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=19063512 memory=3594116 CPUtime=3524.12 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 108839 0 411 0 352245 167 0 0 20 0 20 0 31412352 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4765878 898529 5441 1 0 931321 0
[pid=19517/tid=19537] ppid=19512 vsize=19063512 memory=3594116 CPUtime=3505.9 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 49853 0 297 0 350536 54 0 0 20 0 20 0 31412359 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31412368 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=19063512 memory=3594116 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 1180 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=19063512 memory=3594116 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412386 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 3524.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3594116 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.19 4.15 5/341 20915
/proc/meminfo: memFree=116736888/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=19063512 memory=3594116 CPUtime=3583.98 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 109901 0 411 0 358230 168 0 0 20 0 20 0 31412352 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4765878 898529 5441 1 0 931321 0
[pid=19517/tid=19537] ppid=19512 vsize=19063512 memory=10752 CPUtime=3565.75 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 50816 0 297 0 356520 55 0 0 20 0 20 0 31412359 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31412368 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=19063512 memory=3594116 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 1180 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412386 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 3583.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3594116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3598.2 s]
/proc/loadavg: 4.15 4.20 4.16 5/341 20916
/proc/meminfo: memFree=116667092/131249996 swapFree=33010684/33010684
[pid=19517] ppid=19512 vsize=19063512 memory=3594116 CPUtime=3600.03 cores=0,2
/proc/19517/stat : 19517 (java) S 19512 19517 19460 0 -1 4194304 110957 0 411 0 359834 169 0 0 20 0 20 0 31412352 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
/proc/19517/statm: 4765878 898529 5441 1 0 931321 0
[pid=19517/tid=19537] ppid=19512 vsize=19063512 memory=-6000919498543424366 CPUtime=3581.43 cores=0,2
/proc/19517/task/19537/stat : 19537 (java) R 19512 19517 19460 0 -1 4194368 50951 0 297 0 358088 55 0 0 20 0 20 0 31412359 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19568] ppid=19512 vsize=19063512 memory=5172 CPUtime=0 cores=0,2
/proc/19517/task/19568/stat : 19568 (Finalizer) S 19512 19517 19460 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31412368 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19601] ppid=19512 vsize=19063512 memory=4916 CPUtime=0 cores=0,2
/proc/19517/task/19601/stat : 19601 (Common-Cleaner) S 19512 19517 19460 0 -1 4194368 1180 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
[pid=19517/tid=19602] ppid=19512 vsize=19063512 memory=4916 CPUtime=0 cores=0,2
/proc/19517/task/19602/stat : 19602 (Timer-0) S 19512 19517 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412386 19521036288 898529 18446744073709551615 93998507851776 93998507855472 140726299009536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93998507863288 93998507864080 93998535831552 140726299011457 140726299011558 140726299011558 140726299017160 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3594116 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.47 s, system=1.71067 s

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

Child status: 143

Real time (s): 3598.31
CPU time (s): 3600.18
CPU user time (s): 3598.47
CPU system time (s): 1.71067
CPU usage (%): 100.052
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3594116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.47
system time used= 1.71067
maximum resident set size= 3595140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113161
page faults= 411
swaps= 0
block input operations= 27232
block output operations= 14560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107250
involuntary context switches= 6491


# summary of solver processes directly reported to runsolver:
#   pid: 19517
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.47
#   total CPU system time (s): 1.71067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.00641 second user time and 17.8689 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 02:35:46
IDJOB=4493848
IDBENCH=147874
IDSOLVER=3363
FILE ID=nodeC017/4493848-1751157346
RUNJOBID= nodeC017-1751157346-19470
SLURM_JOB_ID= 9587483
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493848-1751157346/watcher-4493848-1751157346 -o /tmp/evaluation-result-4493848-1751157346/solver-4493848-1751157346 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19470 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493848-1751157346.opb

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

MD5SUM BENCH= 7546ebd0ce66e1c0113f5874ce57dd6d
RANDOM SEED=82744114

nodeC017 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		: 3600.383
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	: 7000.12
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		: 3479.073
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.060
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	: 7000.12
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		: 3600.456
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	: 7000.12
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		: 3600.481
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	: 7000.12
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		: 1709.588
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.347
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	: 7000.12
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		: 3600.066
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130086564 kB
MemAvailable:   129739532 kB
Buffers:            3280 kB
Cached:           463796 kB
SwapCached:            0 kB
Active:           291728 kB
Inactive:         244824 kB
Active(anon):      87556 kB
Inactive(anon):        0 kB
Active(file):     204172 kB
Inactive(file):   244824 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1940 kB
Writeback:             0 kB
AnonPages:         72900 kB
Mapped:           102172 kB
Shmem:             18080 kB
KReclaimable:      86020 kB
Slab:             169108 kB
SReclaimable:      86020 kB
SUnreclaim:        83088 kB
KernelStack:        4024 kB
PageTables:         2716 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     331276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC017 at 2025-06-29 03:35:44