Trace number 4448102

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 2024 2024-07-07UNSAT cert. 142.558 141.935

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x40split.cnf-extracted.pb.metafix.opb
MD5SUM7b2bd6f9c4b35d9a7e05934ad0cefb7e
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.613139
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables401
Total number of constraints558
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)556
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.15	c See www.sat4j.org for details.
0.13/0.17	c version CUSTOM.v20240707
0.13/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.19	c java.vm.version	22.0.1+8-16
0.13/0.19	c java.vm.vendor	Oracle Corporation
0.13/0.19	c sun.arch.data.model	64
0.13/0.19	c java.version		22.0.1
0.13/0.19	c os.name		Linux
0.13/0.19	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.19	c os.arch		amd64
0.13/0.20	c Free memory 		2113181440
0.13/0.20	c Max memory 		16282288128
0.13/0.20	c Total memory 		2122317824
0.13/0.21	c Number of processors 	2
0.31/0.29	--- Begin Solver configuration ---
0.31/0.29	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.31/0.29	Learn all clauses as in MiniSAT
0.31/0.29	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.29	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.29	Expensive reason simplification
0.31/0.29	Glucose 2.1 dynamic restart strategy
0.31/0.29	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.31/0.29	timeout=2147483s
0.31/0.29	DB Simplification allowed=false
0.31/0.29	Listener: none
0.31/0.29	--- End Solver configuration ---
0.31/0.30	c Pseudo Boolean Optimization by upper bound
0.31/0.30	c --- Begin Solver configuration ---
0.31/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.31/0.30	c Learn all clauses as in MiniSAT
0.31/0.30	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.30	c Expensive reason simplification
0.31/0.30	c Glucose 2.1 dynamic restart strategy
0.31/0.30	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.31/0.30	c timeout=2147483s
0.31/0.30	c DB Simplification allowed=false
0.31/0.30	c Listener: none
0.31/0.30	c --- End Solver configuration ---
0.31/0.30	c solving HOME/instance-4448102-1721827567.opb
0.31/0.30	c reading problem ... 
0.46/4.48	c using VERIPB proof format
0.46/4.48	c  no objective function found
0.49/4.57	c ... done. Wall clock time 4.269s.
0.49/4.57	c declared #vars     401
0.49/4.57	c #constraints  558
0.49/4.57	c constraints type 
0.49/4.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.49/4.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 556
0.49/4.58	c 558 constraints processed.
2.01/5.39	c cleaning 2491 clauses out of 5001 with flag 25167/5001
3.20/5.95	c cleaning 4246 clauses out of 8510 with flag 55347/11001
3.99/6.37	c cleaning 5614 clauses out of 11265 with flag 89752/18002
4.57/6.65	c cleaning 6802 clauses out of 13650 with flag 129217/26001
4.97/6.88	c cleaning 7907 clauses out of 15848 with flag 174256/35001
5.33/7.10	c cleaning 8937 clauses out of 17940 with flag 228394/45000
5.90/7.34	c cleaning 9979 clauses out of 20003 with flag 291515/56000
6.26/7.62	c cleaning 10991 clauses out of 22025 with flag 361736/68001
6.55/7.95	c cleaning 11991 clauses out of 24033 with flag 437124/81000
6.86/8.28	c cleaning 13015 clauses out of 26042 with flag 516031/95000
7.27/8.69	c cleaning 13997 clauses out of 28029 with flag 604339/110002
7.98/9.15	c cleaning 15004 clauses out of 30031 with flag 697109/126001
8.77/9.63	c cleaning 15997 clauses out of 32027 with flag 794554/143001
9.42/10.16	c cleaning 17005 clauses out of 34030 with flag 894607/161001
10.17/10.75	c cleaning 18006 clauses out of 36025 with flag 999928/180001
10.88/11.41	c cleaning 18994 clauses out of 38020 with flag 1115954/200002
11.60/12.11	c cleaning 19997 clauses out of 40025 with flag 1231071/221001
12.29/12.89	c cleaning 20995 clauses out of 42027 with flag 1352842/243000
13.08/13.66	c cleaning 21995 clauses out of 44032 with flag 1475414/266000
13.88/14.48	c cleaning 23004 clauses out of 46037 with flag 1603235/290000
14.78/15.34	c cleaning 24009 clauses out of 48033 with flag 1735600/315000
15.68/16.26	c cleaning 24999 clauses out of 50024 with flag 1871898/341000
16.67/17.24	c cleaning 26004 clauses out of 52025 with flag 2013811/368000
17.77/18.35	c cleaning 27001 clauses out of 54022 with flag 2165264/396001
18.96/19.54	c cleaning 27992 clauses out of 56021 with flag 2317658/425001
20.26/20.87	c cleaning 28995 clauses out of 58029 with flag 2474725/455001
21.48/22.06	c cleaning 30007 clauses out of 60035 with flag 2631332/486002
22.67/23.29	c cleaning 31003 clauses out of 62026 with flag 2790953/518000
24.07/24.64	c cleaning 31993 clauses out of 64023 with flag 2952235/551000
25.49/26.04	c cleaning 33008 clauses out of 66031 with flag 3117793/585001
26.97/27.51	c cleaning 34001 clauses out of 68023 with flag 3288888/620001
28.63/29.35	c cleaning 34996 clauses out of 70021 with flag 3466419/656000
30.33/31.03	c cleaning 35998 clauses out of 72025 with flag 3645187/693000
32.12/32.85	c cleaning 37001 clauses out of 74028 with flag 3836256/731001
33.92/34.66	c cleaning 38001 clauses out of 76026 with flag 4019503/770000
35.62/36.39	c cleaning 38998 clauses out of 78026 with flag 4201750/810001
37.71/38.41	c cleaning 40007 clauses out of 80027 with flag 4392546/851000
39.66/40.44	c cleaning 41003 clauses out of 82020 with flag 4585271/893000
41.87/42.63	c cleaning 41996 clauses out of 84018 with flag 4775632/936001
44.06/44.89	c cleaning 43001 clauses out of 86022 with flag 4972052/980001
46.16/46.96	c cleaning 43998 clauses out of 88020 with flag 5162403/1025000
48.45/49.26	c cleaning 45002 clauses out of 90022 with flag 5356356/1071000
50.65/51.43	c cleaning 46000 clauses out of 92021 with flag 5549767/1118001
52.84/53.66	c cleaning 47003 clauses out of 94020 with flag 5746546/1166000
55.14/55.95	c cleaning 47998 clauses out of 96018 with flag 5946177/1215001
57.34/58.13	c cleaning 48996 clauses out of 98020 with flag 6148407/1265001
59.53/60.34	c cleaning 50007 clauses out of 100024 with flag 6355933/1316001
62.02/62.81	c cleaning 51001 clauses out of 102016 with flag 6562123/1368000
64.41/65.25	c cleaning 52002 clauses out of 104015 with flag 6773669/1421000
67.01/67.88	c cleaning 52996 clauses out of 106013 with flag 6992459/1475000
70.02/70.90	c cleaning 53999 clauses out of 108017 with flag 7219357/1530000
72.72/73.66	c cleaning 55001 clauses out of 110018 with flag 7443292/1586000
75.71/76.69	c cleaning 55999 clauses out of 112018 with flag 7679273/1643001
79.00/79.95	c cleaning 56999 clauses out of 114018 with flag 7923229/1701000
82.21/83.18	c cleaning 58005 clauses out of 116020 with flag 8172880/1760001
85.69/86.60	c cleaning 58997 clauses out of 118014 with flag 8431252/1820000
88.98/89.98	c cleaning 60000 clauses out of 120017 with flag 8682601/1881000
92.68/93.70	c cleaning 61003 clauses out of 122019 with flag 8946047/1943002
96.47/97.41	c cleaning 62000 clauses out of 124015 with flag 9206800/2006001
100.11/101.19	c cleaning 63000 clauses out of 126015 with flag 9471283/2070001
103.88/104.99	c cleaning 64000 clauses out of 128016 with flag 9740807/2135002
107.68/108.79	c cleaning 65002 clauses out of 130015 with flag 10012474/2201001
111.67/112.77	c cleaning 66001 clauses out of 132013 with flag 10280550/2268001
115.41/116.45	c cleaning 66998 clauses out of 134012 with flag 10542720/2336001
119.04/120.10	c cleaning 68000 clauses out of 136014 with flag 10812881/2405001
123.20/124.12	c cleaning 69002 clauses out of 138013 with flag 11097658/2475000
128.19/129.12	c cleaning 70003 clauses out of 140012 with flag 11403352/2546001
133.55/134.79	c cleaning 70998 clauses out of 142008 with flag 11723561/2618000
141.18/140.73	c cleaning 72003 clauses out of 144010 with flag 12055298/2691001
142.40/141.84	c starts		: 3855
142.40/141.85	c conflicts		: 2714293
142.40/141.85	c decisions		: 3613057
142.40/141.85	c propagations		: 21903346
142.40/141.85	c inspects		: 2431653077
142.40/141.85	c shortcuts		: 0
142.40/141.85	c learnt literals	: 13
142.40/141.85	c learnt binary clauses	: 73
142.40/141.85	c learnt ternary clauses	: 269
142.40/141.85	c learnt constraints	: 2714279
142.40/141.85	c ignored constraints	: 0
142.40/141.85	c root simplifications	: 0
142.40/141.85	c removed literals (reason simplification)	: 2346874
142.40/141.85	c reason swapping (by a shorter reason)	: 0
142.40/141.85	c Calls to reduceDB	: 69
142.40/141.85	c Number of update (reduction) of LBD	: 606857
142.40/141.85	c Imported unit clauses	: 0
142.40/141.85	c No decision after first conflict	: false
142.40/141.85	c number of reductions to clauses (during analyze)	: 0
142.40/141.85	c number of learned constraints concerned by reduction	: 0
142.40/141.85	c number of learning phase by resolution	: 0
142.40/141.85	c number of learning phase by cutting planes	: 0
142.40/141.85	c number of rounding to 1 operations	: 0
142.40/141.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
142.40/141.85	c number of reductions of the coefficients by power 2 	: 0
142.40/141.85	c number of right shift for reduction by power 2 	: 0
142.40/141.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
142.40/141.85	c number of ending skipping 	: 0
142.40/141.85	c number of internal skipping 	: 0
142.40/141.85	c number of derivation steps 	: 0
142.40/141.85	c number of skipped derivation steps 	: 0
142.40/141.85	c number of remaining unassigned 	: 0
142.40/141.85	c number of remaining assigned 	: 0
142.40/141.85	c number of falsified literals weakened from reason	: 0
142.40/141.85	c number of falsified literals weakened from conflict	: 0
142.40/141.85	c time for arithmetic operations	: 0
142.40/141.85	c minimum degree of deleted constraints	: null
142.40/141.85	c maximum degree of deleted constraints	: null
142.40/141.86	c number of deleted constraints	: 0
142.40/141.86	c speed (assignments/second)	: 159566.29367368942
142.40/141.86	c non guided choices	: 31241
142.40/141.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 95213
142.40/141.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 73
142.52/141.90	s UNSATISFIABLE
142.52/141.90	c Total wall clock time (in seconds): 141.597

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
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: 64059 MiB (5720 MiB free)
  memory of node 1: 64510 MiB (39382 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448102-1721827567/watcher-4448102-1721827567 -o /tmp/evaluation-result-4448102-1721827567/solver-4448102-1721827567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721820325-229063 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4448102-1721827567 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4448102-1721827567.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 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 4.18.0-301.1.el8.x86_64
Linux 4.18.0-301.1.el8.x
solver pid=233268, runsolver pid=233265
Current StackSize limit: 8192 KiB


[startup+0.100389 s]*
/proc/loadavg: 4.27 4.18 4.18 7/302 233300
/proc/meminfo: memFree=46142808/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=18975048 memory=57020 CPUtime=0.13 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 6363 0 0 0 10 3 0 0 20 0 18 0 18746224 19430449152 14255 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4743762 14255 5530 1 0 550820 0
[pid=233268/tid=233270] ppid=233265 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) R 233265 233268 229052 0 -1 4194368 5318 0 0 0 7 2 0 0 20 0 18 0 18746224 19430449152 14255 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=18975048 memory=948383 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746230 19430449152 14255 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=18975048 memory=16102571999764192 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746231 19430449152 14255 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57020 KiB

