Trace number 4456179

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 Partial RoundingSAT 2024 2024-07-12OPTIMUM 2798.15 2791.92

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218955--soft-0-100-0.wbo
MD5SUM08c36baecafc06c82dd9dd4b73b5d103
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.43457
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1202
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.14/0.12	c version CUSTOM.v20240707
0.14/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.13	c java.vm.version	22.0.1+8-16
0.14/0.13	c java.vm.vendor	Oracle Corporation
0.14/0.13	c sun.arch.data.model	64
0.14/0.13	c java.version		22.0.1
0.14/0.13	c os.name		Linux
0.14/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.13	c os.arch		amd64
0.14/0.13	c Free memory 		2113181440
0.14/0.13	c Max memory 		16282288128
0.14/0.13	c Total memory 		2122317824
0.14/0.14	c Number of processors 	2
0.14/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.22	 - never skip resolution steps
0.14/0.22	 - Auto-division on coefficients is disabled
0.14/0.22	 - No postprocessing
0.14/0.22	 - Conflict is considered as is when resolving
0.14/0.22	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.22	 - Weaken first using unassigned literals
0.14/0.22	 - Bump strategy: ALWAYS_ONE
0.14/0.22	 - Bumper: ASSIGNED
0.14/0.22	--- Begin Solver configuration ---
0.14/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.22	Learn all clauses as in MiniSAT
0.14/0.22	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.22	No reason simplification
0.14/0.22	Armin Biere (Picosat) restarts strategy
0.14/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.22	timeout=2147483s
0.14/0.22	DB Simplification allowed=false
0.14/0.22	Listener: none
0.14/0.22	--- End Solver configuration ---
0.14/0.22	c Pseudo Boolean Optimization by upper bound
0.14/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.22	c  - never skip resolution steps
0.14/0.22	c  - Auto-division on coefficients is disabled
0.14/0.22	c  - No postprocessing
0.14/0.22	c  - Conflict is considered as is when resolving
0.14/0.22	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.22	c  - Weaken first using unassigned literals
0.14/0.22	c  - Bump strategy: ALWAYS_ONE
0.14/0.22	c  - Bumper: ASSIGNED
0.14/0.22	c --- Begin Solver configuration ---
0.14/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.22	c Learn all clauses as in MiniSAT
0.14/0.22	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.22	c No reason simplification
0.14/0.22	c Armin Biere (Picosat) restarts strategy
0.14/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.22	c timeout=2147483s
0.14/0.22	c DB Simplification allowed=false
0.14/0.22	c Listener: none
0.14/0.22	c --- End Solver configuration ---
0.14/0.22	c solving HOME/instance-4456179-1721718692.wbo
0.14/0.22	c reading problem ... 
0.34/0.27	c ... done. Wall clock time 0.043s.
0.34/0.27	c declared #vars     169
0.34/0.27	c internal #vars     270
0.34/0.27	c #constraints  102
0.34/0.27	c constraints type 
0.34/0.27	c org.sat4j.specs.Constr$1 => 1
0.34/0.27	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 71
0.34/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.34/0.27	c 102 constraints processed.
0.34/0.28	c objective function length is 101 literals
0.88/0.61	c SATISFIABLE
0.88/0.61	c OPTIMIZING...
0.88/0.61	c Got one! Elapsed wall clock time (in seconds):0.387
0.88/0.61	o 4123
1.42/0.88	c Got one! Elapsed wall clock time (in seconds):0.655
1.42/0.88	o 4038
2.40/1.33	c Got one! Elapsed wall clock time (in seconds):1.101
2.40/1.33	o 4026
3.00/1.70	c Got one! Elapsed wall clock time (in seconds):1.476
3.00/1.70	o 4022
4.30/2.35	c Got one! Elapsed wall clock time (in seconds):2.134
4.30/2.35	o 4015
6.27/3.89	c Got one! Elapsed wall clock time (in seconds):3.666
6.27/3.89	o 4012
7.51/4.86	c Got one! Elapsed wall clock time (in seconds):4.644
7.51/4.86	o 3997
9.66/6.98	c Got one! Elapsed wall clock time (in seconds):6.763
9.66/6.98	o 3985
12.59/9.85	c Got one! Elapsed wall clock time (in seconds):9.63
12.59/9.85	o 3984
17.79/14.94	c Got one! Elapsed wall clock time (in seconds):14.726
17.79/14.95	o 3976
19.95/16.82	c Got one! Elapsed wall clock time (in seconds):16.598
19.95/16.82	o 3974
23.26/20.17	c Got one! Elapsed wall clock time (in seconds):19.951
23.26/20.17	o 3970
29.37/26.24	c Got one! Elapsed wall clock time (in seconds):26.025
29.37/26.24	o 3963
39.56/36.46	c Got one! Elapsed wall clock time (in seconds):36.24
39.56/36.46	o 3962
56.45/53.34	c Got one! Elapsed wall clock time (in seconds):53.122
56.45/53.34	o 3958
62.05/58.97	c Got one! Elapsed wall clock time (in seconds):58.754
62.05/58.97	o 3955
69.03/65.90	c Got one! Elapsed wall clock time (in seconds):65.679
69.03/65.90	o 3952
79.23/76.11	c Got one! Elapsed wall clock time (in seconds):75.893
79.23/76.11	o 3948
97.99/94.92	c Got one! Elapsed wall clock time (in seconds):94.702
97.99/94.92	o 3938
126.24/123.18	c Got one! Elapsed wall clock time (in seconds):122.959
126.24/123.18	o 3932
167.67/164.41	c Got one! Elapsed wall clock time (in seconds):164.184
167.67/164.41	o 3931
177.69/174.41	c Got one! Elapsed wall clock time (in seconds):174.194
177.69/174.41	o 3926
189.57/186.39	c Got one! Elapsed wall clock time (in seconds):186.172
189.57/186.39	o 3925
205.65/202.48	c Got one! Elapsed wall clock time (in seconds):202.259
205.65/202.48	o 3922
229.88/226.56	c Got one! Elapsed wall clock time (in seconds):226.341
229.88/226.56	o 3917
278.88/275.59	c Got one! Elapsed wall clock time (in seconds):275.367
278.88/275.59	o 3916
355.23/351.98	c Got one! Elapsed wall clock time (in seconds):351.755
355.23/351.98	o 3912
493.35/490.03	c Got one! Elapsed wall clock time (in seconds):489.813
493.35/490.03	o 3911
502.73/499.47	c Got one! Elapsed wall clock time (in seconds):499.253
502.73/499.47	o 3910
514.12/510.82	c Got one! Elapsed wall clock time (in seconds):510.602
514.12/510.82	o 3906
540.37/537.09	c Got one! Elapsed wall clock time (in seconds):536.87
540.37/537.09	o 3902
587.72/584.33	c Got one! Elapsed wall clock time (in seconds):584.11
587.72/584.33	o 3899
650.52/647.18	c Got one! Elapsed wall clock time (in seconds):646.964
650.52/647.18	o 3898
758.93/755.62	c Got one! Elapsed wall clock time (in seconds):755.397
758.93/755.62	o 3894
932.93/929.73	c Got one! Elapsed wall clock time (in seconds):929.509
932.93/929.73	o 3893
1232.44/1229.46	c Got one! Elapsed wall clock time (in seconds):1229.238
1232.44/1229.46	o 3889
1252.14/1249.18	c Got one! Elapsed wall clock time (in seconds):1248.965
1252.14/1249.18	o 3886
1284.93/1281.97	c Got one! Elapsed wall clock time (in seconds):1281.754
1284.93/1281.97	o 3882
1323.83/1320.83	c Got one! Elapsed wall clock time (in seconds):1320.616
1323.83/1320.84	o 3881
1384.88/1381.99	c Got one! Elapsed wall clock time (in seconds):1381.768
1384.88/1381.99	o 3878
1487.32/1484.45	c Got one! Elapsed wall clock time (in seconds):1484.229
1487.32/1484.45	o 3875
1653.38/1650.51	c Got one! Elapsed wall clock time (in seconds):1650.293
1653.38/1650.51	o 3874
1914.50/1911.78	c Got one! Elapsed wall clock time (in seconds):1911.562
1914.50/1911.78	o 3873
2157.18/2153.96	c cleaning 8698 clauses out of 17423 with flag 0/17423
2206.64/2203.39	c Got one! Elapsed wall clock time (in seconds):2203.17
2206.64/2203.39	o 3872
2288.29/2284.29	c Got one! Elapsed wall clock time (in seconds):2284.071
2288.29/2284.29	o 22
2597.94/2592.99	c cleaning 7228 clauses out of 14472 with flag 0/23170
2694.37/2688.98	c Got one! Elapsed wall clock time (in seconds):2688.761
2694.37/2688.98	o 9
2790.44/2784.36	c cleaning 6356 clauses out of 12721 with flag 0/28647
2798.01/2791.87	c starts		: 99
2798.01/2791.88	c conflicts		: 28954
2798.01/2791.88	c decisions		: 111849
2798.01/2791.88	c propagations		: 835415
2798.01/2791.88	c inspects		: 708745613
2798.01/2791.88	c shortcuts		: 0
2798.01/2791.88	c learnt literals	: 0
2798.01/2791.88	c learnt binary clauses	: 0
2798.01/2791.88	c learnt ternary clauses	: 0
2798.01/2791.88	c learnt constraints	: 28953
2798.01/2791.88	c ignored constraints	: 0
2798.01/2791.88	c root simplifications	: 0
2798.01/2791.88	c removed literals (reason simplification)	: 0
2798.01/2791.88	c reason swapping (by a shorter reason)	: 0
2798.01/2791.88	c Calls to reduceDB	: 3
2798.01/2791.88	c Number of update (reduction) of LBD	: 0
2798.01/2791.88	c Imported unit clauses	: 0
2798.01/2791.88	c No decision after first conflict	: false
2798.01/2791.88	c number of reductions to clauses (during analyze)	: 0
2798.01/2791.88	c number of learned constraints concerned by reduction	: 0
2798.01/2791.88	c number of learning phase by resolution	: 0
2798.01/2791.88	c number of learning phase by cutting planes	: 0
2798.01/2791.88	c number of rounding to 1 operations	: 137768
2798.01/2791.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2798.01/2791.88	c number of reductions of the coefficients by power 2 	: 0
2798.01/2791.88	c number of right shift for reduction by power 2 	: 0
2798.01/2791.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
2798.01/2791.88	c number of ending skipping 	: 0
2798.01/2791.88	c number of internal skipping 	: 0
2798.01/2791.88	c number of derivation steps 	: 195779
2798.01/2791.88	c number of skipped derivation steps 	: 0
2798.01/2791.88	c number of remaining unassigned 	: 39914
2798.01/2791.88	c number of remaining assigned 	: 6243063
2798.01/2791.88	c number of falsified literals weakened from reason	: 0
2798.01/2791.88	c number of falsified literals weakened from conflict	: 0
2798.01/2791.88	c time for arithmetic operations	: 495942508
2798.01/2791.89	c minimum degree of deleted constraints	: 32
2798.01/2791.89	c maximum degree of deleted constraints	: 34312864
2798.01/2791.89	c number of deleted constraints	: 22282
2798.01/2791.89	c speed (assignments/second)	: 299.2596376422747
2798.01/2791.89	c non guided choices	: 1139
2798.01/2791.89	s OPTIMUM FOUND
2798.01/2791.89	c Found 46 solution(s)
2798.01/2791.89	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
2798.01/2791.89	c objective function=9
2798.01/2791.89	c Total wall clock time (in seconds): 2791.675

