Trace number 4503608

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.14 3601.9

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-147.opb
MD5SUM68b1290c926351b4227086ab823cce81
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 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-4503608-1751164551.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  no objective function found
4.99/3.41	c ... done. Wall clock time 3.284s.
4.99/3.41	c declared #vars     42127
4.99/3.41	c #constraints  975848
4.99/3.41	c constraints type 
4.99/3.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 204985
4.99/3.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3063
4.99/3.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95781
4.99/3.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 672019
4.99/3.41	c 975848 constraints processed.
8.32/6.12	c cleaning 2497 clauses out of 5000 with flag 38507/5000
13.17/10.61	c cleaning 4245 clauses out of 8503 with flag 225644/11000
16.86/14.09	c cleaning 5630 clauses out of 11259 with flag 537824/18001
19.36/16.54	c cleaning 6809 clauses out of 13628 with flag 738038/26000
24.45/21.67	c cleaning 7859 clauses out of 15819 with flag 1061687/35000
29.24/26.46	c cleaning 8972 clauses out of 17961 with flag 1386717/45001
35.54/32.75	c cleaning 9977 clauses out of 19989 with flag 1953249/56001
42.03/39.22	c cleaning 10863 clauses out of 22011 with flag 2343134/68000
50.95/47.82	c cleaning 11731 clauses out of 24139 with flag 2803819/81000
59.24/56.17	c cleaning 13170 clauses out of 26404 with flag 3063238/95000
63.73/60.60	c cleaning 14062 clauses out of 28232 with flag 3286928/110000
71.32/68.22	c cleaning 15019 clauses out of 30170 with flag 3586390/126000
79.03/75.91	c cleaning 16073 clauses out of 32152 with flag 3924383/143001
85.84/82.79	c cleaning 16985 clauses out of 34078 with flag 4221346/161000
95.02/91.95	c cleaning 18027 clauses out of 36093 with flag 4563196/180000
102.31/99.27	c cleaning 18953 clauses out of 38066 with flag 4801228/200000
110.20/107.19	c cleaning 19875 clauses out of 40114 with flag 5096507/221001
120.18/117.07	c cleaning 20890 clauses out of 42240 with flag 5430166/243002
129.05/125.96	c cleaning 22056 clauses out of 44348 with flag 5718694/266000
138.64/135.58	c cleaning 23073 clauses out of 46292 with flag 6043366/290000
153.00/149.95	c cleaning 23894 clauses out of 48219 with flag 6437820/315000
167.08/164.00	c cleaning 24012 clauses out of 50325 with flag 7202587/341000
184.05/181.04	c cleaning 24911 clauses out of 53314 with flag 7587051/368001
199.03/196.04	c cleaning 26906 clauses out of 56403 with flag 8012779/396001
211.79/208.81	c cleaning 27601 clauses out of 58497 with flag 8322711/425001
228.77/225.88	c cleaning 28749 clauses out of 60896 with flag 8796462/455001
238.96/236.06	c cleaning 30390 clauses out of 63146 with flag 9059956/486000
253.15/250.21	c cleaning 30756 clauses out of 64756 with flag 9455303/518000
268.12/265.25	c cleaning 31778 clauses out of 67001 with flag 9942848/551001
283.89/281.10	c cleaning 32803 clauses out of 69222 with flag 10544947/585000
298.96/296.16	c cleaning 33965 clauses out of 71419 with flag 11166730/620000
313.63/310.83	c cleaning 35018 clauses out of 73454 with flag 11663475/656000
329.82/326.96	c cleaning 35998 clauses out of 75436 with flag 12219067/693000
346.17/343.36	c cleaning 36662 clauses out of 77438 with flag 12747187/731000
359.34/356.50	c cleaning 38040 clauses out of 79777 with flag 13230036/770001
375.62/372.86	c cleaning 39315 clauses out of 81736 with flag 13695360/810000
389.10/386.32	c cleaning 40048 clauses out of 83421 with flag 14148246/851000
405.26/402.58	c cleaning 40555 clauses out of 85373 with flag 14654038/893000
441.99/439.30	c cleaning 42948 clauses out of 87818 with flag 15024517/936000
479.93/477.33	c cleaning 43978 clauses out of 88871 with flag 15392147/980001
507.36/504.62	c cleaning 43381 clauses out of 89893 with flag 16171213/1025001
533.01/530.36	c cleaning 44996 clauses out of 92511 with flag 16941965/1071000
552.87/550.20	c cleaning 46256 clauses out of 94515 with flag 17727978/1118000
573.63/571.02	c cleaning 47573 clauses out of 96260 with flag 18118257/1166001
604.86/602.35	c cleaning 48823 clauses out of 97686 with flag 18508468/1215000
627.02/624.58	c cleaning 49408 clauses out of 98863 with flag 19039320/1265000
646.98/644.55	c cleaning 50112 clauses out of 100456 with flag 19693658/1316001
670.45/668.01	c cleaning 51145 clauses out of 102343 with flag 20058337/1368000
693.08/690.56	c cleaning 51591 clauses out of 104199 with flag 20724873/1421001
718.23/715.77	c cleaning 51727 clauses out of 106609 with flag 21737972/1475002
754.86/752.42	c cleaning 54738 clauses out of 109881 with flag 22087477/1530001
797.77/795.40	c cleaning 55530 clauses out of 111142 with flag 22517768/1586000
823.82/821.56	c cleaning 56225 clauses out of 112612 with flag 22940578/1643000
852.07/849.81	c cleaning 57074 clauses out of 114387 with flag 23386975/1701000
874.53/872.35	c cleaning 57755 clauses out of 116313 with flag 23959075/1760000
901.14/898.82	c cleaning 58842 clauses out of 118558 with flag 24699165/1820000
926.19/923.90	c cleaning 60196 clauses out of 120716 with flag 25413350/1881000
963.81/961.68	c cleaning 61166 clauses out of 122520 with flag 26064680/1943000
993.34/991.20	c cleaning 62165 clauses out of 124355 with flag 27165533/2006001
1019.39/1017.39	c cleaning 63072 clauses out of 126189 with flag 28009477/2070000
1052.03/1050.08	c cleaning 63649 clauses out of 128117 with flag 28892241/2135000
1077.92/1075.82	c cleaning 64893 clauses out of 130468 with flag 30162358/2201000
1102.26/1100.20	c cleaning 65748 clauses out of 132575 with flag 31004377/2268000
1139.19/1137.29	c cleaning 67244 clauses out of 134827 with flag 31671046/2336000
1162.54/1160.67	c cleaning 67575 clauses out of 136583 with flag 32440203/2405000
1183.40/1181.55	c cleaning 69479 clauses out of 139008 with flag 33249690/2475000
1217.73/1215.94	c cleaning 69840 clauses out of 140529 with flag 33839709/2546000
1237.99/1236.23	c cleaning 70711 clauses out of 142689 with flag 34429225/2618000
1262.98/1261.12	c cleaning 71845 clauses out of 144978 with flag 35437194/2691000
1304.58/1302.88	c cleaning 72768 clauses out of 147133 with flag 36053732/2765000
1334.72/1333.10	c cleaning 73893 clauses out of 149365 with flag 36714001/2840000
1402.08/1400.55	c cleaning 75699 clauses out of 151472 with flag 37297691/2916000
1432.12/1430.67	c cleaning 75544 clauses out of 152773 with flag 38050141/2993000
1476.43/1475.04	c cleaning 76957 clauses out of 155229 with flag 38948851/3071000
1506.81/1505.30	c cleaning 77778 clauses out of 157272 with flag 39901604/3150000
1537.56/1536.18	c cleaning 79026 clauses out of 159494 with flag 40729335/3230000
1566.79/1565.46	c cleaning 79341 clauses out of 161468 with flag 41664460/3311000
1597.02/1595.76	c cleaning 80943 clauses out of 164127 with flag 42401733/3393000
1621.98/1620.74	c cleaning 82086 clauses out of 166184 with flag 43508455/3476000
1653.61/1652.48	c cleaning 83054 clauses out of 168098 with flag 44836995/3560000
1683.98/1682.73	c cleaning 84205 clauses out of 170045 with flag 46187935/3645001
1715.02/1713.82	c cleaning 84906 clauses out of 171839 with flag 47306310/3731000
1753.24/1752.19	c cleaning 83802 clauses out of 173933 with flag 48306709/3818000
1823.90/1822.91	c cleaning 85361 clauses out of 178131 with flag 49319813/3906000
1860.23/1859.31	c cleaning 87708 clauses out of 181771 with flag 50274373/3995001
1895.77/1894.84	c cleaning 89052 clauses out of 184062 with flag 51155899/4085000
2048.26/2047.68	c cleaning 90585 clauses out of 186010 with flag 51919356/4176000
2078.90/2078.33	c cleaning 90679 clauses out of 187425 with flag 53000318/4268000
2111.64/2111.11	c cleaning 92266 clauses out of 189746 with flag 54292773/4361000
2164.50/2163.91	c cleaning 93173 clauses out of 191480 with flag 55445029/4455000
2201.33/2200.87	c cleaning 93372 clauses out of 193307 with flag 56929314/4550000
2238.25/2237.83	c cleaning 94873 clauses out of 195935 with flag 58026818/4646000
2276.07/2275.75	c cleaning 95928 clauses out of 198062 with flag 59336455/4743000
2312.21/2311.99	c cleaning 97301 clauses out of 200138 with flag 60560084/4841004
2359.16/2358.81	c cleaning 97923 clauses out of 201833 with flag 61961721/4940000
2395.56/2395.37	c cleaning 98849 clauses out of 203912 with flag 63039256/5040002
2438.17/2438.05	c cleaning 100257 clauses out of 206063 with flag 64510383/5141002
2493.84/2493.83	c cleaning 100960 clauses out of 207804 with flag 65340360/5243000
2561.29/2561.35	c cleaning 102291 clauses out of 209846 with flag 66089786/5346002
2597.61/2597.71	c cleaning 103189 clauses out of 211553 with flag 67507296/5450000
2646.61/2646.89	c cleaning 104066 clauses out of 213364 with flag 69141568/5555000
2778.79/2779.14	c cleaning 105912 clauses out of 215298 with flag 70226286/5661000
2870.09/2870.69	c cleaning 105060 clauses out of 216390 with flag 71295899/5768004
2918.19/2918.84	c cleaning 106105 clauses out of 219326 with flag 72573843/5876000
2965.68/2966.44	c cleaning 107987 clauses out of 222221 with flag 74005556/5985000
3012.41/3013.16	c cleaning 108384 clauses out of 224234 with flag 75491284/6095000
3102.68/3103.65	c cleaning 110531 clauses out of 226853 with flag 76595233/6206003
3137.11/3138.14	c cleaning 110794 clauses out of 228319 with flag 77933118/6318000
3195.52/3196.56	c cleaning 111942 clauses out of 230525 with flag 79425945/6431000
3240.13/3241.24	c cleaning 112950 clauses out of 232583 with flag 81039133/6545000
3305.48/3306.72	c cleaning 113801 clauses out of 234633 with flag 82418001/6660000
3455.88/3457.33	c cleaning 115881 clauses out of 236832 with flag 83712194/6776000
3514.92/3516.53	c cleaning 116130 clauses out of 237951 with flag 85112251/6893000
3596.02/3597.88	c cleaning 117475 clauses out of 239822 with flag 86327405/7011001
3600.01/3601.81	c starts		: 28797
3600.01/3601.81	c conflicts		: 7016138
3600.01/3601.81	c decisions		: 112069083
3600.01/3601.81	c propagations		: 5351142972
3600.01/3601.81	c inspects		: 34674207648
3600.01/3601.81	c shortcuts		: 0
3600.01/3601.81	c learnt literals	: 15
3600.01/3601.81	c learnt binary clauses	: 4015
3600.01/3601.81	c learnt ternary clauses	: 12612
3600.01/3601.81	c learnt constraints	: 7016123
3600.01/3601.81	c ignored constraints	: 0
3600.01/3601.81	c root simplifications	: 0
3600.01/3601.81	c removed literals (reason simplification)	: 80271960
3600.01/3601.81	c reason swapping (by a shorter reason)	: 0
3600.01/3601.82	c Calls to reduceDB	: 114
3600.01/3601.82	c Number of update (reduction) of LBD	: 4574717
3600.01/3601.82	c Imported unit clauses	: 0
3600.01/3601.82	c No decision after first conflict	: false
3600.01/3601.82	c number of reductions to clauses (during analyze)	: 0
3600.01/3601.82	c number of learned constraints concerned by reduction	: 0
3600.01/3601.82	c number of learning phase by resolution	: 0
3600.01/3601.82	c number of learning phase by cutting planes	: 0
3600.01/3601.82	c number of rounding to 1 operations	: 0
3600.01/3601.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3601.82	c number of reductions of the coefficients by power 2 	: 0
3600.01/3601.82	c number of right shift for reduction by power 2 	: 0
3600.01/3601.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3601.82	c number of ending skipping 	: 0
3600.01/3601.82	c number of internal skipping 	: 0
3600.01/3601.82	c number of derivation steps 	: 0
3600.01/3601.82	c number of skipped derivation steps 	: 0
3600.01/3601.82	c number of remaining unassigned 	: 0
3600.01/3601.82	c number of remaining assigned 	: 0
3600.01/3601.82	c number of falsified literals weakened from reason	: 0
3600.01/3601.82	c number of falsified literals weakened from conflict	: 0
3600.01/3601.82	c time for arithmetic operations	: 0
3600.01/3601.82	c minimum degree of deleted constraints	: null
3600.01/3601.82	c maximum degree of deleted constraints	: null
3600.01/3601.82	c number of deleted constraints	: 0
3600.01/3601.82	c speed (assignments/second)	: 1487094.4911999484
3600.01/3601.82	c non guided choices	: 13862767
3600.01/3601.83	c timeout
3600.01/3601.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 123469
3600.01/3601.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4015
3600.01/3601.87	s UNKNOWN
3600.01/3601.87	c Total wall clock time (in seconds): 3601.752

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503608-1751164551/watcher-4503608-1751164551 -o /tmp/evaluation-result-4503608-1751164551/solver-4503608-1751164551 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19470 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4503608-1751164551.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=21818, runsolver pid=21815
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.11 4.18 4.16 5/338 21836
/proc/meminfo: memFree=125120672/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=18930384 memory=57880 CPUtime=0.13 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 6610 0 0 0 11 2 0 0 20 0 18 0 32132877 19384713216 14470 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4732596 14470 5330 1 0 547642 0
[pid=21818/tid=21820] ppid=21815 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 5106 0 0 0 7 1 0 0 20 0 18 0 32132878 19384713216 14470 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=18930384 memory=224227754321 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32132880 19384713216 14470 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=18930384 memory=58485492707711 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32132880 19384713216 14470 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57880 KiB