[startup+0.214262 s]*
/proc/loadavg: 4.27 4.18 4.18 5/301 233300
/proc/meminfo: memFree=46138252/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=18975048 memory=63972 CPUtime=0.31 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 7053 0 0 0 28 3 0 0 20 0 18 0 18746224 19430449152 15993 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4743762 15993 5538 1 0 551391 0
[pid=233268/tid=233270] ppid=233265 vsize=18975048 memory=8382148263413350531 CPUtime=0.19 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) R 233265 233268 229052 0 -1 4194368 5649 0 0 0 17 2 0 0 20 0 18 0 18746224 19430449152 15993 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=18975048 memory=948383 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746230 19430449152 15993 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=18975048 memory=16102571999764192 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746231 19430449152 15993 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63972 KiB

[startup+0.313587 s]*
/proc/loadavg: 4.25 4.18 4.18 4/301 233300
/proc/meminfo: memFree=46135052/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=18975048 memory=67648 CPUtime=0.46 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 7304 0 0 0 42 4 0 0 20 0 18 0 18746224 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4743762 16912 5693 1 0 551566 0
[pid=233268/tid=233270] ppid=233265 vsize=18975048 memory=6720668765731896683 CPUtime=0.27 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) D 233265 233268 229052 0 -1 1078198336 5807 0 0 0 24 3 0 0 20 0 18 0 18746224 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746230 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746231 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67648 KiB

