Trace number 4523616

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.18 3598.25

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/
PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_7_label9_adversarial_norm_inf.opb
MD5SUM8f6e958af03e3a467ac7f878ded31fa6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.679466
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1447
Total number of constraints2026
Number of constraints which are clauses939
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1086
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 155
Biggest coefficient in the objective function 15
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 254
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 466
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1701
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2104792832
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.30/0.23	c Number of processors 	2
0.44/0.34	c Pseudo Boolean Optimization by upper bound
0.44/0.34	c --- Begin Solver configuration ---
0.44/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.34	c Learn all clauses as in MiniSAT
0.44/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.34	c Expensive reason simplification
0.44/0.34	c Glucose 2.1 dynamic restart strategy
0.44/0.34	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.44/0.34	c timeout=2147483s
0.44/0.34	c DB Simplification allowed=false
0.44/0.34	c Listener: none
0.44/0.34	c --- End Solver configuration ---
0.44/0.34	c solving HOME/instance-4523616-1751602564.opb
0.44/0.34	c reading problem ... 
0.44/0.34	c  objective function found
2.29/1.39	c ... done. Wall clock time 1.045s.
2.29/1.39	c declared #vars     1447
2.29/1.39	c #constraints  2027
2.29/1.39	c constraints type 
2.29/1.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 837
2.29/1.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
2.29/1.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1086
2.29/1.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
2.29/1.39	c org.sat4j.pb.constraints.pb.UnitClausePB => 102
2.29/1.39	c 2027 constraints processed.
2.46/1.41	c objective function length is 155 literals
4.31/2.41	c cleaning 2492 clauses out of 5000 with flag 14404/5000
5.19/3.25	c cleaning 4247 clauses out of 8508 with flag 33531/11000
6.40/4.22	c cleaning 5621 clauses out of 11262 with flag 54974/18001
7.94/5.50	c cleaning 6809 clauses out of 13641 with flag 81221/26001
9.57/7.18	c cleaning 7907 clauses out of 15832 with flag 110308/35001
11.04/8.63	c cleaning 8953 clauses out of 17924 with flag 142034/45000
12.69/10.18	c cleaning 9980 clauses out of 19973 with flag 177138/56002
14.47/12.00	c cleaning 10984 clauses out of 21992 with flag 218701/68001
16.47/14.00	c cleaning 11997 clauses out of 24008 with flag 261745/81001
18.80/16.22	c cleaning 12994 clauses out of 26010 with flag 311530/95000
21.30/18.70	c cleaning 13999 clauses out of 28016 with flag 365278/110000
23.89/21.35	c cleaning 14998 clauses out of 30018 with flag 422873/126001
26.80/24.16	c cleaning 16000 clauses out of 32019 with flag 486254/143000
29.94/27.24	c cleaning 17001 clauses out of 34019 with flag 547471/161000
33.24/30.50	c cleaning 17997 clauses out of 36021 with flag 612605/180003
36.76/34.02	c cleaning 19002 clauses out of 38022 with flag 686138/200001
40.44/37.74	c cleaning 19999 clauses out of 40020 with flag 761976/221001
44.33/41.69	c cleaning 20998 clauses out of 42020 with flag 841472/243000
48.83/46.12	c cleaning 21998 clauses out of 44022 with flag 928672/266000
53.41/50.75	c cleaning 23001 clauses out of 46025 with flag 1011681/290001
59.00/56.32	c cleaning 24004 clauses out of 48025 with flag 1099981/315002
63.92/61.24	c cleaning 24996 clauses out of 50020 with flag 1187672/341001
69.62/66.94	c cleaning 26000 clauses out of 52024 with flag 1279530/368001
75.26/72.58	c cleaning 26997 clauses out of 54023 with flag 1369521/396000
81.34/78.65	c cleaning 28001 clauses out of 56029 with flag 1465365/425003
87.14/84.42	c cleaning 29004 clauses out of 58025 with flag 1567822/455000
94.81/92.04	c cleaning 30001 clauses out of 60022 with flag 1669173/486001
101.71/98.90	c cleaning 30999 clauses out of 62023 with flag 1771402/518003
108.59/105.80	c cleaning 31998 clauses out of 64021 with flag 1887531/551000
116.17/113.42	c cleaning 32999 clauses out of 66023 with flag 2013333/585000
123.78/121.04	c cleaning 33999 clauses out of 68024 with flag 2137554/620000
131.58/128.88	c cleaning 34998 clauses out of 70025 with flag 2272267/656000
140.97/138.23	c cleaning 36003 clauses out of 72028 with flag 2390174/693001
149.48/146.46	c cleaning 37010 clauses out of 74024 with flag 2508069/731000
158.08/155.09	c cleaning 38006 clauses out of 76014 with flag 2635511/770000
167.84/164.83	c cleaning 39001 clauses out of 78010 with flag 2775170/810002
177.58/174.52	c cleaning 40002 clauses out of 80007 with flag 2912364/851000
189.67/186.62	c cleaning 41001 clauses out of 82006 with flag 3068729/893001
203.85/200.81	c cleaning 42001 clauses out of 84006 with flag 3233602/936002
218.83/215.86	c cleaning 42997 clauses out of 86003 with flag 3399105/980000
234.59/231.61	c cleaning 44003 clauses out of 88007 with flag 3570307/1025001
251.41/248.42	c cleaning 45001 clauses out of 90006 with flag 3743712/1071003
268.78/265.88	c cleaning 46000 clauses out of 92003 with flag 3927872/1118001
287.27/284.31	c cleaning 46998 clauses out of 94002 with flag 4118352/1166000
306.74/303.89	c cleaning 48010 clauses out of 96025 with flag 4308096/1215021
326.34/323.45	c cleaning 48996 clauses out of 97995 with flag 4504676/1265001
347.93/345.02	c cleaning 49998 clauses out of 100000 with flag 4709507/1316002
371.00/368.14	c cleaning 50998 clauses out of 102001 with flag 4918881/1368001
391.64/388.86	c cleaning 51998 clauses out of 104003 with flag 5121959/1421001
415.23/412.43	c cleaning 53000 clauses out of 106004 with flag 5338402/1475000
433.95/431.12	c cleaning 54002 clauses out of 108005 with flag 5538817/1530001
454.70/451.96	c cleaning 55002 clauses out of 110006 with flag 5750696/1586004
483.14/480.43	c cleaning 55998 clauses out of 112001 with flag 5979538/1643001
509.30/506.65	c cleaning 56999 clauses out of 114002 with flag 6207992/1701000
540.61/537.90	c cleaning 58002 clauses out of 116005 with flag 6437007/1760002
575.84/573.25	c cleaning 58999 clauses out of 118002 with flag 6683186/1820001
610.63/608.03	c cleaning 60000 clauses out of 120005 with flag 6934353/1881003
646.50/644.00	c cleaning 60998 clauses out of 122002 with flag 7181700/1943000
682.71/680.21	c cleaning 61998 clauses out of 124004 with flag 7440634/2006000
712.97/710.58	c cleaning 62999 clauses out of 126006 with flag 7681256/2070000
753.53/751.11	c cleaning 64002 clauses out of 128009 with flag 7948201/2135002
785.55/783.22	c cleaning 65001 clauses out of 130006 with flag 8203857/2201001
810.61/808.35	c cleaning 65998 clauses out of 132004 with flag 8454671/2268000
835.43/833.17	c cleaning 66998 clauses out of 134006 with flag 8713462/2336000
867.06/864.83	c cleaning 67995 clauses out of 136008 with flag 8983096/2405000
901.26/899.01	c cleaning 69003 clauses out of 138016 with flag 9249431/2475003
947.74/945.58	c cleaning 69998 clauses out of 140011 with flag 9517846/2546001
974.30/972.11	c cleaning 71002 clauses out of 142013 with flag 9781843/2618001
1004.04/1001.81	c cleaning 72001 clauses out of 144012 with flag 10035110/2691002
1033.79/1031.55	c cleaning 72999 clauses out of 146011 with flag 10296351/2765002
1059.35/1057.13	c cleaning 73996 clauses out of 148012 with flag 10590192/2840002
1085.79/1083.58	c cleaning 75000 clauses out of 150016 with flag 10890640/2916002
1112.89/1110.59	c cleaning 75998 clauses out of 152016 with flag 11214390/2993002
1144.04/1141.50	c cleaning 77000 clauses out of 154018 with flag 11551048/3071002
1177.09/1174.52	c cleaning 77999 clauses out of 156016 with flag 11887505/3150000
1212.61/1210.07	c cleaning 78998 clauses out of 158020 with flag 12227205/3230003
1251.23/1248.71	c cleaning 80004 clauses out of 160019 with flag 12582694/3311000
1288.58/1286.06	c cleaning 80998 clauses out of 162016 with flag 12942328/3393001
1319.89/1317.40	c cleaning 81999 clauses out of 164018 with flag 13288165/3476001
1356.93/1354.44	c cleaning 82999 clauses out of 166018 with flag 13667659/3560000
1391.24/1388.67	c cleaning 84003 clauses out of 168021 with flag 14041319/3645002
1423.68/1421.13	c cleaning 84997 clauses out of 170017 with flag 14412866/3731001
1463.41/1460.81	c cleaning 86002 clauses out of 172022 with flag 14798816/3818003
1501.55/1499.01	c cleaning 87001 clauses out of 174018 with flag 15176642/3906001
1538.89/1536.32	c cleaning 88001 clauses out of 176019 with flag 15550035/3995003
1578.77/1576.20	c cleaning 88999 clauses out of 178015 with flag 15934955/4085000
1607.14/1604.11	c cleaning 89982 clauses out of 180016 with flag 16290029/4176000
1663.02/1660.17	c cleaning 91008 clauses out of 182034 with flag 16660882/4268000
1716.43/1713.54	c cleaning 92008 clauses out of 184029 with flag 17054013/4361003
1773.45/1770.52	c cleaning 92997 clauses out of 186018 with flag 17478603/4455000
1830.33/1827.38	c cleaning 94001 clauses out of 188021 with flag 17906940/4550000
1879.76/1876.89	c cleaning 95002 clauses out of 190021 with flag 18338004/4646001
1931.27/1928.39	c cleaning 95999 clauses out of 192019 with flag 18758370/4743001
1993.50/1990.55	c cleaning 97000 clauses out of 194019 with flag 19215431/4841000
2059.23/2056.26	c cleaning 97997 clauses out of 196019 with flag 19669950/4940000
2120.91/2118.04	c cleaning 99001 clauses out of 198022 with flag 20088680/5040000
2184.26/2181.47	c cleaning 99998 clauses out of 200021 with flag 20525478/5141000
2258.86/2256.04	c cleaning 101003 clauses out of 202026 with flag 20946021/5243003
2329.26/2326.47	c cleaning 101999 clauses out of 204020 with flag 21370681/5346000
2387.86/2385.12	c cleaning 103001 clauses out of 206022 with flag 21811332/5450001
2453.86/2451.15	c cleaning 103997 clauses out of 208021 with flag 22270504/5555001
2526.81/2524.15	c cleaning 104996 clauses out of 210023 with flag 22747311/5661000
2598.11/2595.40	c cleaning 106002 clauses out of 212029 with flag 23190134/5768002
2663.59/2660.95	c cleaning 107003 clauses out of 214025 with flag 23642767/5876000
2744.86/2742.27	c cleaning 108002 clauses out of 216023 with flag 24145361/5985001
2829.73/2827.18	c cleaning 108999 clauses out of 218021 with flag 24658126/6095001
2913.39/2910.89	c cleaning 110003 clauses out of 220023 with flag 25163296/6206002
2988.28/2985.72	c cleaning 110998 clauses out of 222019 with flag 25687496/6318001
3073.49/3071.08	c cleaning 111999 clauses out of 224022 with flag 26224120/6431002
3145.51/3143.17	c cleaning 113000 clauses out of 226021 with flag 26724669/6545000
3224.81/3222.57	c cleaning 114005 clauses out of 228022 with flag 27224328/6660001
3319.17/3317.03	c cleaning 114998 clauses out of 230019 with flag 27722767/6776003
3412.96/3410.96	c cleaning 115999 clauses out of 232018 with flag 28269075/6893000
3506.37/3504.45	c cleaning 116998 clauses out of 234020 with flag 28784154/7011001
3598.18/3596.38	c cleaning 118002 clauses out of 236024 with flag 29308657/7130003
3600.00/3598.13	c timeout
3600.00/3598.13	c starts		: 26561
3600.00/3598.14	c conflicts		: 7132797
3600.00/3598.14	c decisions		: 9829951
3600.00/3598.14	c propagations		: 113651361
3600.00/3598.14	c inspects		: 32310726130
3600.00/3598.14	c shortcuts		: 0
3600.00/3598.14	c learnt literals	: 0
3600.00/3598.14	c learnt binary clauses	: 0
3600.00/3598.14	c learnt ternary clauses	: 0
3600.00/3598.14	c learnt constraints	: 7132797
3600.00/3598.14	c ignored constraints	: 0
3600.00/3598.14	c root simplifications	: 0
3600.00/3598.14	c removed literals (reason simplification)	: 13165274
3600.00/3598.14	c reason swapping (by a shorter reason)	: 0
3600.00/3598.14	c Calls to reduceDB	: 115
3600.00/3598.14	c Number of update (reduction) of LBD	: 778624
3600.00/3598.14	c Imported unit clauses	: 0
3600.00/3598.14	c No decision after first conflict	: false
3600.00/3598.14	c number of reductions to clauses (during analyze)	: 0
3600.00/3598.14	c number of learned constraints concerned by reduction	: 0
3600.00/3598.14	c number of learning phase by resolution	: 0
3600.00/3598.14	c number of learning phase by cutting planes	: 0
3600.00/3598.14	c number of rounding to 1 operations	: 0
3600.00/3598.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3598.14	c number of reductions of the coefficients by power 2 	: 0
3600.00/3598.14	c number of right shift for reduction by power 2 	: 0
3600.00/3598.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3598.14	c number of ending skipping 	: 0
3600.00/3598.14	c number of internal skipping 	: 0
3600.00/3598.14	c number of derivation steps 	: 0
3600.00/3598.14	c number of skipped derivation steps 	: 0
3600.00/3598.14	c number of remaining unassigned 	: 0
3600.00/3598.14	c number of remaining assigned 	: 0
3600.00/3598.14	c number of falsified literals weakened from reason	: 0
3600.00/3598.14	c number of falsified literals weakened from conflict	: 0
3600.00/3598.14	c time for arithmetic operations	: 0
3600.00/3598.14	c minimum degree of deleted constraints	: null
3600.00/3598.14	c maximum degree of deleted constraints	: null
3600.00/3598.14	c number of deleted constraints	: 0
3600.00/3598.14	c speed (assignments/second)	: 31598.603561410517
3600.00/3598.14	c non guided choices	: 327
3600.00/3598.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 120816
3600.00/3598.19	s UNKNOWN
3600.00/3598.19	c Total wall clock time (in seconds): 3597.853

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: 63837 MiB (60444 MiB free)
  memory of node 1: 64465 MiB (59682 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523616-1751602564/watcher-4523616-1751602564 -o /tmp/evaluation-result-4523616-1751602564/solver-4523616-1751602564 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85914 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4523616-1751602564.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100076 s]*
