Trace number 4492948

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.22 3585.41

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
MD5SUM2590c1209b8f449ade71ad316e08b5f7
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.529767
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints39645
Number of constraints which are clauses39645
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint40
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 41
Number of bits of the biggest sum of numbers6
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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4492948-1751150123.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  no objective function found
0.52/0.35	c ... done. Wall clock time 0.222s.
0.52/0.35	c declared #vars     1800
0.52/0.35	c #constraints  39645
0.52/0.35	c constraints type 
0.52/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39600
0.52/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45
0.52/0.35	c 39645 constraints processed.
2.43/1.59	c cleaning 2500 clauses out of 5001 with flag 34711/5001
3.94/2.99	c cleaning 4245 clauses out of 8500 with flag 80195/11000
5.05/3.92	c cleaning 5616 clauses out of 11256 with flag 127851/18001
7.03/5.86	c cleaning 6801 clauses out of 13639 with flag 179680/26000
9.05/7.70	c cleaning 7908 clauses out of 15839 with flag 234525/35001
10.63/9.28	c cleaning 8934 clauses out of 17930 with flag 303312/45000
12.03/10.67	c cleaning 9981 clauses out of 19997 with flag 373634/56001
13.99/12.53	c cleaning 10988 clauses out of 22016 with flag 454199/68001
15.68/14.22	c cleaning 11991 clauses out of 24029 with flag 536305/81002
18.44/16.93	c cleaning 12994 clauses out of 26036 with flag 626581/95000
20.51/18.96	c cleaning 13996 clauses out of 28042 with flag 713012/110000
23.81/22.29	c cleaning 14980 clauses out of 30046 with flag 836424/126000
27.68/26.04	c cleaning 16022 clauses out of 32067 with flag 960598/143001
31.37/29.68	c cleaning 17005 clauses out of 34044 with flag 1082128/161000
37.52/35.74	c cleaning 18005 clauses out of 36040 with flag 1217326/180001
42.18/40.30	c cleaning 19008 clauses out of 38036 with flag 1379559/200002
47.64/45.78	c cleaning 19986 clauses out of 40026 with flag 1535761/221000
52.27/50.25	c cleaning 21017 clauses out of 42040 with flag 1671991/243000
56.50/54.04	c cleaning 22004 clauses out of 44024 with flag 1817931/266001
63.05/60.55	c cleaning 22995 clauses out of 46019 with flag 1975835/290000
72.30/69.73	c cleaning 24001 clauses out of 48026 with flag 2167221/315002
82.65/80.07	c cleaning 25002 clauses out of 50023 with flag 2361190/341000
88.36/85.70	c cleaning 25996 clauses out of 52022 with flag 2539808/368001
94.35/91.68	c cleaning 26997 clauses out of 54025 with flag 2703247/396000
99.84/97.18	c cleaning 27993 clauses out of 56029 with flag 2888014/425001
106.56/103.77	c cleaning 29006 clauses out of 58035 with flag 3083910/455000
116.85/114.03	c cleaning 30000 clauses out of 60031 with flag 3308979/486002
130.36/127.02	c cleaning 30992 clauses out of 62029 with flag 3528615/518000
149.28/145.91	c cleaning 32002 clauses out of 64041 with flag 3805997/551004
168.44/165.14	c cleaning 33002 clauses out of 66035 with flag 4100541/585000
190.79/187.33	c cleaning 33997 clauses out of 68033 with flag 4396478/620000
213.81/210.29	c cleaning 35001 clauses out of 70037 with flag 4703177/656001
230.36/226.67	c cleaning 35992 clauses out of 72035 with flag 4989816/693000
241.93/238.25	c cleaning 37013 clauses out of 74044 with flag 5201346/731001
253.35/249.58	c cleaning 37990 clauses out of 76030 with flag 5422548/770000
264.98/261.05	c cleaning 39013 clauses out of 78042 with flag 5656421/810002
277.44/273.11	c cleaning 40001 clauses out of 80027 with flag 5891129/851000
289.97/285.68	c cleaning 41010 clauses out of 82026 with flag 6135456/893000
303.64/299.10	c cleaning 42007 clauses out of 84016 with flag 6379681/936000
316.80/312.30	c cleaning 42987 clauses out of 86009 with flag 6635047/980000
333.12/328.58	c cleaning 44006 clauses out of 88024 with flag 6878921/1025002
347.07/342.31	c cleaning 45001 clauses out of 90016 with flag 7164821/1071000
361.95/357.20	c cleaning 46002 clauses out of 92016 with flag 7437712/1118001
379.24/374.41	c cleaning 46993 clauses out of 94014 with flag 7702746/1166001
395.47/390.56	c cleaning 47994 clauses out of 96021 with flag 7996183/1215001
414.04/409.13	c cleaning 48995 clauses out of 98026 with flag 8277188/1265000
436.18/431.28	c cleaning 50006 clauses out of 100032 with flag 8550034/1316001
458.05/452.94	c cleaning 51002 clauses out of 102025 with flag 8838485/1368000
479.66/474.14	c cleaning 52003 clauses out of 104023 with flag 9168058/1421000
502.10/496.67	c cleaning 53006 clauses out of 106021 with flag 9475512/1475001
527.08/521.54	c cleaning 54003 clauses out of 108014 with flag 9782110/1530000
551.86/546.24	c cleaning 54997 clauses out of 110012 with flag 10096704/1586001
575.68/569.90	c cleaning 55995 clauses out of 112017 with flag 10422866/1643003
599.93/594.21	c cleaning 56997 clauses out of 114019 with flag 10754889/1701000
627.55/621.90	c cleaning 58003 clauses out of 116022 with flag 11086405/1760000
654.43/648.64	c cleaning 59009 clauses out of 118019 with flag 11429704/1820000
680.37/674.46	c cleaning 59994 clauses out of 120010 with flag 11800267/1881000
709.41/703.41	c cleaning 61002 clauses out of 122018 with flag 12142716/1943002
739.51/733.39	c cleaning 62000 clauses out of 124014 with flag 12570764/2006000
771.38/765.13	c cleaning 62994 clauses out of 126014 with flag 12934500/2070000
800.23/793.97	c cleaning 63995 clauses out of 128020 with flag 13324083/2135000
831.56/825.23	c cleaning 65008 clauses out of 130025 with flag 13713630/2201000
864.27/857.43	c cleaning 65993 clauses out of 132019 with flag 14098151/2268002
896.51/889.57	c cleaning 67010 clauses out of 134024 with flag 14506743/2336000
932.53/925.44	c cleaning 68001 clauses out of 136014 with flag 14908695/2405000
967.62/960.40	c cleaning 68997 clauses out of 138014 with flag 15325209/2475001
1000.92/993.61	c cleaning 69999 clauses out of 140017 with flag 15749037/2546001
1034.01/1026.60	c cleaning 70999 clauses out of 142017 with flag 16199072/2618000
1072.60/1065.18	c cleaning 71997 clauses out of 144018 with flag 16631492/2691000
1112.34/1104.84	c cleaning 73001 clauses out of 146022 with flag 17065483/2765001
1153.14/1145.68	c cleaning 74002 clauses out of 148020 with flag 17503750/2840000
1194.12/1186.68	c cleaning 75006 clauses out of 150018 with flag 17959177/2916000
1234.47/1226.92	c cleaning 76006 clauses out of 152013 with flag 18415722/2993001
1277.52/1269.96	c cleaning 76997 clauses out of 154006 with flag 18875621/3071000
1324.38/1316.74	c cleaning 77999 clauses out of 156010 with flag 19339063/3150001
1366.96/1359.28	c cleaning 79000 clauses out of 158011 with flag 19821509/3230001
1412.77/1404.98	c cleaning 79991 clauses out of 160010 with flag 20301094/3311000
1459.95/1451.49	c cleaning 80999 clauses out of 162020 with flag 20790390/3393001
1509.12/1500.51	c cleaning 81998 clauses out of 164020 with flag 21275274/3476000
1556.78/1548.12	c cleaning 83003 clauses out of 166024 with flag 21784852/3560002
1604.57/1595.67	c cleaning 84000 clauses out of 168022 with flag 22301993/3645003
1655.93/1646.94	c cleaning 85002 clauses out of 170019 with flag 22821929/3731000
1706.65/1697.43	c cleaning 86001 clauses out of 172017 with flag 23343774/3818000
1758.59/1749.39	c cleaning 86994 clauses out of 174016 with flag 23872462/3906000
1811.34/1801.87	c cleaning 88002 clauses out of 176022 with flag 24412093/3995000
1866.69/1856.93	c cleaning 89002 clauses out of 178020 with flag 24955505/4085000
1921.77/1911.97	c cleaning 89995 clauses out of 180019 with flag 25513186/4176001
1979.62/1969.54	c cleaning 91009 clauses out of 182026 with flag 26072540/4268003
2043.59/2032.48	c cleaning 92002 clauses out of 184017 with flag 26627577/4361003
2107.16/2095.96	c cleaning 92994 clauses out of 186014 with flag 27187679/4455002
2170.05/2158.57	c cleaning 93991 clauses out of 188018 with flag 27768468/4550000
2233.51/2222.00	c cleaning 95005 clauses out of 190027 with flag 28353950/4646000
2299.96/2288.14	c cleaning 95999 clauses out of 192023 with flag 28939082/4743001
2368.40/2356.55	c cleaning 97003 clauses out of 194024 with flag 29529460/4841001
2440.54/2428.45	c cleaning 98002 clauses out of 196020 with flag 30122446/4940000
2508.18/2495.87	c cleaning 99008 clauses out of 198018 with flag 30731307/5040000
2580.27/2567.86	c cleaning 99997 clauses out of 200010 with flag 31339032/5141000
2652.60/2639.99	c cleaning 101004 clauses out of 202015 with flag 31961684/5243002
2725.36/2712.47	c cleaning 101999 clauses out of 204009 with flag 32598375/5346000
2804.81/2791.82	c cleaning 103001 clauses out of 206014 with flag 33231386/5450004
2881.75/2868.53	c cleaning 103999 clauses out of 208009 with flag 33872012/5555000
2956.42/2942.99	c cleaning 104990 clauses out of 210010 with flag 34532480/5661000
3043.15/3029.63	c cleaning 106002 clauses out of 212020 with flag 35186772/5768000
3124.71/3110.59	c cleaning 106996 clauses out of 214018 with flag 35850115/5876000
3205.76/3191.46	c cleaning 108012 clauses out of 216024 with flag 36530053/5985002
3293.61/3279.27	c cleaning 109004 clauses out of 218010 with flag 37203697/6095000
3382.97/3368.65	c cleaning 109994 clauses out of 220006 with flag 37886638/6206000
3474.58/3460.02	c cleaning 110998 clauses out of 222014 with flag 38579251/6318002
3562.56/3547.98	c cleaning 111997 clauses out of 224015 with flag 39287889/6431001
3600.07/3585.31	c timeout
3600.07/3585.31	c starts		: 51264
3600.07/3585.32	c conflicts		: 6487510
3600.07/3585.32	c decisions		: 54409977
3600.07/3585.32	c propagations		: 269047430
3600.07/3585.32	c inspects		: 28759707449
3600.07/3585.32	c shortcuts		: 0
3600.07/3585.32	c learnt literals	: 0
3600.07/3585.32	c learnt binary clauses	: 0
3600.07/3585.32	c learnt ternary clauses	: 0
3600.07/3585.32	c learnt constraints	: 6487510
3600.07/3585.32	c ignored constraints	: 0
3600.07/3585.32	c root simplifications	: 0
3600.07/3585.32	c removed literals (reason simplification)	: 70464376
3600.07/3585.32	c reason swapping (by a shorter reason)	: 0
3600.07/3585.32	c Calls to reduceDB	: 109
3600.07/3585.32	c Number of update (reduction) of LBD	: 2795559
3600.07/3585.32	c Imported unit clauses	: 0
3600.07/3585.32	c No decision after first conflict	: false
3600.07/3585.32	c number of reductions to clauses (during analyze)	: 0
3600.07/3585.32	c number of learned constraints concerned by reduction	: 0
3600.07/3585.32	c number of learning phase by resolution	: 0
3600.07/3585.32	c number of learning phase by cutting planes	: 0
3600.07/3585.32	c number of rounding to 1 operations	: 0
3600.07/3585.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3585.32	c number of reductions of the coefficients by power 2 	: 0
3600.07/3585.32	c number of right shift for reduction by power 2 	: 0
3600.07/3585.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3585.32	c number of ending skipping 	: 0
3600.07/3585.32	c number of internal skipping 	: 0
3600.07/3585.32	c number of derivation steps 	: 0
3600.07/3585.32	c number of skipped derivation steps 	: 0
3600.07/3585.32	c number of remaining unassigned 	: 0
3600.07/3585.32	c number of remaining assigned 	: 0
3600.07/3585.32	c number of falsified literals weakened from reason	: 0
3600.07/3585.32	c number of falsified literals weakened from conflict	: 0
3600.07/3585.32	c time for arithmetic operations	: 0
3600.07/3585.32	c minimum degree of deleted constraints	: null
3600.07/3585.32	c maximum degree of deleted constraints	: null
3600.07/3585.32	c number of deleted constraints	: 0
3600.07/3585.32	c speed (assignments/second)	: 75048.78845467755
3600.07/3585.32	c non guided choices	: 109476
3600.07/3585.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 168527
3600.07/3585.38	s UNKNOWN
3600.07/3585.38	c Total wall clock time (in seconds): 3585.254

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492948-1751150123/watcher-4492948-1751150123 -o /tmp/evaluation-result-4492948-1751150123/solver-4492948-1751150123 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14292 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4492948-1751150123.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100058 s]*
/proc/loadavg: 4.15 4.17 4.12 5/337 15097
/proc/meminfo: memFree=106947088/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=18930384 memory=57856 CPUtime=0.13 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 6599 0 0 0 11 2 0 0 20 0 18 0 30690053 19384713216 14464 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4732596 14464 5336 1 0 547641 0
[pid=15079/tid=15081] ppid=15076 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 5100 0 0 0 7 1 0 0 20 0 18 0 30690055 19384713216 14464 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30690057 19384713216 14464 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=18930384 memory=60684515966010 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30690057 19384713216 14464 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57856 KiB

