Trace number 4424290

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 1353.96 1352.17

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221203--soft-33-100-0.wbo
MD5SUMa01c9ef9d0240b56467a0aa37bdb71bd
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.226904
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
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.15/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.15/0.39	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.39	c See www.sat4j.org for details.
0.15/0.40	c version CUSTOM.v20240707
0.27/0.43	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.43	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.43	c java.vm.version	22.0.1+8-16
0.27/0.43	c java.vm.vendor	Oracle Corporation
0.27/0.43	c sun.arch.data.model	64
0.27/0.43	c java.version		22.0.1
0.27/0.43	c os.name		Linux
0.27/0.43	c os.version		4.18.0-301.1.el8.x86_64
0.27/0.43	c os.arch		amd64
0.27/0.44	c Free memory 		2115194816
0.27/0.44	c Max memory 		16282288128
0.27/0.44	c Total memory 		2122317824
0.27/0.45	c Number of processors 	2
0.58/0.63	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.63	 - never skip resolution steps
0.58/0.63	 - Auto-division on coefficients is disabled
0.58/0.63	 - No postprocessing
0.58/0.63	 - Conflict is considered as is when resolving
0.58/0.63	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.58/0.63	 - Weaken first using unassigned literals
0.58/0.63	 - Bump strategy: ALWAYS_ONE
0.58/0.63	 - Bumper: ASSIGNED
0.58/0.63	--- Begin Solver configuration ---
0.58/0.63	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.58/0.63	Learn all clauses as in MiniSAT
0.58/0.63	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.63	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.63	No reason simplification
0.58/0.63	Armin Biere (Picosat) restarts strategy
0.58/0.63	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.58/0.63	timeout=2147483s
0.58/0.63	DB Simplification allowed=false
0.58/0.63	Listener: none
0.58/0.63	--- End Solver configuration ---
0.58/0.64	c Pseudo Boolean Optimization by upper bound
0.58/0.64	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.64	c  - never skip resolution steps
0.58/0.64	c  - Auto-division on coefficients is disabled
0.58/0.64	c  - No postprocessing
0.58/0.64	c  - Conflict is considered as is when resolving
0.58/0.64	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.58/0.64	c  - Weaken first using unassigned literals
0.58/0.64	c  - Bump strategy: ALWAYS_ONE
0.58/0.64	c  - Bumper: ASSIGNED
0.58/0.64	c --- Begin Solver configuration ---
0.58/0.64	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.58/0.64	c Learn all clauses as in MiniSAT
0.58/0.64	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.64	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.64	c No reason simplification
0.58/0.64	c Armin Biere (Picosat) restarts strategy
0.58/0.64	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.58/0.64	c timeout=2147483s
0.58/0.64	c DB Simplification allowed=false
0.58/0.64	c Listener: none
0.58/0.64	c --- End Solver configuration ---
0.58/0.64	c solving HOME/instance-4424290-1720874152.wbo
0.58/0.64	c reading problem ... 
0.75/0.73	c ... done. Wall clock time 0.083s.
0.75/0.73	c declared #vars     169
0.75/0.73	c internal #vars     238
0.75/0.73	c #constraints  102
0.75/0.73	c constraints type 
0.75/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.75/0.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.75/0.73	c org.sat4j.specs.Constr$1 => 1
0.75/0.73	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 51
0.75/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.75/0.73	c 102 constraints processed.
0.75/0.77	c objective function length is 69 literals
1.14/0.97	c SATISFIABLE
1.14/0.97	c OPTIMIZING...
1.14/0.97	c Got one! Elapsed wall clock time (in seconds):0.32
1.14/0.97	o 2231
1.93/1.36	c Got one! Elapsed wall clock time (in seconds):0.719
1.93/1.36	o 2226
3.11/1.91	c Got one! Elapsed wall clock time (in seconds):1.264
3.11/1.91	o 2207
3.70/2.22	c Got one! Elapsed wall clock time (in seconds):1.571
3.70/2.22	o 2188
4.90/2.83	c Got one! Elapsed wall clock time (in seconds):2.193
4.90/2.83	o 2181
6.68/3.88	c Got one! Elapsed wall clock time (in seconds):3.24
6.68/3.88	o 2165
7.77/4.75	c Got one! Elapsed wall clock time (in seconds):4.11
7.77/4.75	o 2164
9.31/5.93	c Got one! Elapsed wall clock time (in seconds):5.292
9.31/5.93	o 2161
12.32/8.93	c Got one! Elapsed wall clock time (in seconds):8.295
12.32/8.93	o 2159
17.16/13.73	c Got one! Elapsed wall clock time (in seconds):13.096
17.16/13.73	o 2157
19.19/15.45	c Got one! Elapsed wall clock time (in seconds):14.814
19.19/15.45	o 2155
21.98/18.22	c Got one! Elapsed wall clock time (in seconds):17.585
21.98/18.22	o 2136
27.70/23.99	c Got one! Elapsed wall clock time (in seconds):23.353
27.70/23.99	o 2134
36.85/33.06	c Got one! Elapsed wall clock time (in seconds):32.425
36.85/33.06	o 2133
53.25/49.41	c Got one! Elapsed wall clock time (in seconds):48.774
53.25/49.42	o 2131
56.46/52.61	c Got one! Elapsed wall clock time (in seconds):51.972
56.46/52.61	o 2129
61.35/57.51	c Got one! Elapsed wall clock time (in seconds):56.876
61.35/57.51	o 2121
68.84/65.06	c Got one! Elapsed wall clock time (in seconds):64.428
68.84/65.06	o 2117
82.78/79.01	c Got one! Elapsed wall clock time (in seconds):78.37
82.78/79.01	o 2111
108.72/104.95	c Got one! Elapsed wall clock time (in seconds):104.314
108.72/104.95	o 2109
146.61/142.84	c Got one! Elapsed wall clock time (in seconds):142.208
146.61/142.85	o 2108
152.00/148.21	c Got one! Elapsed wall clock time (in seconds):147.569
152.00/148.21	o 2105
162.89/159.14	c Got one! Elapsed wall clock time (in seconds):158.5
162.89/159.14	o 2103
175.98/172.20	c Got one! Elapsed wall clock time (in seconds):171.568
175.98/172.20	o 2100
201.43/197.87	c Got one! Elapsed wall clock time (in seconds):197.236
201.43/197.87	o 2099
235.14/231.62	c Got one! Elapsed wall clock time (in seconds):230.984
235.14/231.62	o 2097
285.14/281.87	c Got one! Elapsed wall clock time (in seconds):281.233
285.14/281.87	o 2083
387.14/383.74	c Got one! Elapsed wall clock time (in seconds):383.103
387.14/383.74	o 2077
397.36/393.94	c Got one! Elapsed wall clock time (in seconds):393.301
397.36/393.94	o 2065
409.10/405.78	c Got one! Elapsed wall clock time (in seconds):405.145
409.10/405.78	o 2064
433.99/430.81	c Got one! Elapsed wall clock time (in seconds):430.178
433.99/430.81	o 2062
467.13/464.23	c Got one! Elapsed wall clock time (in seconds):463.595
467.13/464.24	o 2058
530.97/528.17	c Got one! Elapsed wall clock time (in seconds):527.529
530.97/528.17	o 2053
616.64/613.92	c Got one! Elapsed wall clock time (in seconds):613.287
616.64/613.92	o 2051
744.11/741.63	c Got one! Elapsed wall clock time (in seconds):740.989
744.11/741.63	o 2049
1016.50/1014.47	c Got one! Elapsed wall clock time (in seconds):1013.83
1016.50/1014.47	o 2044
1033.99/1031.96	c Got one! Elapsed wall clock time (in seconds):1031.328
1033.99/1031.96	o 2039
1055.35/1053.34	c Got one! Elapsed wall clock time (in seconds):1052.707
1055.35/1053.34	o 2036
1092.70/1090.76	c Got one! Elapsed wall clock time (in seconds):1090.121
1092.70/1090.76	o 2033
1144.45/1142.53	c Got one! Elapsed wall clock time (in seconds):1141.893
1144.45/1142.53	o 2024
1215.90/1214.09	c Got one! Elapsed wall clock time (in seconds):1213.458
1215.90/1214.09	o 2018
1346.97/1345.33	c Got one! Elapsed wall clock time (in seconds):1344.69
1346.97/1345.33	o 2013
1349.97/1348.35	c Got one! Elapsed wall clock time (in seconds):1347.714
1349.97/1348.35	o 2
1353.88/1352.13	c starts		: 85
1353.88/1352.14	c conflicts		: 15288
1353.88/1352.14	c decisions		: 58176
1353.88/1352.14	c propagations		: 436921
1353.88/1352.14	c inspects		: 336352493
1353.88/1352.14	c shortcuts		: 0
1353.88/1352.14	c learnt literals	: 0
1353.88/1352.14	c learnt binary clauses	: 0
1353.88/1352.14	c learnt ternary clauses	: 0
1353.88/1352.14	c learnt constraints	: 15288
1353.88/1352.14	c ignored constraints	: 0
1353.88/1352.14	c root simplifications	: 0
1353.88/1352.14	c removed literals (reason simplification)	: 0
1353.88/1352.14	c reason swapping (by a shorter reason)	: 0
1353.88/1352.14	c Calls to reduceDB	: 0
1353.88/1352.14	c Number of update (reduction) of LBD	: 32
1353.88/1352.14	c Imported unit clauses	: 0
1353.88/1352.14	c No decision after first conflict	: false
1353.88/1352.14	c number of reductions to clauses (during analyze)	: 0
1353.88/1352.14	c number of learned constraints concerned by reduction	: 0
1353.88/1352.14	c number of learning phase by resolution	: 0
1353.88/1352.14	c number of learning phase by cutting planes	: 0
1353.88/1352.14	c number of rounding to 1 operations	: 80208
1353.88/1352.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1353.88/1352.14	c number of reductions of the coefficients by power 2 	: 0
1353.88/1352.14	c number of right shift for reduction by power 2 	: 0
1353.88/1352.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
1353.88/1352.14	c number of ending skipping 	: 0
1353.88/1352.14	c number of internal skipping 	: 0
1353.88/1352.14	c number of derivation steps 	: 116116
1353.88/1352.14	c number of skipped derivation steps 	: 0
1353.88/1352.14	c number of remaining unassigned 	: 20400
1353.88/1352.14	c number of remaining assigned 	: 2754048
1353.88/1352.14	c number of falsified literals weakened from reason	: 0
1353.88/1352.14	c number of falsified literals weakened from conflict	: 0
1353.88/1352.14	c time for arithmetic operations	: 262203621
1353.88/1352.14	c minimum degree of deleted constraints	: null
1353.88/1352.14	c maximum degree of deleted constraints	: null
1353.88/1352.14	c number of deleted constraints	: 0
1353.88/1352.14	c speed (assignments/second)	: 323.31779597992255
1353.88/1352.14	c non guided choices	: 871
1353.88/1352.14	s OPTIMUM FOUND
1353.88/1352.14	c Found 43 solution(s)
1353.88/1352.14	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 
1353.88/1352.15	c objective function=2
1353.88/1352.15	c Total wall clock time (in seconds): 1351.514

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424290-1720874152/watcher-4424290-1720874152 -o /tmp/evaluation-result-4424290-1720874152/solver-4424290-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1720874164-706098 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424290-1720874152.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=706167, runsolver pid=706162

