Trace number 4520166

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.3 2894.67

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/
normalized-linearized_pebbling_opt_layeredfan_up_r22_c44_a5.opb
MD5SUM634cf2f74b34e10d67868995492f13c6
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 benchmark5742
Best CPU time to get the best result obtained on this benchmark0.100907
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9570
Total number of constraints1914
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)44
Number of constraints which are nor clauses,nor cardinality constraints1870
Minimum length of a constraint5
Maximum length of a constraint15
Number of terms in the objective function 9570
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9570
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9570
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.13	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.09/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.22	c java.vm.version	22.0.1+8-16
0.09/0.22	c java.vm.vendor	Oracle Corporation
0.09/0.22	c sun.arch.data.model	64
0.09/0.22	c java.version		22.0.1
0.09/0.22	c os.name		Linux
0.09/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.22	c os.arch		amd64
0.09/0.22	c Free memory 		2104792832
0.09/0.22	c Max memory 		16282288128
0.09/0.22	c Total memory 		2113929216
0.09/0.22	c Number of processors 	2
0.14/0.34	c Pseudo Boolean Optimization by upper bound
0.14/0.34	c --- Begin Solver configuration ---
0.14/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.14/0.34	c Learn all clauses as in MiniSAT
0.14/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.34	c Expensive reason simplification
0.14/0.34	c Glucose 2.1 dynamic restart strategy
0.14/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.14/0.34	c timeout=2147483s
0.14/0.34	c DB Simplification allowed=false
0.14/0.34	c Listener: none
0.14/0.34	c --- End Solver configuration ---
0.14/0.34	c solving HOME/instance-4520166-1751567892.opb
0.14/0.34	c reading problem ... 
0.14/0.40	c  objective function found
0.39/0.53	c ... done. Wall clock time 0.18s.
0.39/0.53	c declared #vars     9570
0.39/0.53	c #constraints  1914
0.39/0.53	c constraints type 
0.39/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1914
0.39/0.53	c 1914 constraints processed.
0.39/0.55	c objective function length is 9570 literals
1.16/0.92	c cleaning 2496 clauses out of 5001 with flag 12606/5001
1.37/1.08	c cleaning 4240 clauses out of 8504 with flag 28858/11000
1.95/1.32	c cleaning 5611 clauses out of 11264 with flag 48832/18000
2.15/1.45	c cleaning 6821 clauses out of 13654 with flag 70892/26001
2.36/1.51	c cleaning 7910 clauses out of 15832 with flag 95843/35000
2.36/1.59	c cleaning 8953 clauses out of 17922 with flag 125083/45000
2.55/1.67	c cleaning 9939 clauses out of 19969 with flag 157508/56000
2.75/1.77	c cleaning 11007 clauses out of 22030 with flag 191435/68000
2.95/1.88	c cleaning 12001 clauses out of 24023 with flag 230174/81000
3.12/1.98	c cleaning 13004 clauses out of 26024 with flag 270298/95002
3.22/2.09	c cleaning 14009 clauses out of 28020 with flag 312114/110002
3.42/2.21	c cleaning 14979 clauses out of 30010 with flag 355681/126001
3.54/2.34	c cleaning 16007 clauses out of 32032 with flag 403991/143002
3.67/2.47	c cleaning 16994 clauses out of 34025 with flag 452780/161002
3.87/2.61	c cleaning 18006 clauses out of 36029 with flag 505289/180000
3.97/2.75	c cleaning 18987 clauses out of 38023 with flag 566831/200000
4.17/2.91	c cleaning 19995 clauses out of 40037 with flag 628168/221001
4.27/3.08	c cleaning 20993 clauses out of 42043 with flag 690553/243002
4.46/3.29	c cleaning 21981 clauses out of 44048 with flag 755950/266000
4.66/3.47	c cleaning 23009 clauses out of 46068 with flag 824047/290001
4.97/3.70	c cleaning 24027 clauses out of 48059 with flag 894336/315001
5.17/3.92	c cleaning 24997 clauses out of 50031 with flag 969380/341000
5.37/4.13	c cleaning 26011 clauses out of 52034 with flag 1041339/368000
5.57/4.35	c cleaning 27009 clauses out of 54023 with flag 1118192/396000
5.77/4.56	c cleaning 27993 clauses out of 56016 with flag 1199269/425002
5.97/4.78	c cleaning 28984 clauses out of 58021 with flag 1285077/455000
6.27/5.02	c cleaning 30013 clauses out of 60037 with flag 1370738/486000
6.47/5.26	c cleaning 31008 clauses out of 62025 with flag 1460545/518001
6.77/5.55	c cleaning 31984 clauses out of 64016 with flag 1554415/551000
7.07/5.82	c cleaning 32996 clauses out of 66032 with flag 1647433/585000
7.37/6.15	c cleaning 34007 clauses out of 68037 with flag 1747402/620001
7.66/6.44	c cleaning 35000 clauses out of 70029 with flag 1848242/656000
7.96/6.75	c cleaning 35987 clauses out of 72029 with flag 1953850/693000
8.27/7.09	c cleaning 36991 clauses out of 74043 with flag 2060752/731001
8.66/7.40	c cleaning 38024 clauses out of 76052 with flag 2168433/770001
8.96/7.76	c cleaning 38979 clauses out of 78028 with flag 2282936/810001
9.36/8.14	c cleaning 39998 clauses out of 80048 with flag 2405928/851000
9.76/8.50	c cleaning 41021 clauses out of 82050 with flag 2519575/893000
10.16/8.91	c cleaning 42012 clauses out of 84030 with flag 2643973/936001
10.56/9.31	c cleaning 43007 clauses out of 86017 with flag 2763656/980000
10.96/9.73	c cleaning 44001 clauses out of 88010 with flag 2886347/1025000
11.37/10.19	c cleaning 44979 clauses out of 90009 with flag 3014641/1071000
11.86/10.63	c cleaning 46009 clauses out of 92030 with flag 3142893/1118000
12.26/11.08	c cleaning 46995 clauses out of 94021 with flag 3279053/1166000
12.89/11.68	c cleaning 47993 clauses out of 96027 with flag 3421712/1215001
13.48/12.23	c cleaning 49007 clauses out of 98034 with flag 3569512/1265001
13.98/12.77	c cleaning 49994 clauses out of 100027 with flag 3718711/1316001
14.48/13.29	c cleaning 51011 clauses out of 102033 with flag 3865845/1368001
15.08/13.88	c cleaning 51991 clauses out of 104021 with flag 4015616/1421000
15.39/14.15	c SATISFIABLE
15.39/14.15	c OPTIMIZING...
15.39/14.15	c Got one! Elapsed wall clock time (in seconds):13.803
15.39/14.15	o 5777
15.54/14.22	c cleaning 26661 clauses out of 78035 with flag 13910/1447005
15.54/14.28	c cleaning 5836 clauses out of 57374 with flag 28923/1453005
15.72/14.35	c cleaning 6823 clauses out of 58540 with flag 45582/1460007
15.88/14.48	c cleaning 7718 clauses out of 59715 with flag 65374/1468005
16.13/14.63	c cleaning 8753 clauses out of 60999 with flag 89900/1477007
16.33/14.81	c cleaning 9908 clauses out of 62244 with flag 116777/1487005
16.53/15.03	c cleaning 10747 clauses out of 63337 with flag 144309/1498006
16.63/15.18	c cleaning 11712 clauses out of 64589 with flag 178141/1510005
16.83/15.36	c Got one! Elapsed wall clock time (in seconds):15.012
16.83/15.36	o 5742
16.94/15.41	c cleaning 16289 clauses out of 69495 with flag 12853/1526623
16.94/15.49	c cleaning 5926 clauses out of 59206 with flag 27930/1532623
17.04/15.59	c cleaning 6780 clauses out of 60280 with flag 43767/1539623
17.24/15.75	c cleaning 7785 clauses out of 61503 with flag 64771/1547626
17.44/15.92	c cleaning 8806 clauses out of 62716 with flag 89475/1556624
17.65/16.14	c cleaning 9850 clauses out of 63910 with flag 117216/1566624
17.84/16.32	c cleaning 10811 clauses out of 65060 with flag 146653/1577624
28.45/25.44	c cleaning 12040 clauses out of 66249 with flag 174040/1589624
41.67/37.11	c cleaning 12999 clauses out of 67209 with flag 203647/1602624
56.36/50.04	c cleaning 14008 clauses out of 68210 with flag 235860/1616624
74.76/64.43	c cleaning 14999 clauses out of 69202 with flag 269988/1631624
92.09/79.62	c cleaning 15997 clauses out of 70203 with flag 306365/1647624
112.76/95.68	c cleaning 17000 clauses out of 71206 with flag 345198/1664624
132.19/112.56	c cleaning 17999 clauses out of 72205 with flag 386365/1682623
152.01/130.32	c cleaning 19000 clauses out of 73207 with flag 430393/1701624
172.76/149.01	c cleaning 20004 clauses out of 74207 with flag 481869/1721624
195.02/168.96	c cleaning 21001 clauses out of 75203 with flag 529449/1742624
220.58/192.22	c cleaning 22002 clauses out of 76202 with flag 579645/1764624
250.14/215.25	c cleaning 22996 clauses out of 77200 with flag 632437/1787624
276.18/238.91	c cleaning 23999 clauses out of 78203 with flag 687050/1811623
305.78/264.20	c cleaning 24996 clauses out of 79204 with flag 744119/1836623
337.95/290.55	c cleaning 26003 clauses out of 80209 with flag 804414/1862624
367.73/316.63	c cleaning 27003 clauses out of 81205 with flag 867078/1889623
402.62/343.90	c cleaning 27994 clauses out of 82202 with flag 941570/1917623
431.85/370.25	c cleaning 28998 clauses out of 83208 with flag 1007600/1946623
462.99/397.72	c cleaning 30007 clauses out of 84211 with flag 1076367/1976624
496.25/427.90	c cleaning 30994 clauses out of 85203 with flag 1147433/2007623
532.30/460.30	c cleaning 32007 clauses out of 86210 with flag 1220665/2039624
573.47/493.19	c cleaning 32996 clauses out of 87202 with flag 1295883/2072623
610.79/525.41	c cleaning 33997 clauses out of 88207 with flag 1373892/2106624
648.76/559.01	c cleaning 35004 clauses out of 89210 with flag 1453218/2141624
695.73/595.61	c cleaning 35998 clauses out of 90206 with flag 1535383/2177624
735.30/631.38	c cleaning 36999 clauses out of 91207 with flag 1620063/2214623
776.92/668.27	c cleaning 38006 clauses out of 92209 with flag 1707309/2252624
823.49/705.39	c cleaning 38994 clauses out of 93203 with flag 1796527/2291624
869.58/745.72	c cleaning 40004 clauses out of 94209 with flag 1892894/2331624
920.75/785.24	c cleaning 40998 clauses out of 95205 with flag 1988463/2372624
965.36/825.06	c cleaning 42000 clauses out of 96207 with flag 2084964/2414624
1016.43/866.62	c cleaning 43000 clauses out of 97207 with flag 2183070/2457624
1070.37/908.73	c cleaning 43999 clauses out of 98206 with flag 2283869/2501623
1122.76/951.58	c cleaning 45003 clauses out of 99208 with flag 2386414/2546624
1185.77/999.06	c cleaning 46001 clauses out of 100205 with flag 2491291/2592624
1248.75/1048.36	c cleaning 47001 clauses out of 101204 with flag 2598015/2639624
1309.31/1095.09	c cleaning 47995 clauses out of 102202 with flag 2707519/2687623
1375.01/1144.13	c cleaning 48999 clauses out of 103207 with flag 2818855/2736623
1435.37/1193.94	c cleaning 50002 clauses out of 104209 with flag 2933692/2786624
1505.32/1245.84	c cleaning 50999 clauses out of 105206 with flag 3050748/2837623
1569.71/1296.86	c cleaning 52002 clauses out of 106208 with flag 3169838/2889624
1636.74/1349.21	c cleaning 52999 clauses out of 107205 with flag 3295432/2942623
1702.00/1401.62	c cleaning 53999 clauses out of 108206 with flag 3423828/2996623
1767.48/1457.04	c cleaning 54599 clauses out of 109208 with flag 3552672/3051624
1862.18/1516.91	c cleaning 55302 clauses out of 110608 with flag 3680371/3107623
1926.92/1574.09	c cleaning 56150 clauses out of 112307 with flag 3817660/3164624
1993.29/1630.76	c cleaning 57076 clauses out of 114156 with flag 3953282/3222623
2061.30/1687.27	c cleaning 58036 clauses out of 116080 with flag 4091538/3281623
2127.03/1741.38	c cleaning 59021 clauses out of 118045 with flag 4233236/3341624
2198.39/1799.61	c cleaning 60011 clauses out of 120023 with flag 4379458/3402623
2269.08/1858.92	c cleaning 61002 clauses out of 122012 with flag 4534898/3464623
2341.45/1919.44	c cleaning 62003 clauses out of 124010 with flag 4693285/3527623
2414.40/1981.15	c cleaning 62999 clauses out of 126007 with flag 4858051/3591623
2489.34/2044.77	c cleaning 64001 clauses out of 128008 with flag 5027706/3656623
2563.61/2108.58	c cleaning 65001 clauses out of 130008 with flag 5183062/3722624
2638.30/2171.87	c cleaning 66002 clauses out of 132007 with flag 5336235/3789624
2711.85/2234.76	c cleaning 67003 clauses out of 134005 with flag 5491089/3857624
2792.41/2302.89	c cleaning 67997 clauses out of 136001 with flag 5661127/3926623
2896.59/2376.46	c cleaning 68999 clauses out of 138004 with flag 5821039/3996623
2984.17/2446.32	c cleaning 69999 clauses out of 140005 with flag 5983714/4067623
3085.74/2522.71	c cleaning 70998 clauses out of 142007 with flag 6147569/4139624
3179.49/2595.89	c cleaning 72001 clauses out of 144008 with flag 6314597/4212623
3285.48/2672.08	c cleaning 73001 clauses out of 146008 with flag 6483015/4286624
3402.74/2751.62	c cleaning 73996 clauses out of 148006 with flag 6654056/4361623
3519.33/2832.82	c cleaning 75006 clauses out of 150011 with flag 6852752/4437624
3600.04/2894.52	c starts		: 59019
3600.04/2894.52	c conflicts		: 4495537
3600.04/2894.52	c decisions		: 347141989
3600.04/2894.52	c propagations		: 3142616389
3600.04/2894.52	c inspects		: 7630562605
3600.04/2894.52	c shortcuts		: 0
3600.04/2894.52	c learnt literals	: 0
3600.04/2894.53	c learnt binary clauses	: 0
3600.04/2894.53	c learnt ternary clauses	: 11871
3600.04/2894.53	c learnt constraints	: 4495537
3600.04/2894.53	c ignored constraints	: 0
3600.04/2894.53	c root simplifications	: 0
3600.04/2894.53	c removed literals (reason simplification)	: 4660513
3600.04/2894.53	c reason swapping (by a shorter reason)	: 0
3600.04/2894.53	c Calls to reduceDB	: 129
3600.04/2894.53	c Number of update (reduction) of LBD	: 379566
3600.04/2894.53	c Imported unit clauses	: 0
3600.04/2894.54	c No decision after first conflict	: false
3600.04/2894.54	c number of reductions to clauses (during analyze)	: 0
3600.04/2894.54	c number of learned constraints concerned by reduction	: 0
3600.04/2894.54	c number of learning phase by resolution	: 0
3600.04/2894.54	c number of learning phase by cutting planes	: 0
3600.04/2894.54	c number of rounding to 1 operations	: 0
3600.04/2894.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/2894.54	c number of reductions of the coefficients by power 2 	: 0
3600.04/2894.54	c number of right shift for reduction by power 2 	: 0
3600.04/2894.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/2894.54	c number of ending skipping 	: 0
3600.04/2894.54	c number of internal skipping 	: 0
3600.04/2894.54	c number of derivation steps 	: 0
3600.04/2894.55	c number of skipped derivation steps 	: 0
3600.04/2894.55	c number of remaining unassigned 	: 0
3600.04/2894.55	c number of remaining assigned 	: 0
3600.04/2894.55	c number of falsified literals weakened from reason	: 0
3600.04/2894.55	c number of falsified literals weakened from conflict	: 0
3600.04/2894.55	c time for arithmetic operations	: 0
3600.04/2894.55	c minimum degree of deleted constraints	: null
3600.04/2894.55	c maximum degree of deleted constraints	: null
3600.04/2894.55	c number of deleted constraints	: 0
3600.04/2894.55	c speed (assignments/second)	: 1085910.9060809105
3600.04/2894.55	c non guided choices	: 9512143
3600.24/2894.60	Exception in thread "Thread-0" java.lang.NullPointerException: Cannot invoke "org.sat4j.specs.Constr.getClass()" because the return value of "java.util.Iterator.next()" is null
3600.24/2894.60		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1984)
3600.24/2894.60		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2130)
3600.24/2894.60		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2121)
3600.24/2894.60		at org.sat4j.tools.SolverDecorator.printStat(SolverDecorator.java:181)
3600.24/2894.60		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:93)
3600.24/2894.60		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:122)
3600.24/2894.60		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:91)

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10006 s]*
/proc/loadavg: 0.64 0.97 1.05 3/333 87542
/proc/meminfo: memFree=129513380/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=18930384 memory=48556 CPUtime=0.05 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 5726 0 128 0 3 2 0 0 20 0 18 0 72469440 19384713216 12139 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4732596 12139 5330 1 0 547003 0
[pid=87473/tid=87478] ppid=87457 vsize=18930384 memory=4026531960 CPUtime=0.03 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) D 87457 87473 87403 0 -1 4194368 4611 0 128 0 2 1 0 0 20 0 18 0 72469443 19384713216 12139 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 72469447 19384713216 12139 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=18930384 memory=59585004340264 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 72469447 19384713216 12139 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48556 KiB

