Trace number 4491761

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. 819.831 818.552

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUMd06d89796adb8259df968e568daeeb68
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 benchmark99.5978
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint1
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 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
Number of bits of the biggest sum of numbers9
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.06	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4491761-1751142760.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.89/0.56	c ... done. Wall clock time 0.421s.
0.89/0.56	c declared #vars     23621
0.89/0.56	c #constraints  67526
0.89/0.56	c constraints type 
0.89/0.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43936
0.89/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2400
0.89/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21189
0.89/0.56	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.89/0.56	c 67526 constraints processed.
4.56/2.54	c cleaning 2480 clauses out of 5000 with flag 37637/5000
6.89/3.96	c cleaning 4258 clauses out of 8520 with flag 99195/11000
9.15/5.73	c cleaning 5612 clauses out of 11263 with flag 184513/18001
11.34/7.76	c cleaning 6809 clauses out of 13651 with flag 278330/26001
13.94/10.37	c cleaning 7816 clauses out of 15841 with flag 406780/35000
16.84/13.28	c cleaning 8991 clauses out of 18025 with flag 577348/45000
20.23/16.66	c cleaning 9969 clauses out of 20035 with flag 787763/56001
23.53/19.94	c cleaning 11005 clauses out of 22066 with flag 984833/68001
27.82/24.21	c cleaning 12017 clauses out of 24061 with flag 1258066/81001
32.64/29.06	c cleaning 12983 clauses out of 26043 with flag 1584641/95000
37.68/34.17	c cleaning 13991 clauses out of 28060 with flag 1956606/110000
43.78/40.21	c cleaning 15035 clauses out of 30072 with flag 2399729/126003
50.49/46.96	c cleaning 16004 clauses out of 32034 with flag 2822637/143000
56.31/52.71	c cleaning 17000 clauses out of 34031 with flag 3188575/161001
63.18/59.63	c cleaning 18000 clauses out of 36031 with flag 3613167/180001
69.85/66.35	c cleaning 19005 clauses out of 38030 with flag 4054976/200000
77.32/73.88	c cleaning 20008 clauses out of 40026 with flag 4526475/221001
86.61/83.19	c cleaning 20999 clauses out of 42018 with flag 5070917/243001
95.02/91.53	c cleaning 22003 clauses out of 44018 with flag 5576772/266000
104.14/100.76	c cleaning 22986 clauses out of 46017 with flag 6099023/290002
113.15/109.79	c cleaning 23988 clauses out of 48029 with flag 6639742/315000
120.83/117.49	c cleaning 25013 clauses out of 50042 with flag 7083008/341001
129.87/126.59	c cleaning 26008 clauses out of 52028 with flag 7608114/368000
139.96/136.60	c cleaning 26981 clauses out of 54020 with flag 8223889/396000
149.15/145.86	c cleaning 27978 clauses out of 56039 with flag 8759739/425000
159.93/156.60	c cleaning 28984 clauses out of 58060 with flag 9352277/455000
170.73/167.49	c cleaning 30022 clauses out of 60076 with flag 9969298/486000
182.54/179.20	c cleaning 31004 clauses out of 62054 with flag 10651907/518000
194.79/192.45	c cleaning 32014 clauses out of 64051 with flag 11334500/551001
207.29/204.96	c cleaning 33019 clauses out of 66037 with flag 12093329/585001
219.89/217.54	c cleaning 33976 clauses out of 68017 with flag 12815383/620000
232.38/230.12	c cleaning 34964 clauses out of 70043 with flag 13556073/656002
245.47/243.23	c cleaning 36017 clauses out of 72077 with flag 14349116/693000
259.98/257.90	c cleaning 36996 clauses out of 74062 with flag 15172985/731002
274.34/272.22	c cleaning 38021 clauses out of 76064 with flag 16033238/770001
290.56/288.50	c cleaning 38964 clauses out of 78042 with flag 16957054/810000
306.55/304.51	c cleaning 40001 clauses out of 80080 with flag 17847849/851002
323.66/321.76	c cleaning 41017 clauses out of 82078 with flag 18805154/893001
341.65/339.72	c cleaning 42014 clauses out of 84063 with flag 19749694/936003
359.24/357.40	c cleaning 43005 clauses out of 86049 with flag 20781956/980003
376.86/375.10	c cleaning 44008 clauses out of 88041 with flag 21750859/1025000
397.15/395.47	c cleaning 45004 clauses out of 90032 with flag 22832664/1071000
416.41/414.72	c cleaning 45973 clauses out of 92030 with flag 23905151/1118002
435.43/433.74	c cleaning 47014 clauses out of 94055 with flag 24932813/1166000
456.61/454.97	c cleaning 48022 clauses out of 96043 with flag 26080446/1215002
476.40/474.77	c cleaning 48989 clauses out of 98022 with flag 27144404/1265003
495.33/493.69	c cleaning 49994 clauses out of 100031 with flag 28220692/1316001
518.21/516.55	c cleaning 51004 clauses out of 102036 with flag 29464678/1368000
541.09/539.45	c cleaning 51993 clauses out of 104033 with flag 30643969/1421001
563.74/562.15	c cleaning 53007 clauses out of 106039 with flag 31725673/1475000
586.44/584.89	c cleaning 54008 clauses out of 108035 with flag 32846692/1530003
609.47/608.00	c cleaning 55002 clauses out of 110025 with flag 34082947/1586001
632.30/630.88	c cleaning 55992 clauses out of 112022 with flag 35377465/1643000
655.82/654.47	c cleaning 57004 clauses out of 114030 with flag 36605061/1701000
680.29/678.88	c cleaning 57983 clauses out of 116026 with flag 37759238/1760000
704.70/703.34	c cleaning 58996 clauses out of 118043 with flag 39057672/1820000
729.72/728.49	c cleaning 60001 clauses out of 120047 with flag 40294825/1881000
755.75/754.54	c cleaning 61016 clauses out of 122046 with flag 41685295/1943000
782.36/781.03	c cleaning 61975 clauses out of 124029 with flag 43027248/2006001
809.00/807.74	c cleaning 63018 clauses out of 126048 with flag 44416782/2070000
819.68/818.48	c starts		: 8169
819.68/818.49	c conflicts		: 2101199
819.68/818.49	c decisions		: 6754199
819.68/818.49	c propagations		: 1242937893
819.68/818.49	c inspects		: 5988594094
819.68/818.49	c shortcuts		: 0
819.68/818.49	c learnt literals	: 19
819.68/818.49	c learnt binary clauses	: 388
819.68/818.49	c learnt ternary clauses	: 1228
819.68/818.49	c learnt constraints	: 2101179
819.68/818.49	c ignored constraints	: 0
819.68/818.49	c root simplifications	: 0
819.68/818.49	c removed literals (reason simplification)	: 115126105
819.68/818.49	c reason swapping (by a shorter reason)	: 0
819.68/818.49	c Calls to reduceDB	: 60
819.68/818.49	c Number of update (reduction) of LBD	: 1652883
819.68/818.49	c Imported unit clauses	: 0
819.68/818.49	c No decision after first conflict	: false
819.68/818.49	c number of reductions to clauses (during analyze)	: 0
819.68/818.49	c number of learned constraints concerned by reduction	: 0
819.68/818.49	c number of learning phase by resolution	: 0
819.68/818.49	c number of learning phase by cutting planes	: 0
819.68/818.49	c number of rounding to 1 operations	: 0
819.68/818.49	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
819.68/818.49	c number of reductions of the coefficients by power 2 	: 0
819.68/818.49	c number of right shift for reduction by power 2 	: 0
819.68/818.49	c number of reductions of the coefficients by GCD over coefficients 	: 0
819.68/818.49	c number of ending skipping 	: 0
819.68/818.49	c number of internal skipping 	: 0
819.68/818.49	c number of derivation steps 	: 0
819.68/818.49	c number of skipped derivation steps 	: 0
819.68/818.49	c number of remaining unassigned 	: 0
819.68/818.49	c number of remaining assigned 	: 0
819.68/818.49	c number of falsified literals weakened from reason	: 0
819.68/818.49	c number of falsified literals weakened from conflict	: 0
819.68/818.49	c time for arithmetic operations	: 0
819.68/818.49	c minimum degree of deleted constraints	: null
819.68/818.49	c maximum degree of deleted constraints	: null
819.68/818.49	c number of deleted constraints	: 0
819.68/818.49	c speed (assignments/second)	: 1519628.8802599758
819.68/818.49	c non guided choices	: 4019
819.77/818.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 93831
819.77/818.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 388
819.77/818.54	s UNSATISFIABLE
819.77/818.54	c Total wall clock time (in seconds): 818.405

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 19:15:55 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: 63708 MiB (62646 MiB free)
  memory of node 1: 64465 MiB (62905 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=13517, runsolver pid=13514

[startup+0.100062 s]*
/proc/loadavg: 3.13 1.73 1.90 5/339 13535
/proc/meminfo: memFree=128543060/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=18930384 memory=59412 CPUtime=0.12 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 6489 0 0 0 11 1 0 0 20 0 18 0 29953569 19384713216 14853 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4732596 14853 5350 1 0 547620 0
[pid=13517/tid=13519] ppid=13514 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 5080 0 0 0 7 1 0 0 20 0 18 0 29953570 19384713216 14853 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29953572 19384713216 14853 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=18930384 memory=55186957824150 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 29953573 19384713216 14853 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59412 KiB

[startup+0.205773 s]*
/proc/loadavg: 3.13 1.73 1.90 7/339 13535
/proc/meminfo: memFree=128530836/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=18930384 memory=67612 CPUtime=0.32 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 6885 0 0 0 30 2 0 0 20 0 18 0 29953569 19384713216 16903 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4732596 16903 5446 1 0 547957 0
[pid=13517/tid=13519] ppid=13514 vsize=18930384 memory=4026532124 CPUtime=0.17 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 5295 0 0 0 16 1 0 0 20 0 18 0 29953570 19384713216 16903 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=18930384 memory=17146 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29953572 19384713216 16903 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=18930384 memory=54087446168546 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 29953573 19384713216 16903 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67612 KiB

[startup+0.305753 s]*
/proc/loadavg: 3.13 1.73 1.90 6/339 13535
/proc/meminfo: memFree=128489436/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=18930384 memory=108292 CPUtime=0.5 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 8291 0 0 0 48 2 0 0 20 0 18 0 29953569 19384713216 27073 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4732596 27073 5446 1 0 548888 0
[pid=13517/tid=13519] ppid=13514 vsize=18930384 memory=-6000919489953491310 CPUtime=0.27 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 5314 0 0 0 25 2 0 0 20 0 18 0 29953570 19384713216 27073 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29953572 19384713216 27073 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 29953573 19384713216 27073 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 108292 KiB

[startup+0.700238 s]
/proc/loadavg: 3.13 1.73 1.90 7/340 13536
/proc/meminfo: memFree=128431084/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=170860 CPUtime=1.27 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 10605 0 0 0 122 5 0 0 20 0 20 0 29953569 19521036288 42715 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 42715 5478 1 0 551123 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=17408 CPUtime=0.56 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 5423 0 0 0 53 3 0 0 20 0 20 0 29953570 19521036288 42715 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 42715 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 42715 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170860 KiB

[startup+1.50024 s]
/proc/loadavg: 3.13 1.73 1.90 6/341 13537
/proc/meminfo: memFree=128419744/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=185076 CPUtime=2.86 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 22433 0 0 0 279 7 0 0 20 0 20 0 29953569 19521036288 46269 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 46269 5478 1 0 554571 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=3328 CPUtime=1.34 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 5783 0 0 0 130 4 0 0 20 0 20 0 29953570 19521036288 46269 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 46269 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 46269 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13537] ppid=13514 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/13517/task/13537/stat : 13537 (Timer-0) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953627 19521036288 46269 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185076 KiB