/proc/loadavg: 4.16 4.14 4.20 7/323 87059
/proc/meminfo: memFree=122983428/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=18930384 memory=48344 CPUtime=0.12 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 5798 0 0 0 9 3 0 0 20 0 18 0 75935764 19384713216 12086 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4732596 12086 5299 1 0 547012 0
[pid=87041/tid=87043] ppid=87038 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 4694 0 0 0 6 2 0 0 20 0 18 0 75935766 19384713216 12086 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75935771 19384713216 12086 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=18930384 memory=58494082630061 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75935772 19384713216 12086 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48344 KiB

[startup+0.215985 s]*
/proc/loadavg: 4.16 4.14 4.20 6/323 87059
/proc/meminfo: memFree=122981664/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=18930384 memory=53368 CPUtime=0.3 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 6479 0 0 0 26 4 0 0 20 0 18 0 75935764 19384713216 13342 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4732596 13342 5363 1 0 547568 0
[pid=87041/tid=87043] ppid=87038 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 4995 0 0 0 15 2 0 0 20 0 18 0 75935766 19384713216 13342 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=18930384 memory=13926 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75935771 19384713216 13342 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75935772 19384713216 13342 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53368 KiB

[startup+0.316622 s]*
/proc/loadavg: 4.16 4.14 4.20 6/323 87059
/proc/meminfo: memFree=122973536/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=18930384 memory=58672 CPUtime=0.44 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 6751 0 0 0 39 5 0 0 20 0 18 0 75935764 19384713216 14668 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4732596 14668 5427 1 0 547744 0
[pid=87041/tid=87043] ppid=87038 vsize=18930384 memory=-6000919472740394343 CPUtime=0.26 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 5178 0 0 0 23 3 0 0 20 0 18 0 75935766 19384713216 14668 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75935771 19384713216 14668 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75935772 19384713216 14668 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58672 KiB