[startup+0.205755 s]*
/proc/loadavg: 4.11 4.18 4.16 7/338 21836
/proc/meminfo: memFree=125103784/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=18930384 memory=80460 CPUtime=0.32 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 7061 0 0 0 30 2 0 0 20 0 18 0 32132877 19384713216 20115 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4732596 20115 5426 1 0 547939 0
[pid=21818/tid=21820] ppid=21815 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 5302 0 0 0 17 2 0 0 20 0 18 0 32132878 19384713216 20115 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=18930384 memory=16195 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32132880 19384713216 20115 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32132880 19384713216 20115 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 80460 KiB

[startup+0.305613 s]*
/proc/loadavg: 4.11 4.18 4.16 6/338 21836
/proc/meminfo: memFree=125050600/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=18930384 memory=131672 CPUtime=0.52 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 8541 0 0 0 48 4 0 0 20 0 18 0 32132877 19384713216 32918 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4732596 32918 5426 1 0 548913 0
[pid=21818/tid=21820] ppid=21815 vsize=18930384 memory=-6000919485658327917 CPUtime=0.28 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 5328 0 0 0 25 3 0 0 20 0 18 0 32132878 19384713216 32918 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32132880 19384713216 32918 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32132880 19384713216 32918 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 131672 KiB

[startup+0.700217 s]
/proc/loadavg: 4.11 4.18 4.16 6/339 21837
/proc/meminfo: memFree=125004788/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=18996948 memory=181388 CPUtime=1.28 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 11200 0 0 0 122 6 0 0 20 0 19 0 32132877 19452874752 45347 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4749237 45347 5458 1 0 551148 0
[pid=21818/tid=21820] ppid=21815 vsize=18996948 memory=17280 CPUtime=0.61 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 5341 0 0 0 58 3 0 0 20 0 19 0 32132878 19452874752 45347 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32132880 19452874752 45347 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32132880 19452874752 45347 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 181388 KiB