[startup+0.700351 s]
/proc/loadavg: 4.25 4.18 4.18 4/301 233300
/proc/meminfo: memFree=46134360/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=18975048 memory=67648 CPUtime=0.46 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 7304 0 0 0 42 4 0 0 20 0 18 0 18746224 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4743762 16912 5693 1 0 551566 0
[pid=233268/tid=233270] ppid=233265 vsize=18975048 memory=5468 CPUtime=0.27 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) D 233265 233268 229052 0 -1 1078198336 5807 0 0 0 24 3 0 0 20 0 18 0 18746224 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=18975048 memory=11904 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746230 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=18975048 memory=5508 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746231 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67648 KiB

[startup+1.5004 s]
/proc/loadavg: 4.25 4.18 4.18 3/280 233303
/proc/meminfo: memFree=52799188/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=18975048 memory=67648 CPUtime=0.46 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 7304 0 0 0 42 4 0 0 20 0 18 0 18746224 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4743762 16912 5693 1 0 551566 0
[pid=233268/tid=233270] ppid=233265 vsize=18975048 memory=11904 CPUtime=0.27 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) D 233265 233268 229052 0 -1 1078198336 5807 0 0 0 24 3 0 0 20 0 18 0 18746224 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=18975048 memory=5508 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746230 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746231 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67648 KiB