Verifier Data

OK	9

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 (54033 MiB free)
  memory of node 1: 64510 MiB (58504 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456179-1721718692/watcher-4456179-1721718692 -o /tmp/evaluation-result-4456179-1721718692/solver-4456179-1721718692 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721717807-78853 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456179-1721718692.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=80578, runsolver pid=80575

[startup+0.105583 s]*
/proc/loadavg: 4.35 4.10 3.40 7/314 80596
/proc/meminfo: memFree=115203644/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=18993908 memory=57412 CPUtime=0.14 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 6713 0 0 0 11 3 0 0 20 0 18 0 7858651 19449761792 14353 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4748477 14353 5793 1 0 550965 0
[pid=80578/tid=80580] ppid=80575 vsize=18993908 memory=4026561586 CPUtime=0.1 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 5617 0 0 0 8 2 0 0 20 0 18 0 7858651 19449761792 14353 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=18993908 memory=232851243367 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7858654 19449761792 14353 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=18993908 memory=3618136736603112172 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7858655 19449761792 14353 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 57412 KiB

[startup+0.215784 s]*
/proc/loadavg: 4.35 4.10 3.40 7/314 80596
/proc/meminfo: memFree=115193468/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=18993908 memory=69932 CPUtime=0.34 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 7672 0 0 0 31 3 0 0 20 0 18 0 7858651 19449761792 17483 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4748477 17483 5953 1 0 551786 0
[pid=80578/tid=80580] ppid=80575 vsize=18993908 memory=664970838410264707 CPUtime=0.2 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 6129 0 0 0 18 2 0 0 20 0 18 0 7858651 19449761792 17483 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=18993908 memory=1646 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7858654 19449761792 17483 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7858655 19449761792 17483 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 69932 KiB

[startup+0.319788 s]*
/proc/loadavg: 4.35 4.10 3.40 7/315 80597
/proc/meminfo: memFree=115188132/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19060472 memory=75580 CPUtime=0.52 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 7891 0 0 0 49 3 0 0 20 0 19 0 7858651 19517923328 18895 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4765118 18895 6088 1 0 552183 0
[pid=80578/tid=80580] ppid=80575 vsize=19060472 memory=-6000919485557861479 CPUtime=0.29 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 6263 0 0 0 27 2 0 0 20 0 19 0 7858651 19517923328 18895 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7858654 19517923328 18895 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 7858655 19517923328 18895 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 7858679 19517923328 18895 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 75580 KiB

[startup+0.703822 s]
/proc/loadavg: 4.35 4.10 3.40 8/315 80597
/proc/meminfo: memFree=115168180/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19060472 memory=116544 CPUtime=1.23 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 13887 0 0 0 118 5 0 0 20 0 19 0 7858651 19517923328 29136 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4765118 29136 6088 1 0 556195 0
[pid=80578/tid=80580] ppid=80575 vsize=19060472 memory=12240 CPUtime=0.53 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 6293 0 0 0 51 2 0 0 20 0 19 0 7858651 19517923328 29136 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19060472 memory=12240 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7858654 19517923328 29136 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19060472 memory=115332 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 7858655 19517923328 29136 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19060472 memory=1896 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 7858679 19517923328 29136 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 116544 KiB

[startup+1.50078 s]
/proc/loadavg: 4.35 4.10 3.40 6/315 80597
/proc/meminfo: memFree=115100832/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=183872 CPUtime=2.8 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 21306 0 0 0 273 7 0 0 20 0 20 0 7858651 19586084864 45968 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 45968 6088 1 0 557643 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=12240 CPUtime=1.27 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 6923 0 0 0 124 3 0 0 20 0 20 0 7858651 19586084864 45968 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7858654 19586084864 45968 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7858655 19586084864 45968 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19127036 memory=65 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7858679 19586084864 45968 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 183872 KiB

[startup+3.10578 s]
/proc/loadavg: 4.35 4.10 3.40 5/316 80598
/proc/meminfo: memFree=115022992/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=258596 CPUtime=5.5 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 23586 0 0 0 541 9 0 0 20 0 20 0 7858651 19586084864 64649 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 64649 6136 1 0 557664 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=0 CPUtime=2.84 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 7436 0 0 0 279 5 0 0 20 0 20 0 7858651 19586084864 64649 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7858654 19586084864 64649 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19127036 memory=184232 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7858655 19586084864 64649 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19127036 memory=12240 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7858679 19586084864 64649 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 258596 KiB

[startup+6.30046 s]
/proc/loadavg: 4.40 4.11 3.41 5/316 80598
/proc/meminfo: memFree=114725404/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=571764 CPUtime=9.05 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 24095 0 0 0 890 15 0 0 20 0 20 0 7858651 19586084864 142941 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 142941 6136 1 0 557665 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=12240 CPUtime=6 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 7864 0 0 0 589 11 0 0 20 0 20 0 7858651 19586084864 142941 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7858654 19586084864 142941 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7858655 19586084864 142941 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19127036 memory=8110268427993965960 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7858679 19586084864 142941 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 9.05 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 571764 KiB

[startup+12.7005 s]
/proc/loadavg: 4.45 4.13 3.42 5/316 80600
/proc/meminfo: memFree=114587880/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=672324 CPUtime=15.59 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 28621 0 0 0 1541 18 0 0 20 0 20 0 7858651 19586084864 168081 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 168081 6136 1 0 557665 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=0 CPUtime=12.32 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 9310 0 0 0 1219 13 0 0 20 0 20 0 7858651 19586084864 168081 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7858654 19586084864 168081 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19127036 memory=672312 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7858655 19586084864 168081 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19127036 memory=12240 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7858679 19586084864 168081 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 15.59 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 672324 KiB

[startup+25.5005 s]
/proc/loadavg: 4.43 4.14 3.43 5/316 80601
/proc/meminfo: memFree=113920012/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=1338268 CPUtime=28.67 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 37184 0 0 0 2834 33 0 0 20 0 20 0 7858651 19586084864 334567 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 334567 6136 1 0 557665 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=672312 CPUtime=24.98 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 12021 0 0 0 2472 26 0 0 20 0 20 0 7858651 19586084864 334567 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=1338268 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7858654 19586084864 334567 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19127036 memory=5356 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7858655 19586084864 334567 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19127036 memory=926576 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7858679 19586084864 334567 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 28.67 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1338268 KiB

[startup+51.1134 s]
/proc/loadavg: 4.35 4.14 3.45 5/316 80606
/proc/meminfo: memFree=113853496/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=1350608 CPUtime=54.27 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 42670 0 0 0 5390 37 0 0 20 0 20 0 7858651 19586084864 337652 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 337652 6136 1 0 557665 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=1342416 CPUtime=50.3 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 14845 0 0 0 5003 27 0 0 20 0 20 0 7858651 19586084864 337652 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=-6000919485557861479 CPUtime=0 cores=5,7

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

/proc/loadavg: 4.57 4.40 4.27 6/318 82093
/proc/meminfo: memFree=109616944/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=2125628 CPUtime=2770.35 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 196998 0 0 0 276761 274 0 0 20 0 20 0 7858651 19586084864 531407 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 531407 6151 1 0 666011 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=17912 CPUtime=2739.74 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 79607 0 0 0 273916 58 0 0 20 0 20 0 7858651 19586084864 531407 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=31864 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7858654 19586084864 531407 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19127036 memory=31864 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 2699 0 0 0 0 0 0 0 20 0 20 0 7858655 19586084864 531407 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19127036 memory=1671320 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7858679 19586084864 531407 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 2770.35 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2125628 KiB

[startup+2777.6 s]
/proc/loadavg: 4.44 4.38 4.27 5/317 82094
/proc/meminfo: memFree=109621808/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=2127676 CPUtime=2783.15 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 197040 0 0 0 278039 276 0 0 20 0 20 0 7858651 19586084864 531919 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 531919 6151 1 0 666011 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=2127676 CPUtime=2752.39 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 79635 0 0 0 275180 59 0 0 20 0 20 0 7858651 19586084864 531919 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=2125628 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7858654 19586084864 531919 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19127036 memory=6009582443234349929 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 2699 0 0 0 0 0 0 0 20 0 20 0 7858655 19586084864 531919 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19127036 memory=1896 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7858679 19586084864 531919 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 2783.15 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2127676 KiB

[startup+2784 s]*
/proc/loadavg: 4.40 4.38 4.26 5/317 82096
/proc/meminfo: memFree=109611452/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=2138056 CPUtime=2790.16 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 205562 0 0 0 278737 279 0 0 20 0 20 0 7858651 19586084864 534514 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 534514 6151 1 0 666807 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=-6000919485557861479 CPUtime=2758.79 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 79935 0 0 0 275820 59 0 0 20 0 20 0 7858651 19586084864 534514 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=4569630391656935069 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7858654 19586084864 534514 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19127036 memory=19528 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 2699 0 0 0 0 0 0 0 20 0 20 0 7858655 19586084864 534514 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19127036 memory=6992 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7858679 19586084864 534514 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 2790.16 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2138056 KiB

[startup+2787.2 s]
/proc/loadavg: 4.37 4.37 4.26 5/317 82096
/proc/meminfo: memFree=109611456/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=2127836 CPUtime=2793.37 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 205859 0 0 0 279057 280 0 0 20 0 20 0 7858651 19586084864 531959 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 531959 6151 1 0 666807 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=2138100 CPUtime=2761.86 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 80217 0 0 0 276127 59 0 0 20 0 20 0 7858651 19586084864 531959 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=12252 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7858654 19586084864 531959 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19127036 memory=31864 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 2699 0 0 0 0 0 0 0 20 0 20 0 7858655 19586084864 531959 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19127036 memory=2127676 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7858679 19586084864 531959 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 2793.37 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2127836 KiB

[startup+2790.4 s]
/proc/loadavg: 4.34 4.36 4.26 5/319 82267
/proc/meminfo: memFree=109620756/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=2127836 CPUtime=2796.59 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 206034 0 0 0 279379 280 0 0 20 0 20 0 7858651 19586084864 531959 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 531959 6151 1 0 666807 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=19856 CPUtime=2765.06 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 80388 0 0 0 276447 59 0 0 20 0 20 0 7858651 19586084864 531959 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=17912 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7858654 19586084864 531959 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19127036 memory=31864 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 2699 0 0 0 0 0 0 0 20 0 20 0 7858655 19586084864 531959 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19127036 memory=12252 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7858679 19586084864 531959 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 2796.59 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2127836 KiB

[startup+2791.2 s]
/proc/loadavg: 4.34 4.36 4.26 5/319 82267
/proc/meminfo: memFree=109618732/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=2129884 CPUtime=2797.41 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 206045 0 0 0 279461 280 0 0 20 0 20 0 7858651 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 532471 6151 1 0 666807 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=31864 CPUtime=2765.82 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 80388 0 0 0 276523 59 0 0 20 0 20 0 7858651 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=26144 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7858654 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19127036 memory=2125628 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 2699 0 0 0 0 0 0 0 20 0 20 0 7858655 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19127036 memory=2129884 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7858679 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 2797.41 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2129884 KiB

[startup+2791.6 s]
/proc/loadavg: 4.34 4.36 4.26 5/319 82267
/proc/meminfo: memFree=109618732/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=2129884 CPUtime=2797.81 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 206080 0 0 0 279501 280 0 0 20 0 20 0 7858651 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 532471 6151 1 0 666807 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=17912 CPUtime=2766.22 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 80412 0 0 0 276563 59 0 0 20 0 20 0 7858651 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=1896 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7858654 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19127036 memory=19856 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 2699 0 0 0 0 0 0 0 20 0 20 0 7858655 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19127036 memory=12240 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7858679 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 2797.81 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2129884 KiB

[startup+2791.8 s]
/proc/loadavg: 4.34 4.36 4.26 5/319 82267
/proc/meminfo: memFree=109618732/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19127036 memory=2129884 CPUtime=2798.01 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 206080 0 0 0 279521 280 0 0 20 0 20 0 7858651 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4781759 532471 6151 1 0 666807 0
[pid=80578/tid=80580] ppid=80575 vsize=19127036 memory=26144 CPUtime=2766.42 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) R 80575 80578 78839 0 -1 4194368 80412 0 0 0 276583 59 0 0 20 0 20 0 7858651 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19127036 memory=37816 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7858654 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19127036 memory=21320 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 2699 0 0 0 0 0 0 0 20 0 20 0 7858655 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80597] ppid=80575 vsize=19127036 memory=2252 CPUtime=0 cores=5,7
/proc/80578/task/80597/stat : 80597 (Timer-0) S 80575 80578 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7858679 19586084864 532471 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 2798.01 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2129884 KiB