[startup+0.204888 s]*
/proc/loadavg: 0.64 0.97 1.05 3/333 87542
/proc/meminfo: memFree=129503424/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=18930384 memory=51680 CPUtime=0.09 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 6011 0 128 0 7 2 0 0 20 0 18 0 72469440 19384713216 12920 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4732596 12920 5330 1 0 547211 0
[pid=87473/tid=87478] ppid=87457 vsize=18930384 memory=4026794268 CPUtime=0.05 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 4851 0 128 0 4 1 0 0 20 0 18 0 72469443 19384713216 12920 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=18930384 memory=19950 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 72469447 19384713216 12920 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 72469447 19384713216 12920 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51680 KiB

[startup+0.304705 s]*
/proc/loadavg: 0.64 0.97 1.05 13/333 87542
/proc/meminfo: memFree=129493720/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=18930384 memory=57860 CPUtime=0.14 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 6546 0 128 0 12 2 0 0 20 0 18 0 72469440 19384713216 14465 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4732596 14465 5330 1 0 547659 0
[pid=87473/tid=87478] ppid=87457 vsize=18930384 memory=-6000919477001545063 CPUtime=0.08 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) D 87457 87473 87403 0 -1 4194368 5024 0 128 0 7 1 0 0 20 0 18 0 72469443 19384713216 14465 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 72469447 19384713216 14465 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 72469447 19384713216 14465 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57860 KiB