[startup+0.205809 s]*
/proc/loadavg: 4.15 4.17 4.12 7/337 15097
/proc/meminfo: memFree=106929256/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=18930384 memory=72708 CPUtime=0.33 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 7168 0 0 0 31 2 0 0 20 0 18 0 30690053 19384713216 18177 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4732596 18177 5400 1 0 548066 0
[pid=15079/tid=15081] ppid=15076 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 5285 0 0 0 17 1 0 0 20 0 18 0 30690055 19384713216 18177 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=18930384 memory=16880 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30690057 19384713216 18177 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30690057 19384713216 18177 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72708 KiB

[startup+0.305753 s]*
/proc/loadavg: 4.15 4.17 4.12 6/337 15097
/proc/meminfo: memFree=106884940/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=18930384 memory=117008 CPUtime=0.52 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 8471 0 0 0 49 3 0 0 20 0 18 0 30690053 19384713216 29252 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4732596 29252 5400 1 0 548887 0
[pid=15079/tid=15081] ppid=15076 vsize=18930384 memory=-6000919481263220590 CPUtime=0.28 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 5306 0 0 0 26 2 0 0 20 0 18 0 30690055 19384713216 29252 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30690057 19384713216 29252 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30690057 19384713216 29252 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 117008 KiB

[startup+0.700242 s]
/proc/loadavg: 4.15 4.17 4.12 6/338 15098
/proc/meminfo: memFree=106854884/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=18996948 memory=151436 CPUtime=1.28 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 13204 0 0 0 124 4 0 0 20 0 19 0 30690053 19452874752 37859 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4749237 37859 5432 1 0 551956 0
[pid=15079/tid=15081] ppid=15076 vsize=18996948 memory=17408 CPUtime=0.63 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 5350 0 0 0 61 2 0 0 20 0 19 0 30690055 19452874752 37859 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30690057 19452874752 37859 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30690057 19452874752 37859 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30690089 19452874752 37859 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 151436 KiB

