Trace number 4542394

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 VeriPB 2025-06-06? (TO) 3600.23 3595.23

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height12_pigeons11_holes10.opb
MD5SUM585b31dbafa0f7a6999a9b17497812eb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.495801
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10192
Total number of constraints2383
Number of constraints which are clauses1237
Number of constraints which are cardinality constraints (but not clauses)821
Number of constraints which are nor clauses,nor cardinality constraints325
Minimum length of a constraint10
Maximum length of a constraint15
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 18
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.15	c See www.sat4j.org for details.
0.13/0.17	c version PB25.v20250606
0.13/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.19	c java.vm.version	22.0.1+8-16
0.13/0.19	c java.vm.vendor	Oracle Corporation
0.13/0.19	c sun.arch.data.model	64
0.13/0.19	c java.version		22.0.1
0.13/0.19	c os.name		Linux
0.13/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.19	c os.arch		amd64
0.13/0.20	c Free memory 		2104792832
0.13/0.20	c Max memory 		16282288128
0.13/0.20	c Total memory 		2113929216
0.13/0.21	c Number of processors 	2
0.29/0.30	c Pseudo Boolean Optimization by upper bound
0.29/0.30	c --- Begin Solver configuration ---
0.29/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.29/0.30	c Learn all clauses as in MiniSAT
0.29/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.30	c Expensive reason simplification
0.29/0.30	c Glucose 2.1 dynamic restart strategy
0.29/0.30	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.29/0.30	c timeout=2147483s
0.29/0.30	c DB Simplification allowed=false
0.29/0.30	c Listener: none
0.29/0.30	c --- End Solver configuration ---
0.29/0.30	c solving HOME/instance-4542394-1753217755.opb
0.29/0.30	c reading problem ... 
0.29/0.30	c using VERIPB proof format
0.29/0.31	c  no objective function found
0.81/0.56	c ... done. Wall clock time 0.255s.
0.81/0.56	c declared #vars     10192
0.81/0.56	c #constraints  2383
0.81/0.56	c constraints type 
0.81/0.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1146
0.81/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1237
0.81/0.56	c 2383 constraints processed.
2.95/1.66	c cleaning 2500 clauses out of 5000 with flag 35067/5000
4.33/2.36	c cleaning 4250 clauses out of 8500 with flag 78975/11000
5.51/3.04	c cleaning 5626 clauses out of 11251 with flag 124702/18001
6.47/3.93	c cleaning 6813 clauses out of 13625 with flag 180410/26001
7.58/5.10	c cleaning 7905 clauses out of 15813 with flag 244703/35002
10.27/7.58	c cleaning 8953 clauses out of 17907 with flag 317076/45001
13.56/10.61	c cleaning 9971 clauses out of 19953 with flag 408114/56000
15.97/13.04	c cleaning 10986 clauses out of 21982 with flag 501201/68000
18.54/15.65	c cleaning 11995 clauses out of 23996 with flag 606213/81000
21.45/18.55	c cleaning 12995 clauses out of 26004 with flag 701017/95003
24.84/21.94	c cleaning 14004 clauses out of 28007 with flag 812481/110001
28.97/26.09	c cleaning 14996 clauses out of 30002 with flag 937447/126000
33.35/30.31	c cleaning 16003 clauses out of 32006 with flag 1069684/143000
37.21/34.17	c cleaning 17000 clauses out of 34004 with flag 1206632/161001
42.06/38.95	c cleaning 18002 clauses out of 36004 with flag 1364517/180001
45.78/42.13	c cleaning 18995 clauses out of 38001 with flag 1506614/200000
49.87/45.80	c cleaning 19999 clauses out of 40009 with flag 1646831/221003
55.19/51.11	c cleaning 21002 clauses out of 42008 with flag 1807797/243001
61.86/57.08	c cleaning 21999 clauses out of 44006 with flag 1972890/266001
69.63/64.88	c cleaning 22996 clauses out of 46006 with flag 2166368/290000
76.92/72.14	c cleaning 23999 clauses out of 48010 with flag 2370753/315000
84.99/80.21	c cleaning 25004 clauses out of 50011 with flag 2577941/341000
93.67/88.94	c cleaning 26002 clauses out of 52007 with flag 2801189/368000
97.46/92.73	c cleaning 26986 clauses out of 54005 with flag 2993653/396000
101.85/97.19	c cleaning 27992 clauses out of 56019 with flag 3177171/425000
106.95/102.20	c cleaning 29004 clauses out of 58027 with flag 3413056/455000
111.35/106.13	c cleaning 29995 clauses out of 60023 with flag 3629237/486000
116.34/111.14	c cleaning 31012 clauses out of 62030 with flag 3867758/518002
123.71/118.58	c cleaning 32006 clauses out of 64019 with flag 4090906/551003
131.09/125.96	c cleaning 32998 clauses out of 66013 with flag 4353662/585003
139.67/134.58	c cleaning 34007 clauses out of 68016 with flag 4606010/620004
145.55/140.43	c cleaning 34980 clauses out of 70005 with flag 4868976/656000
150.64/145.54	c cleaning 35993 clauses out of 72026 with flag 5126361/693001
155.24/150.13	c cleaning 36983 clauses out of 74035 with flag 5392021/731003
163.51/158.48	c cleaning 38022 clauses out of 76050 with flag 5655829/770001
168.98/164.00	c cleaning 39009 clauses out of 78027 with flag 5939356/810000
175.97/170.96	c cleaning 40008 clauses out of 80018 with flag 6243591/851000
182.55/177.52	c cleaning 41004 clauses out of 82011 with flag 6589380/893001
190.34/185.33	c cleaning 42000 clauses out of 84010 with flag 6922229/936004
200.91/195.98	c cleaning 42997 clauses out of 86009 with flag 7234939/980003
211.78/206.89	c cleaning 43996 clauses out of 88010 with flag 7539307/1025001
216.75/211.81	c cleaning 44990 clauses out of 90013 with flag 7849777/1071000
222.95/218.05	c cleaning 46001 clauses out of 92024 with flag 8195922/1118001
232.12/227.22	c cleaning 47012 clauses out of 94023 with flag 8576035/1166001
247.69/242.86	c cleaning 47996 clauses out of 96011 with flag 8974122/1215001
254.07/249.23	c cleaning 48989 clauses out of 98014 with flag 9348979/1265000
262.62/257.27	c cleaning 50001 clauses out of 100025 with flag 9703830/1316000
274.86/269.49	c cleaning 51006 clauses out of 102024 with flag 10088046/1368000
284.45/279.08	c cleaning 52000 clauses out of 104018 with flag 10494113/1421000
290.30/284.83	c cleaning 52999 clauses out of 106020 with flag 10898307/1475002
317.21/311.71	c cleaning 54010 clauses out of 108023 with flag 11318631/1530004
351.63/346.20	c cleaning 54998 clauses out of 110010 with flag 11758119/1586001
381.80/376.41	c cleaning 56006 clauses out of 112011 with flag 12266617/1643000
389.68/384.38	c cleaning 57000 clauses out of 114009 with flag 12681874/1701004
420.26/414.96	c cleaning 57996 clauses out of 116007 with flag 13225266/1760002
438.42/433.19	c cleaning 59005 clauses out of 118015 with flag 13750441/1820006
453.12/447.42	c cleaning 59990 clauses out of 120005 with flag 14268428/1881001
461.99/456.30	c cleaning 60965 clauses out of 122015 with flag 14707779/1943001
477.26/471.55	c cleaning 62010 clauses out of 124049 with flag 15212827/2006000
519.15/513.40	c cleaning 63017 clauses out of 126040 with flag 15691830/2070001
545.71/540.01	c cleaning 64006 clauses out of 128023 with flag 16181474/2135001
567.09/561.43	c cleaning 65003 clauses out of 130017 with flag 16762064/2201001
593.73/588.16	c cleaning 66005 clauses out of 132013 with flag 17337144/2268000
609.91/604.32	c cleaning 66952 clauses out of 134008 with flag 17861844/2336000
622.48/616.99	c cleaning 68016 clauses out of 136056 with flag 18343557/2405000
635.27/629.79	c cleaning 69002 clauses out of 138040 with flag 18925949/2475000
663.30/657.75	c cleaning 70005 clauses out of 140038 with flag 19535673/2546000
687.33/681.15	c cleaning 71009 clauses out of 142034 with flag 20050617/2618001
700.59/694.33	c cleaning 71982 clauses out of 144026 with flag 20560215/2691002
715.73/709.44	c cleaning 72987 clauses out of 146044 with flag 21170834/2765002
773.50/767.34	c cleaning 74026 clauses out of 148060 with flag 21728724/2840005
793.96/787.78	c cleaning 74987 clauses out of 150029 with flag 22296177/2916000
833.56/827.31	c cleaning 76016 clauses out of 152042 with flag 22962026/2993000
855.10/849.00	c cleaning 76997 clauses out of 154026 with flag 23636644/3071000
869.50/863.28	c cleaning 78001 clauses out of 156029 with flag 24197906/3150000
879.58/873.28	c cleaning 78955 clauses out of 158028 with flag 24802451/3230000
893.99/887.16	c cleaning 80031 clauses out of 160074 with flag 25378765/3311001
1003.21/996.56	c cleaning 81016 clauses out of 162043 with flag 25989292/3393001
1021.05/1014.39	c cleaning 81981 clauses out of 164026 with flag 26650142/3476000
1031.82/1025.10	c cleaning 82931 clauses out of 166045 with flag 27277428/3560000
1071.68/1064.97	c cleaning 84049 clauses out of 168114 with flag 27924886/3645000
1095.44/1088.60	c cleaning 84983 clauses out of 170065 with flag 28586703/3731000
1138.38/1131.63	c cleaning 86041 clauses out of 172082 with flag 29276593/3818000
1288.35/1281.92	c cleaning 87019 clauses out of 174041 with flag 29978057/3906000
1304.91/1298.53	c cleaning 87995 clauses out of 176024 with flag 30664243/3995002
1417.40/1411.27	c cleaning 89009 clauses out of 178028 with flag 31341586/4085001
1473.45/1467.33	c cleaning 89995 clauses out of 180019 with flag 31979533/4176001
1493.48/1487.34	c cleaning 90997 clauses out of 182024 with flag 32700981/4268001
1563.11/1557.10	c cleaning 92007 clauses out of 184028 with flag 33496875/4361002
1609.98/1603.90	c cleaning 93005 clauses out of 186020 with flag 34265407/4455001
1634.78/1628.76	c cleaning 93972 clauses out of 188015 with flag 35014383/4550001
1655.43/1649.33	c cleaning 95001 clauses out of 190042 with flag 35762129/4646000
1675.74/1669.33	c cleaning 95972 clauses out of 192041 with flag 36541039/4743000
1702.39/1696.10	c cleaning 97030 clauses out of 194073 with flag 37297541/4841004
1726.82/1720.42	c cleaning 98008 clauses out of 196039 with flag 38043976/4940000
1781.13/1774.67	c cleaning 99011 clauses out of 198031 with flag 38811615/5040000
1820.50/1813.79	c cleaning 99997 clauses out of 200023 with flag 39658447/5141003
1858.64/1852.00	c cleaning 101007 clauses out of 202023 with flag 40466283/5243000
2015.10/2008.71	c cleaning 101998 clauses out of 204018 with flag 41273196/5346002
2194.72/2188.74	c cleaning 103009 clauses out of 206019 with flag 42201975/5450001
2400.26/2394.70	c cleaning 104004 clauses out of 208011 with flag 43111415/5555002
2537.00/2531.83	c cleaning 104996 clauses out of 210005 with flag 44075008/5661000
2761.01/2756.33	c cleaning 106003 clauses out of 212011 with flag 45043823/5768002
2891.52/2887.12	c cleaning 106998 clauses out of 214006 with flag 46133149/5876000
2920.53/2916.21	c cleaning 107977 clauses out of 216008 with flag 47082333/5985000
2947.82/2943.56	c cleaning 108987 clauses out of 218033 with flag 47969533/6095002
2970.85/2966.58	c cleaning 110009 clauses out of 220044 with flag 48836584/6206000
3040.65/3036.48	c cleaning 111004 clauses out of 222037 with flag 49582643/6318002
3063.52/3059.27	c cleaning 111983 clauses out of 224031 with flag 50508766/6431000
3082.13/3077.86	c cleaning 112998 clauses out of 226048 with flag 51422673/6545000
3111.13/3106.80	c cleaning 114015 clauses out of 228050 with flag 52311809/6660000
3132.35/3127.92	c cleaning 114992 clauses out of 230035 with flag 53243524/6776000
3162.47/3158.10	c cleaning 115968 clauses out of 232043 with flag 54185049/6893000
3181.29/3176.85	c cleaning 116939 clauses out of 234076 with flag 55136203/7011001
3219.25/3214.73	c cleaning 117965 clauses out of 236136 with flag 56166996/7130000
3263.36/3258.85	c cleaning 119069 clauses out of 238173 with flag 57424400/7250002
3339.48/3334.56	c cleaning 120041 clauses out of 240102 with flag 58454957/7371000
3366.07/3361.17	c cleaning 121016 clauses out of 242065 with flag 59475313/7493004
3394.81/3389.80	c cleaning 121966 clauses out of 244046 with flag 60569518/7616001
3545.66/3540.92	c cleaning 123030 clauses out of 246079 with flag 61583570/7740000
3572.68/3567.85	c cleaning 124009 clauses out of 248050 with flag 62513331/7865001
3591.05/3586.18	c cleaning 125021 clauses out of 250041 with flag 63552686/7991001
3600.03/3595.13	c timeout
3600.03/3595.14	c starts		: 41469
3600.03/3595.14	c conflicts		: 8022439
3600.03/3595.14	c decisions		: 11877325
3600.03/3595.14	c propagations		: 115597345
3600.03/3595.14	c inspects		: 38737461315
3600.03/3595.14	c shortcuts		: 0
3600.03/3595.14	c learnt literals	: 0
3600.03/3595.14	c learnt binary clauses	: 10
3600.03/3595.14	c learnt ternary clauses	: 63
3600.03/3595.14	c learnt constraints	: 8022439
3600.03/3595.14	c ignored constraints	: 0
3600.03/3595.14	c root simplifications	: 0
3600.03/3595.14	c removed literals (reason simplification)	: 35511902
3600.03/3595.14	c reason swapping (by a shorter reason)	: 0
3600.03/3595.14	c Calls to reduceDB	: 122
3600.03/3595.14	c Number of update (reduction) of LBD	: 5876428
3600.03/3595.14	c Imported unit clauses	: 0
3600.03/3595.14	c No decision after first conflict	: false
3600.03/3595.14	c number of reductions to clauses (during analyze)	: 0
3600.03/3595.14	c number of learned constraints concerned by reduction	: 0
3600.03/3595.14	c number of learning phase by resolution	: 0
3600.03/3595.14	c number of learning phase by cutting planes	: 0
3600.03/3595.14	c number of rounding to 1 operations	: 0
3600.03/3595.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3595.14	c number of reductions of the coefficients by power 2 	: 0
3600.03/3595.14	c number of right shift for reduction by power 2 	: 0
3600.03/3595.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3595.14	c number of ending skipping 	: 0
3600.03/3595.14	c number of internal skipping 	: 0
3600.03/3595.14	c number of derivation steps 	: 0
3600.03/3595.14	c number of skipped derivation steps 	: 0
3600.03/3595.14	c number of remaining unassigned 	: 0
3600.03/3595.14	c number of remaining assigned 	: 0
3600.03/3595.14	c number of falsified literals weakened from reason	: 0
3600.03/3595.14	c number of falsified literals weakened from conflict	: 0
3600.03/3595.14	c time for arithmetic operations	: 0
3600.03/3595.14	c minimum degree of deleted constraints	: null
3600.03/3595.14	c maximum degree of deleted constraints	: null
3600.03/3595.14	c number of deleted constraints	: 0
3600.03/3595.14	c speed (assignments/second)	: 32158.870975145575
3600.03/3595.14	c non guided choices	: 1075865
3600.03/3595.20	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 156448
3600.03/3595.20	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 10
3600.03/3595.20	s UNKNOWN
3600.03/3595.20	c Total wall clock time (in seconds): 3594.898

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542394-1753217755/watcher-4542394-1753217755 -o /tmp/evaluation-result-4542394-1753217755/solver-4542394-1753217755 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753210643-160084 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542394-1753217755 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542394-1753217755.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 FSIZE limit: 102400000 KiB
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=161041, runsolver pid=161038
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.11 4.36 4.42 7/323 161059
/proc/meminfo: memFree=72779188/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=18930384 memory=48648 CPUtime=0.13 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 5873 0 0 0 10 3 0 0 20 0 18 0 237454377 19384713216 12162 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4732596 12162 5304 1 0 547051 0
[pid=161041/tid=161043] ppid=161038 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 4715 0 0 0 5 1 0 0 20 0 18 0 237454379 19384713216 12162 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237454383 19384713216 12162 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=18930384 memory=61792617516369 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237454384 19384713216 12162 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48648 KiB