[startup+0.700191 s]
/proc/loadavg: 0.64 0.97 1.05 13/333 87542
/proc/meminfo: memFree=129426576/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=18996948 memory=97280 CPUtime=0.77 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 10621 0 128 0 73 4 0 0 20 0 19 0 72469440 19452874752 24320 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4749237 24320 5458 1 0 550726 0
[pid=87473/tid=87478] ppid=87457 vsize=18996948 memory=15104 CPUtime=0.34 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 5302 0 128 0 32 2 0 0 20 0 19 0 72469443 19452874752 24320 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 72469447 19452874752 24320 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 72469447 19452874752 24320 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 0.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97280 KiB

[startup+1.5002 s]
/proc/loadavg: 1.39 1.12 1.10 11/337 87546
/proc/meminfo: memFree=129282344/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=18996948 memory=122416 CPUtime=2.36 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 19737 0 128 0 230 6 0 0 20 0 19 0 72469440 19452874752 30604 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4749237 30604 5490 1 0 554701 0
[pid=87473/tid=87478] ppid=87457 vsize=18996948 memory=3200 CPUtime=1.11 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 5627 0 128 0 109 2 0 0 20 0 19 0 72469443 19452874752 30604 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 72469447 19452874752 30604 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 72469447 19452874752 30604 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87544] ppid=87457 vsize=18996948 memory=14720 CPUtime=0 cores=1,3
/proc/87473/task/87544/stat : 87544 (Timer-0) S 87457 87473 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 72469496 19452874752 30604 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 122416 KiB