[startup+0.100968 s]*
/proc/loadavg: 0.11 0.10 0.09 5/270 706191
/proc/meminfo: memFree=129986692/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=18175400 memory=29436 CPUtime=0.02 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 2500 0 12 0 0 2 0 0 20 0 7 0 139573329 18611609600 7359 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16784588 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4543850 7359 3721 1 0 544764 0
[pid=706167/tid=706170] ppid=706162 vsize=18175400 memory=4026561586 CPUtime=0.01 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) D 706162 706167 706088 0 -1 4194368 1932 0 12 0 0 1 0 0 20 0 7 0 139573333 18611609600 7359 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 2 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 29436 KiB

[startup+0.214286 s]*
/proc/loadavg: 0.11 0.10 0.09 1/272 706193
/proc/meminfo: memFree=129934684/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=18175400 memory=39368 CPUtime=0.04 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 4942 0 18 0 1 3 0 0 20 0 7 0 139573329 18611609600 9842 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16784588 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4543850 9842 3761 1 0 546859 0
[pid=706167/tid=706170] ppid=706162 vsize=18175400 memory=8737651120394928259 CPUtime=0.04 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) D 706162 706167 706088 0 -1 4194368 4374 0 18 0 1 3 0 0 20 0 7 0 139573333 18611609600 9842 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 14 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 39368 KiB

