Trace number 4514095

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.15 3606.21

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v091-n1.opb
MD5SUMa57f38c055936913ab505f9f9b34f426
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.027177
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4514095-1751223403.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.13/0.16	c ... done. Wall clock time 0.023s.
0.13/0.16	c declared #vars     273
0.13/0.16	c #constraints  182
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
0.13/0.16	c 182 constraints processed.
1.46/0.88	c cleaning 2496 clauses out of 5002 with flag 46798/5002
3.04/1.61	c cleaning 4252 clauses out of 8507 with flag 118940/11003
4.16/2.42	c cleaning 5620 clauses out of 11254 with flag 204633/18002
5.14/3.39	c cleaning 6811 clauses out of 13634 with flag 305552/26002
6.61/4.57	c cleaning 7909 clauses out of 15823 with flag 416795/35002
8.11/5.95	c cleaning 8946 clauses out of 17912 with flag 532576/45000
9.87/7.60	c cleaning 9974 clauses out of 19968 with flag 670490/56002
11.77/9.59	c cleaning 10983 clauses out of 21993 with flag 814370/68001
14.07/11.81	c cleaning 11997 clauses out of 24010 with flag 965935/81001
16.47/14.29	c cleaning 12996 clauses out of 26012 with flag 1133635/95000
19.46/17.21	c cleaning 14000 clauses out of 28018 with flag 1323179/110002
22.59/20.38	c cleaning 15000 clauses out of 30016 with flag 1527068/126000
26.13/23.83	c cleaning 15998 clauses out of 32017 with flag 1751007/143001
29.93/27.60	c cleaning 17007 clauses out of 34018 with flag 1984985/161000
33.34/31.01	c cleaning 17999 clauses out of 36013 with flag 2227927/180002
37.33/35.21	c cleaning 18997 clauses out of 38012 with flag 2486710/200000
42.01/39.97	c cleaning 20002 clauses out of 40015 with flag 2762545/221000
47.02/44.90	c cleaning 20996 clauses out of 42014 with flag 3058008/243001
52.22/50.13	c cleaning 21999 clauses out of 44017 with flag 3366652/266000
58.70/56.62	c cleaning 23002 clauses out of 46020 with flag 3706711/290002
65.19/63.18	c cleaning 23998 clauses out of 48016 with flag 4036718/315000
72.95/71.03	c cleaning 24997 clauses out of 50018 with flag 4378418/341000
80.65/78.74	c cleaning 25982 clauses out of 52021 with flag 4747773/368000
89.25/87.38	c cleaning 26996 clauses out of 54039 with flag 5143313/396000
97.80/95.98	c cleaning 27995 clauses out of 56043 with flag 5537396/425000
106.18/104.36	c cleaning 28995 clauses out of 58049 with flag 5922858/455001
115.18/113.39	c cleaning 29995 clauses out of 60054 with flag 6345410/486001
125.15/123.33	c cleaning 31003 clauses out of 62059 with flag 6805745/518001
135.08/133.30	c cleaning 32002 clauses out of 64056 with flag 7254371/551001
145.15/143.48	c cleaning 33001 clauses out of 66054 with flag 7733205/585001
156.73/155.10	c cleaning 33990 clauses out of 68052 with flag 8235452/620000
171.77/170.18	c cleaning 35002 clauses out of 70062 with flag 8710741/656000
187.03/185.40	c cleaning 36008 clauses out of 72060 with flag 9233481/693000
201.58/200.07	c cleaning 37002 clauses out of 74052 with flag 9781773/731000
216.68/215.14	c cleaning 37997 clauses out of 76050 with flag 10384731/770000
232.20/230.73	c cleaning 39004 clauses out of 78054 with flag 10989976/810001
247.18/245.71	c cleaning 40003 clauses out of 80052 with flag 11560690/851003
264.92/263.52	c cleaning 41000 clauses out of 82048 with flag 12174855/893002
283.83/282.54	c cleaning 41998 clauses out of 84046 with flag 12805871/936000
302.60/301.31	c cleaning 42998 clauses out of 86049 with flag 13434944/980001
322.04/320.85	c cleaning 43999 clauses out of 88052 with flag 14092437/1025002
344.08/342.91	c cleaning 44998 clauses out of 90051 with flag 14766728/1071000
364.76/363.69	c cleaning 46006 clauses out of 92055 with flag 15436475/1118002
384.08/383.01	c cleaning 47002 clauses out of 94048 with flag 16103914/1166001
403.89/402.91	c cleaning 47992 clauses out of 96046 with flag 16757611/1215001
425.76/424.89	c cleaning 49002 clauses out of 98053 with flag 17458968/1265000
447.50/446.70	c cleaning 49999 clauses out of 100051 with flag 18151413/1316000
472.25/471.48	c cleaning 51000 clauses out of 102052 with flag 18859747/1368000
496.61/495.86	c cleaning 51994 clauses out of 104053 with flag 19575706/1421001
523.27/522.53	c cleaning 53002 clauses out of 106058 with flag 20291374/1475000
554.91/554.27	c cleaning 54007 clauses out of 108057 with flag 21058058/1530001
591.82/591.23	c cleaning 54997 clauses out of 110049 with flag 21870741/1586000
628.05/627.54	c cleaning 56004 clauses out of 112053 with flag 22735943/1643001
661.90/661.41	c cleaning 56996 clauses out of 114048 with flag 23551123/1701000
695.35/694.95	c cleaning 57996 clauses out of 116053 with flag 24344213/1760001
727.00/726.62	c cleaning 59002 clauses out of 118056 with flag 25179897/1820000
759.52/759.28	c cleaning 60002 clauses out of 120054 with flag 26011162/1881000
798.43/798.27	c cleaning 60992 clauses out of 122052 with flag 26949859/1943000
842.23/842.58	c cleaning 62001 clauses out of 124060 with flag 27872902/2006000
882.06/882.47	c cleaning 63006 clauses out of 126059 with flag 28761860/2070000
923.39/923.82	c cleaning 64003 clauses out of 128055 with flag 29688944/2135002
960.20/960.74	c cleaning 64996 clauses out of 130050 with flag 30586140/2201000
1000.50/1001.08	c cleaning 66000 clauses out of 132056 with flag 31508580/2268002
1048.68/1049.30	c cleaning 66995 clauses out of 134055 with flag 32487652/2336001
1090.69/1091.43	c cleaning 67997 clauses out of 136059 with flag 33425624/2405000
1135.22/1136.02	c cleaning 69001 clauses out of 138062 with flag 34379511/2475000
1182.24/1183.11	c cleaning 70006 clauses out of 140062 with flag 35365458/2546001
1238.30/1239.39	c cleaning 71003 clauses out of 142055 with flag 36401538/2618000
1296.16/1297.39	c cleaning 72000 clauses out of 144052 with flag 37437684/2691000
1343.75/1345.07	c cleaning 73003 clauses out of 146056 with flag 38449287/2765004
1398.56/1399.86	c cleaning 73998 clauses out of 148051 with flag 39482761/2840002
1457.15/1458.50	c cleaning 74998 clauses out of 150052 with flag 40524244/2916001
1497.74/1499.07	c cleaning 76016 clauses out of 152053 with flag 41568953/2993000
1522.75/1524.06	c cleaning 76997 clauses out of 154037 with flag 42581675/3071000
1545.19/1546.53	c cleaning 78001 clauses out of 156040 with flag 43571243/3150000
1571.98/1573.42	c cleaning 79005 clauses out of 158039 with flag 44718300/3230000
1614.63/1616.11	c cleaning 79997 clauses out of 160036 with flag 45797216/3311002
1655.06/1656.60	c cleaning 81002 clauses out of 162039 with flag 46864220/3393002
1697.24/1698.90	c cleaning 82003 clauses out of 164035 with flag 47918201/3476000
1742.62/1744.38	c cleaning 83002 clauses out of 166033 with flag 49024767/3560001
1802.67/1804.52	c cleaning 83995 clauses out of 168030 with flag 50106785/3645000
1852.70/1854.64	c cleaning 84999 clauses out of 170035 with flag 51186377/3731000
1895.23/1897.29	c cleaning 86001 clauses out of 172037 with flag 52254958/3818001
1944.74/1946.83	c cleaning 86997 clauses out of 174037 with flag 53418291/3906002
1985.99/1988.38	c cleaning 88009 clauses out of 176040 with flag 54542538/3995002
2030.47/2032.97	c cleaning 88993 clauses out of 178029 with flag 55627083/4085000
2071.72/2074.23	c cleaning 90002 clauses out of 180036 with flag 56803743/4176000
2118.95/2121.56	c cleaning 90994 clauses out of 182036 with flag 58066726/4268002
2176.98/2179.55	c cleaning 92009 clauses out of 184041 with flag 59307712/4361001
2235.82/2238.54	c cleaning 93002 clauses out of 186031 with flag 60570352/4455000
2295.19/2298.06	c cleaning 94004 clauses out of 188029 with flag 61826869/4550000
2360.58/2363.57	c cleaning 94991 clauses out of 190027 with flag 63156528/4646002
2415.66/2418.93	c cleaning 95997 clauses out of 192034 with flag 64494848/4743000
2472.01/2475.47	c cleaning 97005 clauses out of 194037 with flag 65863033/4841000
2544.07/2547.68	c cleaning 97995 clauses out of 196033 with flag 67276519/4940001
2616.17/2619.99	c cleaning 98998 clauses out of 198038 with flag 68706733/5040001
2687.27/2691.19	c cleaning 99998 clauses out of 200043 with flag 70230738/5141004
2759.52/2763.51	c cleaning 101004 clauses out of 202042 with flag 71745348/5243001
2826.13/2830.33	c cleaning 102001 clauses out of 204038 with flag 73282663/5346001
2895.51/2899.85	c cleaning 103006 clauses out of 206036 with flag 74752818/5450000
2963.77/2968.20	c cleaning 103992 clauses out of 208030 with flag 76200409/5555000
3045.95/3050.52	c cleaning 105009 clauses out of 210038 with flag 77691533/5661000
3102.59/3107.20	c cleaning 105980 clauses out of 212030 with flag 79232271/5768001
3164.36/3169.15	c cleaning 106988 clauses out of 214049 with flag 80657780/5876000
3257.39/3262.33	c cleaning 108012 clauses out of 216061 with flag 82331724/5985000
3317.04/3322.06	c cleaning 108987 clauses out of 218049 with flag 83679852/6095000
3405.24/3410.99	c cleaning 110005 clauses out of 220062 with flag 85238561/6206000
3471.30/3477.22	c cleaning 111019 clauses out of 222058 with flag 86795135/6318001
3534.71/3540.72	c cleaning 112006 clauses out of 224041 with flag 88234084/6431003
3600.00/3606.12	c timeout
3600.00/3606.12	c starts		: 1177
3600.00/3606.12	c conflicts		: 6541480
3600.00/3606.12	c decisions		: 7292486
3600.00/3606.12	c propagations		: 175128095
3600.00/3606.12	c inspects		: 38909323660
3600.00/3606.12	c shortcuts		: 0
3600.00/3606.12	c learnt literals	: 0
3600.00/3606.12	c learnt binary clauses	: 0
3600.00/3606.12	c learnt ternary clauses	: 0
3600.00/3606.12	c learnt constraints	: 6541480
3600.00/3606.12	c ignored constraints	: 0
3600.00/3606.12	c root simplifications	: 0
3600.00/3606.12	c removed literals (reason simplification)	: 123617300
3600.00/3606.12	c reason swapping (by a shorter reason)	: 0
3600.00/3606.12	c Calls to reduceDB	: 109
3600.00/3606.12	c Number of update (reduction) of LBD	: 2402754
3600.00/3606.12	c Imported unit clauses	: 0
3600.00/3606.12	c No decision after first conflict	: false
3600.00/3606.13	c number of reductions to clauses (during analyze)	: 0
3600.00/3606.13	c number of learned constraints concerned by reduction	: 0
3600.00/3606.13	c number of learning phase by resolution	: 0
3600.00/3606.13	c number of learning phase by cutting planes	: 0
3600.00/3606.13	c number of rounding to 1 operations	: 0
3600.00/3606.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3606.13	c number of reductions of the coefficients by power 2 	: 0
3600.00/3606.13	c number of right shift for reduction by power 2 	: 0
3600.00/3606.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3606.13	c number of ending skipping 	: 0
3600.00/3606.13	c number of internal skipping 	: 0
3600.00/3606.13	c number of derivation steps 	: 0
3600.00/3606.13	c number of skipped derivation steps 	: 0
3600.00/3606.13	c number of remaining unassigned 	: 0
3600.00/3606.13	c number of remaining assigned 	: 0
3600.00/3606.13	c number of falsified literals weakened from reason	: 0
3600.00/3606.13	c number of falsified literals weakened from conflict	: 0
3600.00/3606.13	c time for arithmetic operations	: 0
3600.00/3606.13	c minimum degree of deleted constraints	: null
3600.00/3606.13	c maximum degree of deleted constraints	: null
3600.00/3606.13	c number of deleted constraints	: 0
3600.00/3606.13	c speed (assignments/second)	: 48566.23499291729
3600.00/3606.13	c non guided choices	: 76
3600.00/3606.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 222512
3600.00/3606.19	s UNKNOWN
3600.00/3606.19	c Total wall clock time (in seconds): 3606.053

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514095-1751223403/watcher-4514095-1751223403 -o /tmp/evaluation-result-4514095-1751223403/solver-4514095-1751223403 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30660 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514095-1751223403 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514095-1751223403.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