[startup+3.10465 s]
/proc/loadavg: 1.39 1.12 1.10 7/340 87549
/proc/meminfo: memFree=129004496/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=18996948 memory=165820 CPUtime=4.37 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 21519 0 128 0 430 7 0 0 20 0 19 0 72469440 19452874752 41455 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4749237 41455 5522 1 0 554704 0
[pid=87473/tid=87478] ppid=87457 vsize=18996948 memory=14720 CPUtime=2.71 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 5920 0 128 0 268 3 0 0 20 0 19 0 72469443 19452874752 41455 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 72469447 19452874752 41455 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 72469447 19452874752 41455 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87544] ppid=87457 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/87473/task/87544/stat : 87544 (Timer-0) S 87457 87473 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 72469496 19452874752 41455 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 4.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 165820 KiB

[startup+6.30017 s]
/proc/loadavg: 1.60 1.17 1.11 7/341 87550
/proc/meminfo: memFree=128521560/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=19063512 memory=185540 CPUtime=7.56 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 22901 0 128 0 748 8 0 0 20 0 20 0 72469440 19521036288 46385 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4765878 46385 5522 1 0 554993 0
[pid=87473/tid=87478] ppid=87457 vsize=19063512 memory=0 CPUtime=5.87 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 5944 0 128 0 584 3 0 0 20 0 20 0 72469443 19521036288 46385 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 46385 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 46385 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87544] ppid=87457 vsize=19063512 memory=126640 CPUtime=0 cores=1,3
/proc/87473/task/87544/stat : 87544 (Timer-0) S 87457 87473 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469496 19521036288 46385 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 7.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185540 KiB