[startup+0.321653 s]*
/proc/loadavg: 0.11 0.10 0.09 11/317 706238
/proc/meminfo: memFree=129883692/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=18975048 memory=55376 CPUtime=0.15 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 6473 0 58 0 10 5 0 0 20 0 18 0 139573329 19430449152 13844 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4743762 13844 5566 1 0 550748 0
[pid=706167/tid=706170] ppid=706162 vsize=18975048 memory=-9031803466373571260 CPUtime=0.1 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 5383 0 39 0 6 4 0 0 20 0 18 0 139573333 19430449152 13844 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=18975048 memory=7366882501727836484 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139573356 19430449152 13844 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 139573357 19430449152 13844 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55376 KiB

[startup+0.70042 s]
/proc/loadavg: 0.11 0.10 0.09 10/317 706238
/proc/meminfo: memFree=129850424/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=18975048 memory=69536 CPUtime=0.75 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 7782 0 58 0 69 6 0 0 20 0 18 0 139573329 19430449152 17384 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4743762 17384 5811 1 0 551745 0
[pid=706167/tid=706170] ppid=706162 vsize=18975048 memory=0 CPUtime=0.43 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 6118 0 39 0 38 5 0 0 20 0 18 0 139573333 19430449152 17384 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 18 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=18975048 memory=2692 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139573356 19430449152 17384 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=18975048 memory=4905 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 139573357 19430449152 17384 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 0.75 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69536 KiB