Current StackSize limit: 8192 KiB

solver pid=31578, runsolver pid=31575

[startup+0.100059 s]*
/proc/loadavg: 4.08 4.11 4.14 5/339 31596
/proc/meminfo: memFree=115321600/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=18930384 memory=57728 CPUtime=0.13 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 6567 0 0 0 11 2 0 0 20 0 18 0 38018901 19384713216 14432 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4732596 14432 5324 1 0 547604 0
[pid=31578/tid=31580] ppid=31575 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 5067 0 0 0 6 1 0 0 20 0 18 0 38018902 19384713216 14432 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38018904 19384713216 14432 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=18930384 memory=59585004333716 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38018904 19384713216 14432 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57728 KiB

[startup+0.205713 s]*
/proc/loadavg: 4.08 4.11 4.14 7/340 31597
/proc/meminfo: memFree=115312728/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=18996948 memory=64476 CPUtime=0.31 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 7167 0 0 0 28 3 0 0 20 0 19 0 38018901 19452874752 16119 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4749237 16119 5420 1 0 548291 0
[pid=31578/tid=31580] ppid=31575 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 5336 0 0 0 15 2 0 0 20 0 19 0 38018902 19452874752 16119 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=18996948 memory=2569 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38018904 19452874752 16119 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=18996948 memory=58485492679654 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38018904 19452874752 16119 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38018917 19452874752 16119 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64476 KiB

