Trace number 4514851

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.2 3428.33

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2003/normalized-disctom.0.u.opb
MD5SUMf04c7bc93f027c2b63d00aa04181a654
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.290507
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10000
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 5001
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 15001
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4514851-1751227879.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.51/0.31	c ... done. Wall clock time 0.176s.
0.51/0.31	c declared #vars     10000
0.51/0.31	c #constraints  799
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 785
0.51/0.32	c org.sat4j.specs.Constr$1 => 5
0.51/0.32	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
0.51/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4
0.51/0.32	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.51/0.32	c 799 constraints processed.
6.14/4.07	c cleaning 2494 clauses out of 5000 with flag 19363/5000
10.23/7.73	c cleaning 4242 clauses out of 8506 with flag 45789/11000
14.71/12.15	c cleaning 5622 clauses out of 11265 with flag 72755/18001
20.19/17.55	c cleaning 6811 clauses out of 13642 with flag 110223/26000
26.46/23.75	c cleaning 7908 clauses out of 15835 with flag 155976/35004
33.08/30.27	c cleaning 8953 clauses out of 17923 with flag 199857/45000
40.34/37.53	c cleaning 9968 clauses out of 19970 with flag 252281/56000
48.63/45.67	c cleaning 10986 clauses out of 22002 with flag 304009/68000
57.97/54.81	c cleaning 11993 clauses out of 24016 with flag 367698/81000
68.25/65.09	c cleaning 12997 clauses out of 26024 with flag 433898/95001
79.14/75.88	c cleaning 14000 clauses out of 28026 with flag 508008/110000
91.23/87.89	c cleaning 15007 clauses out of 30027 with flag 587707/126001
102.17/98.80	c cleaning 15998 clauses out of 32023 with flag 671737/143004
114.24/110.63	c cleaning 16992 clauses out of 34021 with flag 754903/161000
127.64/123.94	c cleaning 17994 clauses out of 36029 with flag 850433/180000
142.58/138.81	c cleaning 19006 clauses out of 38036 with flag 957918/200001
157.83/153.89	c cleaning 19995 clauses out of 40030 with flag 1069081/221001
174.37/170.46	c cleaning 21005 clauses out of 42038 with flag 1184543/243004
194.21/190.06	c cleaning 21999 clauses out of 44033 with flag 1296156/266004
215.69/211.12	c cleaning 22992 clauses out of 46031 with flag 1419310/290001
240.19/235.55	c cleaning 24003 clauses out of 48038 with flag 1560940/315000
263.24/258.37	c cleaning 25001 clauses out of 50036 with flag 1690244/341001
289.01/283.91	c cleaning 26000 clauses out of 52035 with flag 1834412/368001
315.06/309.89	c cleaning 27004 clauses out of 54036 with flag 1986918/396002
341.81/336.29	c cleaning 27998 clauses out of 56030 with flag 2149851/425000
368.59/362.51	c cleaning 28999 clauses out of 58032 with flag 2321611/455000
397.18/390.96	c cleaning 29994 clauses out of 60033 with flag 2484678/486000
427.53/421.27	c cleaning 31003 clauses out of 62042 with flag 2668869/518003
460.78/454.33	c cleaning 31997 clauses out of 64036 with flag 2854557/551000
495.24/488.50	c cleaning 33004 clauses out of 66039 with flag 3060107/585000
527.43/520.57	c cleaning 34004 clauses out of 68036 with flag 3266203/620001
562.49/555.12	c cleaning 34999 clauses out of 70031 with flag 3479766/656000
598.34/590.73	c cleaning 35999 clauses out of 72035 with flag 3699802/693003
636.38/628.03	c cleaning 36999 clauses out of 74033 with flag 3924722/731000
678.97/670.46	c cleaning 37999 clauses out of 76035 with flag 4165012/770001
722.27/713.51	c cleaning 38992 clauses out of 78036 with flag 4424720/810001
766.67/757.36	c cleaning 40001 clauses out of 80043 with flag 4684017/851000
813.01/803.56	c cleaning 41002 clauses out of 82044 with flag 4949774/893002
862.05/851.94	c cleaning 42006 clauses out of 84041 with flag 5221529/936001
907.50/897.27	c cleaning 42998 clauses out of 86035 with flag 5488664/980001
956.04/945.17	c cleaning 44003 clauses out of 88037 with flag 5765024/1025001
1003.66/992.61	c cleaning 44998 clauses out of 90035 with flag 6047204/1071002
1057.48/1045.83	c cleaning 46000 clauses out of 92038 with flag 6350644/1118003
1114.25/1102.36	c cleaning 47003 clauses out of 94037 with flag 6662100/1166002
1175.32/1162.76	c cleaning 47997 clauses out of 96032 with flag 6951585/1215000
1213.46/1199.42	c cleaning 49011 clauses out of 98037 with flag 7177046/1265002
1241.28/1224.56	c cleaning 50001 clauses out of 100024 with flag 7320411/1316000
1269.49/1250.42	c cleaning 51005 clauses out of 102023 with flag 7467050/1368000
1296.98/1275.93	c cleaning 52000 clauses out of 104018 with flag 7616425/1421000
1325.50/1301.92	c cleaning 53010 clauses out of 106019 with flag 7769475/1475001
1354.86/1328.67	c cleaning 54005 clauses out of 108009 with flag 7924738/1530001
1384.30/1355.22	c cleaning 55002 clauses out of 110007 with flag 8082919/1586004
1412.75/1382.69	c cleaning 55999 clauses out of 112002 with flag 8244250/1643001
1442.07/1410.37	c cleaning 56996 clauses out of 114003 with flag 8407596/1701001
1472.99/1439.35	c cleaning 57993 clauses out of 116007 with flag 8573856/1760001
1504.93/1468.41	c cleaning 59000 clauses out of 118015 with flag 8742312/1820002
1536.16/1497.32	c cleaning 60003 clauses out of 120013 with flag 8914689/1881000
1569.18/1527.51	c cleaning 60998 clauses out of 122010 with flag 9090874/1943000
1600.25/1557.44	c cleaning 62002 clauses out of 124014 with flag 9269109/2006002
1633.82/1589.24	c cleaning 62997 clauses out of 126010 with flag 9449583/2070000
1668.04/1620.81	c cleaning 64002 clauses out of 128015 with flag 9632453/2135002
1702.75/1652.67	c cleaning 64996 clauses out of 130011 with flag 9818552/2201000
1738.01/1685.05	c cleaning 66004 clauses out of 132015 with flag 10007639/2268000
1773.82/1717.66	c cleaning 66995 clauses out of 134012 with flag 10199530/2336001
1810.21/1751.02	c cleaning 68001 clauses out of 136019 with flag 10394798/2405003
1845.93/1784.02	c cleaning 69001 clauses out of 138016 with flag 10592722/2475001
1882.89/1818.33	c cleaning 69993 clauses out of 140014 with flag 10793721/2546000
1919.86/1852.55	c cleaning 71010 clauses out of 142023 with flag 10997640/2618002
1958.29/1887.71	c cleaning 72002 clauses out of 144012 with flag 11205602/2691001
1996.71/1922.98	c cleaning 72990 clauses out of 146010 with flag 11416931/2765001
2035.42/1958.54	c cleaning 74004 clauses out of 148019 with flag 11629606/2840000
2074.51/1994.94	c cleaning 74997 clauses out of 150017 with flag 11846678/2916002
2114.48/2031.74	c cleaning 76009 clauses out of 152018 with flag 12068388/2993000
2155.72/2069.18	c cleaning 76994 clauses out of 154009 with flag 12292461/3071000
2197.10/2107.09	c cleaning 78000 clauses out of 156016 with flag 12521150/3150001
2236.79/2144.12	c cleaning 79003 clauses out of 158016 with flag 12753540/3230001
2277.64/2181.64	c cleaning 79999 clauses out of 160012 with flag 12988644/3311000
2320.07/2220.57	c cleaning 81002 clauses out of 162015 with flag 13227909/3393002
2363.46/2260.43	c cleaning 81994 clauses out of 164012 with flag 13470089/3476001
2405.46/2298.66	c cleaning 83000 clauses out of 166017 with flag 13718722/3560000
2448.60/2338.01	c cleaning 83995 clauses out of 168017 with flag 13968052/3645000
2491.35/2378.85	c cleaning 85005 clauses out of 170025 with flag 14220219/3731003
2533.46/2419.16	c cleaning 86000 clauses out of 172021 with flag 14478108/3818004
2576.32/2460.09	c cleaning 86993 clauses out of 174019 with flag 14737323/3906002
2622.04/2502.92	c cleaning 87998 clauses out of 176024 with flag 15001261/3995000
2666.53/2543.16	c cleaning 88996 clauses out of 178026 with flag 15277315/4085000
2709.79/2584.42	c cleaning 90003 clauses out of 180030 with flag 15550024/4176000
2752.92/2625.66	c cleaning 91008 clauses out of 182027 with flag 15827898/4268000
2797.38/2668.19	c cleaning 92003 clauses out of 184019 with flag 16103790/4361000
2844.09/2711.01	c cleaning 92993 clauses out of 186018 with flag 16387072/4455002
2888.65/2753.60	c cleaning 93997 clauses out of 188024 with flag 16676668/4550001
2934.12/2797.19	c cleaning 95006 clauses out of 190026 with flag 16966343/4646000
2979.66/2840.75	c cleaning 96001 clauses out of 192020 with flag 17268491/4743000
3025.76/2884.72	c cleaning 97004 clauses out of 194019 with flag 17569331/4841000
3072.83/2928.89	c cleaning 98000 clauses out of 196015 with flag 17875487/4940000
3119.19/2973.05	c cleaning 99000 clauses out of 198016 with flag 18191944/5040001
3167.72/3019.01	c cleaning 100000 clauses out of 200015 with flag 18501503/5141000
3216.09/3065.19	c cleaning 101003 clauses out of 202015 with flag 18819468/5243000
3266.51/3110.93	c cleaning 102004 clauses out of 204012 with flag 19147769/5346000
3315.34/3157.67	c cleaning 102992 clauses out of 206009 with flag 19471946/5450001
3365.15/3205.02	c cleaning 104004 clauses out of 208016 with flag 19805464/5555000
3414.05/3251.80	c cleaning 105002 clauses out of 210014 with flag 20141954/5661002
3467.05/3299.73	c cleaning 105992 clauses out of 212011 with flag 20478335/5768001
3516.77/3347.14	c cleaning 107004 clauses out of 214019 with flag 20828454/5876001
3566.85/3395.94	c cleaning 108001 clauses out of 216017 with flag 21178557/5985003
3600.02/3428.21	c timeout
3600.02/3428.21	c starts		: 75623
3600.02/3428.21	c conflicts		: 6056294
3600.02/3428.21	c decisions		: 414143770
3600.02/3428.22	c propagations		: 1214870948
3600.02/3428.22	c inspects		: 3290283465
3600.02/3428.22	c shortcuts		: 0
3600.02/3428.22	c learnt literals	: 0
3600.02/3428.22	c learnt binary clauses	: 0
3600.02/3428.22	c learnt ternary clauses	: 0
3600.02/3428.22	c learnt constraints	: 6056294
3600.02/3428.22	c ignored constraints	: 0
3600.02/3428.22	c root simplifications	: 0
3600.02/3428.22	c removed literals (reason simplification)	: 29074093
3600.02/3428.22	c reason swapping (by a shorter reason)	: 0
3600.02/3428.22	c Calls to reduceDB	: 105
3600.02/3428.22	c Number of update (reduction) of LBD	: 1589524
3600.02/3428.22	c Imported unit clauses	: 0
3600.02/3428.22	c No decision after first conflict	: false
3600.02/3428.22	c number of reductions to clauses (during analyze)	: 0
3600.02/3428.22	c number of learned constraints concerned by reduction	: 0
3600.02/3428.22	c number of learning phase by resolution	: 0
3600.02/3428.22	c number of learning phase by cutting planes	: 0
3600.02/3428.22	c number of rounding to 1 operations	: 0
3600.02/3428.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3428.22	c number of reductions of the coefficients by power 2 	: 0
3600.02/3428.22	c number of right shift for reduction by power 2 	: 0
3600.02/3428.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3428.22	c number of ending skipping 	: 0
3600.02/3428.22	c number of internal skipping 	: 0
3600.02/3428.22	c number of derivation steps 	: 0
3600.02/3428.22	c number of skipped derivation steps 	: 0
3600.02/3428.22	c number of remaining unassigned 	: 0
3600.02/3428.22	c number of remaining assigned 	: 0
3600.02/3428.22	c number of falsified literals weakened from reason	: 0
3600.02/3428.22	c number of falsified literals weakened from conflict	: 0
3600.02/3428.22	c time for arithmetic operations	: 0
3600.02/3428.22	c minimum degree of deleted constraints	: null
3600.02/3428.22	c maximum degree of deleted constraints	: null
3600.02/3428.22	c number of deleted constraints	: 0
3600.02/3428.22	c speed (assignments/second)	: 354407.17804740864
3600.02/3428.22	c non guided choices	: 370663
3600.02/3428.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 179307
3600.02/3428.28	s UNKNOWN
3600.02/3428.28	c Total wall clock time (in seconds): 3428.147

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: 63708 MiB (58478 MiB free)
  memory of node 1: 64465 MiB (61841 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514851-1751227879/watcher-4514851-1751227879 -o /tmp/evaluation-result-4514851-1751227879/solver-4514851-1751227879 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30660 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514851-1751227879 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514851-1751227879.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Starting watchdog thread
solver pid=32889, runsolver pid=32886
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 4.22 4.18 4.12 6/342 32907
/proc/meminfo: memFree=123175572/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=18930384 memory=59472 CPUtime=0.12 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 6475 0 0 0 10 2 0 0 20 0 18 0 38466525 19384713216 14868 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4732596 14868 5366 1 0 547603 0
[pid=32889/tid=32891] ppid=32886 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 38466527 19384713216 14868 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38466529 19384713216 14868 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=18930384 memory=59585004333716 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38466529 19384713216 14868 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59472 KiB

[startup+0.205823 s]*
/proc/loadavg: 4.22 4.18 4.12 6/342 32907
/proc/meminfo: memFree=123163284/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=18930384 memory=73388 CPUtime=0.31 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 6821 0 0 0 29 2 0 0 20 0 18 0 38466525 19384713216 18347 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4732596 18347 5430 1 0 547884 0
[pid=32889/tid=32891] ppid=32886 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 5269 0 0 0 15 2 0 0 20 0 18 0 38466527 19384713216 18347 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=18930384 memory=2569 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38466529 19384713216 18347 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38466529 19384713216 18347 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 73388 KiB

[startup+0.305763 s]*
/proc/loadavg: 4.22 4.18 4.12 6/342 32907
/proc/meminfo: memFree=123101340/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=18930384 memory=155120 CPUtime=0.51 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 8898 0 0 0 46 5 0 0 20 0 18 0 38466525 19384713216 38780 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4732596 38780 5430 1 0 549355 0
[pid=32889/tid=32891] ppid=32886 vsize=18930384 memory=-6000919481245919852 CPUtime=0.25 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 5361 0 0 0 22 3 0 0 20 0 18 0 38466527 19384713216 38780 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38466529 19384713216 38780 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38466529 19384713216 38780 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 155120 KiB

[startup+0.700232 s]
/proc/loadavg: 4.22 4.18 4.12 6/344 32909
/proc/meminfo: memFree=123069396/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=176124 CPUtime=1.26 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 14662 0 0 0 120 6 0 0 20 0 20 0 38466525 19521036288 44031 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 44031 5494 1 0 553939 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=17536 CPUtime=0.6 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 5419 0 0 0 57 3 0 0 20 0 20 0 38466527 19521036288 44031 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 44031 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 44031 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 44031 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176124 KiB

[startup+1.50022 s]
/proc/loadavg: 4.22 4.18 4.12 6/344 32909
/proc/meminfo: memFree=123067632/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=182796 CPUtime=2.84 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 19379 0 0 0 277 7 0 0 20 0 20 0 38466525 19521036288 45699 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 45699 5494 1 0 553983 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=0 CPUtime=1.35 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 5662 0 0 0 132 3 0 0 20 0 20 0 38466527 19521036288 45699 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 45699 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 45699 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 45699 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182796 KiB

[startup+3.10562 s]
/proc/loadavg: 4.36 4.21 4.13 5/344 32909
/proc/meminfo: memFree=123022692/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=207900 CPUtime=5.17 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 20876 0 0 0 508 9 0 0 20 0 20 0 38466525 19521036288 51975 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 51975 5494 1 0 553989 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=10752 CPUtime=2.89 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 6017 0 0 0 284 5 0 0 20 0 20 0 38466527 19521036288 51975 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=-6000919481245919852 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 51975 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 51975 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 51975 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 5.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 207900 KiB

[startup+6.30021 s]
/proc/loadavg: 4.36 4.21 4.13 5/344 32909
/proc/meminfo: memFree=122612208/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=611164 CPUtime=8.67 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 22573 0 0 0 848 19 0 0 20 0 20 0 38466525 19521036288 152791 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 152791 5494 1 0 664711 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=0 CPUtime=5.98 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 6788 0 0 0 586 12 0 0 20 0 20 0 38466527 19521036288 152791 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 152791 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 152791 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=182924 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 152791 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 8.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 611164 KiB

[startup+12.7002 s]
/proc/loadavg: 4.31 4.21 4.13 5/344 32909
/proc/meminfo: memFree=121969976/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=1162800 CPUtime=15.32 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 24099 0 0 0 1498 34 0 0 20 0 20 0 38466525 19521036288 290700 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 290700 5494 1 0 792341 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=182924 CPUtime=12.25 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 7145 0 0 0 1199 26 0 0 20 0 20 0 38466527 19521036288 290700 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=1162800 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 290700 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 290700 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 290700 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 15.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1162800 KiB

[startup+25.5002 s]
/proc/loadavg: 4.26 4.20 4.13 5/344 32910
/proc/meminfo: memFree=121704348/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=1337376 CPUtime=28.3 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 27741 0 0 0 2787 43 0 0 20 0 20 0 38466525 19521036288 334344 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 334344 5526 1 0 792343 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=-6000919481245919852 CPUtime=24.75 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 8472 0 0 0 2444 31 0 0 20 0 20 0 38466527 19521036288 334344 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=1284128 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 334344 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 334344 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 334344 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 28.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1337376 KiB

[startup+51.1057 s]
/proc/loadavg: 4.25 4.20 4.13 5/345 32911
/proc/meminfo: memFree=120820208/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=1999020 CPUtime=54.28 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 35355 0 0 0 5361 67 0 0 20 0 20 0 38466525 19521036288 499755 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 499755 5526 1 0 792347 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=1540164 CPUtime=49.58 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 10593 0 0 0 4913 45 0 0 20 0 20 0 38466527 19521036288 499755 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 499755 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0

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

/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4050894 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=16203576 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 1956 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4050894 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 4050894 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 3192.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16203576 KiB

[startup+3102.3 s]
/proc/loadavg: 3.22 3.19 3.31 4/321 33117
/proc/meminfo: memFree=74447040/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=16239220 CPUtime=3257.33 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 322405 0 0 0 322310 3423 0 0 20 0 20 0 38466525 19521036288 4059805 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 4059805 5526 1 0 4073911 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=16004744 CPUtime=2978.42 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 155619 0 0 0 294625 3217 0 0 20 0 20 0 38466527 19521036288 4059805 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=16220116 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4059805 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=16239220 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 2011 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4059805 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=16203576 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 4059805 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 3257.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16239220 KiB

[startup+3162.3 s]
/proc/loadavg: 3.08 3.17 3.30 3/295 33153
/proc/meminfo: memFree=76957552/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=16255680 CPUtime=3320.07 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 327750 0 0 0 328511 3496 0 0 20 0 20 0 38466525 19521036288 4063920 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 4063920 5526 1 0 4078087 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=16220116 CPUtime=3035.06 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 159689 0 0 0 300217 3289 0 0 20 0 20 0 38466527 19521036288 4063920 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4063920 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 2038 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4063920 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=-6000919481245919852 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 4063920 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 3320.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16255680 KiB

[startup+3222.3 s]
/proc/loadavg: 2.49 2.98 3.22 3/295 33156
/proc/meminfo: memFree=76082700/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=16263872 CPUtime=3383.1 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 334135 0 0 0 334742 3568 0 0 20 0 20 0 38466525 19521036288 4065968 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 4065968 5526 1 0 4080175 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=16220116 CPUtime=3091.65 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 164287 0 0 0 305806 3359 0 0 20 0 20 0 38466527 19521036288 4065968 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4065968 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=16263872 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 2093 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4065968 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 4065968 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 3383.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16263872 KiB

[startup+3282.3 s]
/proc/loadavg: 2.36 2.85 3.16 3/297 33160
/proc/meminfo: memFree=75184888/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=16264000 CPUtime=3446.13 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 340580 0 0 0 340975 3638 0 0 20 0 20 0 38466525 19521036288 4066000 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 4066000 5526 1 0 4080175 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=16264000 CPUtime=3148.14 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 168772 0 0 0 311387 3427 0 0 20 0 20 0 38466527 19521036288 4066000 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=16264000 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4066000 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=16264000 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 2184 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4066000 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=16264000 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 4066000 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 3446.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16264000 KiB

[startup+3342.3 s]
/proc/loadavg: 2.23 2.72 3.10 3/299 33166
/proc/meminfo: memFree=74294072/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=16281404 CPUtime=3511.78 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 349265 0 0 0 347468 3710 0 0 20 0 20 0 38466525 19521036288 4070351 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 4070351 5526 1 0 4084478 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=5760 CPUtime=3204.74 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 174658 0 0 0 316979 3495 0 0 20 0 20 0 38466527 19521036288 4070351 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=16273172 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4070351 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 2212 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4070351 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=16281404 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 4070351 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 3511.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16281404 KiB

[startup+3402.3 s]
/proc/loadavg: 1.59 2.46 2.98 1/274 33201
/proc/meminfo: memFree=76497824/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=16281532 CPUtime=3572.91 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 354398 0 0 0 353513 3778 0 0 20 0 20 0 38466525 19521036288 4070383 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 4070383 5526 1 0 4084478 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=16273172 CPUtime=3260.25 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 178056 0 0 0 322464 3561 0 0 20 0 20 0 38466527 19521036288 4070383 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4070383 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=16281532 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 2267 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4070383 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=16281532 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 4070383 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 3572.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16281532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3428.2 s]
/proc/loadavg: 1.41 2.34 2.92 2/274 33202
/proc/meminfo: memFree=76100164/131250000 swapFree=33010684/33010684
[pid=32889] ppid=32886 vsize=19063512 memory=16281532 CPUtime=3600.02 cores=5,7
/proc/32889/stat : 32889 (java) S 32886 32889 30647 0 -1 4194304 356918 0 0 0 356195 3807 0 0 20 0 20 0 38466525 19521036288 4070383 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
/proc/32889/statm: 4765878 4070383 5526 1 0 4084478 0
[pid=32889/tid=32891] ppid=32886 vsize=19063512 memory=245635481903 CPUtime=3284.03 cores=5,7
/proc/32889/task/32891/stat : 32891 (java) R 32886 32889 30647 0 -1 4194368 179885 0 0 0 324813 3590 0 0 20 0 20 0 38466527 19521036288 4070383 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32900] ppid=32886 vsize=19063512 memory=54113165640434 CPUtime=0 cores=5,7
/proc/32889/task/32900/stat : 32900 (Finalizer) S 32886 32889 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4070383 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32907] ppid=32886 vsize=19063512 memory=3832907641341116824 CPUtime=0 cores=5,7
/proc/32889/task/32907/stat : 32907 (Common-Cleaner) S 32886 32889 30647 0 -1 4194368 2322 0 0 0 0 0 0 0 20 0 20 0 38466529 19521036288 4070383 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
[pid=32889/tid=32908] ppid=32886 vsize=19063512 memory=5696 CPUtime=0 cores=5,7
/proc/32889/task/32908/stat : 32908 (Timer-0) S 32886 32889 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38466558 19521036288 4070383 18446744073709551615 94298877333504 94298877337200 140737149992784 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94298877345016 94298877345808 94298892660736 140737149995312 140737149995494 140737149995494 140737150001096 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16281532 KiB

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

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