[startup+1.50055 s]
/proc/loadavg: 1.14 0.32 0.16 11/321 706242
/proc/meminfo: memFree=129632472/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19041612 memory=168140 CPUtime=2.32 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 19860 0 59 0 219 13 0 0 20 0 19 0 139573329 19498610688 42035 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4760403 42035 5859 1 0 556935 0
[pid=706167/tid=706170] ppid=706162 vsize=19041612 memory=0 CPUtime=1.18 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 6933 0 40 0 110 8 0 0 20 0 19 0 139573333 19498610688 42035 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139573356 19498610688 42035 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19041612 memory=2692 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139573357 19498610688 42035 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19041612 memory=12440 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139573406 19498610688 42035 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 168140 KiB

[startup+3.10646 s]
/proc/loadavg: 1.14 0.32 0.16 10/324 706312
/proc/meminfo: memFree=129052440/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19108176 memory=209388 CPUtime=5.49 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 25250 0 59 0 535 14 0 0 20 0 20 0 139573329 19566772224 52347 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 52347 5921 1 0 559172 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=0 CPUtime=2.72 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 7354 0 40 0 264 8 0 0 20 0 20 0 139573333 19566772224 52347 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=72724 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 52347 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=2692 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 52347 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=139855342382241 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 52347 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 5.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 209388 KiB

[startup+6.30044 s]
/proc/loadavg: 1.61 0.43 0.20 6/324 706446
/proc/meminfo: memFree=127751592/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19108176 memory=478508 CPUtime=9.71 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 26262 0 59 0 952 19 0 0 20 0 20 0 139573329 19566772224 119627 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 119627 5921 1 0 559829 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=0 CPUtime=5.89 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 7671 0 40 0 576 13 0 0 20 0 20 0 139573333 19566772224 119627 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=185364 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 119627 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=36940 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 119627 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=182840 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 119627 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 9.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 478508 KiB

[startup+12.7005 s]
/proc/loadavg: 1.80 0.49 0.22 5/325 706449
/proc/meminfo: memFree=125587540/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19108176 memory=721508 CPUtime=16.14 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 30759 0 59 0 1589 25 0 0 20 0 20 0 139573329 19566772224 180377 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 180377 5921 1 0 559829 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=715364 CPUtime=12.14 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 9198 0 40 0 1196 18 0 0 20 0 20 0 139573333 19566772224 180377 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=36940 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 180377 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=715364 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 180377 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=523668 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 180377 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 16.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 721508 KiB

[startup+25.5005 s]
/proc/loadavg: 2.30 0.64 0.27 6/325 706450
/proc/meminfo: memFree=123628932/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19108176 memory=1346232 CPUtime=29.3 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 40208 0 59 0 2891 39 0 0 20 0 20 0 139573329 19566772224 336558 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 336558 5921 1 0 559829 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=715364 CPUtime=24.74 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 12219 0 40 0 2445 29 0 0 20 0 20 0 139573333 19566772224 336558 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=12440 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 336558 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=494996 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 336558 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=12440 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 336558 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 29.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1346232 KiB

[startup+51.1141 s]
/proc/loadavg: 3.02 0.97 0.39 5/325 706455
/proc/meminfo: memFree=122715252/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19108176 memory=1352428 CPUtime=54.97 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 46053 0 59 0 5456 41 0 0 20 0 20 0 139573329 19566772224 338107 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 338107 5921 1 0 559829 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=12440 CPUtime=50.05 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 14447 0 40 0 4976 29 0 0 20 0 20 0 139573333 19566772224 338107 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=12440 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 338107 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=20532 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 338107 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=36940 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 338107 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 54.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1352428 KiB