[startup+2791.9 s]
/proc/loadavg: 4.34 4.36 4.26 5/319 82267
/proc/meminfo: memFree=109618732/131655788 swapFree=131071996/131071996
[pid=80578] ppid=80575 vsize=19260164 memory=2130472 CPUtime=2798.13 cores=5,7
/proc/80578/stat : 80578 (java) S 80575 80578 78839 0 -1 1077936128 208262 0 0 0 279533 280 0 0 20 0 19 0 7858651 19722407936 532618 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
/proc/80578/statm: 4815041 532618 6150 1 0 667496 0
[pid=80578/tid=80580] ppid=80575 vsize=19260164 memory=12252 CPUtime=2766.49 cores=5,7
/proc/80578/task/80580/stat : 80580 (java) S 80575 80578 78839 0 -1 1077936192 81656 0 0 0 276590 59 0 0 20 0 19 0 7858651 19722407936 532618 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80589] ppid=80575 vsize=19260164 memory=2127676 CPUtime=0 cores=5,7
/proc/80578/task/80589/stat : 80589 (Finalizer) S 80575 80578 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7858654 19722407936 532618 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
[pid=80578/tid=80596] ppid=80575 vsize=19260164 memory=2138100 CPUtime=0 cores=5,7
/proc/80578/task/80596/stat : 80596 (Common-Cleaner) S 80575 80578 78839 0 -1 1077936192 2699 0 0 0 0 0 0 0 20 0 19 0 7858655 19722407936 532618 134679101440 93894363803648 93894363807344 140724440099728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93894363815160 93894363815952 93894370426880 140724440105971 140724440106084 140724440106084 140724440113096 0
Current children cumulated CPU time: 2798.13 s
Current children cumulated vsize: 19260164 KiB
Current children cumulated memory: 2130472 KiB