[startup+3.1133 s]
/proc/loadavg: 4.25 4.18 4.18 3/275 233335
/proc/meminfo: memFree=52796028/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=18975048 memory=67648 CPUtime=0.46 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 7306 0 0 0 42 4 0 0 20 0 18 0 18746224 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4743762 16912 5693 1 0 551566 0
[pid=233268/tid=233270] ppid=233265 vsize=18975048 memory=0 CPUtime=0.27 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) D 233265 233268 229052 0 -1 1078198336 5807 0 0 0 24 3 0 0 20 0 18 0 18746224 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=18975048 memory=11904 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746230 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=18975048 memory=-8815629597583057596 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746231 19430449152 16912 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67648 KiB
heavy processes:

[startup+6.30639 s]
/proc/loadavg: 4.63 4.26 4.20 7/295 233447
/proc/meminfo: memFree=59057252/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=19108176 memory=182512 CPUtime=3.99 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 22301 0 0 0 388 11 0 0 20 0 20 0 18746224 19566772224 45628 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4777044 45628 5879 1 0 557174 0
[pid=233268/tid=233270] ppid=233265 vsize=19108176 memory=11904 CPUtime=1.96 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) R 233265 233268 229052 0 -1 4194368 7117 0 0 0 190 6 0 0 20 0 20 0 18746224 19566772224 45628 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=19108176 memory=71464 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746230 19566772224 45628 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18746231 19566772224 45628 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233352] ppid=233265 vsize=19108176 memory=-8815629597583057596 CPUtime=0 cores=4,6
/proc/233268/task/233352/stat : 233352 (Timer-0) S 233265 233268 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746682 19566772224 45628 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 3.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182512 KiB
heavy processes:

[startup+12.7264 s]
/proc/loadavg: 4.90 4.32 4.22 8/323 233694
/proc/meminfo: memFree=58082348/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=19108176 memory=604068 CPUtime=12.2 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 31858 0 0 0 1191 29 0 0 20 0 20 0 18746224 19566772224 151017 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4777044 151017 5895 1 0 557178 0
[pid=233268/tid=233270] ppid=233265 vsize=19108176 memory=-8815629597583057596 CPUtime=8.29 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) S 233265 233268 229052 0 -1 1077936192 8497 0 0 0 808 21 0 0 20 0 20 0 18746224 19566772224 151017 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=19108176 memory=323464 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746230 19566772224 151017 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=19108176 memory=468872 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18746231 19566772224 151017 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233352] ppid=233265 vsize=19108176 memory=71464 CPUtime=0 cores=4,6
/proc/233268/task/233352/stat : 233352 (Timer-0) S 233265 233268 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746682 19566772224 151017 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 12.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 604068 KiB

[startup+25.5005 s]
/proc/loadavg: 4.91 4.34 4.23 5/323 233695
/proc/meminfo: memFree=55103596/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=19108176 memory=917504 CPUtime=24.98 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 35493 0 0 0 2451 47 0 0 20 0 20 0 18746224 19566772224 229376 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4777044 229376 5910 1 0 557178 0
[pid=233268/tid=233270] ppid=233265 vsize=19108176 memory=468872 CPUtime=20.99 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) R 233265 233268 229052 0 -1 4194368 10031 0 0 0 2062 37 0 0 20 0 20 0 18746224 19566772224 229376 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=19108176 memory=11904 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746230 19566772224 229376 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=19108176 memory=911300 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18746231 19566772224 229376 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233352] ppid=233265 vsize=19108176 memory=11904 CPUtime=0 cores=4,6
/proc/233268/task/233352/stat : 233352 (Timer-0) S 233265 233268 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746682 19566772224 229376 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 24.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 917504 KiB

[startup+51.1134 s]
/proc/loadavg: 4.61 4.32 4.23 5/324 233701
/proc/meminfo: memFree=54064572/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=19108176 memory=1333256 CPUtime=50.35 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 40159 0 0 0 4961 74 0 0 20 0 20 0 18746224 19566772224 333314 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4777044 333314 5910 1 0 557178 0
[pid=233268/tid=233270] ppid=233265 vsize=19108176 memory=11904 CPUtime=46.26 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) R 233265 233268 229052 0 -1 4194368 12024 0 0 0 4563 63 0 0 20 0 20 0 18746224 19566772224 333314 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=19108176 memory=1333256 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746230 19566772224 333314 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=19108176 memory=1333256 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18746231 19566772224 333314 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233352] ppid=233265 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/233268/task/233352/stat : 233352 (Timer-0) S 233265 233268 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746682 19566772224 333314 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0

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