[startup+102.3 s]
/proc/loadavg: 3.88 1.52 0.61 5/325 706463
/proc/meminfo: memFree=121942448/131655788 swapFree=131071996/131071996

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

[pid=706167] ppid=706162 vsize=19108176 memory=1551856 CPUtime=1307.32 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 112173 0 59 0 130611 121 0 0 20 0 20 0 139573329 19566772224 387964 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 387964 5938 1 0 559878 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=4980 CPUtime=1290.79 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 47508 0 40 0 129043 36 0 0 20 0 20 0 139573333 19566772224 387964 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=12440 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 387964 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=12440 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 1179 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 387964 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=1551856 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 387964 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 1307.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1551856 KiB

[startup+1331.2 s]
/proc/loadavg: 4.13 4.25 3.35 5/319 707352
/proc/meminfo: memFree=118133048/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19108176 memory=1553904 CPUtime=1332.9 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 112689 0 59 0 133167 123 0 0 20 0 20 0 139573329 19566772224 388476 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 388476 5938 1 0 559878 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=1535440 CPUtime=1316.14 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 47905 0 40 0 131578 36 0 0 20 0 20 0 139573333 19566772224 388476 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=1537492 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 388476 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=1533392 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 1246 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 388476 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=1529280 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 388476 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 1332.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1553904 KiB

[startup+1344 s]*
/proc/loadavg: 4.10 4.24 3.37 5/319 707354
/proc/meminfo: memFree=118132872/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19108176 memory=1553904 CPUtime=1345.68 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 112905 0 59 0 134445 123 0 0 20 0 20 0 139573329 19566772224 388476 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 388476 5938 1 0 559878 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=6944656592455360604 CPUtime=1328.85 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 48115 0 40 0 132849 36 0 0 20 0 20 0 139573333 19566772224 388476 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=-7234602508921300093 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 388476 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=11232 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 1246 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 388476 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=11528 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 388476 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 1345.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1553904 KiB

[startup+1347.2 s]
/proc/loadavg: 4.09 4.23 3.37 5/319 707354
/proc/meminfo: memFree=118132872/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19108176 memory=1553912 CPUtime=1348.87 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 113491 0 59 0 134763 124 0 0 20 0 20 0 139573329 19566772224 388478 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 388478 5938 1 0 559878 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=2692 CPUtime=1332.02 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 48644 0 40 0 133166 36 0 0 20 0 20 0 139573333 19566772224 388478 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=2216 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 388478 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=5608 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 1246 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 388478 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=4402712 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 388478 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 1348.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1553912 KiB

[startup+1350.4 s]
/proc/loadavg: 4.09 4.23 3.37 5/319 707355
/proc/meminfo: memFree=118132764/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19108176 memory=1553920 CPUtime=1352.17 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 114887 0 59 0 135093 124 0 0 20 0 20 0 139573329 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 388480 5938 1 0 559891 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=1553904 CPUtime=1335.21 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 48689 0 40 0 133485 36 0 0 20 0 20 0 139573333 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=-9031803466373571260 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=2692 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 1246 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=1553904 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 1352.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1553920 KiB

[startup+1351.2 s]
/proc/loadavg: 4.09 4.23 3.37 6/319 707355
/proc/meminfo: memFree=118132764/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19108176 memory=1553920 CPUtime=1352.97 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 114890 0 59 0 135173 124 0 0 20 0 20 0 139573329 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 388480 5938 1 0 559891 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=12440 CPUtime=1336.01 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 48689 0 40 0 133565 36 0 0 20 0 20 0 139573333 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=36940 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=1553912 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 1246 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=12440 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 1352.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1553920 KiB

[startup+1351.6 s]
/proc/loadavg: 4.09 4.23 3.37 6/319 707355
/proc/meminfo: memFree=118132764/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19108176 memory=1553920 CPUtime=1353.37 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 114890 0 59 0 135213 124 0 0 20 0 20 0 139573329 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 388480 5938 1 0 559891 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=2216 CPUtime=1336.41 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 48689 0 40 0 133605 36 0 0 20 0 20 0 139573333 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=5608 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=-9031803466373571260 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 1246 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=7696 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 1353.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1553920 KiB

