Trace number 4514274

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.21 3606.12

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v041-n2.opb
MD5SUMb8a09e358b8e1895ad7e151def234408
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010805
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables123
Total number of constraints41
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)41
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	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.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4514274-1751225757.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c  no objective function found
0.13/0.15	c ... done. Wall clock time 0.013s.
0.13/0.15	c declared #vars     123
0.13/0.15	c #constraints  82
0.13/0.15	c constraints type 
0.13/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.13/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 41
0.13/0.15	c 82 constraints processed.
0.89/0.59	c cleaning 2501 clauses out of 5005 with flag 35030/5005
1.67/1.02	c cleaning 4244 clauses out of 8500 with flag 86415/11001
2.26/1.58	c cleaning 5626 clauses out of 11257 with flag 145520/18002
3.16/2.34	c cleaning 6807 clauses out of 13629 with flag 221099/26000
4.06/3.25	c cleaning 7905 clauses out of 15823 with flag 303451/35001
5.15/4.30	c cleaning 8953 clauses out of 17917 with flag 393878/45000
6.53/5.63	c cleaning 9973 clauses out of 19964 with flag 503264/56000
7.93/7.08	c cleaning 10992 clauses out of 21991 with flag 614314/68000
9.53/8.68	c cleaning 11992 clauses out of 23999 with flag 730227/81000
11.73/10.60	c cleaning 12993 clauses out of 26007 with flag 863640/95000
13.73/12.64	c cleaning 13996 clauses out of 28014 with flag 998675/110000
16.02/14.98	c cleaning 15006 clauses out of 30019 with flag 1145448/126001
18.46/17.30	c cleaning 16000 clauses out of 32015 with flag 1305082/143003
21.06/19.99	c cleaning 17000 clauses out of 34012 with flag 1464062/161000
24.16/23.07	c cleaning 17999 clauses out of 36013 with flag 1637154/180001
27.25/26.16	c cleaning 18999 clauses out of 38015 with flag 1810695/200002
30.54/29.48	c cleaning 19997 clauses out of 40016 with flag 2008915/221002
34.15/33.03	c cleaning 21000 clauses out of 42018 with flag 2210964/243001
37.84/36.72	c cleaning 21999 clauses out of 44017 with flag 2425661/266000
41.93/40.83	c cleaning 23002 clauses out of 46018 with flag 2649330/290000
46.92/45.87	c cleaning 24001 clauses out of 48016 with flag 2893496/315000
51.60/50.51	c cleaning 25001 clauses out of 50015 with flag 3138923/341000
57.39/56.35	c cleaning 25999 clauses out of 52014 with flag 3418530/368000
62.68/61.68	c cleaning 27004 clauses out of 54016 with flag 3678215/396001
67.57/66.56	c cleaning 27998 clauses out of 56011 with flag 3920656/425000
73.26/72.26	c cleaning 29001 clauses out of 58013 with flag 4188601/455000
80.26/79.26	c cleaning 30000 clauses out of 60012 with flag 4484716/486000
87.74/86.74	c cleaning 31002 clauses out of 62012 with flag 4780440/518000
95.92/94.91	c cleaning 32001 clauses out of 64010 with flag 5080234/551000
103.69/102.60	c cleaning 32995 clauses out of 66009 with flag 5386626/585000
113.57/112.53	c cleaning 34000 clauses out of 68017 with flag 5763046/620003
122.25/121.24	c cleaning 34999 clauses out of 70014 with flag 6102608/656000
130.84/129.89	c cleaning 36001 clauses out of 72016 with flag 6438340/693001
140.41/139.42	c cleaning 37001 clauses out of 74018 with flag 6780718/731004
150.54/149.54	c cleaning 38002 clauses out of 76013 with flag 7144315/770000
160.22/159.24	c cleaning 39000 clauses out of 78011 with flag 7513469/810000
171.10/170.15	c cleaning 39996 clauses out of 80012 with flag 7890754/851001
182.97/182.10	c cleaning 41001 clauses out of 82015 with flag 8275000/893000
195.05/194.17	c cleaning 42002 clauses out of 84015 with flag 8661626/936001
208.41/207.50	c cleaning 42990 clauses out of 86012 with flag 9097178/980000
223.04/222.14	c cleaning 44001 clauses out of 88024 with flag 9531714/1025002
237.90/237.04	c cleaning 45007 clauses out of 90022 with flag 10004880/1071001
255.65/254.88	c cleaning 45997 clauses out of 92014 with flag 10480164/1118000
271.23/270.49	c cleaning 47005 clauses out of 94019 with flag 10959219/1166002
286.19/285.48	c cleaning 48000 clauses out of 96012 with flag 11445021/1215000
303.20/302.40	c cleaning 48999 clauses out of 98012 with flag 11937619/1265000
319.46/318.78	c cleaning 49995 clauses out of 100013 with flag 12425623/1316000
335.52/334.90	c cleaning 50999 clauses out of 102018 with flag 12919474/1368000
351.59/350.99	c cleaning 52001 clauses out of 104020 with flag 13392344/1421001
368.76/368.16	c cleaning 53004 clauses out of 106019 with flag 13878143/1475001
387.96/387.37	c cleaning 54001 clauses out of 108016 with flag 14395386/1530002
408.11/407.55	c cleaning 54996 clauses out of 110013 with flag 14959047/1586000
431.86/431.33	c cleaning 56006 clauses out of 112019 with flag 15538116/1643002
452.02/451.56	c cleaning 56996 clauses out of 114012 with flag 16100332/1701001
471.31/470.88	c cleaning 58001 clauses out of 116015 with flag 16656777/1760000
492.38/491.90	c cleaning 59001 clauses out of 118015 with flag 17247592/1820001
514.82/514.42	c cleaning 59995 clauses out of 120013 with flag 17847035/1881000
538.57/538.22	c cleaning 61006 clauses out of 122020 with flag 18443997/1943002
563.52/563.26	c cleaning 62002 clauses out of 124012 with flag 19038167/2006000
588.69/588.43	c cleaning 63003 clauses out of 126010 with flag 19650572/2070000
615.82/615.65	c cleaning 63999 clauses out of 128008 with flag 20265610/2135001
642.74/642.64	c cleaning 64996 clauses out of 130008 with flag 20909616/2201000
672.17/672.19	c cleaning 66001 clauses out of 132012 with flag 21590881/2268000
704.92/704.94	c cleaning 67004 clauses out of 134012 with flag 22274028/2336001
733.56/733.60	c cleaning 67998 clauses out of 136007 with flag 22943648/2405000
765.51/765.69	c cleaning 68993 clauses out of 138010 with flag 23637077/2475001
803.56/803.72	c cleaning 70005 clauses out of 140016 with flag 24375373/2546000
840.78/841.07	c cleaning 70998 clauses out of 142011 with flag 25119158/2618000
878.90/879.25	c cleaning 72004 clauses out of 144014 with flag 25886681/2691001
915.12/915.54	c cleaning 72997 clauses out of 146009 with flag 26632957/2765000
952.37/952.89	c cleaning 74000 clauses out of 148014 with flag 27373077/2840002
989.60/990.13	c cleaning 74996 clauses out of 150012 with flag 28121535/2916000
1043.97/1044.69	c cleaning 76000 clauses out of 152018 with flag 28921959/2993002
1089.04/1089.74	c cleaning 77003 clauses out of 154016 with flag 29710494/3071000
1132.75/1133.51	c cleaning 78003 clauses out of 156015 with flag 30504319/3150002
1178.15/1179.09	c cleaning 78999 clauses out of 158010 with flag 31303817/3230000
1230.04/1231.08	c cleaning 79997 clauses out of 160013 with flag 32148658/3311002
1281.55/1282.69	c cleaning 81007 clauses out of 162015 with flag 32983910/3393001
1334.84/1336.03	c cleaning 81998 clauses out of 164007 with flag 33843386/3476000
1384.43/1385.71	c cleaning 83000 clauses out of 166011 with flag 34716209/3560002
1437.53/1438.90	c cleaning 84003 clauses out of 168009 with flag 35574951/3645000
1490.88/1492.41	c cleaning 84990 clauses out of 170006 with flag 36431827/3731000
1538.46/1540.18	c cleaning 86003 clauses out of 172016 with flag 37255095/3818000
1596.10/1598.00	c cleaning 87002 clauses out of 174013 with flag 38142252/3906000
1649.85/1651.89	c cleaning 87995 clauses out of 176011 with flag 39077238/3995000
1704.09/1706.16	c cleaning 89004 clauses out of 178019 with flag 39969920/4085003
1761.56/1763.79	c cleaning 90002 clauses out of 180013 with flag 40883126/4176001
1818.34/1820.64	c cleaning 91003 clauses out of 182012 with flag 41800810/4268002
1885.49/1887.97	c cleaning 91993 clauses out of 184007 with flag 42770467/4361000
1941.38/1943.94	c cleaning 92998 clauses out of 186015 with flag 43695818/4455001
2012.68/2015.30	c cleaning 94002 clauses out of 188017 with flag 44631748/4550001
2090.31/2093.18	c cleaning 95002 clauses out of 190017 with flag 45647871/4646003
2161.95/2164.91	c cleaning 96000 clauses out of 192013 with flag 46661743/4743001
2225.82/2228.97	c cleaning 97000 clauses out of 194013 with flag 47650542/4841001
2288.59/2291.84	c cleaning 98005 clauses out of 196012 with flag 48615938/4940000
2356.59/2359.96	c cleaning 98999 clauses out of 198007 with flag 49659828/5040000
2444.01/2447.51	c cleaning 99999 clauses out of 200012 with flag 50753508/5141004
2519.85/2523.58	c cleaning 100990 clauses out of 202010 with flag 51826826/5243001
2590.79/2594.63	c cleaning 102005 clauses out of 204020 with flag 52877801/5346001
2666.93/2670.96	c cleaning 102997 clauses out of 206014 with flag 53948162/5450000
2740.95/2745.01	c cleaning 104004 clauses out of 208019 with flag 54943085/5555002
2821.28/2825.50	c cleaning 104998 clauses out of 210013 with flag 55957106/5661000
2900.00/2904.45	c cleaning 106005 clauses out of 212016 with flag 56998832/5768001
2988.71/2993.32	c cleaning 106997 clauses out of 214010 with flag 58150875/5876000
3076.52/3081.35	c cleaning 107998 clauses out of 216014 with flag 59293301/5985001
3161.10/3166.04	c cleaning 108998 clauses out of 218015 with flag 60435135/6095000
3254.49/3259.66	c cleaning 110001 clauses out of 220017 with flag 61569030/6206000
3340.11/3345.45	c cleaning 111005 clauses out of 222017 with flag 62649018/6318001
3440.10/3445.62	c cleaning 112004 clauses out of 224011 with flag 63823724/6431000
3549.51/3555.33	c cleaning 112996 clauses out of 226008 with flag 65048248/6545001
3600.08/3606.01	c starts		: 17188
3600.08/3606.02	c conflicts		: 6608316
3600.08/3606.02	c decisions		: 7713899
3600.08/3606.02	c propagations		: 117735161
3600.08/3606.02	c inspects		: 47974305879
3600.08/3606.02	c shortcuts		: 0
3600.08/3606.02	c learnt literals	: 0
3600.08/3606.02	c learnt binary clauses	: 0
3600.08/3606.02	c learnt ternary clauses	: 2
3600.08/3606.02	c learnt constraints	: 6608316
3600.08/3606.02	c ignored constraints	: 0
3600.08/3606.02	c root simplifications	: 0
3600.08/3606.02	c removed literals (reason simplification)	: 87051233
3600.08/3606.02	c reason swapping (by a shorter reason)	: 0
3600.08/3606.02	c Calls to reduceDB	: 110
3600.08/3606.02	c Number of update (reduction) of LBD	: 1929022
3600.08/3606.02	c Imported unit clauses	: 0
3600.08/3606.02	c No decision after first conflict	: false
3600.08/3606.02	c number of reductions to clauses (during analyze)	: 0
3600.08/3606.02	c number of learned constraints concerned by reduction	: 0
3600.08/3606.02	c number of learning phase by resolution	: 0
3600.08/3606.02	c number of learning phase by cutting planes	: 0
3600.08/3606.02	c number of rounding to 1 operations	: 0
3600.08/3606.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3606.02	c number of reductions of the coefficients by power 2 	: 0
3600.08/3606.02	c number of right shift for reduction by power 2 	: 0
3600.08/3606.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3606.02	c number of ending skipping 	: 0
3600.08/3606.02	c number of internal skipping 	: 0
3600.08/3606.02	c number of derivation steps 	: 0
3600.08/3606.02	c number of skipped derivation steps 	: 0
3600.08/3606.02	c number of remaining unassigned 	: 0
3600.08/3606.02	c number of remaining assigned 	: 0
3600.08/3606.02	c number of falsified literals weakened from reason	: 0
3600.08/3606.02	c number of falsified literals weakened from conflict	: 0
3600.08/3606.02	c time for arithmetic operations	: 0
3600.08/3606.02	c minimum degree of deleted constraints	: null
3600.08/3606.02	c maximum degree of deleted constraints	: null
3600.08/3606.02	c number of deleted constraints	: 0
3600.08/3606.02	c speed (assignments/second)	: 32650.999329703507
3600.08/3606.02	c non guided choices	: 39
3600.08/3606.03	c timeout
3600.08/3606.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 176327
3600.08/3606.08	s UNKNOWN
3600.08/3606.08	c Total wall clock time (in seconds): 3605.942

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: 63708 MiB (62914 MiB free)
  memory of node 1: 64465 MiB (62525 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514274-1751225757/watcher-4514274-1751225757 -o /tmp/evaluation-result-4514274-1751225757/solver-4514274-1751225757 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28934 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4514274-1751225757.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=29777, runsolver pid=29772

[startup+0.100023 s]*
/proc/loadavg: 4.14 4.20 4.13 6/317 29795
/proc/meminfo: memFree=128423008/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=18930384 memory=57716 CPUtime=0.13 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 6562 0 0 0 11 2 0 0 20 0 18 0 38253185 19384713216 14429 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4732596 14429 5337 1 0 547603 0
[pid=29777/tid=29779] ppid=29772 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 5058 0 0 0 6 1 0 0 20 0 18 0 38253186 19384713216 14429 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38253188 19384713216 14429 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=18930384 memory=60684515934839 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38253189 19384713216 14429 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57716 KiB

[startup+0.20567 s]*
/proc/loadavg: 4.14 4.20 4.13 7/316 29803
/proc/meminfo: memFree=128413808/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=18997336 memory=62316 CPUtime=0.31 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 8189 0 0 0 29 2 0 0 20 0 19 0 38253185 19453272064 15579 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4749334 15579 5433 1 0 548816 0
[pid=29777/tid=29779] ppid=29772 vsize=18997336 memory=4026597495 CPUtime=0.18 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 5296 0 0 0 16 2 0 0 20 0 19 0 38253186 19453272064 15579 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=18997336 memory=224227769675 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38253188 19453272064 15579 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=18997336 memory=27756 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38253189 19453272064 15579 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=18997336 memory=0 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38253201 19453272064 15579 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18997336 KiB
Current children cumulated memory: 62316 KiB

[startup+0.305599 s]*
/proc/loadavg: 4.14 4.20 4.13 5/316 29813
/proc/meminfo: memFree=128413808/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=18996948 memory=68308 CPUtime=0.51 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 9673 0 0 0 48 3 0 0 20 0 19 0 38253185 19452874752 17077 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4749237 17077 5433 1 0 549727 0
[pid=29777/tid=29779] ppid=29772 vsize=18996948 memory=-6000919498509608045 CPUtime=0.28 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 5307 0 0 0 26 2 0 0 20 0 19 0 38253186 19452874752 17077 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38253188 19452874752 17077 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38253189 19452874752 17077 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38253201 19452874752 17077 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68308 KiB

[startup+0.700247 s]
/proc/loadavg: 4.14 4.20 4.13 6/325 29832
/proc/meminfo: memFree=128400856/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=18996948 memory=79780 CPUtime=1.27 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 12384 0 0 0 123 4 0 0 20 0 19 0 38253185 19452874752 19945 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4749237 19945 5465 1 0 551438 0
[pid=29777/tid=29779] ppid=29772 vsize=18996948 memory=17536 CPUtime=0.64 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 5350 0 0 0 62 2 0 0 20 0 19 0 38253186 19452874752 19945 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38253188 19452874752 19945 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38253189 19452874752 19945 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38253201 19452874752 19945 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79780 KiB

[startup+1.50021 s]
/proc/loadavg: 4.14 4.20 4.13 8/338 29845
/proc/meminfo: memFree=128267912/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=18996948 memory=86096 CPUtime=2.26 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 14952 0 0 0 222 4 0 0 20 0 19 0 38253185 19452874752 21524 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4749237 21524 5465 1 0 551439 0
[pid=29777/tid=29779] ppid=29772 vsize=18996948 memory=0 CPUtime=1.44 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 5423 0 0 0 142 2 0 0 20 0 19 0 38253186 19452874752 21524 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38253188 19452874752 21524 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38253189 19452874752 21524 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38253201 19452874752 21524 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86096 KiB

[startup+3.10549 s]
/proc/loadavg: 4.14 4.20 4.13 5/339 29846
/proc/meminfo: memFree=128239544/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=18996948 memory=92372 CPUtime=3.96 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 16637 0 0 0 392 4 0 0 20 0 19 0 38253185 19452874752 23093 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4749237 23093 5465 1 0 551443 0
[pid=29777/tid=29779] ppid=29772 vsize=18996948 memory=10752 CPUtime=3.04 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 5929 0 0 0 302 2 0 0 20 0 19 0 38253186 19452874752 23093 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=18996948 memory=-6000919498442629997 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38253188 19452874752 23093 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38253189 19452874752 23093 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38253201 19452874752 23093 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 3.96 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92372 KiB

[startup+6.30021 s]
/proc/loadavg: 4.13 4.20 4.12 5/339 29846
/proc/meminfo: memFree=128217628/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=18996948 memory=100148 CPUtime=7.23 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 20052 0 0 0 718 5 0 0 20 0 19 0 38253185 19452874752 25037 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4749237 25037 5465 1 0 551443 0
[pid=29777/tid=29779] ppid=29772 vsize=18996948 memory=0 CPUtime=6.22 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 6386 0 0 0 620 2 0 0 20 0 19 0 38253186 19452874752 25037 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38253188 19452874752 25037 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38253189 19452874752 25037 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=18996948 memory=86096 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38253201 19452874752 25037 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 7.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 100148 KiB

[startup+12.7002 s]
/proc/loadavg: 4.20 4.21 4.13 5/339 29846
/proc/meminfo: memFree=128164948/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=18996948 memory=125876 CPUtime=13.83 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 26684 0 0 0 1376 7 0 0 20 0 19 0 38253185 19452874752 31469 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4749237 31469 5465 1 0 552168 0
[pid=29777/tid=29779] ppid=29772 vsize=18996948 memory=86096 CPUtime=12.61 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 7077 0 0 0 1258 3 0 0 20 0 19 0 38253186 19452874752 31469 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38253188 19452874752 31469 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38253189 19452874752 31469 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=18996948 memory=-6000919498442629997 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38253201 19452874752 31469 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 13.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 125876 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.22 4.13 5/340 29848
/proc/meminfo: memFree=128091232/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=18996948 memory=154068 CPUtime=26.65 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 28395 0 0 0 2657 8 0 0 20 0 19 0 38253185 19452874752 38517 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4749237 38517 5465 1 0 552168 0
[pid=29777/tid=29779] ppid=29772 vsize=18996948 memory=-6000919498442629997 CPUtime=25.38 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 7971 0 0 0 2534 4 0 0 20 0 19 0 38253186 19452874752 38517 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=18996948 memory=-6000919498442629997 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38253188 19452874752 38517 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=18996948 memory=-6000919498442629997 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38253189 19452874752 38517 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38253201 19452874752 38517 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 26.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154068 KiB

[startup+51.1056 s]
/proc/loadavg: 4.15 4.20 4.13 5/341 29849
/proc/meminfo: memFree=128012944/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=19063512 memory=174904 CPUtime=52.21 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 30057 0 0 0 5212 9 0 0 20 0 20 0 38253185 19521036288 43726 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4765878 43726 5465 1 0 552457 0
[pid=29777/tid=29779] ppid=29772 vsize=19063512 memory=174904 CPUtime=50.91 cores=1,3

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

/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38253188 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 1160 0 0 0 0 0 0 0 20 0 20 0 38253189 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38253201 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 3217.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1062268 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.17 4.12 5/342 30094
/proc/meminfo: memFree=123613956/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=19063512 memory=1062268 CPUtime=3277.15 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 52866 0 0 0 327620 95 0 0 20 0 20 0 38253185 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4765878 265567 5497 1 0 552478 0
[pid=29777/tid=29779] ppid=29772 vsize=19063512 memory=1062268 CPUtime=3272.98 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 17855 0 0 0 327293 5 0 0 20 0 20 0 38253186 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=19063512 memory=1062268 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38253188 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 1160 0 0 0 0 0 0 0 20 0 20 0 38253189 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38253201 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 3277.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1062268 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.17 4.12 5/342 30097
/proc/meminfo: memFree=123616676/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=19063512 memory=1062268 CPUtime=3337.02 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 52921 0 0 0 333606 96 0 0 20 0 20 0 38253185 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4765878 265567 5497 1 0 552478 0
[pid=29777/tid=29779] ppid=29772 vsize=19063512 memory=1062268 CPUtime=3332.83 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 17883 0 0 0 333278 5 0 0 20 0 20 0 38253186 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=19063512 memory=1062268 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38253188 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 1160 0 0 0 0 0 0 0 20 0 20 0 38253189 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38253201 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 3337.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1062268 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.17 4.12 5/342 30099
/proc/meminfo: memFree=123615808/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=19063512 memory=1062268 CPUtime=3396.89 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 53148 0 0 0 339592 97 0 0 20 0 20 0 38253185 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4765878 265567 5497 1 0 552479 0
[pid=29777/tid=29779] ppid=29772 vsize=19063512 memory=1441 CPUtime=3392.68 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 18083 0 0 0 339263 5 0 0 20 0 20 0 38253186 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=19063512 memory=1062268 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38253188 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=19063512 memory=1062268 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 1160 0 0 0 0 0 0 0 20 0 20 0 38253189 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=19063512 memory=-6000919498442629997 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38253201 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 3396.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1062268 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.16 4.12 5/340 30101
/proc/meminfo: memFree=123611608/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=19063512 memory=1062268 CPUtime=3456.76 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 53769 0 0 0 345577 99 0 0 20 0 20 0 38253185 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4765878 265567 5497 1 0 552481 0
[pid=29777/tid=29779] ppid=29772 vsize=19063512 memory=1441 CPUtime=3452.54 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 18583 0 0 0 345248 6 0 0 20 0 20 0 38253186 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38253188 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 1232 0 0 0 0 0 0 0 20 0 20 0 38253189 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=19063512 memory=4785800953272626845 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38253201 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 3456.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1062268 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.15 4.11 5/340 30106
/proc/meminfo: memFree=123611496/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=19063512 memory=1062268 CPUtime=3516.6 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 54248 0 0 0 351560 100 0 0 20 0 20 0 38253185 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4765878 265567 5497 1 0 552482 0
[pid=29777/tid=29779] ppid=29772 vsize=19063512 memory=1062268 CPUtime=3512.36 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 19012 0 0 0 351230 6 0 0 20 0 20 0 38253186 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=19063512 memory=1062268 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38253188 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=19063512 memory=1062268 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 1232 0 0 0 0 0 0 0 20 0 20 0 38253189 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=19063512 memory=1062268 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38253201 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 3516.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1062268 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.13 4.11 5/339 30108
/proc/meminfo: memFree=123611384/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=19063512 memory=1062268 CPUtime=3576.43 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 54627 0 0 0 357542 101 0 0 20 0 20 0 38253185 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4765878 265567 5497 1 0 552483 0
[pid=29777/tid=29779] ppid=29772 vsize=19063512 memory=4760 CPUtime=3572.18 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 19290 0 0 0 357212 6 0 0 20 0 20 0 38253186 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38253188 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=19063512 memory=1062268 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 20 0 38253189 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=19063512 memory=6852 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38253201 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 3576.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1062268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606 s]*
/proc/loadavg: 4.37 4.19 4.12 6/337 30240
/proc/meminfo: memFree=127001156/131250000 swapFree=33010684/33010684
[pid=29777] ppid=29772 vsize=19063512 memory=1062268 CPUtime=3600.08 cores=1,3
/proc/29777/stat : 29777 (java) S 29772 29777 28922 0 -1 4194304 54648 0 0 0 359906 102 0 0 20 0 20 0 38253185 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
/proc/29777/statm: 4765878 265567 5497 1 0 552483 0
[pid=29777/tid=29779] ppid=29772 vsize=19063512 memory=-6000919472773819500 CPUtime=3595.81 cores=1,3
/proc/29777/task/29779/stat : 29779 (java) R 29772 29777 28922 0 -1 4194368 19298 0 0 0 359575 6 0 0 20 0 20 0 38253186 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29788] ppid=29772 vsize=19063512 memory=1062268 CPUtime=0 cores=1,3
/proc/29777/task/29788/stat : 29788 (Finalizer) S 29772 29777 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38253188 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29795] ppid=29772 vsize=19063512 memory=6852 CPUtime=0 cores=1,3
/proc/29777/task/29795/stat : 29795 (Common-Cleaner) S 29772 29777 28922 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 20 0 38253189 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
[pid=29777/tid=29799] ppid=29772 vsize=19063512 memory=1654192 CPUtime=0 cores=1,3
/proc/29777/task/29799/stat : 29799 (Timer-0) S 29772 29777 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38253201 19521036288 265567 18446744073709551615 94303159644160 94303159647856 140734825923520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94303159655672 94303159656464 94303161380864 140734825929089 140734825929190 140734825929190 140734825934792 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1062268 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.18 s, system=1.03406 s

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