/proc/loadavg: 4.64 4.37 4.25 5/324 233779
/proc/meminfo: memFree=53652368/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=19108176 memory=1343644 CPUtime=101.39 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 46788 0 0 0 10032 107 0 0 20 0 20 0 18746224 19566772224 335911 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4777044 335911 5910 1 0 557194 0
[pid=233268/tid=233270] ppid=233265 vsize=19108176 memory=11904 CPUtime=96.94 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) R 233265 233268 229052 0 -1 4194368 14187 0 0 0 9603 91 0 0 20 0 20 0 18746224 19566772224 335911 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=19108176 memory=1343608 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746230 19566772224 335911 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=19108176 memory=917504 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 116 0 0 0 0 0 0 0 20 0 20 0 18746231 19566772224 335911 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233352] ppid=233265 vsize=19108176 memory=1343608 CPUtime=0 cores=4,6
/proc/233268/task/233352/stat : 233352 (Timer-0) S 233265 233268 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746682 19566772224 335911 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 101.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343644 KiB

[startup+128 s]*
/proc/loadavg: 4.56 4.37 4.25 5/324 233783
/proc/meminfo: memFree=53392732/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=19108176 memory=1343696 CPUtime=127.09 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 50316 0 0 0 12589 120 0 0 20 0 20 0 18746224 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4777044 335924 5910 1 0 557194 0
[pid=233268/tid=233270] ppid=233265 vsize=19108176 memory=2756 CPUtime=122.41 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) R 233265 233268 229052 0 -1 4194368 15336 0 0 0 12138 103 0 0 20 0 20 0 18746224 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=19108176 memory=4684 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746230 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=19108176 memory=1334588 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 190 0 0 0 0 0 0 0 20 0 20 0 18746231 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233352] ppid=233265 vsize=19108176 memory=-9176193545191269052 CPUtime=0 cores=4,6
/proc/233268/task/233352/stat : 233352 (Timer-0) S 233265 233268 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746682 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 127.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343696 KiB

[startup+134.4 s]
/proc/loadavg: 4.52 4.36 4.25 5/324 233783
/proc/meminfo: memFree=53344500/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=19108176 memory=1343696 CPUtime=133.25 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 51370 0 0 0 13201 124 0 0 20 0 20 0 18746224 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4777044 335924 5910 1 0 557194 0
[pid=233268/tid=233270] ppid=233265 vsize=19108176 memory=11644 CPUtime=128.5 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) R 233265 233268 229052 0 -1 4194368 15381 0 0 0 12744 106 0 0 20 0 20 0 18746224 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=19108176 memory=1343696 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746230 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=19108176 memory=1992 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 190 0 0 0 0 0 0 0 20 0 20 0 18746231 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233352] ppid=233265 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/233268/task/233352/stat : 233352 (Timer-0) S 233265 233268 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746682 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 133.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343696 KiB

[startup+137.6 s]
/proc/loadavg: 4.63 4.39 4.26 5/326 233956
/proc/meminfo: memFree=53321852/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=19108176 memory=1343696 CPUtime=136.45 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 51370 0 0 0 13519 126 0 0 20 0 20 0 18746224 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4777044 335924 5910 1 0 557194 0
[pid=233268/tid=233270] ppid=233265 vsize=19108176 memory=0 CPUtime=131.7 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) R 233265 233268 229052 0 -1 4194368 15381 0 0 0 13062 108 0 0 20 0 20 0 18746224 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=19108176 memory=1343696 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746230 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 190 0 0 0 0 0 0 0 20 0 20 0 18746231 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233352] ppid=233265 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/233268/task/233352/stat : 233352 (Timer-0) S 233265 233268 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746682 19566772224 335924 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 136.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343696 KiB