[startup+0.210401 s]*
/proc/loadavg: 4.11 4.36 4.42 5/323 161059
/proc/meminfo: memFree=72775092/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=18930384 memory=55488 CPUtime=0.29 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 6537 0 0 0 25 4 0 0 20 0 18 0 237454377 19384713216 13872 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4732596 13872 5336 1 0 547604 0
[pid=161041/tid=161043] ppid=161038 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) S 161038 161041 160073 0 -1 4194368 5040 0 0 0 15 2 0 0 20 0 18 0 237454379 19384713216 13872 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237454383 19384713216 13872 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237454384 19384713216 13872 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55488 KiB

[startup+0.310373 s]*
/proc/loadavg: 4.11 4.36 4.42 5/323 161059
/proc/meminfo: memFree=72766964/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=18930384 memory=59280 CPUtime=0.44 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 6855 0 0 0 40 4 0 0 20 0 18 0 237454377 19384713216 14820 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4732596 14820 5432 1 0 547832 0
[pid=161041/tid=161043] ppid=161038 vsize=18930384 memory=-8600303447962329788 CPUtime=0.27 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 5248 0 0 0 25 2 0 0 20 0 18 0 237454379 19384713216 14820 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237454383 19384713216 14820 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237454384 19384713216 14820 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59280 KiB

