Trace number 4542628

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-06UNSAT cert. 163.392 159.456

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/
normalized-composed_pebbling_php_pyramid_height10_pigeons9_holes8.opb
MD5SUM4d1871845096300f202b70284b6187b6
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.213693
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4884
Total number of constraints1456
Number of constraints which are clauses761
Number of constraints which are cardinality constraints (but not clauses)464
Number of constraints which are nor clauses,nor cardinality constraints231
Minimum length of a constraint8
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.11/0.13	c Pseudo Boolean Optimization by upper bound
0.11/0.13	c --- Begin Solver configuration ---
0.11/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.13	c Learn all clauses as in MiniSAT
0.11/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.13	c Expensive reason simplification
0.11/0.13	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.13	c timeout=2147483s
0.11/0.13	c DB Simplification allowed=false
0.11/0.13	c Listener: none
0.11/0.13	c --- End Solver configuration ---
0.11/0.13	c solving HOME/instance-4542628-1753221228.opb
0.11/0.13	c reading problem ... 
0.11/0.13	c using VERIPB proof format
0.11/0.14	c  no objective function found
0.31/0.23	c ... done. Wall clock time 0.092s.
0.31/0.23	c declared #vars     4884
0.31/0.23	c #constraints  1456
0.31/0.23	c constraints type 
0.31/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 695
0.31/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 761
0.31/0.23	c 1456 constraints processed.
1.26/0.75	c cleaning 2479 clauses out of 5000 with flag 30923/5000
2.06/1.16	c cleaning 4259 clauses out of 8523 with flag 69558/11002
3.18/1.76	c cleaning 5632 clauses out of 11264 with flag 119990/18002
3.76/2.28	c cleaning 6812 clauses out of 13631 with flag 173138/26001
4.73/3.06	c cleaning 7906 clauses out of 15818 with flag 234759/35000
5.81/3.75	c cleaning 8949 clauses out of 17914 with flag 304115/45002
7.05/4.54	c cleaning 9978 clauses out of 19965 with flag 381435/56002
7.79/5.17	c cleaning 10983 clauses out of 21987 with flag 466861/68002
8.85/6.01	c cleaning 11974 clauses out of 24002 with flag 559217/81000
10.35/7.39	c cleaning 12988 clauses out of 26028 with flag 659883/95000
11.27/8.28	c cleaning 14012 clauses out of 28041 with flag 756614/110001
12.83/9.71	c cleaning 15007 clauses out of 30028 with flag 868035/126000
13.95/10.87	c cleaning 16006 clauses out of 32021 with flag 985642/143000
14.97/11.83	c cleaning 16974 clauses out of 34016 with flag 1119062/161001
16.86/13.77	c cleaning 18013 clauses out of 36041 with flag 1260983/180000
17.87/14.75	c cleaning 19015 clauses out of 38029 with flag 1399976/200001
19.07/15.91	c cleaning 20003 clauses out of 40014 with flag 1535888/221001
20.67/17.58	c cleaning 21001 clauses out of 42010 with flag 1683012/243000
22.06/18.92	c cleaning 21982 clauses out of 44011 with flag 1828503/266002
24.35/21.20	c cleaning 23004 clauses out of 46027 with flag 1991128/290000
25.95/22.85	c cleaning 24006 clauses out of 48023 with flag 2157624/315000
28.05/24.93	c cleaning 25004 clauses out of 50020 with flag 2330689/341003
29.65/26.53	c cleaning 26006 clauses out of 52013 with flag 2510088/368000
31.46/28.36	c cleaning 27002 clauses out of 54007 with flag 2699235/396000
32.86/29.79	c cleaning 28000 clauses out of 56007 with flag 2895827/425002
34.85/31.71	c cleaning 28993 clauses out of 58005 with flag 3097853/455000
36.46/33.35	c cleaning 30003 clauses out of 60013 with flag 3321646/486001
38.55/35.42	c cleaning 30982 clauses out of 62009 with flag 3573377/518000
40.28/37.15	c cleaning 31956 clauses out of 64029 with flag 3804425/551002
41.90/38.79	c cleaning 33026 clauses out of 66071 with flag 4039751/585000
44.88/41.77	c cleaning 34010 clauses out of 68046 with flag 4309798/620001
47.58/44.42	c cleaning 35004 clauses out of 70036 with flag 4583029/656001
50.17/47.02	c cleaning 36009 clauses out of 72031 with flag 4848149/693000
52.59/49.45	c cleaning 37007 clauses out of 74022 with flag 5119112/731000
54.49/51.33	c cleaning 37999 clauses out of 76015 with flag 5390406/770000
57.58/54.40	c cleaning 39001 clauses out of 78019 with flag 5670267/810003
59.78/56.64	c cleaning 39978 clauses out of 80016 with flag 5958924/851001
61.90/58.74	c cleaning 40986 clauses out of 82038 with flag 6275586/893001
64.20/61.05	c cleaning 41945 clauses out of 84052 with flag 6597001/936001
66.88/63.77	c cleaning 43022 clauses out of 86109 with flag 6913542/980003
69.98/66.84	c cleaning 44003 clauses out of 88084 with flag 7274582/1025000
73.20/70.08	c cleaning 45021 clauses out of 90081 with flag 7630211/1071000
76.49/73.34	c cleaning 46008 clauses out of 92060 with flag 7993053/1118000
79.58/76.43	c cleaning 47001 clauses out of 94053 with flag 8338350/1166001
83.31/80.18	c cleaning 47995 clauses out of 96051 with flag 8711345/1215000
85.71/82.59	c cleaning 49025 clauses out of 98056 with flag 9066048/1265000
88.50/85.36	c cleaning 50001 clauses out of 100031 with flag 9446653/1316000
90.92/87.75	c cleaning 51010 clauses out of 102030 with flag 9829698/1368000
93.33/90.18	c cleaning 52003 clauses out of 104021 with flag 10211205/1421001
97.41/94.28	c cleaning 52960 clauses out of 106020 with flag 10634669/1475003
101.73/98.53	c cleaning 54004 clauses out of 108057 with flag 11048389/1530000
108.41/105.20	c cleaning 54985 clauses out of 110056 with flag 11470829/1586003
112.11/108.98	c cleaning 56027 clauses out of 112068 with flag 11889305/1643000
116.82/113.67	c cleaning 57015 clauses out of 114041 with flag 12339103/1701000
121.11/118.00	c cleaning 57997 clauses out of 116027 with flag 12788130/1760001
124.61/121.46	c cleaning 59012 clauses out of 118030 with flag 13241497/1820001
129.02/125.82	c cleaning 59987 clauses out of 120017 with flag 13742176/1881000
132.61/129.43	c cleaning 60999 clauses out of 122030 with flag 14222581/1943000
137.25/134.02	c cleaning 62013 clauses out of 124032 with flag 14730469/2006001
141.33/138.14	c cleaning 62992 clauses out of 126019 with flag 15240224/2070001
145.22/142.02	c cleaning 63993 clauses out of 128029 with flag 15719075/2135003
150.14/146.98	c cleaning 64995 clauses out of 130034 with flag 16238807/2201001
154.93/151.79	c cleaning 65997 clauses out of 132038 with flag 16780203/2268000
161.08/157.27	c cleaning 66992 clauses out of 134036 with flag 17354089/2336000
163.21/159.37	c starts		: 4733
163.21/159.37	c conflicts		: 2364235
163.21/159.37	c decisions		: 3690650
163.21/159.37	c propagations		: 33917138
163.21/159.37	c inspects		: 2225911162
163.21/159.37	c shortcuts		: 0
163.21/159.37	c learnt literals	: 18
163.21/159.37	c learnt binary clauses	: 126
163.21/159.37	c learnt ternary clauses	: 524
163.21/159.37	c learnt constraints	: 2364216
163.21/159.37	c ignored constraints	: 0
163.21/159.37	c root simplifications	: 0
163.21/159.37	c removed literals (reason simplification)	: 7624551
163.21/159.37	c reason swapping (by a shorter reason)	: 0
163.21/159.37	c Calls to reduceDB	: 64
163.21/159.37	c Number of update (reduction) of LBD	: 1479045
163.21/159.37	c Imported unit clauses	: 0
163.21/159.37	c No decision after first conflict	: false
163.21/159.37	c number of reductions to clauses (during analyze)	: 0
163.21/159.37	c number of learned constraints concerned by reduction	: 0
163.21/159.37	c number of learning phase by resolution	: 0
163.21/159.37	c number of learning phase by cutting planes	: 0
163.21/159.37	c number of rounding to 1 operations	: 0
163.21/159.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
163.21/159.38	c number of reductions of the coefficients by power 2 	: 0
163.21/159.38	c number of right shift for reduction by power 2 	: 0
163.21/159.38	c number of reductions of the coefficients by GCD over coefficients 	: 0
163.21/159.38	c number of ending skipping 	: 0
163.21/159.38	c number of internal skipping 	: 0
163.21/159.38	c number of derivation steps 	: 0
163.21/159.38	c number of skipped derivation steps 	: 0
163.21/159.38	c number of remaining unassigned 	: 0
163.21/159.38	c number of remaining assigned 	: 0
163.21/159.38	c number of falsified literals weakened from reason	: 0
163.21/159.38	c number of falsified literals weakened from conflict	: 0
163.21/159.38	c time for arithmetic operations	: 0
163.21/159.38	c minimum degree of deleted constraints	: null
163.21/159.38	c maximum degree of deleted constraints	: null
163.21/159.38	c number of deleted constraints	: 0
163.21/159.38	c speed (assignments/second)	: 213120.97772471645
163.21/159.38	c non guided choices	: 755388
163.33/159.43	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 95139
163.33/159.43	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 126
163.33/159.43	s UNSATISFIABLE
163.33/159.43	c Total wall clock time (in seconds): 159.296

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 23 00:01:09 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62374 MiB free)
  memory of node 1: 64507 MiB (63636 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=170171, runsolver pid=170167

[startup+0.100036 s]*
/proc/loadavg: 1.15 1.89 2.95 6/282 170207
/proc/meminfo: memFree=129015316/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=18930384 memory=57632 CPUtime=0.11 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 6550 0 0 0 9 2 0 0 20 0 18 0 237800758 19384713216 14408 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4732596 14408 5342 1 0 547603 0
[pid=170171/tid=170173] ppid=170167 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 5058 0 0 0 6 1 0 0 20 0 18 0 237800760 19384713216 14408 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237800762 19384713216 14408 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 237800763 19384713216 14408 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57632 KiB

[startup+0.205986 s]*
/proc/loadavg: 1.15 1.89 2.95 9/291 170216
/proc/meminfo: memFree=128955564/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=18930384 memory=81280 CPUtime=0.31 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 7289 0 0 0 28 3 0 0 20 0 18 0 237800758 19384713216 20320 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4732596 20320 5438 1 0 548094 0
[pid=170171/tid=170173] ppid=170167 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 5290 0 0 0 14 2 0 0 20 0 18 0 237800760 19384713216 20320 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237800762 19384713216 20320 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 237800763 19384713216 20320 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 81280 KiB

[startup+0.305717 s]*
/proc/loadavg: 1.15 1.89 2.95 8/293 170218
/proc/meminfo: memFree=128810260/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=18996948 memory=103732 CPUtime=0.51 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 8709 0 0 0 47 4 0 0 20 0 19 0 237800758 19452874752 25933 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4749237 25933 5438 1 0 549274 0
[pid=170171/tid=170173] ppid=170167 vsize=18996948 memory=-8814786284982411964 CPUtime=0.25 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 5366 0 0 0 23 2 0 0 20 0 19 0 237800760 19452874752 25933 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237800762 19452874752 25933 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 237800763 19452874752 25933 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237800782 19452874752 25933 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 103732 KiB

[startup+0.700222 s]
/proc/loadavg: 1.15 1.89 2.95 7/294 170226
/proc/meminfo: memFree=128304236/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=18996948 memory=162060 CPUtime=1.26 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 12278 0 0 0 120 6 0 0 20 0 19 0 237800758 19452874752 40515 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4749237 40515 5470 1 0 551882 0
[pid=170171/tid=170173] ppid=170167 vsize=18996948 memory=27264 CPUtime=0.57 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 5426 0 0 0 54 3 0 0 20 0 19 0 237800760 19452874752 40515 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237800762 19452874752 40515 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 237800763 19452874752 40515 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=18996948 memory=4756 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237800782 19452874752 40515 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 162060 KiB

[startup+1.50026 s]
/proc/loadavg: 1.15 1.89 2.95 8/336 170275
/proc/meminfo: memFree=125834876/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=173388 CPUtime=2.83 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 20020 0 0 0 275 8 0 0 20 0 20 0 237800758 19521036288 43347 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 43347 5470 1 0 553243 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=0 CPUtime=1.33 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 6033 0 0 0 129 4 0 0 20 0 20 0 237800760 19521036288 43347 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19521036288 43347 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237800763 19521036288 43347 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237800782 19521036288 43347 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173388 KiB

[startup+3.1058 s]
/proc/loadavg: 1.37 1.93 2.96 6/336 170275
/proc/meminfo: memFree=121523164/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=177884 CPUtime=4.9 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 22306 0 0 0 480 10 0 0 20 0 20 0 237800758 19521036288 44471 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 44471 5470 1 0 553247 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=-8671515521836688060 CPUtime=2.9 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 6499 0 0 0 285 5 0 0 20 0 20 0 237800760 19521036288 44471 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19521036288 44471 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237800763 19521036288 44471 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237800782 19521036288 44471 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 4.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177884 KiB

[startup+6.30025 s]
/proc/loadavg: 1.37 1.93 2.96 8/337 170276
/proc/meminfo: memFree=120620112/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=381316 CPUtime=9.3 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 30639 0 0 0 912 18 0 0 20 0 20 0 237800758 19521036288 95329 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 95329 5502 1 0 555439 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=0 CPUtime=6.04 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 7665 0 0 0 593 11 0 0 20 0 20 0 237800760 19521036288 95329 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19521036288 95329 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237800763 19521036288 95329 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=19063512 memory=173516 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237800782 19521036288 95329 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 9.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 381316 KiB

[startup+12.7002 s]
/proc/loadavg: 1.58 1.96 2.97 5/337 170276
/proc/meminfo: memFree=119614924/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=551432 CPUtime=15.87 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 35099 0 0 0 1561 26 0 0 20 0 20 0 237800758 19521036288 137858 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 137858 5502 1 0 555439 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=173516 CPUtime=12.38 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 8811 0 0 0 1219 19 0 0 20 0 20 0 237800760 19521036288 137858 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19063512 memory=387588 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19521036288 137858 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237800763 19521036288 137858 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=19063512 memory=442888 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237800782 19521036288 137858 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 15.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 551432 KiB

[startup+25.5002 s]
/proc/loadavg: 2.19 2.08 2.99 5/337 170276
/proc/meminfo: memFree=118287668/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=774720 CPUtime=28.64 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 37784 0 0 0 2829 35 0 0 20 0 20 0 237800758 19521036288 193680 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 193680 5502 1 0 555439 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=0 CPUtime=25.11 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 10012 0 0 0 2483 28 0 0 20 0 20 0 237800760 19521036288 193680 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19063512 memory=774720 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19521036288 193680 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19063512 memory=16620 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237800763 19521036288 193680 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237800782 19521036288 193680 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 28.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 774720 KiB

[startup+51.1059 s]
/proc/loadavg: 2.93 2.27 3.03 5/337 170277
/proc/meminfo: memFree=117338868/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=1174128 CPUtime=54.29 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 40621 0 0 0 5370 59 0 0 20 0 20 0 237800758 19521036288 293532 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 293532 5502 1 0 555439 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=-8671515521836688060 CPUtime=50.53 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 10366 0 0 0 5005 48 0 0 20 0 20 0 237800760 19521036288 293532 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0

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

/proc/loadavg: 3.95 2.64 3.12 5/337 170278
/proc/meminfo: memFree=116358372/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=1391272 CPUtime=105.62 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 43144 0 0 0 10464 98 0 0 20 0 20 0 237800758 19521036288 347818 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 347818 5502 1 0 555439 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=8313491497846792090 CPUtime=101.53 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 11788 0 0 0 10069 84 0 0 20 0 20 0 237800760 19521036288 347818 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19063512 memory=1174128 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19521036288 347818 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19063512 memory=780868 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 73 0 0 0 0 0 0 0 20 0 20 0 237800763 19521036288 347818 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237800782 19521036288 347818 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 105.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1391272 KiB

[startup+128 s]*
/proc/loadavg: 4.10 2.79 3.15 5/337 170280
/proc/meminfo: memFree=116020516/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=1399472 CPUtime=131.22 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 44040 0 0 0 13008 114 0 0 20 0 20 0 237800758 19521036288 349868 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 349868 5502 1 0 555439 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=-8888531629368976060 CPUtime=127 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 12547 0 0 0 12601 99 0 0 20 0 20 0 237800760 19521036288 349868 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19063512 memory=7808 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19521036288 349868 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19063512 memory=2124 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 130 0 0 0 0 0 0 0 20 0 20 0 237800763 19521036288 349868 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=19063512 memory=2688 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237800782 19521036288 349868 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 131.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1399472 KiB

[startup+140.8 s]
/proc/loadavg: 4.08 2.85 3.17 5/337 170280
/proc/meminfo: memFree=115933320/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=1405628 CPUtime=144.03 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 45354 0 0 0 14280 123 0 0 20 0 20 0 237800758 19521036288 351407 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 351407 5502 1 0 555439 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=1399472 CPUtime=139.72 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 13102 0 0 0 13865 107 0 0 20 0 20 0 237800760 19521036288 351407 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19063512 memory=1399472 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19521036288 351407 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19063512 memory=1405628 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 130 0 0 0 0 0 0 0 20 0 20 0 237800763 19521036288 351407 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=19063512 memory=16620 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237800782 19521036288 351407 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 144.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1405628 KiB

[startup+147.2 s]
/proc/loadavg: 4.07 2.87 3.17 5/337 170280
/proc/meminfo: memFree=115873168/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=1422028 CPUtime=150.44 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 45386 0 0 0 14918 126 0 0 20 0 20 0 237800758 19521036288 355507 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 355507 5502 1 0 555439 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=1405628 CPUtime=146.07 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 13107 0 0 0 14497 110 0 0 20 0 20 0 237800760 19521036288 355507 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19063512 memory=1405628 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19521036288 355507 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19063512 memory=1405628 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 130 0 0 0 0 0 0 0 20 0 20 0 237800763 19521036288 355507 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=19063512 memory=1405628 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237800782 19521036288 355507 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 150.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1422028 KiB

[startup+153.6 s]
/proc/loadavg: 4.07 2.89 3.18 7/337 170280
/proc/meminfo: memFree=115840792/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=1424460 CPUtime=157.18 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 50503 0 0 0 15587 131 0 0 20 0 20 0 237800758 19521036288 356115 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 356115 5502 1 0 556011 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=0 CPUtime=152.44 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 14243 0 0 0 15130 114 0 0 20 0 20 0 237800760 19521036288 356115 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19063512 memory=129 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19521036288 356115 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19063512 memory=1399472 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 130 0 0 0 0 0 0 0 20 0 20 0 237800763 19521036288 356115 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=19063512 memory=1399472 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237800782 19521036288 356115 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 157.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1424460 KiB

[startup+156.8 s]
/proc/loadavg: 4.14 2.92 3.19 6/338 170281
/proc/meminfo: memFree=115658304/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=1424588 CPUtime=160.68 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 50928 0 0 0 15934 134 0 0 20 0 20 0 237800758 19521036288 356147 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 356147 5502 1 0 556011 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=27264 CPUtime=155.64 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 14297 0 0 0 15447 117 0 0 20 0 20 0 237800760 19521036288 356147 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19063512 memory=16620 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19521036288 356147 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19063512 memory=1424460 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 130 0 0 0 0 0 0 0 20 0 20 0 237800763 19521036288 356147 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237800782 19521036288 356147 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 160.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1424588 KiB

[startup+158.4 s]
/proc/loadavg: 4.14 2.92 3.19 5/338 170281
/proc/meminfo: memFree=115407132/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=1424716 CPUtime=162.32 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 50957 0 0 0 16097 135 0 0 20 0 20 0 237800758 19521036288 356179 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 356179 5502 1 0 556011 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=27264 CPUtime=157.18 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 14297 0 0 0 15601 117 0 0 20 0 20 0 237800760 19521036288 356179 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19063512 memory=1424716 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19521036288 356179 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 130 0 0 0 0 0 0 0 20 0 20 0 237800763 19521036288 356179 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237800782 19521036288 356179 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 162.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1424716 KiB

[startup+159.2 s]
/proc/loadavg: 4.21 2.95 3.20 5/338 170281
/proc/meminfo: memFree=115268016/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19063512 memory=1424716 CPUtime=163.11 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 50957 0 0 0 16176 135 0 0 20 0 20 0 237800758 19521036288 356179 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4765878 356179 5502 1 0 556011 0
[pid=170171/tid=170173] ppid=170167 vsize=19063512 memory=4756 CPUtime=157.99 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) R 170167 170171 170132 0 -1 4194368 14297 0 0 0 15681 118 0 0 20 0 20 0 237800760 19521036288 356179 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19521036288 356179 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 130 0 0 0 0 0 0 0 20 0 20 0 237800763 19521036288 356179 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170217] ppid=170167 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/170171/task/170217/stat : 170217 (Timer-0) S 170167 170171 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237800782 19521036288 356179 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 163.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1424716 KiB