[startup+3.10562 s]
/proc/loadavg: 3.13 1.73 1.90 5/341 13537
/proc/meminfo: memFree=128401860/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=186484 CPUtime=5.61 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 25095 0 0 0 552 9 0 0 20 0 20 0 29953569 19521036288 46621 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 46621 5478 1 0 554723 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=14848 CPUtime=2.91 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 6758 0 0 0 286 5 0 0 20 0 20 0 29953570 19521036288 46621 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 46621 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 46621 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13537] ppid=13514 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/13517/task/13537/stat : 13537 (Timer-0) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953627 19521036288 46621 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186484 KiB

[startup+6.30024 s]
/proc/loadavg: 3.20 1.77 1.91 5/341 13538
/proc/meminfo: memFree=128343320/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=191372 CPUtime=9.84 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 27112 0 0 0 973 11 0 0 20 0 20 0 29953569 19521036288 47843 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 47843 5510 1 0 555067 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=0 CPUtime=6.08 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 6792 0 0 0 602 6 0 0 20 0 20 0 29953570 19521036288 47843 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 47843 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 47843 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13537] ppid=13514 vsize=19063512 memory=185076 CPUtime=0 cores=0,2
/proc/13517/task/13537/stat : 13537 (Timer-0) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953627 19521036288 47843 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 9.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191372 KiB