[startup+0.700305 s]
/proc/loadavg: 4.11 4.36 4.42 6/323 161059
/proc/meminfo: memFree=72683028/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=157652 CPUtime=1.17 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 8876 0 0 0 110 7 0 0 20 0 20 0 237454377 19521036288 39413 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 39413 5464 1 0 549611 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=27136 CPUtime=0.62 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 5379 0 0 0 58 4 0 0 20 0 20 0 237454379 19521036288 39413 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 39413 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237454384 19521036288 39413 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 157652 KiB

[startup+1.50023 s]
/proc/loadavg: 4.11 4.36 4.42 6/325 161061
/proc/meminfo: memFree=72667024/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=168740 CPUtime=2.75 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 15371 0 0 0 264 11 0 0 20 0 20 0 237454377 19521036288 42185 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 42185 5464 1 0 552180 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=3200 CPUtime=1.36 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 5830 0 0 0 130 6 0 0 20 0 20 0 237454379 19521036288 42185 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 42185 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 237454384 19521036288 42185 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161061] ppid=161038 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/161041/task/161061/stat : 161061 (Timer-0) S 161038 161041 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237454435 19521036288 42185 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168740 KiB

[startup+3.1053 s]
/proc/loadavg: 4.18 4.37 4.42 5/325 161061
/proc/meminfo: memFree=72633976/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=174888 CPUtime=5.64 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 20215 0 0 0 552 12 0 0 20 0 20 0 237454377 19521036288 43722 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 43722 5464 1 0 552472 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=14720 CPUtime=2.91 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 6800 0 0 0 285 6 0 0 20 0 20 0 237454379 19521036288 43722 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 43722 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 237454384 19521036288 43722 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161061] ppid=161038 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/161041/task/161061/stat : 161061 (Timer-0) S 161038 161041 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237454435 19521036288 43722 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 5.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174888 KiB