[startup+0.700317 s]
/proc/loadavg: 4.16 4.14 4.20 6/323 87059
/proc/meminfo: memFree=122961248/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=18930384 memory=105208 CPUtime=1.15 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 8575 0 0 0 108 7 0 0 20 0 18 0 75935764 19384713216 26302 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4732596 26302 5427 1 0 549008 0
[pid=87041/tid=87043] ppid=87038 vsize=18930384 memory=14464 CPUtime=0.6 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 5275 0 0 0 56 4 0 0 20 0 18 0 75935766 19384713216 26302 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=18930384 memory=11136 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75935771 19384713216 26302 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75935772 19384713216 26302 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 105208 KiB

[startup+1.50023 s]
/proc/loadavg: 4.16 4.14 4.20 6/324 87060
/proc/meminfo: memFree=122875548/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=19063512 memory=189780 CPUtime=2.66 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 10185 0 0 0 256 10 0 0 20 0 20 0 75935764 19521036288 47445 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4765878 47445 5491 1 0 550365 0
[pid=87041/tid=87043] ppid=87038 vsize=19063512 memory=3200 CPUtime=1.23 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 5450 0 0 0 117 6 0 0 20 0 20 0 75935766 19521036288 47445 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 47445 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 47445 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 189780 KiB

[startup+3.10536 s]
/proc/loadavg: 4.16 4.14 4.20 5/325 87061
/proc/meminfo: memFree=122832172/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=19063512 memory=215276 CPUtime=5.09 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 18260 0 0 0 498 11 0 0 20 0 20 0 75935764 19521036288 53819 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4765878 53819 5491 1 0 552929 0
[pid=87041/tid=87043] ppid=87038 vsize=19063512 memory=11136 CPUtime=2.79 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 6581 0 0 0 273 6 0 0 20 0 20 0 75935766 19521036288 53819 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 53819 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 53819 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87061] ppid=87038 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/87041/task/87061/stat : 87061 (Timer-0) S 87038 87041 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75935907 19521036288 53819 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 5.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 215276 KiB