[startup+0.305712 s]*
/proc/loadavg: 4.08 4.11 4.14 6/340 31597
/proc/meminfo: memFree=115294960/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=18996948 memory=79352 CPUtime=0.5 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 9959 0 0 0 46 4 0 0 20 0 19 0 38018901 19452874752 19838 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4749237 19838 5452 1 0 549853 0
[pid=31578/tid=31580] ppid=31575 vsize=18996948 memory=-6000919485557861228 CPUtime=0.22 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 5346 0 0 0 20 2 0 0 20 0 19 0 38018902 19452874752 19838 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38018904 19452874752 19838 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38018904 19452874752 19838 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38018917 19452874752 19838 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79352 KiB

[startup+0.700234 s]
/proc/loadavg: 4.08 4.11 4.14 6/340 31597
/proc/meminfo: memFree=115239448/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=18996948 memory=151292 CPUtime=1.26 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 12237 0 0 0 120 6 0 0 20 0 19 0 38018901 19452874752 37823 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4749237 37823 5452 1 0 551293 0
[pid=31578/tid=31580] ppid=31575 vsize=18996948 memory=17408 CPUtime=0.59 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 5389 0 0 0 55 4 0 0 20 0 19 0 38018902 19452874752 37823 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38018904 19452874752 37823 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38018904 19452874752 37823 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38018917 19452874752 37823 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 151292 KiB