[startup+6.30041 s]
/proc/loadavg: 4.18 4.37 4.42 5/325 161061
/proc/meminfo: memFree=72534984/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=281504 CPUtime=8.9 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 23912 0 0 0 872 18 0 0 20 0 20 0 237454377 19521036288 70376 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 70376 5496 1 0 552474 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=0 CPUtime=6.05 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 7405 0 0 0 594 11 0 0 20 0 20 0 237454379 19521036288 70376 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 70376 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 237454384 19521036288 70376 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161061] ppid=161038 vsize=19063512 memory=168740 CPUtime=0 cores=0,2
/proc/161041/task/161061/stat : 161061 (Timer-0) S 161038 161041 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237454435 19521036288 70376 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 8.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 281504 KiB

[startup+12.7004 s]
/proc/loadavg: 4.23 4.38 4.42 5/325 161061
/proc/meminfo: memFree=72429244/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=375760 CPUtime=15.66 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 27314 0 0 0 1542 24 0 0 20 0 20 0 237454377 19521036288 93940 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 93940 5496 1 0 552474 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=168740 CPUtime=12.43 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 8365 0 0 0 1227 16 0 0 20 0 20 0 237454379 19521036288 93940 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=318416 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 93940 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 237454384 19521036288 93940 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161061] ppid=161038 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/161041/task/161061/stat : 161061 (Timer-0) S 161038 161041 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237454435 19521036288 93940 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 15.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 375760 KiB