[startup+12.7002 s]
/proc/loadavg: 3.26 1.81 1.92 5/341 13538
/proc/meminfo: memFree=128056492/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=351352 CPUtime=16.33 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 28556 0 0 0 1616 17 0 0 20 0 20 0 29953569 19521036288 87838 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 87838 5510 1 0 555067 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=185076 CPUtime=12.44 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 7518 0 0 0 1233 11 0 0 20 0 20 0 29953570 19521036288 87838 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=351352 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 87838 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 87838 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13537] ppid=13514 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/13517/task/13537/stat : 13537 (Timer-0) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953627 19521036288 87838 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 16.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 351352 KiB

[startup+25.5002 s]
/proc/loadavg: 3.51 1.93 1.96 5/341 13538
/proc/meminfo: memFree=127489424/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=689276 CPUtime=29.13 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 31545 0 0 0 2886 27 0 0 20 0 20 0 29953569 19521036288 172319 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 172319 5510 1 0 555067 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=0 CPUtime=25.2 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 8975 0 0 0 2500 20 0 0 20 0 20 0 29953570 19521036288 172319 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 172319 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=623740 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 172319 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13537] ppid=13514 vsize=19063512 memory=517244 CPUtime=0 cores=0,2
/proc/13517/task/13537/stat : 13537 (Timer-0) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953627 19521036288 172319 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 29.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 689276 KiB