[startup+1.50024 s]
/proc/loadavg: 4.30 4.20 4.13 5/338 15098
/proc/meminfo: memFree=106841840/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=19063512 memory=182988 CPUtime=2.43 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 16920 0 0 0 237 6 0 0 20 0 20 0 30690053 19521036288 45747 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4765878 45747 5464 1 0 552250 0
[pid=15079/tid=15081] ppid=15076 vsize=19063512 memory=0 CPUtime=1.4 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 5537 0 0 0 137 3 0 0 20 0 20 0 30690055 19521036288 45747 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 45747 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 45747 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690089 19521036288 45747 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182988 KiB

[startup+3.10596 s]
/proc/loadavg: 4.30 4.20 4.13 6/339 15099
/proc/meminfo: memFree=106817516/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=19063512 memory=183372 CPUtime=4.24 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 19181 0 0 0 418 6 0 0 20 0 20 0 30690053 19521036288 45843 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4765878 45843 5464 1 0 552279 0
[pid=15079/tid=15081] ppid=15076 vsize=19063512 memory=10752 CPUtime=3 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 6515 0 0 0 297 3 0 0 20 0 20 0 30690055 19521036288 45843 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=19063512 memory=-6000919481263220590 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 45843 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 45843 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690089 19521036288 45843 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 4.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183372 KiB