[startup+159.4 s]
/proc/loadavg: 4.21 2.95 3.20 5/338 170281
/proc/meminfo: memFree=115268016/131249996 swapFree=33010672/33010684
[pid=170171] ppid=170167 vsize=19196640 memory=1425356 CPUtime=163.33 cores=4,6
/proc/170171/stat : 170171 (java) S 170167 170171 170132 0 -1 4194304 52184 0 0 0 16198 135 0 0 20 0 20 0 237800758 19657359360 356339 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
/proc/170171/statm: 4799160 356339 5534 1 0 556645 0
[pid=170171/tid=170173] ppid=170167 vsize=19196640 memory=27264 CPUtime=158.16 cores=4,6
/proc/170171/task/170173/stat : 170173 (java) S 170167 170171 170132 0 -1 4194368 15193 0 0 0 15698 118 0 0 20 0 20 0 237800760 19657359360 356339 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170187] ppid=170167 vsize=19196640 memory=10752 CPUtime=0 cores=4,6
/proc/170171/task/170187/stat : 170187 (Finalizer) S 170167 170171 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800762 19657359360 356339 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
[pid=170171/tid=170194] ppid=170167 vsize=19196640 memory=5632 CPUtime=0 cores=4,6
/proc/170171/task/170194/stat : 170194 (Common-Cleaner) S 170167 170171 170132 0 -1 4194368 130 0 0 0 0 0 0 0 20 0 20 0 237800763 19657359360 356339 18446744073709551615 94851291033600 94851291037296 140723469841632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94851291045112 94851291045904 94851299983360 140723469850964 140723469851108 140723469851108 140723469856712 0
Current children cumulated CPU time: 163.33 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1425356 KiB