[startup+51.1056 s]
/proc/loadavg: 3.68 2.10 2.02 5/341 13538
/proc/meminfo: memFree=126815592/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=1053928 CPUtime=54.72 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 34969 0 0 0 5431 41 0 0 20 0 20 0 29953569 19521036288 263482 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 263482 5510 1 0 555067 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=703612 CPUtime=50.63 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 10074 0 0 0 5031 32 0 0 20 0 20 0 29953570 19521036288 263482 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 263482 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=2308 CPUtime=0 cores=0,2

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

/proc/loadavg: 4.08 3.97 3.19 5/345 14043
/proc/meminfo: memFree=116893092/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=1785672 CPUtime=769.38 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 51287 0 0 0 76670 268 0 0 20 0 20 0 29953569 19521036288 446418 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 446418 5510 1 0 555076 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=1785672 CPUtime=761.57 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 18338 0 0 0 75924 233 0 0 20 0 20 0 29953570 19521036288 446418 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=-6000919489953491310 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 446418 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 413 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 446418 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13537] ppid=13514 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/13517/task/13537/stat : 13537 (Timer-0) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953627 19521036288 446418 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 769.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1785672 KiB

[startup+793.6 s]
/proc/loadavg: 4.05 3.98 3.21 5/342 14044
/proc/meminfo: memFree=116821348/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=1785672 CPUtime=794.92 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 51496 0 0 0 79218 274 0 0 20 0 20 0 29953569 19521036288 446418 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 446418 5510 1 0 555076 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=1785672 CPUtime=786.98 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 18435 0 0 0 78459 239 0 0 20 0 20 0 29953570 19521036288 446418 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 446418 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=1785672 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 450 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 446418 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13537] ppid=13514 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/13517/task/13537/stat : 13537 (Timer-0) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953627 19521036288 446418 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 794.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1785672 KiB