[startup+1.50024 s]
/proc/loadavg: 4.18 4.19 4.17 6/339 21837
/proc/meminfo: memFree=124883804/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=18996948 memory=460808 CPUtime=2.84 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 17166 0 0 0 272 12 0 0 20 0 19 0 32132877 19452874752 115202 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4749237 115202 5458 1 0 1039274 0
[pid=21818/tid=21820] ppid=21815 vsize=18996948 memory=3328 CPUtime=1.22 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 5439 0 0 0 115 7 0 0 20 0 19 0 32132878 19452874752 115202 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32132880 19452874752 115202 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32132880 19452874752 115202 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 460808 KiB

[startup+3.10558 s]
/proc/loadavg: 4.18 4.19 4.17 5/316 21848
/proc/meminfo: memFree=125835880/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=18996948 memory=1349596 CPUtime=4.64 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 18092 0 0 0 435 29 0 0 20 0 19 0 32132877 19452874752 337399 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4749237 337399 5458 1 0 1649241 0
[pid=21818/tid=21820] ppid=21815 vsize=18996948 memory=10752 CPUtime=2.64 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 5784 0 0 0 244 20 0 0 20 0 19 0 32132878 19452874752 337399 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32132880 19452874752 337399 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32132880 19452874752 337399 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 4.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1349596 KiB