[startup+139.2 s]
/proc/loadavg: 4.63 4.39 4.26 5/326 233956
/proc/meminfo: memFree=53305800/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=19108176 memory=1343744 CPUtime=138.59 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 54419 0 0 0 13732 127 0 0 20 0 20 0 18746224 19566772224 335936 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4777044 335936 5910 1 0 557198 0
[pid=233268/tid=233270] ppid=233265 vsize=19108176 memory=71464 CPUtime=133.29 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) R 233265 233268 229052 0 -1 4194368 16056 0 0 0 13221 108 0 0 20 0 20 0 18746224 19566772224 335936 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746230 19566772224 335936 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=19108176 memory=71464 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 190 0 0 0 0 0 0 0 20 0 20 0 18746231 19566772224 335936 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233352] ppid=233265 vsize=19108176 memory=11904 CPUtime=0 cores=4,6
/proc/233268/task/233352/stat : 233352 (Timer-0) S 233265 233268 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746682 19566772224 335936 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 138.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343744 KiB

[startup+140.8 s]
/proc/loadavg: 4.63 4.39 4.26 6/326 233956
/proc/meminfo: memFree=53297616/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=19108176 memory=1343708 CPUtime=141.28 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 56593 0 0 0 14000 128 0 0 20 0 20 0 18746224 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4777044 335927 5910 1 0 557198 0
[pid=233268/tid=233270] ppid=233265 vsize=19108176 memory=71464 CPUtime=134.89 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) R 233265 233268 229052 0 -1 4194368 16260 0 0 0 13380 109 0 0 20 0 20 0 18746224 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746230 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 190 0 0 0 0 0 0 0 20 0 20 0 18746231 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233352] ppid=233265 vsize=19108176 memory=1343696 CPUtime=0 cores=4,6
/proc/233268/task/233352/stat : 233352 (Timer-0) S 233265 233268 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746682 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 141.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343708 KiB

[startup+141.6 s]
/proc/loadavg: 4.66 4.40 4.26 5/326 233956
/proc/meminfo: memFree=53291944/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=19108176 memory=1343708 CPUtime=142.2 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 56631 0 0 0 14091 129 0 0 20 0 20 0 18746224 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4777044 335927 5910 1 0 557198 0
[pid=233268/tid=233270] ppid=233265 vsize=19108176 memory=71464 CPUtime=135.69 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) R 233265 233268 229052 0 -1 4194368 16291 0 0 0 13459 110 0 0 20 0 20 0 18746224 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=19108176 memory=11904 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746230 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 190 0 0 0 0 0 0 0 20 0 20 0 18746231 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233352] ppid=233265 vsize=19108176 memory=16192 CPUtime=0 cores=4,6
/proc/233268/task/233352/stat : 233352 (Timer-0) S 233265 233268 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746682 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 142.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343708 KiB

[startup+141.8 s]
/proc/loadavg: 4.66 4.40 4.26 5/326 233956
/proc/meminfo: memFree=53291944/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=19108176 memory=1343708 CPUtime=142.4 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 56636 0 0 0 14111 129 0 0 20 0 20 0 18746224 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4777044 335927 5910 1 0 557198 0
[pid=233268/tid=233270] ppid=233265 vsize=19108176 memory=-8815629597583057596 CPUtime=135.89 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) R 233265 233268 229052 0 -1 4194368 16296 0 0 0 13479 110 0 0 20 0 20 0 18746224 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=19108176 memory=5508 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746230 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=19108176 memory=32172 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 190 0 0 0 0 0 0 0 20 0 20 0 18746231 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233352] ppid=233265 vsize=19108176 memory=18996 CPUtime=0 cores=4,6
/proc/233268/task/233352/stat : 233352 (Timer-0) S 233265 233268 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746682 19566772224 335927 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 142.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343708 KiB