[startup+806.4 s]
/proc/loadavg: 4.11 4.00 3.23 5/342 14045
/proc/meminfo: memFree=116744820/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=1818544 CPUtime=807.77 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 51832 0 0 0 80497 280 0 0 20 0 20 0 29953569 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 454636 5510 1 0 555076 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=1785672 CPUtime=799.68 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 18748 0 0 0 79725 243 0 0 20 0 20 0 29953570 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=1785672 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 450 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13537] ppid=13514 vsize=19063512 memory=1785672 CPUtime=0 cores=0,2
/proc/13517/task/13537/stat : 13537 (Timer-0) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953627 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 807.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1818544 KiB

[startup+812.8 s]
/proc/loadavg: 4.10 4.00 3.24 5/342 14045
/proc/meminfo: memFree=116730300/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=1818544 CPUtime=814.1 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 52369 0 0 0 81129 281 0 0 20 0 20 0 29953569 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 454636 5510 1 0 555076 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=14848 CPUtime=806.01 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 19195 0 0 0 80357 244 0 0 20 0 20 0 29953570 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 450 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13537] ppid=13514 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/13517/task/13537/stat : 13537 (Timer-0) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953627 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 814.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1818544 KiB

[startup+816 s]*
/proc/loadavg: 4.09 4.00 3.24 5/342 14045
/proc/meminfo: memFree=116706124/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=1818544 CPUtime=817.29 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 52452 0 0 0 81448 281 0 0 20 0 20 0 29953569 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 454636 5510 1 0 555076 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=-6000919472655919470 CPUtime=809.21 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 19231 0 0 0 80676 245 0 0 20 0 20 0 29953570 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=5744 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 450 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13537] ppid=13514 vsize=19063512 memory=9088 CPUtime=0 cores=0,2
/proc/13517/task/13537/stat : 13537 (Timer-0) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953627 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 817.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1818544 KiB

[startup+817.6 s]
/proc/loadavg: 4.09 4.00 3.24 5/342 14045
/proc/meminfo: memFree=116706136/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=1818544 CPUtime=818.89 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 52463 0 0 0 81607 282 0 0 20 0 20 0 29953569 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 454636 5510 1 0 555076 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=1818544 CPUtime=810.8 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 19242 0 0 0 80835 245 0 0 20 0 20 0 29953570 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 450 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13537] ppid=13514 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/13517/task/13537/stat : 13537 (Timer-0) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953627 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 818.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1818544 KiB

[startup+818 s]*
/proc/loadavg: 4.09 4.00 3.24 5/342 14045
/proc/meminfo: memFree=116706140/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=1818544 CPUtime=819.29 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 52464 0 0 0 81647 282 0 0 20 0 20 0 29953569 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 454636 5510 1 0 555076 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=-6000919472655919470 CPUtime=811.2 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 19243 0 0 0 80875 245 0 0 20 0 20 0 29953570 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=7161689218566607471 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 450 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13537] ppid=13514 vsize=19063512 memory=5940081201198558551 CPUtime=0 cores=0,2
/proc/13517/task/13537/stat : 13537 (Timer-0) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953627 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 819.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1818544 KiB

[startup+818.4 s]
/proc/loadavg: 4.09 4.00 3.24 5/342 14045
/proc/meminfo: memFree=116706140/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19063512 memory=1818544 CPUtime=819.68 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 52465 0 0 0 81686 282 0 0 20 0 20 0 29953569 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4765878 454636 5510 1 0 555076 0
[pid=13517/tid=13519] ppid=13514 vsize=19063512 memory=5888 CPUtime=811.59 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) R 13514 13517 11133 0 -1 4194368 19244 0 0 0 80914 245 0 0 20 0 20 0 29953570 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19063512 memory=-6000919489953491310 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 450 0 0 0 0 0 0 0 20 0 20 0 29953573 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13537] ppid=13514 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/13517/task/13537/stat : 13537 (Timer-0) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953627 19521036288 454636 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 819.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1818544 KiB