[startup+6.30038 s]
/proc/loadavg: 4.22 4.15 4.20 5/325 87061
/proc/meminfo: memFree=122705196/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=19063512 memory=337164 CPUtime=8.76 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 20469 0 0 0 861 15 0 0 20 0 20 0 75935764 19521036288 84291 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4765878 84291 5491 1 0 552947 0
[pid=87041/tid=87043] ppid=87038 vsize=19063512 memory=0 CPUtime=5.94 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 6926 0 0 0 586 8 0 0 20 0 20 0 75935766 19521036288 84291 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=19063512 memory=-8412658736309758876 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 84291 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=-6000919472740394343 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 84291 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87061] ppid=87038 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/87041/task/87061/stat : 87061 (Timer-0) S 87038 87041 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75935907 19521036288 84291 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 8.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 337164 KiB

[startup+12.7004 s]
/proc/loadavg: 4.29 4.17 4.21 5/325 87061
/proc/meminfo: memFree=122407008/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=19063512 memory=719052 CPUtime=15.28 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 25428 0 0 0 1504 24 0 0 20 0 20 0 75935764 19521036288 179763 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4765878 179763 5491 1 0 1079328 0
[pid=87041/tid=87043] ppid=87038 vsize=19063512 memory=0 CPUtime=12.21 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 7983 0 0 0 1206 15 0 0 20 0 20 0 75935766 19521036288 179763 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=19063512 memory=594124 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 179763 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 179763 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87061] ppid=87038 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/87041/task/87061/stat : 87061 (Timer-0) S 87038 87041 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75935907 19521036288 179763 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 15.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 719052 KiB