[startup+1.50023 s]
/proc/loadavg: 4.08 4.11 4.14 6/341 31598
/proc/meminfo: memFree=115184048/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=19063512 memory=171948 CPUtime=2.84 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 20126 0 0 0 276 8 0 0 20 0 20 0 38018901 19521036288 42987 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4765878 42987 5484 1 0 552939 0
[pid=31578/tid=31580] ppid=31575 vsize=19063512 memory=0 CPUtime=1.34 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 5787 0 0 0 129 5 0 0 20 0 20 0 38018902 19521036288 42987 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 42987 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 42987 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38018917 19521036288 42987 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171948 KiB

[startup+3.10553 s]
/proc/loadavg: 4.08 4.10 4.14 5/341 31598
/proc/meminfo: memFree=115155192/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=19063512 memory=188928 CPUtime=4.93 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 21917 0 0 0 483 10 0 0 20 0 20 0 38018901 19521036288 47232 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4765878 47232 5484 1 0 552940 0
[pid=31578/tid=31580] ppid=31575 vsize=19063512 memory=10752 CPUtime=2.93 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 6291 0 0 0 286 7 0 0 20 0 20 0 38018902 19521036288 47232 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=19063512 memory=-6000919485557861228 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 47232 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 47232 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38018917 19521036288 47232 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 4.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188928 KiB