[startup+6.30023 s]
/proc/loadavg: 4.33 4.22 4.18 5/340 21905
/proc/meminfo: memFree=125420144/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=19063512 memory=1542028 CPUtime=8.59 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 19631 0 0 0 826 33 0 0 20 0 20 0 32132877 19521036288 385507 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4765878 385507 5490 1 0 2079979 0
[pid=21818/tid=21820] ppid=21815 vsize=19063512 memory=5760 CPUtime=5.74 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 5975 0 0 0 551 23 0 0 20 0 20 0 32132878 19521036288 385507 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 385507 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 385507 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21877] ppid=21815 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/21818/task/21877/stat : 21877 (Timer-0) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32133219 19521036288 385507 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 8.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1542028 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 4.22 4.18 5/340 21906
/proc/meminfo: memFree=125388960/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=19063512 memory=1557104 CPUtime=15.56 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 23482 0 0 0 1522 34 0 0 20 0 20 0 32132877 19521036288 389276 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4765878 389276 5490 1 0 2079979 0
[pid=21818/tid=21820] ppid=21815 vsize=19063512 memory=1548400 CPUtime=12.12 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 6439 0 0 0 1188 24 0 0 20 0 20 0 32132878 19521036288 389276 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 389276 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=19063512 memory=140015866803169 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 389276 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21877] ppid=21815 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/21818/task/21877/stat : 21877 (Timer-0) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32133219 19521036288 389276 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 15.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1557104 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.21 4.18 5/340 21906
/proc/meminfo: memFree=125315232/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=19063512 memory=1576528 CPUtime=28.35 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 25038 0 0 0 2800 35 0 0 20 0 20 0 32132877 19521036288 394132 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4765878 394132 5490 1 0 2079979 0
[pid=21818/tid=21820] ppid=21815 vsize=19063512 memory=5760 CPUtime=24.89 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 7305 0 0 0 2464 25 0 0 20 0 20 0 32132878 19521036288 394132 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=19063512 memory=1558096 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 394132 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=19063512 memory=1572432 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 394132 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21877] ppid=21815 vsize=19063512 memory=-6000919485658327917 CPUtime=0 cores=0,2
/proc/21818/task/21877/stat : 21877 (Timer-0) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32133219 19521036288 394132 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 28.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1576528 KiB