[startup+25.5004 s]
/proc/loadavg: 4.22 4.16 4.20 5/325 87062
/proc/meminfo: memFree=121616228/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=19063512 memory=1157576 CPUtime=28.24 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 28234 0 0 0 2791 33 0 0 20 0 20 0 75935764 19521036288 289394 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4765878 289394 5523 1 0 1079339 0
[pid=87041/tid=87043] ppid=87038 vsize=19063512 memory=-6000919472740394343 CPUtime=24.88 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 8878 0 0 0 2465 23 0 0 20 0 20 0 75935766 19521036288 289394 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=19063512 memory=3196 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 289394 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=1106228 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 289394 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87061] ppid=87038 vsize=19063512 memory=1106228 CPUtime=0 cores=0,2
/proc/87041/task/87061/stat : 87061 (Timer-0) S 87038 87041 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75935907 19521036288 289394 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 28.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1157576 KiB

[startup+51.1131 s]
/proc/loadavg: 4.15 4.14 4.19 5/325 87062
/proc/meminfo: memFree=120172468/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=19063512 memory=2447856 CPUtime=53.83 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 30126 0 0 0 5324 59 0 0 20 0 20 0 75935764 19521036288 611964 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4765878 611964 5523 1 0 1079341 0
[pid=87041/tid=87043] ppid=87038 vsize=19063512 memory=2259440 CPUtime=50.4 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 10616 0 0 0 4993 47 0 0 20 0 20 0 75935766 19521036288 611964 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=19063512 memory=-6000919472740394343 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 611964 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=1647088 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 611964 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87061] ppid=87038 vsize=19063512 memory=1157576 CPUtime=0 cores=0,2
/proc/87041/task/87061/stat : 87061 (Timer-0) S 87038 87041 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75935907 19521036288 611964 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0

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