[startup+6.30023 s]
/proc/loadavg: 4.08 4.10 4.14 5/341 31598
/proc/meminfo: memFree=114867288/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=19063512 memory=462944 CPUtime=8.58 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 25420 0 0 0 839 19 0 0 20 0 20 0 38018901 19521036288 115736 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4765878 115736 5484 1 0 552960 0
[pid=31578/tid=31580] ppid=31575 vsize=19063512 memory=0 CPUtime=6.11 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 6765 0 0 0 597 14 0 0 20 0 20 0 38018902 19521036288 115736 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 115736 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 115736 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=19063512 memory=172204 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38018917 19521036288 115736 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 462944 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.12 4.14 5/341 31599
/proc/meminfo: memFree=114361516/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=19063512 memory=950484 CPUtime=14.97 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 28666 0 0 0 1466 31 0 0 20 0 20 0 38018901 19521036288 237621 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4765878 237621 5484 1 0 552976 0
[pid=31578/tid=31580] ppid=31575 vsize=19063512 memory=172204 CPUtime=12.48 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 8113 0 0 0 1222 26 0 0 20 0 20 0 38018902 19521036288 237621 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=19063512 memory=862304 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 237621 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 237621 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38018917 19521036288 237621 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 14.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 950484 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.11 4.14 5/341 31599
/proc/meminfo: memFree=114243908/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=19063512 memory=956628 CPUtime=27.83 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 33224 0 0 0 2747 36 0 0 20 0 20 0 38018901 19521036288 239157 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4765878 239157 5484 1 0 552976 0
[pid=31578/tid=31580] ppid=31575 vsize=19063512 memory=862304 CPUtime=25.24 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 9330 0 0 0 2493 31 0 0 20 0 20 0 38018902 19521036288 239157 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 239157 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=19063512 memory=956628 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 239157 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38018917 19521036288 239157 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 27.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 956628 KiB