[startup+25.5004 s]
/proc/loadavg: 4.20 4.36 4.42 5/325 161062
/proc/meminfo: memFree=72078136/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=463844 CPUtime=28.46 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 31000 0 0 0 2814 32 0 0 20 0 20 0 237454377 19521036288 115961 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 115961 5496 1 0 552490 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=0 CPUtime=25.12 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 9218 0 0 0 2491 21 0 0 20 0 20 0 237454379 19521036288 115961 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 115961 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=463844 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 237454384 19521036288 115961 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161061] ppid=161038 vsize=19063512 memory=463844 CPUtime=0 cores=0,2
/proc/161041/task/161061/stat : 161061 (Timer-0) S 161038 161041 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237454435 19521036288 115961 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 28.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 463844 KiB

[startup+51.1132 s]
/proc/loadavg: 4.24 4.36 4.42 5/325 161135
/proc/meminfo: memFree=85938908/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=1062236 CPUtime=55.34 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 42264 0 0 0 5479 55 0 0 20 0 20 0 237454377 19521036288 265559 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 265559 5496 1 0 555562 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=463844 CPUtime=50.58 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 10410 0 0 0 5018 40 0 0 20 0 20 0 237454379 19521036288 265559 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=787776 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 265559 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=379856 CPUtime=0 cores=0,2

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