[startup+12.7002 s]
/proc/loadavg: 1.79 1.21 1.13 6/341 87550
/proc/meminfo: memFree=127587952/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=19063512 memory=220564 CPUtime=13.98 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 25759 0 128 0 1389 9 0 0 20 0 20 0 72469440 19521036288 55141 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4765878 55141 5522 1 0 554993 0
[pid=87473/tid=87478] ppid=87457 vsize=19063512 memory=126640 CPUtime=12.2 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 6993 0 128 0 1217 3 0 0 20 0 20 0 72469443 19521036288 55141 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=19063512 memory=220564 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 55141 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 55141 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87544] ppid=87457 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/87473/task/87544/stat : 87544 (Timer-0) S 87457 87473 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469496 19521036288 55141 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 13.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 220564 KiB

[startup+25.5002 s]
/proc/loadavg: 2.13 1.31 1.16 7/341 87551
/proc/meminfo: memFree=124140988/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=19063512 memory=1995808 CPUtime=28.56 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 34828 0 128 0 2811 45 0 0 20 0 20 0 72469440 19521036288 498952 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4765878 498952 5522 1 0 1835498 0
[pid=87473/tid=87478] ppid=87457 vsize=19063512 memory=220564 CPUtime=23.85 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 9170 0 128 0 2372 13 0 0 20 0 20 0 72469443 19521036288 498952 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 498952 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=19063512 memory=1175556 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 498952 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87544] ppid=87457 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/87473/task/87544/stat : 87544 (Timer-0) S 87457 87473 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469496 19521036288 498952 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 28.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1995808 KiB