[startup+6.3002 s]
/proc/loadavg: 4.44 4.23 4.14 6/337 15164
/proc/meminfo: memFree=115743596/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=19063512 memory=249872 CPUtime=7.52 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 20303 0 0 0 744 8 0 0 20 0 20 0 30690053 19521036288 62468 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4765878 62468 5464 1 0 552298 0
[pid=15079/tid=15081] ppid=15076 vsize=19063512 memory=0 CPUtime=6.13 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 6565 0 0 0 610 3 0 0 20 0 20 0 30690055 19521036288 62468 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 62468 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 62468 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=19063512 memory=183244 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690089 19521036288 62468 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 7.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 249872 KiB

[startup+12.7002 s]
/proc/loadavg: 4.40 4.22 4.14 6/338 15232
/proc/meminfo: memFree=122386920/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=19063512 memory=391288 CPUtime=14.18 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 23230 0 0 0 1407 11 0 0 20 0 20 0 30690053 19521036288 97822 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4765878 97822 5464 1 0 552337 0
[pid=15079/tid=15081] ppid=15076 vsize=19063512 memory=183244 CPUtime=12.37 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 7219 0 0 0 1234 3 0 0 20 0 20 0 30690055 19521036288 97822 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 97822 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 97822 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=19063512 memory=-6000919481263220590 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690089 19521036288 97822 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 14.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 391288 KiB