/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 2240 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87061] ppid=87038 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/87041/task/87061/stat : 87061 (Timer-0) S 87038 87041 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75935907 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 3224.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4177532 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.21 4.18 5/326 87290
/proc/meminfo: memFree=113977088/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=19063512 memory=4177532 CPUtime=3284.55 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 135219 0 0 0 328183 272 0 0 20 0 20 0 75935764 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4765878 1044383 5523 1 0 1079350 0
[pid=87041/tid=87043] ppid=87038 vsize=19063512 memory=4177532 CPUtime=3265.47 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 70848 0 0 0 326483 64 0 0 20 0 20 0 75935766 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=19063512 memory=4177532 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 2241 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87061] ppid=87038 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/87041/task/87061/stat : 87061 (Timer-0) S 87038 87041 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75935907 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 3284.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4177532 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.17 4.17 5/326 87292
/proc/meminfo: memFree=113976856/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=19063512 memory=4177532 CPUtime=3344.41 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 136562 0 0 0 334167 274 0 0 20 0 20 0 75935764 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4765878 1044383 5523 1 0 1079350 0
[pid=87041/tid=87043] ppid=87038 vsize=19063512 memory=4177532 CPUtime=3325.29 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 72025 0 0 0 332465 64 0 0 20 0 20 0 75935766 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=19063512 memory=4177532 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 2329 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87061] ppid=87038 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/87041/task/87061/stat : 87061 (Timer-0) S 87038 87041 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75935907 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 3344.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4177532 KiB