[startup+51.1052 s]
/proc/loadavg: 3.01 1.60 1.26 8/341 87551
/proc/meminfo: memFree=117001024/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=19063512 memory=6386300 CPUtime=58.55 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 47461 0 128 0 5724 131 0 0 20 0 20 0 72469440 19521036288 1596575 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4765878 1596575 5522 1 0 2448479 0
[pid=87473/tid=87478] ppid=87457 vsize=19063512 memory=4494040 CPUtime=46.2 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 13157 0 128 0 4589 31 0 0 20 0 20 0 72469443 19521036288 1596575 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 1596575 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=19063512 memory=15104 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 1596575 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87544] ppid=87457 vsize=19063512 memory=0 CPUtime=0 cores=1,3

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

[startup+2562.3 s]
/proc/loadavg: 4.90 5.10 4.83 6/339 87748
/proc/meminfo: memFree=75799592/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=19063512 memory=16310440 CPUtime=3133.7 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 1006473 0 128 0 311880 1490 0 0 20 0 20 0 72469440 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4765878 4077610 5522 1 0 4091065 0
[pid=87473/tid=87478] ppid=87457 vsize=19063512 memory=16310440 CPUtime=2267.46 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 94339 0 128 0 226277 469 0 0 20 0 20 0 72469443 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=19063512 memory=15104 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 734 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87544] ppid=87457 vsize=19063512 memory=16310440 CPUtime=0 cores=1,3
/proc/87473/task/87544/stat : 87544 (Timer-0) S 87457 87473 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469496 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 3133.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16310440 KiB