[startup+3282.3 s]
/proc/loadavg: 4.18 4.17 4.18 5/327 161382
/proc/meminfo: memFree=49151080/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=2172040 CPUtime=3286.9 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 138933 0 0 0 327897 793 0 0 20 0 20 0 237454377 19521036288 543010 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 543010 5528 1 0 556643 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=2172040 CPUtime=3263.58 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 45347 0 0 0 325800 558 0 0 20 0 20 0 237454379 19521036288 543010 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 543010 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 1886 0 0 0 0 0 0 0 20 0 20 0 237454384 19521036288 543010 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161061] ppid=161038 vsize=19063512 memory=2172040 CPUtime=0 cores=0,2
/proc/161041/task/161061/stat : 161061 (Timer-0) S 161038 161041 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237454435 19521036288 543010 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 3286.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172040 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.19 4.18 5/327 161384
/proc/meminfo: memFree=48887104/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=2172296 CPUtime=3347.26 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 140473 0 0 0 333921 805 0 0 20 0 20 0 237454377 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 543074 5528 1 0 556724 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=2172040 CPUtime=3323.27 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 45395 0 0 0 331761 566 0 0 20 0 20 0 237454379 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=2172040 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=2172296 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 1886 0 0 0 0 0 0 0 20 0 20 0 237454384 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161061] ppid=161038 vsize=19063512 memory=2172296 CPUtime=0 cores=0,2
/proc/161041/task/161061/stat : 161061 (Timer-0) S 161038 161041 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237454435 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 3347.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172296 KiB