[startup+141.9 s]
/proc/loadavg: 4.66 4.40 4.26 5/326 233956
/proc/meminfo: memFree=53291944/131655788 swapFree=131065036/131071996
[pid=233268] ppid=233265 vsize=19241304 memory=1344116 CPUtime=142.52 cores=4,6
/proc/233268/stat : 233268 (java) S 233265 233268 229052 0 -1 1077936128 57629 0 0 0 14123 129 0 0 20 0 20 0 18746224 19703095296 336029 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
/proc/233268/statm: 4810326 336029 5907 1 0 557816 0
[pid=233268/tid=233270] ppid=233265 vsize=19241304 memory=100 CPUtime=135.9 cores=4,6
/proc/233268/task/233270/stat : 233270 (java) S 233265 233268 229052 0 -1 1077936192 16885 0 0 0 13480 110 0 0 20 0 20 0 18746224 19703095296 336029 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 59 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233283] ppid=233265 vsize=19241304 memory=1343696 CPUtime=0 cores=4,6
/proc/233268/task/233283/stat : 233283 (Finalizer) S 233265 233268 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746230 19703095296 336029 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
[pid=233268/tid=233296] ppid=233265 vsize=19241304 memory=2204 CPUtime=0 cores=4,6
/proc/233268/task/233296/stat : 233296 (Common-Cleaner) S 233265 233268 229052 0 -1 1077936192 190 0 0 0 0 0 0 0 20 0 20 0 18746231 19703095296 336029 134679101440 94350348652544 94350348656240 140726910041664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94350348664056 94350348664848 94350367219712 140726910047147 140726910047329 140726910047329 140726910054344 0
Current children cumulated CPU time: 142.52 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1344116 KiB

Child status: 20

Real time (s): 141.935
CPU time (s): 142.558
CPU user time (s): 141.254
CPU system time (s): 1.30423
CPU usage (%): 100.439
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1346248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.254
system time used= 1.30423
maximum resident set size= 1347248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57732
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5700
involuntary context switches= 673


# summary of solver processes directly reported to runsolver:
#   pid: 233268
#   total CPU time (s): 142.558
#   total CPU user time (s): 141.254
#   total CPU system time (s): 1.30423

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.864397 second user time and 1.46957 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-24 15:26:07
IDJOB=4448102
IDBENCH=160362
IDSOLVER=3079
FILE ID=nodeC010/4448102-1721827567
RUNJOBID= nodeC010-1721820325-229063
SLURM_JOB_ID= 7891462
Free space on /tmp= 723688 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x40split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448102-1721827567/watcher-4448102-1721827567 -o /tmp/evaluation-result-4448102-1721827567/solver-4448102-1721827567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721820325-229063 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4448102-1721827567 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4448102-1721827567.opb

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

MD5SUM BENCH= 7b2bd6f9c4b35d9a7e05934ad0cefb7e
RANDOM SEED=390095140

nodeC010.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3656.215
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3587.807
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.310
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1296.956
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.206
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3600.959
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.207
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.306
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        46186316 kB
MemAvailable:   117275856 kB
Buffers:          253072 kB
Cached:         71158796 kB
SwapCached:         3992 kB
Active:          2326068 kB
Inactive:       81882572 kB
Active(anon):       1628 kB
Inactive(anon): 12848732 kB
Active(file):    2324440 kB
Inactive(file): 69033840 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131065036 kB
Dirty:              4564 kB
Writeback:             0 kB
AnonPages:      12792940 kB
Mapped:           121576 kB
Shmem:             53752 kB
KReclaimable:     793004 kB
Slab:             915968 kB
SReclaimable:     793004 kB
SUnreclaim:       122964 kB
KernelStack:        4644 kB
PageTables:        34948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   19967152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18880 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12046336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      412488 kB
DirectMap2M:    54018048 kB
DirectMap1G:    81788928 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC010 at 2024-07-24 15:28:29