# cumulated CPU time of all completed processes:  user=3562.07 s, system=38.1279 s

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

[startup+3428.31 s]*
/proc/loadavg: 1.41 2.34 2.92 2/256 33205
/proc/meminfo: memFree=84512788/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3428.33
CPU time (s): 3600.2
CPU user time (s): 3562.07
CPU system time (s): 38.1279
CPU usage (%): 105.013
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16281532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3562.07
system time used= 38.1279
maximum resident set size= 16282300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359177
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72714160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133696
involuntary context switches= 22570


# summary of solver processes directly reported to runsolver:
#   pid: 32889
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3562.07
#   total CPU system time (s): 38.1279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.1383 second user time and 15.946 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-29 22:11:19
IDJOB=4514851
IDBENCH=163961
IDSOLVER=3364
FILE ID=nodeC026/4514851-1751227879
RUNJOBID= nodeC026-1751218367-30660
SLURM_JOB_ID= 9587668
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2003/normalized-disctom.0.u.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514851-1751227879/watcher-4514851-1751227879 -o /tmp/evaluation-result-4514851-1751227879/solver-4514851-1751227879 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30660 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514851-1751227879 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514851-1751227879.opb

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

MD5SUM BENCH= f04c7bc93f027c2b63d00aa04181a654
RANDOM SEED=1997658294

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123207432 kB
MemAvailable:   125664740 kB
Buffers:            3280 kB
Cached:          3256356 kB
SwapCached:            0 kB
Active:          4468136 kB
Inactive:        2998960 kB
Active(anon):    4225656 kB
Inactive(anon):        0 kB
Active(file):     242480 kB
Inactive(file):  2998960 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18144 kB
Writeback:            12 kB
AnonPages:       4210628 kB
Mapped:           122940 kB
Shmem:             18080 kB
KReclaimable:     110216 kB
Slab:             198480 kB
SReclaimable:     110216 kB
SUnreclaim:        88264 kB
KernelStack:        5228 kB
PageTables:        11908 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7058344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4007936 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC026 at 2025-06-29 23:08:27