[startup+51.1056 s]
/proc/loadavg: 4.08 4.10 4.14 5/341 31599
/proc/meminfo: memFree=113741704/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=19063512 memory=1319188 CPUtime=53.22 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 35909 0 0 0 5268 54 0 0 20 0 20 0 38018901 19521036288 329797 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4765878 329797 5484 1 0 552976 0

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

/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 541250 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=19063512 memory=2165000 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 1914 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 541250 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=19063512 memory=2165000 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38018917 19521036288 541250 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 3217.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165000 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/343 31909
/proc/meminfo: memFree=110572436/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=19063512 memory=2166280 CPUtime=3277.41 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 118712 0 0 0 327024 717 0 0 20 0 20 0 38018901 19521036288 541570 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4765878 541570 5516 1 0 553930 0
[pid=31578/tid=31580] ppid=31575 vsize=19063512 memory=-6000919485557861228 CPUtime=3264.57 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 45132 0 0 0 325828 629 0 0 20 0 20 0 38018902 19521036288 541570 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 541570 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=19063512 memory=2166280 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 1914 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 541570 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=19063512 memory=2165000 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38018917 19521036288 541570 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 3277.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166280 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/347 31915
/proc/meminfo: memFree=110435436/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=19063512 memory=2170632 CPUtime=3337.36 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 120325 0 0 0 333008 728 0 0 20 0 20 0 38018901 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4765878 542658 5516 1 0 553930 0
[pid=31578/tid=31580] ppid=31575 vsize=19063512 memory=2170632 CPUtime=3324.21 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 46236 0 0 0 331782 639 0 0 20 0 20 0 38018902 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=19063512 memory=2166280 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 1969 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=19063512 memory=2170632 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38018917 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 3337.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170632 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.09 6/347 31984
/proc/meminfo: memFree=115059920/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=19063512 memory=2170632 CPUtime=3396.66 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 121032 0 0 0 338933 733 0 0 20 0 20 0 38018901 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4765878 542658 5516 1 0 553930 0
[pid=31578/tid=31580] ppid=31575 vsize=19063512 memory=2170632 CPUtime=3383.36 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 46681 0 0 0 337692 644 0 0 20 0 20 0 38018902 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=19063512 memory=-6000919485557861228 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=19063512 memory=2170632 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 2076 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=19063512 memory=2170632 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38018917 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 3396.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170632 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/347 31988
/proc/meminfo: memFree=113652440/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=19063512 memory=2170632 CPUtime=3456.46 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 121241 0 0 0 344900 746 0 0 20 0 20 0 38018901 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4765878 542658 5516 1 0 553930 0
[pid=31578/tid=31580] ppid=31575 vsize=19063512 memory=2170632 CPUtime=3442.91 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 46840 0 0 0 343635 656 0 0 20 0 20 0 38018902 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=19063512 memory=2170632 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 2078 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=19063512 memory=2170632 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38018917 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 3456.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170632 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/345 31990
/proc/meminfo: memFree=113427044/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=19063512 memory=2170632 CPUtime=3516.38 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 121909 0 0 0 350881 757 0 0 20 0 20 0 38018901 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4765878 542658 5516 1 0 553930 0
[pid=31578/tid=31580] ppid=31575 vsize=19063512 memory=10752 CPUtime=3502.58 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 47396 0 0 0 349592 666 0 0 20 0 20 0 38018902 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=19063512 memory=2170632 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 2078 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38018917 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 3516.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170632 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/344 31992
/proc/meminfo: memFree=113179252/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=19063512 memory=2170632 CPUtime=3576.27 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 123558 0 0 0 356859 768 0 0 20 0 20 0 38018901 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4765878 542658 5516 1 0 553930 0
[pid=31578/tid=31580] ppid=31575 vsize=19063512 memory=5760 CPUtime=3562.27 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 48645 0 0 0 355551 676 0 0 20 0 20 0 38018902 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=19063512 memory=2170632 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 2170 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=19063512 memory=2170632 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38018917 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 3576.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.11 s]
/proc/loadavg: 4.12 4.12 4.09 5/344 31992
/proc/meminfo: memFree=113117672/131250000 swapFree=33010684/33010684
[pid=31578] ppid=31575 vsize=19063512 memory=2170632 CPUtime=3600 cores=5,7
/proc/31578/stat : 31578 (java) S 31575 31578 30647 0 -1 4194304 123995 0 0 0 359228 772 0 0 20 0 20 0 38018901 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
/proc/31578/statm: 4765878 542658 5516 1 0 553930 0
[pid=31578/tid=31580] ppid=31575 vsize=19063512 memory=2892 CPUtime=3585.99 cores=5,7
/proc/31578/task/31580/stat : 31580 (java) R 31575 31578 30647 0 -1 4194368 49070 0 0 0 357920 679 0 0 20 0 20 0 38018902 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31589] ppid=31575 vsize=19063512 memory=2165000 CPUtime=0 cores=5,7
/proc/31578/task/31589/stat : 31589 (Finalizer) S 31575 31578 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31596] ppid=31575 vsize=19063512 memory=2170632 CPUtime=0 cores=5,7
/proc/31578/task/31596/stat : 31596 (Common-Cleaner) S 31575 31578 30647 0 -1 4194368 2171 0 0 0 0 0 0 0 20 0 20 0 38018904 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
[pid=31578/tid=31597] ppid=31575 vsize=19063512 memory=2170632 CPUtime=0 cores=5,7
/proc/31578/task/31597/stat : 31597 (Timer-0) S 31575 31578 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38018917 19521036288 542658 18446744073709551615 94480222420992 94480222424688 140731867487584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480222432504 94480222433296 94480246456320 140731867490608 140731867490790 140731867490790 140731867496392 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170632 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.41 s, system=7.73726 s

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