[startup+25.5002 s]
/proc/loadavg: 4.41 4.23 4.14 5/338 15233
/proc/meminfo: memFree=121803704/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=19063512 memory=627036 CPUtime=27.18 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 27585 0 0 0 2701 17 0 0 20 0 20 0 30690053 19521036288 156759 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4765878 156759 5496 1 0 552337 0
[pid=15079/tid=15081] ppid=15076 vsize=19063512 memory=469188 CPUtime=24.91 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 8252 0 0 0 2488 3 0 0 20 0 20 0 30690055 19521036288 156759 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=19063512 memory=551244 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 156759 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=19063512 memory=551244 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 156759 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690089 19521036288 156759 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 27.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 627036 KiB

[startup+51.1057 s]
/proc/loadavg: 4.25 4.21 4.14 5/338 15233
/proc/meminfo: memFree=120779200/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=19063512 memory=1106308 CPUtime=53.17 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 29372 0 0 0 5291 26 0 0 20 0 20 0 30690053 19521036288 276577 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4765878 276577 5496 1 0 552337 0
[pid=15079/tid=15081] ppid=15076 vsize=19063512 memory=0 CPUtime=50.03 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 8548 0 0 0 5000 3 0 0 20 0 20 0 30690055 19521036288 276577 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 276577 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0

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