Child status: 20

Real time (s): 159.456
CPU time (s): 163.392
CPU user time (s): 162.023
CPU system time (s): 1.36814
CPU usage (%): 102.468
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1425356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 162.024
system time used= 1.36814
maximum resident set size= 1425484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52389
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1009880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7010
involuntary context switches= 2854


# summary of solver processes directly reported to runsolver:
#   pid: 170171
#   total CPU time (s): 163.392
#   total CPU user time (s): 162.023
#   total CPU system time (s): 1.36814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.395958 second user time and 0.801259 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-22 23:53:49
IDJOB=4542628
IDBENCH=163940
IDSOLVER=3364
FILE ID=nodeC024/4542628-1753221228
RUNJOBID= nodeC024-1753221228-170143
SLURM_JOB_ID= 9687809
Free space on /tmp= 433040 MiB

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

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

MD5SUM BENCH= 4d1871845096300f202b70284b6187b6
RANDOM SEED=1017199242

nodeC024 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.674
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.36
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.713
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.36
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.797
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.36
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		: 3596.505
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.36
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.783
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.36
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		: 3570.151
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.36
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.923
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.36
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.675
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129045200 kB
MemAvailable:   129577100 kB
Buffers:            2128 kB
Cached:          1294288 kB
SwapCached:            8 kB
Active:          1215604 kB
Inactive:         167076 kB
Active(anon):     110924 kB
Inactive(anon):     1588 kB
Active(file):    1104680 kB
Inactive(file):   165488 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8788 kB
Writeback:             0 kB
AnonPages:         88760 kB
Mapped:           108668 kB
Shmem:             26248 kB
KReclaimable:     201540 kB
Slab:             297292 kB
SReclaimable:     201540 kB
SUnreclaim:        95752 kB
KernelStack:        4160 kB
PageTables:         2940 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     375644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 431368 MiB
End job on nodeC024 at 2025-07-22 23:56:28