[startup+3402.3 s]
/proc/loadavg: 3.57 4.02 4.12 4/301 87327
/proc/meminfo: memFree=118075092/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=19063512 memory=4177532 CPUtime=3404.38 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 138376 0 0 0 340161 277 0 0 20 0 20 0 75935764 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4765878 1044383 5523 1 0 1079350 0
[pid=87041/tid=87043] ppid=87038 vsize=19063512 memory=4177532 CPUtime=3385.03 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 72562 0 0 0 338439 64 0 0 20 0 20 0 75935766 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=30244 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 2422 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87061] ppid=87038 vsize=19063512 memory=4177532 CPUtime=0 cores=0,2
/proc/87041/task/87061/stat : 87061 (Timer-0) S 87038 87041 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75935907 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 3404.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4177532 KiB

[startup+3462.3 s]
/proc/loadavg: 3.31 3.86 4.06 4/301 87329
/proc/meminfo: memFree=118075596/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=19063512 memory=4177532 CPUtime=3464.35 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 141002 0 0 0 346155 280 0 0 20 0 20 0 75935764 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4765878 1044383 5523 1 0 1079350 0
[pid=87041/tid=87043] ppid=87038 vsize=19063512 memory=4177532 CPUtime=3444.76 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 73775 0 0 0 344412 64 0 0 20 0 20 0 75935766 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=19063512 memory=4177532 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=4177532 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 2422 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87061] ppid=87038 vsize=19063512 memory=4177532 CPUtime=0 cores=0,2
/proc/87041/task/87061/stat : 87061 (Timer-0) S 87038 87041 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75935907 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 3464.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4177532 KiB

[startup+3522.3 s]
/proc/loadavg: 3.08 3.70 3.99 3/276 87367
/proc/meminfo: memFree=121184064/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=19063512 memory=4177532 CPUtime=3524.23 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 142368 0 0 0 352140 283 0 0 20 0 20 0 75935764 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4765878 1044383 5523 1 0 1079350 0
[pid=87041/tid=87043] ppid=87038 vsize=19063512 memory=4177532 CPUtime=3504.6 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 75075 0 0 0 350395 65 0 0 20 0 20 0 75935766 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=19063512 memory=4177532 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=4177532 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 2464 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87061] ppid=87038 vsize=19063512 memory=4177532 CPUtime=0 cores=0,2
/proc/87041/task/87061/stat : 87061 (Timer-0) S 87038 87041 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75935907 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 3524.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4177532 KiB