/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 1088 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690089 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 3236.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7784820 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/341 15546
/proc/meminfo: memFree=102237964/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3296.7 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 172231 0 0 0 329405 265 0 0 20 0 20 0 30690053 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4765878 1946205 5528 1 0 2576141 0
[pid=15079/tid=15081] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3256.65 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 87540 0 0 0 325613 52 0 0 20 0 20 0 30690055 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 1137 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690089 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 3296.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7784820 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/341 15549
/proc/meminfo: memFree=101454716/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3356.73 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 175056 0 0 0 335405 268 0 0 20 0 20 0 30690053 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4765878 1946205 5528 1 0 2576141 0
[pid=15079/tid=15081] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3316.32 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 89284 0 0 0 331580 52 0 0 20 0 20 0 30690055 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 1137 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690089 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 3356.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7784820 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/341 15551
/proc/meminfo: memFree=101368052/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3416.66 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 178384 0 0 0 341396 270 0 0 20 0 20 0 30690053 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4765878 1946205 5528 1 0 2576141 0
[pid=15079/tid=15081] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3376 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 91789 0 0 0 337548 52 0 0 20 0 20 0 30690055 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 1172 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690089 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 3416.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7784820 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/339 15553
/proc/meminfo: memFree=101368164/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3476.87 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 182358 0 0 0 347415 272 0 0 20 0 20 0 30690053 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4765878 1946205 5528 1 0 2576141 0
[pid=15079/tid=15081] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3435.51 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 94408 0 0 0 343499 52 0 0 20 0 20 0 30690055 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 1209 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690089 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 3476.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7784820 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/339 15555
/proc/meminfo: memFree=101024220/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3537.02 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 185374 0 0 0 353427 275 0 0 20 0 20 0 30690053 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4765878 1946205 5528 1 0 2576141 0
[pid=15079/tid=15081] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3495.08 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 96206 0 0 0 349455 53 0 0 20 0 20 0 30690055 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 1245 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690089 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 3537.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7784820 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/338 15557
/proc/meminfo: memFree=100732020/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3597.08 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 188823 0 0 0 359430 278 0 0 20 0 20 0 30690053 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4765878 1946205 5528 1 0 2576142 0
[pid=15079/tid=15081] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3554.71 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 98288 0 0 0 355418 53 0 0 20 0 20 0 30690055 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 1245 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690089 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 3597.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7784820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/338 15557
/proc/meminfo: memFree=100732020/131249996 swapFree=33010684/33010684
[pid=15079] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3600.07 cores=5,7
/proc/15079/stat : 15079 (java) S 15076 15079 14279 0 -1 4194304 188933 0 0 0 359729 278 0 0 20 0 20 0 30690053 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
/proc/15079/statm: 4765878 1946205 5528 1 0 2576142 0
[pid=15079/tid=15081] ppid=15076 vsize=19063512 memory=7784820 CPUtime=3557.7 cores=5,7
/proc/15079/task/15081/stat : 15081 (java) R 15076 15079 14279 0 -1 4194368 98398 0 0 0 355717 53 0 0 20 0 20 0 30690055 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15090] ppid=15076 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/15079/task/15090/stat : 15090 (Finalizer) S 15076 15079 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15097] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15097/stat : 15097 (Common-Cleaner) S 15076 15079 14279 0 -1 4194368 1245 0 0 0 0 0 0 0 20 0 20 0 30690057 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
[pid=15079/tid=15098] ppid=15076 vsize=19063512 memory=7784820 CPUtime=0 cores=5,7
/proc/15079/task/15098/stat : 15098 (Timer-0) S 15076 15079 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690089 19521036288 1946205 18446744073709551615 94409018626048 94409018629744 140734521443520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409018637560 94409018638352 94409020518400 140734521452929 140734521453030 140734521453030 140734521458632 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7784820 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.41 s, system=2.80205 s

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

[startup+3585.4 s]*
/proc/loadavg: 4.16 4.12 4.09 5/320 15560
/proc/meminfo: memFree=108349224/131249996 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): 3585.41
CPU time (s): 3600.22
CPU user time (s): 3597.41
CPU system time (s): 2.80205
CPU usage (%): 100.413
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7784820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.41
system time used= 2.80205
maximum resident set size= 7785716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190607
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110322
involuntary context switches= 5053


# summary of solver processes directly reported to runsolver:
#   pid: 15079
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.41
#   total CPU system time (s): 2.80205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.35417 second user time and 17.7202 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 00:35:23
IDJOB=4492948
IDBENCH=147833
IDSOLVER=3363
FILE ID=nodeC022/4492948-1751150123
RUNJOBID= nodeC022-1751146546-14292
SLURM_JOB_ID= 9587461
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492948-1751150123/watcher-4492948-1751150123 -o /tmp/evaluation-result-4492948-1751150123/solver-4492948-1751150123 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14292 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4492948-1751150123.opb

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

MD5SUM BENCH= 2590c1209b8f449ade71ad316e08b5f7
RANDOM SEED=1563923463

nodeC022 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.736
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        106962624 kB
MemAvailable:   106587648 kB
Buffers:            3280 kB
Cached:           414748 kB
SwapCached:            0 kB
Active:         23507224 kB
Inactive:         166960 kB
Active(anon):   23274216 kB
Inactive(anon):        0 kB
Active(file):     233008 kB
Inactive(file):   166960 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1712 kB
Writeback:            28 kB
AnonPages:      23259260 kB
Mapped:           122000 kB
Shmem:             18060 kB
KReclaimable:      85036 kB
Slab:             168488 kB
SReclaimable:      85036 kB
SUnreclaim:        83452 kB
KernelStack:        5184 kB
PageTables:        49152 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   28962264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  22927360 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC022 at 2025-06-29 01:35:09