[startup+1352 s]*
/proc/loadavg: 4.09 4.23 3.37 5/319 707355
/proc/meminfo: memFree=118132768/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19108176 memory=1553920 CPUtime=1353.78 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 114890 0 59 0 135254 124 0 0 20 0 20 0 139573329 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 388480 5938 1 0 559891 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=-8672915174486090428 CPUtime=1336.82 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 48689 0 40 0 133646 36 0 0 20 0 20 0 139573333 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=-7234602508921300093 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=1553920 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 1246 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=2684 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 1353.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1553920 KiB

[startup+1352.11 s]
/proc/loadavg: 4.09 4.23 3.37 5/319 707355
/proc/meminfo: memFree=118132768/131655788 swapFree=131071996/131071996
[pid=706167] ppid=706162 vsize=19108176 memory=1553920 CPUtime=1353.88 cores=0,2
/proc/706167/stat : 706167 (java) S 706162 706167 706088 0 -1 1077936128 114890 0 59 0 135264 124 0 0 20 0 20 0 139573329 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
/proc/706167/statm: 4777044 388480 5938 1 0 559891 0
[pid=706167/tid=706170] ppid=706162 vsize=19108176 memory=1553904 CPUtime=1336.92 cores=0,2
/proc/706167/task/706170/stat : 706170 (java) R 706162 706167 706088 0 -1 4194368 48689 0 40 0 133656 36 0 0 20 0 20 0 139573333 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706207] ppid=706162 vsize=19108176 memory=12676 CPUtime=0 cores=0,2
/proc/706167/task/706207/stat : 706207 (Finalizer) S 706162 706167 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139573356 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706235] ppid=706162 vsize=19108176 memory=12676 CPUtime=0 cores=0,2
/proc/706167/task/706235/stat : 706235 (Common-Cleaner) S 706162 706167 706088 0 -1 1077936192 1246 0 0 0 0 0 0 0 20 0 20 0 139573357 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
[pid=706167/tid=706240] ppid=706162 vsize=19108176 memory=1553912 CPUtime=0 cores=0,2
/proc/706167/task/706240/stat : 706240 (Timer-0) S 706162 706167 706088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139573406 19566772224 388480 134679101440 94823387971584 94823387975280 140724307664736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823387983096 94823387983888 94823396294656 140724307674070 140724307674183 140724307674183 140724307681224 0
Current children cumulated CPU time: 1353.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1553920 KiB

Child status: 30

Real time (s): 1352.17
CPU time (s): 1353.96
CPU user time (s): 1352.71
CPU system time (s): 1.25537
CPU usage (%): 100.132
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1553920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1352.71
system time used= 1.25537
maximum resident set size= 1555348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116884
page faults= 59
swaps= 0
block input operations= 8536
block output operations= 1504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46467
involuntary context switches= 11068


# summary of solver processes directly reported to runsolver:
#   pid: 706167
#   total CPU time (s): 1353.96
#   total CPU user time (s): 1352.71
#   total CPU system time (s): 1.25537

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.19795 second user time and 14.5997 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-13 14:36:05
IDJOB=4424290
IDBENCH=143751
IDSOLVER=3035
FILE ID=nodeC002/4424290-1720874152
RUNJOBID= nodeC002-1720874164-706098
SLURM_JOB_ID= 7483750
Free space on /tmp= 723780 MiB

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

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

MD5SUM BENCH= a01c9ef9d0240b56467a0aa37bdb71bd
RANDOM SEED=450756964

nodeC002.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		: 1197.203
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.38
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		: 1197.178
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.183
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.38
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.169
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		: 1197.208
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.38
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		: 1197.304
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.161
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.38
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.158
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:        130051172 kB
MemAvailable:   129948656 kB
Buffers:          320256 kB
Cached:           426836 kB
SwapCached:            0 kB
Active:           450656 kB
Inactive:         657220 kB
Active(anon):       2676 kB
Inactive(anon):   395820 kB
Active(file):     447980 kB
Inactive(file):   261400 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4308 kB
Writeback:             0 kB
AnonPages:        360944 kB
Mapped:           106852 kB
Shmem:             37704 kB
KReclaimable:      56268 kB
Slab:             146016 kB
SReclaimable:      56268 kB
SUnreclaim:        89748 kB
KernelStack:        3872 kB
PageTables:        10100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     705636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            47104 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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:      160584 kB
DirectMap2M:     7084032 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC002 at 2024-07-13 14:58:38