[startup+51.1057 s]
/proc/loadavg: 4.23 4.21 4.18 5/340 21906
/proc/meminfo: memFree=125204656/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=19063512 memory=1605492 CPUtime=54.25 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 31098 0 0 0 5388 37 0 0 20 0 20 0 32132877 19521036288 401373 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4765878 401373 5490 1 0 2080011 0
[pid=21818/tid=21820] ppid=21815 vsize=19063512 memory=1605492 CPUtime=50.42 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 9451 0 0 0 5017 25 0 0 20 0 20 0 32132878 19521036288 401373 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=19063512 memory=1594960 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 401373 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=19063512 memory=1592912 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 401373 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21877] ppid=21815 vsize=19063512 memory=1572432 CPUtime=0 cores=0,2
/proc/21818/task/21877/stat : 21877 (Timer-0) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32133219 19521036288 401373 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 54.25 s
Current children cumulated vsize: 19063512 KiB

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

/proc/meminfo: memFree=106973076/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=19063512 memory=4076352 CPUtime=3221.27 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 89419 0 0 0 321942 185 0 0 20 0 20 0 32132877 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4765878 1019088 5490 1 0 2080154 0
[pid=21818/tid=21820] ppid=21815 vsize=19063512 memory=3920636 CPUtime=3210.88 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 44270 0 0 0 321046 42 0 0 20 0 20 0 32132878 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 1669 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21877] ppid=21815 vsize=19063512 memory=4076352 CPUtime=0 cores=0,2
/proc/21818/task/21877/stat : 21877 (Timer-0) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32133219 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 3221.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4076352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.13 4.11 5/340 22267
/proc/meminfo: memFree=106972376/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=19063512 memory=4076352 CPUtime=3281.14 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 90382 0 0 0 327928 186 0 0 20 0 20 0 32132877 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4765878 1019088 5490 1 0 2080154 0
[pid=21818/tid=21820] ppid=21815 vsize=19063512 memory=4076352 CPUtime=3270.72 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 45121 0 0 0 327030 42 0 0 20 0 20 0 32132878 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=19063512 memory=4076352 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=19063512 memory=4076352 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 1749 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21877] ppid=21815 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/21818/task/21877/stat : 21877 (Timer-0) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32133219 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 3281.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4076352 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.12 4.11 5/339 22270
/proc/meminfo: memFree=106972900/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=19063512 memory=4076352 CPUtime=3341.01 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 92037 0 0 0 333913 188 0 0 20 0 20 0 32132877 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4765878 1019088 5490 1 0 2080154 0
[pid=21818/tid=21820] ppid=21815 vsize=19063512 memory=4076352 CPUtime=3330.57 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 46657 0 0 0 333014 43 0 0 20 0 20 0 32132878 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=19063512 memory=4076352 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 1749 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21877] ppid=21815 vsize=19063512 memory=4076352 CPUtime=0 cores=0,2
/proc/21818/task/21877/stat : 21877 (Timer-0) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32133219 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 3341.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4076352 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.10 5/339 22272
/proc/meminfo: memFree=106814612/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=19063512 memory=4076352 CPUtime=3400.89 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 93185 0 0 0 339898 191 0 0 20 0 20 0 32132877 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4765878 1019088 5490 1 0 2080163 0
[pid=21818/tid=21820] ppid=21815 vsize=19063512 memory=-6000919485658327917 CPUtime=3390.39 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 47327 0 0 0 338996 43 0 0 20 0 20 0 32132878 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=19063512 memory=4076352 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=19063512 memory=4076352 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 1826 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21877] ppid=21815 vsize=19063512 memory=4076352 CPUtime=0 cores=0,2
/proc/21818/task/21877/stat : 21877 (Timer-0) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32133219 19521036288 1019088 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 3400.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4076352 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.12 4.10 5/340 22279
/proc/meminfo: memFree=106699996/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=19063512 memory=4191084 CPUtime=3460.87 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 94844 0 0 0 345893 194 0 0 20 0 20 0 32132877 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4765878 1047771 5490 1 0 2080164 0
[pid=21818/tid=21820] ppid=21815 vsize=19063512 memory=-6000919485658327917 CPUtime=3450.1 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 48348 0 0 0 344966 44 0 0 20 0 20 0 32132878 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=19063512 memory=4191084 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 1920 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21877] ppid=21815 vsize=19063512 memory=4191084 CPUtime=0 cores=0,2
/proc/21818/task/21877/stat : 21877 (Timer-0) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32133219 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 3460.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4191084 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/340 22283
/proc/meminfo: memFree=106593196/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=19063512 memory=4191084 CPUtime=3520.71 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 96430 0 0 0 351876 195 0 0 20 0 20 0 32132877 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4765878 1047771 5490 1 0 2080164 0
[pid=21818/tid=21820] ppid=21815 vsize=19063512 memory=10752 CPUtime=3509.91 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 49760 0 0 0 350947 44 0 0 20 0 20 0 32132878 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=19063512 memory=4191084 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=19063512 memory=4191084 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 1920 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21877] ppid=21815 vsize=19063512 memory=4191084 CPUtime=0 cores=0,2
/proc/21818/task/21877/stat : 21877 (Timer-0) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32133219 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 3520.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4191084 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.10 5/341 22286
/proc/meminfo: memFree=106267648/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=19063512 memory=4191084 CPUtime=3580.55 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 97208 0 0 0 357858 197 0 0 20 0 20 0 32132877 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4765878 1047771 5490 1 0 2080164 0
[pid=21818/tid=21820] ppid=21815 vsize=19063512 memory=10752 CPUtime=3569.74 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 50404 0 0 0 356929 45 0 0 20 0 20 0 32132878 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 1978 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21877] ppid=21815 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/21818/task/21877/stat : 21877 (Timer-0) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32133219 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 3580.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4191084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.8 s]
/proc/loadavg: 4.12 4.11 4.09 5/341 22287
/proc/meminfo: memFree=106201748/131249996 swapFree=33010684/33010684
[pid=21818] ppid=21815 vsize=19063512 memory=4191084 CPUtime=3600.01 cores=0,2
/proc/21818/stat : 21818 (java) S 21815 21818 19460 0 -1 4194304 97668 0 0 0 359803 198 0 0 20 0 20 0 32132877 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
/proc/21818/statm: 4765878 1047771 5490 1 0 2080164 0
[pid=21818/tid=21820] ppid=21815 vsize=19063512 memory=10752 CPUtime=3589.18 cores=0,2
/proc/21818/task/21820/stat : 21820 (java) R 21815 21818 19460 0 -1 4194368 50739 0 0 0 358873 45 0 0 20 0 20 0 32132878 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21829] ppid=21815 vsize=19063512 memory=-6000919485658327917 CPUtime=0 cores=0,2
/proc/21818/task/21829/stat : 21829 (Finalizer) S 21815 21818 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21836] ppid=21815 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/21818/task/21836/stat : 21836 (Common-Cleaner) S 21815 21818 19460 0 -1 4194368 2092 0 0 0 0 0 0 0 20 0 20 0 32132880 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
[pid=21818/tid=21877] ppid=21815 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/21818/task/21877/stat : 21877 (Timer-0) S 21815 21818 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32133219 19521036288 1047771 18446744073709551615 94279847575552 94279847579248 140735529774800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94279847587064 94279847587856 94279871176704 140735529777537 140735529777638 140735529777638 140735529783240 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4191084 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.14 s, system=1.99906 s

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