[startup+3606.21 s]*
/proc/loadavg: 4.12 4.12 4.09 5/326 31995
/proc/meminfo: memFree=113117360/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): 3606.21
CPU time (s): 3600.15
CPU user time (s): 3592.41
CPU system time (s): 7.73726
CPU usage (%): 99.8318
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2170632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.41
system time used= 7.73726
maximum resident set size= 2171656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126701
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6636672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110352
involuntary context switches= 7913


# summary of solver processes directly reported to runsolver:
#   pid: 31578
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3592.41
#   total CPU system time (s): 7.73726

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.19807 second user time and 17.1347 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-29 20:56:43
IDJOB=4514095
IDBENCH=162602
IDSOLVER=3364
FILE ID=nodeC026/4514095-1751223403
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-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v091-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514095-1751223403/watcher-4514095-1751223403 -o /tmp/evaluation-result-4514095-1751223403/solver-4514095-1751223403 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30660 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514095-1751223403 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514095-1751223403.opb

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

MD5SUM BENCH= a57f38c055936913ab505f9f9b34f426
RANDOM SEED=1527076713

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.767
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.783
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		: 3600.336
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		: 3605.839
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.809
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		: 3599.796
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		: 3600.354
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		: 3599.786
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:        115349164 kB
MemAvailable:   124202040 kB
Buffers:            3280 kB
Cached:          9646836 kB
SwapCached:            0 kB
Active:          5899156 kB
Inactive:        9389488 kB
Active(anon):    5656676 kB
Inactive(anon):        0 kB
Active(file):     242480 kB
Inactive(file):  9389488 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             71736 kB
Writeback:             0 kB
AnonPages:       5641664 kB
Mapped:           123016 kB
Shmem:             18080 kB
KReclaimable:     120292 kB
Slab:             209732 kB
SReclaimable:     120292 kB
SUnreclaim:        89440 kB
KernelStack:        5216 kB
PageTables:        14708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7056016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5425152 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= 433052 MiB
End job on nodeC026 at 2025-06-29 21:56:49