[startup+3606.11 s]*
/proc/loadavg: 4.37 4.19 4.12 6/317 30244
/proc/meminfo: memFree=128002328/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3606.12
CPU time (s): 3600.21
CPU user time (s): 3599.18
CPU system time (s): 1.03406
CPU usage (%): 99.8361
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1062268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.18
system time used= 1.03406
maximum resident set size= 1063292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56944
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102804
involuntary context switches= 5352


# summary of solver processes directly reported to runsolver:
#   pid: 29777
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3599.18
#   total CPU system time (s): 1.03406

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.03652 second user time and 16.7321 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 21:35:57
IDJOB=4514274
IDBENCH=162615
IDSOLVER=3363
FILE ID=nodeC019/4514274-1751225757
RUNJOBID= nodeC019-1751222147-28934
SLURM_JOB_ID= 9587678
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v041-n2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514274-1751225757/watcher-4514274-1751225757 -o /tmp/evaluation-result-4514274-1751225757/solver-4514274-1751225757 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28934 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4514274-1751225757.opb

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

MD5SUM BENCH= b8a09e358b8e1895ad7e151def234408
RANDOM SEED=1453362713

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128451148 kB
MemAvailable:   128332640 kB
Buffers:            3280 kB
Cached:           690752 kB
SwapCached:            0 kB
Active:          1792964 kB
Inactive:         434000 kB
Active(anon):    1551000 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   434000 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1820 kB
Writeback:             8 kB
AnonPages:       1535780 kB
Mapped:           122956 kB
Shmem:             18064 kB
KReclaimable:      89536 kB
Slab:             175324 kB
SReclaimable:      89536 kB
SUnreclaim:        85788 kB
KernelStack:        4872 kB
PageTables:         6552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4799280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151112 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1380352 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:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC019 at 2025-06-29 22:36:03