[startup+3402.3 s]
/proc/loadavg: 3.76 4.07 4.14 4/301 161419
/proc/meminfo: memFree=55225532/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=2172296 CPUtime=3407.29 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 141205 0 0 0 339906 823 0 0 20 0 20 0 237454377 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 543074 5528 1 0 556724 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=2172296 CPUtime=3382.94 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 46027 0 0 0 337713 581 0 0 20 0 20 0 237454379 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=27136 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=2172296 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 1886 0 0 0 0 0 0 0 20 0 20 0 237454384 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161061] ppid=161038 vsize=19063512 memory=2172296 CPUtime=0 cores=0,2
/proc/161041/task/161061/stat : 161061 (Timer-0) S 161038 161041 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237454435 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 3407.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172296 KiB

[startup+3462.3 s]
/proc/loadavg: 3.47 3.92 4.08 4/300 161421
/proc/meminfo: memFree=55008212/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=2172296 CPUtime=3467.24 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 142468 0 0 0 345891 833 0 0 20 0 20 0 237454377 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 543074 5528 1 0 556724 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=2172296 CPUtime=3442.67 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 46990 0 0 0 343679 588 0 0 20 0 20 0 237454379 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=2172296 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 1966 0 0 0 0 0 0 0 20 0 20 0 237454384 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161061] ppid=161038 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/161041/task/161061/stat : 161061 (Timer-0) S 161038 161041 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237454435 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 3467.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172296 KiB

[startup+3522.3 s]
/proc/loadavg: 3.24 3.77 4.02 4/300 161423
/proc/meminfo: memFree=54659488/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=2172296 CPUtime=3527.11 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 143551 0 0 0 351869 842 0 0 20 0 20 0 237454377 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 543074 5528 1 0 556724 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=2172296 CPUtime=3502.48 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 47929 0 0 0 349656 592 0 0 20 0 20 0 237454379 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=2172296 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 2011 0 0 0 0 0 0 0 20 0 20 0 237454384 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161061] ppid=161038 vsize=19063512 memory=46336 CPUtime=0 cores=0,2
/proc/161041/task/161061/stat : 161061 (Timer-0) S 161038 161041 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237454435 19521036288 543074 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 3527.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172296 KiB

[startup+3582.3 s]
/proc/loadavg: 3.28 3.69 3.97 4/300 161425
/proc/meminfo: memFree=54345760/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=2172552 CPUtime=3587.25 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 145302 0 0 0 357871 854 0 0 20 0 20 0 237454377 19521036288 543138 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 543138 5528 1 0 556742 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=2172552 CPUtime=3562 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 48663 0 0 0 355598 602 0 0 20 0 20 0 237454379 19521036288 543138 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 543138 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 2014 0 0 0 0 0 0 0 20 0 20 0 237454384 19521036288 543138 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161061] ppid=161038 vsize=19063512 memory=-8600303447962329788 CPUtime=0 cores=0,2
/proc/161041/task/161061/stat : 161061 (Timer-0) S 161038 161041 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237454435 19521036288 543138 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 3587.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.11 s]
/proc/loadavg: 3.24 3.66 3.96 4/300 161425
/proc/meminfo: memFree=54281248/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19063512 memory=2172552 CPUtime=3600.03 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 145305 0 0 0 359146 857 0 0 20 0 20 0 237454377 19521036288 543138 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4765878 543138 5528 1 0 556742 0
[pid=161041/tid=161043] ppid=161038 vsize=19063512 memory=2172552 CPUtime=3574.78 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) R 161038 161041 160073 0 -1 4194368 48664 0 0 0 356873 605 0 0 20 0 20 0 237454379 19521036288 543138 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19063512 memory=2172296 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19521036288 543138 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19063512 memory=2172552 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 2014 0 0 0 0 0 0 0 20 0 20 0 237454384 19521036288 543138 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161061] ppid=161038 vsize=19063512 memory=-8600303447962329788 CPUtime=0 cores=0,2
/proc/161041/task/161061/stat : 161061 (Timer-0) S 161038 161041 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237454435 19521036288 543138 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172552 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.64 s, system=8.58721 s

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