[startup+2622.3 s]
/proc/loadavg: 5.04 5.09 4.85 7/339 87750
/proc/meminfo: memFree=70411260/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=19063512 memory=16310440 CPUtime=3220.27 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 1014697 0 128 0 320530 1497 0 0 20 0 20 0 72469440 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4765878 4077610 5522 1 0 4091065 0
[pid=87473/tid=87478] ppid=87457 vsize=19063512 memory=16310440 CPUtime=2319.28 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) S 87457 87473 87403 0 -1 4194368 95884 0 128 0 231458 470 0 0 20 0 20 0 72469443 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 745 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87544] ppid=87457 vsize=19063512 memory=16310440 CPUtime=0 cores=1,3
/proc/87473/task/87544/stat : 87544 (Timer-0) S 87457 87473 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469496 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 3220.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16310440 KiB

[startup+2682.3 s]
/proc/loadavg: 5.08 5.09 4.86 7/339 87752
/proc/meminfo: memFree=79402716/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=19063512 memory=16310440 CPUtime=3305.94 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 1026909 0 128 0 329090 1504 0 0 20 0 20 0 72469440 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4765878 4077610 5522 1 0 4091066 0
[pid=87473/tid=87478] ppid=87457 vsize=19063512 memory=16310440 CPUtime=2369.38 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 97876 0 128 0 236468 470 0 0 20 0 20 0 72469443 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 745 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87544] ppid=87457 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/87473/task/87544/stat : 87544 (Timer-0) S 87457 87473 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469496 19521036288 4077610 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 3305.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16310440 KiB

[startup+2742.3 s]
/proc/loadavg: 5.06 5.09 4.88 8/340 87755
/proc/meminfo: memFree=73395044/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=19063512 memory=16310568 CPUtime=3384.25 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 1037979 0 128 0 336917 1508 0 0 20 0 20 0 72469440 19521036288 4077642 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4765878 4077642 5522 1 0 4091066 0
[pid=87473/tid=87478] ppid=87457 vsize=19063512 memory=16310440 CPUtime=2417.53 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 98734 0 128 0 241283 470 0 0 20 0 20 0 72469443 19521036288 4077642 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077642 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 748 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077642 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87544] ppid=87457 vsize=19063512 memory=16310568 CPUtime=0 cores=1,3
/proc/87473/task/87544/stat : 87544 (Timer-0) S 87457 87473 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469496 19521036288 4077642 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 3384.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16310568 KiB

[startup+2802.3 s]
/proc/loadavg: 5.18 5.12 4.91 6/340 87757
/proc/meminfo: memFree=67925200/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=19063512 memory=16310568 CPUtime=3472.5 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 1048601 0 128 0 345734 1516 0 0 20 0 20 0 72469440 19521036288 4077642 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4765878 4077642 5522 1 0 4091066 0
[pid=87473/tid=87478] ppid=87457 vsize=19063512 memory=16310440 CPUtime=2465.51 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 100388 0 128 0 246080 471 0 0 20 0 20 0 72469443 19521036288 4077642 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=19063512 memory=16310568 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077642 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 750 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077642 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87544] ppid=87457 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/87473/task/87544/stat : 87544 (Timer-0) S 87457 87473 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469496 19521036288 4077642 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 3472.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16310568 KiB

[startup+2862.3 s]
/proc/loadavg: 5.04 5.09 4.91 6/340 87826
/proc/meminfo: memFree=77486388/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=19063512 memory=16310420 CPUtime=3564.61 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 1062463 0 128 0 354937 1524 0 0 20 0 20 0 72469440 19521036288 4077605 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4765878 4077605 5522 1 0 4091066 0
[pid=87473/tid=87478] ppid=87457 vsize=19063512 memory=16310440 CPUtime=2513.2 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 101605 0 128 0 250849 471 0 0 20 0 20 0 72469443 19521036288 4077605 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=19063512 memory=16310568 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077605 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=19063512 memory=16310568 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 760 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077605 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87544] ppid=87457 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/87473/task/87544/stat : 87544 (Timer-0) S 87457 87473 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469496 19521036288 4077605 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 3564.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16310420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2894.5 s]
/proc/loadavg: 4.69 5.00 4.89 6/340 87827
/proc/meminfo: memFree=76879552/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=19063512 memory=16310420 CPUtime=3600.04 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 1063800 0 128 0 358479 1525 0 0 20 0 20 0 72469440 19521036288 4077605 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4765878 4077605 5522 1 0 4091066 0
[pid=87473/tid=87478] ppid=87457 vsize=19063512 memory=16310568 CPUtime=2542.01 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 102665 0 128 0 253730 471 0 0 20 0 20 0 72469443 19521036288 4077605 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077605 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=19063512 memory=16310420 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 770 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4077605 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87544] ppid=87457 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/87473/task/87544/stat : 87544 (Timer-0) S 87457 87473 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469496 19521036288 4077605 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16310420 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585 s, system=15.3012 s

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