[startup+818.5 s]
/proc/loadavg: 4.09 4.00 3.24 5/342 14045
/proc/meminfo: memFree=116706140/131249988 swapFree=33010684/33010684
[pid=13517] ppid=13514 vsize=19196640 memory=1818928 CPUtime=819.77 cores=0,2
/proc/13517/stat : 13517 (java) S 13514 13517 11133 0 -1 4194304 54876 0 0 0 81695 282 0 0 20 0 20 0 29953569 19657359360 454732 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
/proc/13517/statm: 4799160 454732 5510 1 0 555727 0
[pid=13517/tid=13519] ppid=13514 vsize=19196640 memory=17408 CPUtime=811.66 cores=0,2
/proc/13517/task/13519/stat : 13519 (java) S 13514 13517 11133 0 -1 4194368 21097 0 0 0 80921 245 0 0 20 0 20 0 29953570 19657359360 454732 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13528] ppid=13514 vsize=19196640 memory=1785672 CPUtime=0 cores=0,2
/proc/13517/task/13528/stat : 13528 (Finalizer) S 13514 13517 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953572 19657359360 454732 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
[pid=13517/tid=13535] ppid=13514 vsize=19196640 memory=17408 CPUtime=0 cores=0,2
/proc/13517/task/13535/stat : 13535 (Common-Cleaner) S 13514 13517 11133 0 -1 4194368 450 0 0 0 0 0 0 0 20 0 20 0 29953573 19657359360 454732 18446744073709551615 94718709309440 94718709313136 140733809704544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94718709320952 94718709321744 94718727467008 140733809711408 140733809711590 140733809711590 140733809717192 0
Current children cumulated CPU time: 819.77 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1818928 KiB

Child status: 20

Real time (s): 818.552
CPU time (s): 819.831
CPU user time (s): 816.997
CPU system time (s): 2.83356
CPU usage (%): 100.156
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1818928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 816.997
system time used= 2.83356
maximum resident set size= 1819312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55132
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28700
involuntary context switches= 3305


# summary of solver processes directly reported to runsolver:
#   pid: 13517
#   total CPU time (s): 819.831
#   total CPU user time (s): 816.997
#   total CPU system time (s): 2.83356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.05198 second user time and 3.70793 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-28 22:32:40
IDJOB=4491761
IDBENCH=147736
IDSOLVER=3364
FILE ID=nodeC020/4491761-1751142760
RUNJOBID= nodeC020-1751142696-13000
SLURM_JOB_ID= 9587420
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.6.accl.ucl.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491761-1751142760/watcher-4491761-1751142760 -o /tmp/evaluation-result-4491761-1751142760/solver-4491761-1751142760 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751142696-13000 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4491761-1751142760 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4491761-1751142760.opb

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

MD5SUM BENCH= d06d89796adb8259df968e568daeeb68
RANDOM SEED=670306036

nodeC020 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.690
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.79
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.930
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128564804 kB
MemAvailable:   128252124 kB
Buffers:            3280 kB
Cached:           499028 kB
SwapCached:            0 kB
Active:          1864592 kB
Inactive:         242332 kB
Active(anon):    1622708 kB
Inactive(anon):        0 kB
Active(file):     241884 kB
Inactive(file):   242332 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24000 kB
Writeback:             0 kB
AnonPages:       1607752 kB
Mapped:           122556 kB
Shmem:             18056 kB
KReclaimable:      84688 kB
Slab:             168384 kB
SReclaimable:      84688 kB
SUnreclaim:        83696 kB
KernelStack:        5248 kB
PageTables:         6852 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   12567464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1390592 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC020 at 2025-06-28 22:46:19