Child status: 143

Real time (s): 3601.9
CPU time (s): 3600.14
CPU user time (s): 3598.14
CPU system time (s): 1.99906
CPU usage (%): 99.9511
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4191084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.14
system time used= 1.99906
maximum resident set size= 4192364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100325
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137428
involuntary context switches= 5841


# summary of solver processes directly reported to runsolver:
#   pid: 21818
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3598.14
#   total CPU system time (s): 1.99906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.55373 second user time and 16.8396 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 04:35:51
IDJOB=4503608
IDBENCH=155524
IDSOLVER=3363
FILE ID=nodeC017/4503608-1751164551
RUNJOBID= nodeC017-1751157346-19470
SLURM_JOB_ID= 9587483
Free space on /tmp= 432964 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-147.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503608-1751164551/watcher-4503608-1751164551 -o /tmp/evaluation-result-4503608-1751164551/solver-4503608-1751164551 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19470 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4503608-1751164551.opb

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

MD5SUM BENCH= 68b1290c926351b4227086ab823cce81
RANDOM SEED=1693870041

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125146504 kB
MemAvailable:   124897872 kB
Buffers:            3280 kB
Cached:           561888 kB
SwapCached:            0 kB
Active:          5237704 kB
Inactive:         308340 kB
Active(anon):    4998956 kB
Inactive(anon):        0 kB
Active(file):     238748 kB
Inactive(file):   308340 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             43828 kB
Writeback:             8 kB
AnonPages:       4983480 kB
Mapped:           122444 kB
Shmem:             18080 kB
KReclaimable:      86636 kB
Slab:             170360 kB
SReclaimable:      86636 kB
SUnreclaim:        83724 kB
KernelStack:        5164 kB
PageTables:        13516 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7082552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4730880 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432668 MiB
End job on nodeC017 at 2025-06-29 05:35:53