[startup+3582.3 s]
/proc/loadavg: 2.47 3.41 3.86 3/276 87369
/proc/meminfo: memFree=121192380/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=19063512 memory=4177532 CPUtime=3584.21 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 143807 0 0 0 358134 287 0 0 20 0 20 0 75935764 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4765878 1044383 5523 1 0 1079350 0
[pid=87041/tid=87043] ppid=87038 vsize=19063512 memory=14848 CPUtime=3564.3 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 75331 0 0 0 356365 65 0 0 20 0 20 0 75935766 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 2503 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87061] ppid=87038 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/87041/task/87061/stat : 87061 (Timer-0) S 87038 87041 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75935907 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 3584.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4177532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3598.11 s]
/proc/loadavg: 2.37 3.34 3.83 3/276 87369
/proc/meminfo: memFree=121192380/131382112 swapFree=33002444/33010684
[pid=87041] ppid=87038 vsize=19063512 memory=4177532 CPUtime=3600 cores=0,2
/proc/87041/stat : 87041 (java) S 87038 87041 85904 0 -1 4194304 144111 0 0 0 359711 289 0 0 20 0 20 0 75935764 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
/proc/87041/statm: 4765878 1044383 5523 1 0 1079350 0
[pid=87041/tid=87043] ppid=87038 vsize=19063512 memory=4177532 CPUtime=3580.07 cores=0,2
/proc/87041/task/87043/stat : 87043 (java) R 87038 87041 85904 0 -1 4194368 75635 0 0 0 357942 65 0 0 20 0 20 0 75935766 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87052] ppid=87038 vsize=19063512 memory=4177532 CPUtime=0 cores=0,2
/proc/87041/task/87052/stat : 87052 (Finalizer) S 87038 87041 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75935771 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87059] ppid=87038 vsize=19063512 memory=4177532 CPUtime=0 cores=0,2
/proc/87041/task/87059/stat : 87059 (Common-Cleaner) S 87038 87041 85904 0 -1 4194368 2503 0 0 0 0 0 0 0 20 0 20 0 75935772 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
[pid=87041/tid=87061] ppid=87038 vsize=19063512 memory=4177532 CPUtime=0 cores=0,2
/proc/87041/task/87061/stat : 87061 (Timer-0) S 87038 87041 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75935907 19521036288 1044383 18446744073709551615 94798948278272 94798948281968 140736630431648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94798948289784 94798948290576 94798975754240 140736630438273 140736630438374 140736630438374 140736630443976 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4177532 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.27 s, system=2.91503 s

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

[startup+3598.21 s]*
/proc/loadavg: 2.37 3.34 3.83 3/258 87372
/proc/meminfo: memFree=122240956/131382112 swapFree=33002444/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): 3598.25
CPU time (s): 3600.18
CPU user time (s): 3597.27
CPU system time (s): 2.91503
CPU usage (%): 100.054
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4177532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.27
system time used= 2.91503
maximum resident set size= 4178556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146378
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107367
involuntary context switches= 10655


# summary of solver processes directly reported to runsolver:
#   pid: 87041
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.27
#   total CPU system time (s): 2.91503

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5485 second user time and 37.4971 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-04 06:16:04
IDJOB=4523616
IDBENCH=180367
IDSOLVER=3363
FILE ID=nodeC005/4523616-1751602564
RUNJOBID= nodeC005-1751595442-85914
SLURM_JOB_ID= 9598861
Free space on /tmp= 429476 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_7_label9_adversarial_norm_inf.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523616-1751602564/watcher-4523616-1751602564 -o /tmp/evaluation-result-4523616-1751602564/solver-4523616-1751602564 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85914 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4523616-1751602564.opb

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

MD5SUM BENCH= 8f6e958af03e3a467ac7f878ded31fa6
RANDOM SEED=293915761

nodeC005 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	: 0xb00001f
cpu MHz		: 1197.241
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3660.360
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.526
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.171
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3560.364
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3660.326
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.328
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1198.527
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123010160 kB
MemAvailable:   122843644 kB
Buffers:              12 kB
Cached:           620936 kB
SwapCached:          240 kB
Active:          7386776 kB
Inactive:         365928 kB
Active(anon):    7103792 kB
Inactive(anon):    40832 kB
Active(file):     282984 kB
Inactive(file):   325096 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33002444 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3848 kB
Writeback:             0 kB
AnonPages:       7134776 kB
Mapped:           118456 kB
Shmem:             12868 kB
KReclaimable:     130064 kB
Slab:             216936 kB
SReclaimable:     130064 kB
SUnreclaim:        86872 kB
KernelStack:        5024 kB
PageTables:        17832 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9978064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6864896 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429480 MiB
End job on nodeC005 at 2025-07-04 07:16:02