Child status: 30

Real time (s): 2791.92
CPU time (s): 2798.15
CPU user time (s): 2795.33
CPU system time (s): 2.81873
CPU usage (%): 100.223
Max. virtual memory (cumulated for all children) (KiB): 19260164
Max. memory (cumulated for all children) (KiB): 2138100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2795.33
system time used= 2.81873
maximum resident set size= 2138696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94781
involuntary context switches= 3304


# summary of solver processes directly reported to runsolver:
#   pid: 80578
#   total CPU time (s): 2798.15
#   total CPU user time (s): 2795.33
#   total CPU system time (s): 2.81873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1175 second user time and 29.3844 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-23 09:11:32
IDJOB=4456179
IDBENCH=143268
IDSOLVER=3035
FILE ID=nodeC005/4456179-1721718692
RUNJOBID= nodeC005-1721717807-78853
SLURM_JOB_ID= 7770386
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218955--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456179-1721718692/watcher-4456179-1721718692 -o /tmp/evaluation-result-4456179-1721718692/solver-4456179-1721718692 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721717807-78853 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456179-1721718692.wbo

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

MD5SUM BENCH= 08c36baecafc06c82dd9dd4b73b5d103
RANDOM SEED=1317506948

nodeC005.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		: 3598.168
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.14
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		: 3605.625
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.31
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.257
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.14
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		: 1197.163
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.31
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		: 3665.156
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.14
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		: 3491.598
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.31
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.250
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.14
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.120
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        115239392 kB
MemAvailable:   118302020 kB
Buffers:          135112 kB
Cached:          3724188 kB
SwapCached:            0 kB
Active:           870908 kB
Inactive:       14966364 kB
Active(anon):       1416 kB
Inactive(anon): 12006052 kB
Active(file):     869492 kB
Inactive(file):  2960312 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               784 kB
Writeback:             0 kB
AnonPages:      11977972 kB
Mapped:           119908 kB
Shmem:             29504 kB
KReclaimable:     145712 kB
Slab:             240840 kB
SReclaimable:     145712 kB
SUnreclaim:        95128 kB
KernelStack:        4784 kB
PageTables:        33740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   16014968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16416 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11675648 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:      260936 kB
DirectMap2M:    21663744 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC005 at 2024-07-23 09:58:05