[startup+3595.21 s]
/proc/loadavg: 3.24 3.66 3.96 4/300 161425
/proc/meminfo: memFree=54281248/131382112 swapFree=33009904/33010684
[pid=161041] ppid=161038 vsize=19263204 memory=2173448 CPUtime=3600.2 cores=0,2
/proc/161041/stat : 161041 (java) S 161038 161041 160073 0 -1 4194304 148183 0 0 0 359163 857 0 0 20 0 20 0 237454377 19725520896 543362 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
/proc/161041/statm: 4815801 543362 5560 1 0 557645 0
[pid=161041/tid=161043] ppid=161038 vsize=19263204 memory=11264 CPUtime=3574.8 cores=0,2
/proc/161041/task/161043/stat : 161043 (java) S 161038 161041 160073 0 -1 4194368 49066 0 0 0 356875 605 0 0 20 0 20 0 237454379 19725520896 543362 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161052] ppid=161038 vsize=19263204 memory=5632 CPUtime=0 cores=0,2
/proc/161041/task/161052/stat : 161052 (Finalizer) S 161038 161041 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237454383 19725520896 543362 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
[pid=161041/tid=161059] ppid=161038 vsize=19263204 memory=-8600303447962329788 CPUtime=0 cores=0,2
/proc/161041/task/161059/stat : 161059 (Common-Cleaner) S 161038 161041 160073 0 -1 4194368 2014 0 0 0 0 0 0 0 20 0 20 0 237454384 19725520896 543362 18446744073709551615 94782127980544 94782127984240 140728464433488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94782127992056 94782127992848 94782147817472 140728464439636 140728464439780 140728464439780 140728464445384 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2173448 KiB

Child status: 143

Real time (s): 3595.23
CPU time (s): 3600.23
CPU user time (s): 3591.64
CPU system time (s): 8.58721
CPU usage (%): 100.139
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2173448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.64
system time used= 8.58721
maximum resident set size= 2173576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148229
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5039976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109798
involuntary context switches= 10311


# summary of solver processes directly reported to runsolver:
#   pid: 161041
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3591.64
#   total CPU system time (s): 8.58721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6276 second user time and 36.6158 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-22 22:55:55
IDJOB=4542394
IDBENCH=163924
IDSOLVER=3364
FILE ID=nodeC001/4542394-1753217755
RUNJOBID= nodeC001-1753210643-160084
SLURM_JOB_ID= 9687785
Free space on /tmp= 419356 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height12_pigeons11_holes10.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542394-1753217755/watcher-4542394-1753217755 -o /tmp/evaluation-result-4542394-1753217755/solver-4542394-1753217755 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753210643-160084 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542394-1753217755 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542394-1753217755.opb

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

MD5SUM BENCH= 585b31dbafa0f7a6999a9b17497812eb
RANDOM SEED=790457793

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        72806420 kB
MemAvailable:   113122884 kB
Buffers:            1668 kB
Cached:         38946804 kB
SwapCached:          136 kB
Active:         17513340 kB
Inactive:       38071348 kB
Active(anon):   16634692 kB
Inactive(anon):    27556 kB
Active(file):     878648 kB
Inactive(file): 38043792 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62876 kB
Writeback:             0 kB
AnonPages:      16639264 kB
Mapped:           128144 kB
Shmem:             25972 kB
KReclaimable:    2455152 kB
Slab:            2586140 kB
SReclaimable:    2455152 kB
SUnreclaim:       130988 kB
KernelStack:        4960 kB
PageTables:        36268 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   19203240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15562752 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 409616 MiB
End job on nodeC001 at 2025-07-22 23:55:50