[startup+2894.6 s]
/proc/loadavg: 4.69 5.00 4.89 6/340 87827
/proc/meminfo: memFree=76879552/131250000 swapFree=33008100/33010684
[pid=87473] ppid=87457 vsize=19263204 memory=16311060 CPUtime=3600.24 cores=1,3
/proc/87473/stat : 87473 (java) S 87457 87473 87403 0 -1 4194304 1066538 0 128 0 358499 1525 0 0 20 0 21 0 72469440 19725520896 4077765 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
/proc/87473/statm: 4815801 4077765 5522 1 0 4091997 0
[pid=87473/tid=87478] ppid=87457 vsize=19263204 memory=-6000919477001545063 CPUtime=2542.1 cores=1,3
/proc/87473/task/87478/stat : 87478 (java) R 87457 87473 87403 0 -1 4194368 104227 0 128 0 253739 471 0 0 20 0 21 0 72469443 19725520896 4077765 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87513] ppid=87457 vsize=19263204 memory=2736 CPUtime=0 cores=1,3
/proc/87473/task/87513/stat : 87513 (Finalizer) S 87457 87473 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 72469447 19725520896 4077765 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
[pid=87473/tid=87540] ppid=87457 vsize=19263204 memory=16310420 CPUtime=0 cores=1,3
/proc/87473/task/87540/stat : 87540 (Common-Cleaner) S 87457 87473 87403 0 -1 4194368 770 0 0 0 0 0 0 0 20 0 21 0 72469447 19725520896 4077765 18446744073709551615 94287769694208 94287769697904 140732526873664 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94287769705720 94287769706512 94287801200640 140732526877057 140732526877158 140732526877158 140732526882760 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16311060 KiB

Child status: 143

Real time (s): 2894.67
CPU time (s): 3600.3
CPU user time (s): 3585
CPU system time (s): 15.3012
CPU usage (%): 124.377
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16311060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585
system time used= 15.3012
maximum resident set size= 16311316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1066588
page faults= 128
swaps= 0
block input operations= 56
block output operations= 20920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119383
involuntary context switches= 43650


# summary of solver processes directly reported to runsolver:
#   pid: 87473
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3585
#   total CPU system time (s): 15.3012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.57177 second user time and 12.8173 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-03 20:38:12
IDJOB=4520166
IDBENCH=177787
IDSOLVER=3363
FILE ID=nodeC013/4520166-1751567892
RUNJOBID= nodeC013-1751567892-87415
SLURM_JOB_ID= 9598784
Free space on /tmp= 432644 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/normalized-linearized_pebbling_opt_layeredfan_up_r22_c44_a5.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520166-1751567892/watcher-4520166-1751567892 -o /tmp/evaluation-result-4520166-1751567892/solver-4520166-1751567892 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751567892-87415 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4520166-1751567892.opb

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

MD5SUM BENCH= 634cf2f74b34e10d67868995492f13c6
RANDOM SEED=1926216380

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129586420 kB
MemAvailable:   129683544 kB
Buffers:            1668 kB
Cached:           891292 kB
SwapCached:         1988 kB
Active:           434668 kB
Inactive:         527024 kB
Active(anon):      62388 kB
Inactive(anon):    17632 kB
Active(file):     372280 kB
Inactive(file):   509392 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4800 kB
Writeback:            12 kB
AnonPages:         69820 kB
Mapped:            99564 kB
Shmem:             11288 kB
KReclaimable:     108980 kB
Slab:             198120 kB
SReclaimable:     108980 kB
SUnreclaim:        89140 kB
KernelStack:        4016 kB
PageTables:         2804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     320172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432640 MiB
End job on nodeC013 at 2025-07-03 21:26:27