Trace number 4456109

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-12MSAT (TO) 3600.37 3548.65

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551347--soft-0-100-0.wbo
MD5SUMc80b6180d98478604df0f17e55c6d3fe
Bench CategorySOFT-LIN (WBO, only soft 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 benchmark15.3913
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
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.01/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.01/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.17	c See www.sat4j.org for details.
0.01/0.18	c version CUSTOM.v20240707
0.01/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.01/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.01/0.19	c java.vm.version	22.0.1+8-16
0.01/0.19	c java.vm.vendor	Oracle Corporation
0.01/0.19	c sun.arch.data.model	64
0.01/0.19	c java.version		22.0.1
0.01/0.19	c os.name		Linux
0.01/0.19	c os.version		4.18.0-301.1.el8.x86_64
0.01/0.19	c os.arch		amd64
0.01/0.19	c Free memory 		2104792832
0.01/0.19	c Max memory 		16282288128
0.01/0.19	c Total memory 		2113929216
0.01/0.20	c Number of processors 	2
0.13/0.27	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.27	 - never skip resolution steps
0.13/0.27	 - Auto-division on coefficients is disabled
0.13/0.27	 - No postprocessing
0.13/0.27	 - Conflict is considered as is when resolving
0.13/0.27	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.27	 - Weaken first using unassigned literals
0.13/0.27	 - Bump strategy: ALWAYS_ONE
0.13/0.27	 - Bumper: ASSIGNED
0.13/0.27	--- Begin Solver configuration ---
0.13/0.27	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.27	Learn all clauses as in MiniSAT
0.13/0.27	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.27	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.27	No reason simplification
0.13/0.27	Armin Biere (Picosat) restarts strategy
0.13/0.27	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.27	timeout=2147483s
0.13/0.27	DB Simplification allowed=false
0.13/0.27	Listener: none
0.13/0.27	--- End Solver configuration ---
0.13/0.27	c Pseudo Boolean Optimization by upper bound
0.13/0.27	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.27	c  - never skip resolution steps
0.13/0.27	c  - Auto-division on coefficients is disabled
0.13/0.27	c  - No postprocessing
0.13/0.27	c  - Conflict is considered as is when resolving
0.13/0.27	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.27	c  - Weaken first using unassigned literals
0.13/0.27	c  - Bump strategy: ALWAYS_ONE
0.13/0.27	c  - Bumper: ASSIGNED
0.13/0.27	c --- Begin Solver configuration ---
0.13/0.27	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.27	c Learn all clauses as in MiniSAT
0.13/0.27	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.27	c No reason simplification
0.13/0.27	c Armin Biere (Picosat) restarts strategy
0.13/0.27	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.27	c timeout=2147483s
0.13/0.27	c DB Simplification allowed=false
0.13/0.27	c Listener: none
0.13/0.27	c --- End Solver configuration ---
0.13/0.27	c solving HOME/instance-4456109-1721718396.wbo
0.13/0.27	c reading problem ... 
0.31/0.38	c ... done. Wall clock time 0.11s.
0.31/0.38	c declared #vars     231
0.31/0.38	c internal #vars     2938
0.31/0.38	c #constraints  2708
0.31/0.38	c constraints type 
0.31/0.38	c org.sat4j.specs.Constr$1 => 1
0.31/0.38	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 23
0.31/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.31/0.38	c 2708 constraints processed.
0.31/0.39	c objective function length is 2707 literals
0.70/0.56	c SATISFIABLE
0.70/0.56	c OPTIMIZING...
0.70/0.56	c Got one! Elapsed wall clock time (in seconds):0.292
0.70/0.56	o 26630
1.25/0.82	c Got one! Elapsed wall clock time (in seconds):0.55
1.25/0.82	o 26617
5.73/3.13	c Got one! Elapsed wall clock time (in seconds):2.863
5.73/3.13	o 2368
10.52/7.38	c Got one! Elapsed wall clock time (in seconds):7.108
10.52/7.38	o 1458
13.10/9.83	c Got one! Elapsed wall clock time (in seconds):9.558
13.10/9.83	o 688
14.34/11.07	c Got one! Elapsed wall clock time (in seconds):10.805
14.34/11.07	o 686
26.25/22.98	c Got one! Elapsed wall clock time (in seconds):22.712
26.25/22.98	o 683
44.19/40.78	c Got one! Elapsed wall clock time (in seconds):40.506
44.19/40.78	o 681
76.74/73.24	c Got one! Elapsed wall clock time (in seconds):72.967
76.74/73.24	o 680
93.28/89.61	c Got one! Elapsed wall clock time (in seconds):89.345
93.28/89.61	o 475
99.52/95.84	c Got one! Elapsed wall clock time (in seconds):95.571
99.52/95.84	o 464
115.08/111.35	c Got one! Elapsed wall clock time (in seconds):111.076
115.08/111.35	o 223
301.36/297.24	c Got one! Elapsed wall clock time (in seconds):296.968
301.36/297.24	o 218
324.16/319.92	c Got one! Elapsed wall clock time (in seconds):319.652
324.16/319.92	o 217
337.92/333.68	c Got one! Elapsed wall clock time (in seconds):333.407
337.92/333.68	o 215
533.13/528.53	c cleaning 5605 clauses out of 11226 with flag 0/11226
545.10/540.41	c Got one! Elapsed wall clock time (in seconds):540.141
545.10/540.41	o 209
597.34/592.58	c Got one! Elapsed wall clock time (in seconds):592.309
597.34/592.58	o 199
614.84/609.97	c Got one! Elapsed wall clock time (in seconds):609.704
614.84/609.97	o 196
633.66/628.65	c Got one! Elapsed wall clock time (in seconds):628.386
633.66/628.65	o 186
646.47/641.43	c Got one! Elapsed wall clock time (in seconds):641.161
646.47/641.43	o 177
685.04/680.09	c Got one! Elapsed wall clock time (in seconds):679.821
685.04/680.09	o 163
746.39/741.12	c Got one! Elapsed wall clock time (in seconds):740.848
746.39/741.12	o 160
858.97/853.40	c Got one! Elapsed wall clock time (in seconds):853.128
858.97/853.40	o 155
1015.05/1010.13	c cleaning 7313 clauses out of 14631 with flag 0/20236
1070.83/1065.76	c Got one! Elapsed wall clock time (in seconds):1065.488
1070.83/1065.76	o 150
1095.78/1090.55	c Got one! Elapsed wall clock time (in seconds):1090.279
1095.78/1090.55	o 149
1158.22/1152.73	c Got one! Elapsed wall clock time (in seconds):1152.465
1158.22/1152.73	o 148
1398.95/1393.45	c Got one! Elapsed wall clock time (in seconds):1393.179
1398.95/1393.45	o 147
1493.94/1488.08	c cleaning 7493 clauses out of 14990 with flag 0/27908
1499.98/1494.04	c Got one! Elapsed wall clock time (in seconds):1493.768
1499.98/1494.04	o 140
1582.85/1576.94	c Got one! Elapsed wall clock time (in seconds):1576.666
1582.85/1576.94	o 128
1723.01/1716.14	c Got one! Elapsed wall clock time (in seconds):1715.874
1723.01/1716.14	o 126
1758.21/1751.23	c Got one! Elapsed wall clock time (in seconds):1750.963
1758.21/1751.23	o 122
1817.70/1810.50	c Got one! Elapsed wall clock time (in seconds):1810.229
1817.70/1810.50	o 121
1898.31/1890.74	c cleaning 7944 clauses out of 15901 with flag 0/36312
1912.67/1905.03	c Got one! Elapsed wall clock time (in seconds):1904.758
1912.67/1905.03	o 102
1963.40/1955.35	c Got one! Elapsed wall clock time (in seconds):1955.081
1963.40/1955.35	o 101
2059.24/2050.92	c cleaning 5689 clauses out of 13226 with flag 0/41581
2385.26/2371.76	c Got one! Elapsed wall clock time (in seconds):2371.489
2385.26/2371.76	o 97
2489.94/2474.63	c cleaning 4780 clauses out of 13174 with flag 0/47218
2562.99/2546.69	c Got one! Elapsed wall clock time (in seconds):2546.419
2562.99/2546.69	o 93
2603.72/2586.46	c Got one! Elapsed wall clock time (in seconds):2586.186
2603.72/2586.46	o 90
2701.66/2680.75	c Got one! Elapsed wall clock time (in seconds):2680.477
2701.66/2680.75	o 86
2978.42/2949.82	c cleaning 5223 clauses out of 14557 with flag 0/53381
2989.87/2960.45	c Got one! Elapsed wall clock time (in seconds):2960.18
2989.87/2960.45	o 80
3006.31/2976.03	c Got one! Elapsed wall clock time (in seconds):2975.76
3006.31/2976.03	o 79
3544.68/3496.11	c cleaning 5159 clauses out of 15642 with flag 0/59689
3600.18/3548.58	c starts		: 116
3600.18/3548.58	c conflicts		: 61187
3600.18/3548.58	c decisions		: 898200
3600.18/3548.58	c propagations		: 9361538
3600.18/3548.58	c inspects		: 745635288
3600.18/3548.58	c shortcuts		: 0
3600.18/3548.58	c learnt literals	: 0
3600.18/3548.58	c learnt binary clauses	: 0
3600.18/3548.58	c learnt ternary clauses	: 0
3600.18/3548.58	c learnt constraints	: 61187
3600.18/3548.58	c ignored constraints	: 0
3600.18/3548.58	c root simplifications	: 0
3600.18/3548.58	c removed literals (reason simplification)	: 0
3600.18/3548.58	c reason swapping (by a shorter reason)	: 0
3600.18/3548.58	c Calls to reduceDB	: 8
3600.18/3548.58	c Number of update (reduction) of LBD	: 0
3600.18/3548.58	c Imported unit clauses	: 0
3600.18/3548.58	c No decision after first conflict	: false
3600.18/3548.58	c number of reductions to clauses (during analyze)	: 0
3600.18/3548.58	c number of learned constraints concerned by reduction	: 0
3600.18/3548.58	c number of learning phase by resolution	: 0
3600.18/3548.58	c number of learning phase by cutting planes	: 0
3600.18/3548.58	c number of rounding to 1 operations	: 160160
3600.18/3548.58	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.18/3548.58	c number of reductions of the coefficients by power 2 	: 0
3600.18/3548.58	c number of right shift for reduction by power 2 	: 0
3600.18/3548.58	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.18/3548.58	c number of ending skipping 	: 0
3600.18/3548.58	c number of internal skipping 	: 0
3600.18/3548.58	c number of derivation steps 	: 531823
3600.18/3548.58	c number of skipped derivation steps 	: 0
3600.18/3548.58	c number of remaining unassigned 	: 591937
3600.18/3548.58	c number of remaining assigned 	: 36443882
3600.18/3548.58	c number of falsified literals weakened from reason	: 0
3600.18/3548.58	c number of falsified literals weakened from conflict	: 0
3600.18/3548.58	c time for arithmetic operations	: 2891770754
3600.18/3548.59	c minimum degree of deleted constraints	: 4
3600.18/3548.59	c maximum degree of deleted constraints	: 839412419
3600.18/3548.59	c number of deleted constraints	: 49206
3600.31/3548.60	c speed (assignments/second)	: 2638.397245695836
3600.31/3548.60	c non guided choices	: 4042
3600.31/3548.60	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9800
3600.31/3548.61	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2181
3600.31/3548.61	s SATISFIABLE
3600.31/3548.61	c Found 40 solution(s)
3600.31/3548.61	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 -x170 -x171 x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 
3600.31/3548.62	c objective function=79
3600.31/3548.62	c Total wall clock time (in seconds): 3548.349

Verifier Data

OK	79

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456109-1721718396/watcher-4456109-1721718396 -o /tmp/evaluation-result-4456109-1721718396/solver-4456109-1721718396 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721718396-86515 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456109-1721718396.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=86575, runsolver pid=86570
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.44 1.92 2.03 1/283 86604
/proc/meminfo: memFree=105858344/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=18175400 memory=38976 CPUtime=0.01 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 4933 0 46 0 0 1 0 0 20 0 7 0 8369927 18611609600 9744 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16784588 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4543850 9744 3669 1 0 544770 0
[pid=86575/tid=86582] ppid=86570 vsize=18175400 memory=4026531971 CPUtime=0.01 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) D 86570 86575 86503 0 -1 4194368 4374 0 42 0 0 1 0 0 20 0 7 0 8369928 18611609600 9744 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 7 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 38976 KiB

[startup+0.208311 s]*
/proc/loadavg: 1.44 1.92 2.03 9/328 86649
/proc/meminfo: memFree=105769788/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=18975048 memory=64428 CPUtime=0.13 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 7267 0 70 0 11 2 0 0 20 0 18 0 8369927 19430449152 16107 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4743762 16107 5563 1 0 549309 0
[pid=86575/tid=86582] ppid=86570 vsize=18975048 memory=8505393642823811203 CPUtime=0.09 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 5803 0 55 0 7 2 0 0 20 0 18 0 8369928 19430449152 16107 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=18975048 memory=583 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8369940 19430449152 16107 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=18975048 memory=14411523065906868 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 8369941 19430449152 16107 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64428 KiB

[startup+0.306475 s]*
/proc/loadavg: 1.44 1.92 2.03 15/328 86649
/proc/meminfo: memFree=105737620/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=18975048 memory=71244 CPUtime=0.31 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 7797 0 70 0 28 3 0 0 20 0 18 0 8369927 19430449152 17811 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4743762 17811 5719 1 0 549642 0
[pid=86575/tid=86582] ppid=86570 vsize=18975048 memory=-6000919502737729127 CPUtime=0.17 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 6102 0 55 0 15 2 0 0 20 0 18 0 8369928 19430449152 17811 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=18975048 memory=-4421386500593116511 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8369940 19430449152 17811 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 8369941 19430449152 17811 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71244 KiB

[startup+0.70026 s]
/proc/loadavg: 1.44 1.92 2.03 14/332 86653
/proc/meminfo: memFree=105495100/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=178440 CPUtime=1.05 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 15049 0 70 0 100 5 0 0 20 0 20 0 8369927 19566772224 44610 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 44610 5782 1 0 554830 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=34848 CPUtime=0.53 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 6319 0 55 0 50 3 0 0 20 0 20 0 8369928 19566772224 44610 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=12348 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 44610 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=5552 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 44610 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=16012 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 44610 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178440 KiB

[startup+1.50048 s]
/proc/loadavg: 1.44 1.92 2.03 12/336 86657
/proc/meminfo: memFree=105306388/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=183376 CPUtime=2.64 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 20434 0 70 0 258 6 0 0 20 0 20 0 8369927 19566772224 45844 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 45844 5783 1 0 555148 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=0 CPUtime=1.32 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 6537 0 55 0 129 3 0 0 20 0 20 0 8369928 19566772224 45844 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=12348 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 45844 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=33 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 45844 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 45844 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183376 KiB

[startup+3.10602 s]
/proc/loadavg: 2.13 2.05 2.07 6/336 86657
/proc/meminfo: memFree=105056032/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=281168 CPUtime=5.73 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 26688 0 70 0 565 8 0 0 20 0 20 0 8369927 19566772224 70292 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 70292 5800 1 0 558062 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=0 CPUtime=2.91 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 6958 0 55 0 286 5 0 0 20 0 20 0 8369928 19566772224 70292 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=12348 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 70292 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=-6000919507032696423 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 70292 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=14411527360874681 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 70292 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 5.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 281168 KiB

[startup+6.30049 s]
/proc/loadavg: 2.13 2.05 2.07 6/336 86658
/proc/meminfo: memFree=104533172/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=392016 CPUtime=9.53 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 27698 0 70 0 942 11 0 0 20 0 20 0 8369927 19566772224 98004 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 98004 5803 1 0 558067 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=0 CPUtime=6.02 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 7344 0 55 0 595 7 0 0 20 0 20 0 8369928 19566772224 98004 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 98004 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=12348 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 98004 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=187580 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 98004 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 9.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 392016 KiB

[startup+12.7005 s]
/proc/loadavg: 2.28 2.08 2.08 6/336 86658
/proc/meminfo: memFree=102864164/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=736088 CPUtime=16.03 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 28423 0 70 0 1584 19 0 0 20 0 20 0 8369927 19566772224 184022 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 184022 5804 1 0 558067 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=187580 CPUtime=12.28 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 7856 0 55 0 1215 13 0 0 20 0 20 0 8369928 19566772224 184022 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=633688 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 184022 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=441168 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 184022 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=11576 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 184022 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 16.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 736088 KiB

[startup+25.5005 s]
/proc/loadavg: 2.66 2.18 2.11 7/336 86660
/proc/meminfo: memFree=100763700/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=1084712 CPUtime=28.91 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 35145 0 70 0 2865 26 0 0 20 0 20 0 8369927 19566772224 271178 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 271178 5804 1 0 558067 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=633688 CPUtime=24.73 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 9550 0 55 0 2456 17 0 0 20 0 20 0 8369928 19566772224 271178 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=441168 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 271178 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=1062100 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 271178 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=1047656 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 271178 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 28.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1084712 KiB

[startup+51.1065 s]
/proc/loadavg: 3.23 2.36 2.18 6/336 86665
/proc/meminfo: memFree=99561240/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=1504628 CPUtime=54.62 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 41785 0 70 0 5427 35 0 0 20 0 20 0 8369927 19566772224 376157 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 376157 5804 1 0 558067 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=11576 CPUtime=49.8 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 11539 0 55 0 4958 22 0 0 20 0 20 0 8369928 19566772224 376157 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=34848 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 376157 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=11576 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 376157 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=12348 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 376157 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 54.62 s

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

[startup+3222.3 s]
/proc/loadavg: 4.18 4.26 4.19 5/335 88428
/proc/meminfo: memFree=96354076/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=2195092 CPUtime=3260.79 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 272750 0 70 0 325849 230 0 0 20 0 20 0 8369927 19566772224 548773 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 548773 5832 1 0 559187 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=2195092 CPUtime=3184.17 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 105915 0 55 0 318378 39 0 0 20 0 20 0 8369928 19566772224 548773 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 548773 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=2195092 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 2934 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 548773 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=34848 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 548773 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 3260.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2195092 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.30 4.21 5/333 88451
/proc/meminfo: memFree=96352816/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=2195104 CPUtime=3323.12 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 278153 0 70 0 332078 234 0 0 20 0 20 0 8369927 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 548776 5832 1 0 559196 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=2195104 CPUtime=3243.58 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 107742 0 55 0 324319 39 0 0 20 0 20 0 8369928 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=2195104 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=2780 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 2977 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=34848 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 3323.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2195104 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.29 4.21 7/333 88462
/proc/meminfo: memFree=96352108/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=2195104 CPUtime=3385.56 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 281522 0 70 0 338317 239 0 0 20 0 20 0 8369927 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 548776 5832 1 0 559196 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=-6000919507032696423 CPUtime=3303.03 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 109453 0 55 0 330264 39 0 0 20 0 20 0 8369928 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=2195104 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=11576 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 3032 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=2195104 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 3385.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2195104 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.29 4.21 6/333 88473
/proc/meminfo: memFree=96351724/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=2195104 CPUtime=3447.82 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 284295 0 70 0 344540 242 0 0 20 0 20 0 8369927 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 548776 5832 1 0 559196 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=2195104 CPUtime=3362.3 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 110304 0 55 0 336190 40 0 0 20 0 20 0 8369928 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=-6000919507032696423 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=34848 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 3088 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=2195104 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 3447.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2195104 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.27 4.21 6/332 88483
/proc/meminfo: memFree=96350804/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=2195104 CPUtime=3509.86 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 289120 0 70 0 350740 246 0 0 20 0 20 0 8369927 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 548776 5832 1 0 559196 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=-6000919507032696423 CPUtime=3421.29 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 111996 0 55 0 342089 40 0 0 20 0 20 0 8369928 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=2195104 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=11576 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 3222 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=2195104 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 548776 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 3509.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2195104 KiB

[startup+3522.3 s]
/proc/loadavg: 4.41 4.31 4.22 6/332 88495
/proc/meminfo: memFree=96349972/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=2195108 CPUtime=3572.82 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 294412 0 70 0 357031 251 0 0 20 0 20 0 8369927 19566772224 548777 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 548777 5832 1 0 559196 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=2195104 CPUtime=3480.01 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 113809 0 55 0 347961 40 0 0 20 0 20 0 8369928 19566772224 548777 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=2195108 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 548777 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=2195108 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 3222 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 548777 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=5552 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 548777 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 3572.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2195108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3548.4 s]
/proc/loadavg: 4.34 4.30 4.22 5/330 88500
/proc/meminfo: memFree=96349456/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19108176 memory=2195108 CPUtime=3600.08 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 294950 0 70 0 359755 253 0 0 20 0 20 0 8369927 19566772224 548777 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4777044 548777 5832 1 0 559196 0
[pid=86575/tid=86582] ppid=86570 vsize=19108176 memory=26028 CPUtime=3505.68 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 114225 0 55 0 350528 40 0 0 20 0 20 0 8369928 19566772224 548777 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19108176 memory=-6000919507032696423 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 548777 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19108176 memory=31196 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 3268 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 548777 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86653] ppid=86570 vsize=19108176 memory=7292 CPUtime=0 cores=1,3
/proc/86575/task/86653/stat : 86653 (Timer-0) S 86570 86575 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369967 19566772224 548777 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2195108 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3548.65 s]
# the end of solver process 86575 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3597.83 s, system=2.54557 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3548.6 s]
/proc/loadavg: 4.34 4.30 4.22 5/330 88500
/proc/meminfo: memFree=96349456/131524600 swapFree=131071996/131071996
[pid=86575] ppid=86570 vsize=19307868 memory=2195800 CPUtime=3600.31 cores=1,3
/proc/86575/stat : 86575 (java) S 86570 86575 86503 0 -1 1077936128 296341 0 70 0 359778 253 0 0 20 0 21 0 8369927 19771256832 548950 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
/proc/86575/statm: 4826967 548950 5831 1 0 560121 0
[pid=86575/tid=86582] ppid=86570 vsize=19307868 memory=26028 CPUtime=3505.87 cores=1,3
/proc/86575/task/86582/stat : 86582 (java) R 86570 86575 86503 0 -1 4194368 114291 0 55 0 350547 40 0 0 20 0 21 0 8369928 19771256832 548950 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86621] ppid=86570 vsize=19307868 memory=1800 CPUtime=0 cores=1,3
/proc/86575/task/86621/stat : 86621 (Finalizer) S 86570 86575 86503 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 8369940 19771256832 548950 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
[pid=86575/tid=86646] ppid=86570 vsize=19307868 memory=39160 CPUtime=0 cores=1,3
/proc/86575/task/86646/stat : 86646 (Common-Cleaner) S 86570 86575 86503 0 -1 1077936192 3268 0 0 0 0 0 0 0 20 0 21 0 8369941 19771256832 548950 134679101440 94436363800576 94436363804272 140725061781648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436363812088 94436363812880 94436374351872 140725061784559 140725061784672 140725061784672 140725061791688 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2195800 KiB

Child status: 143

Real time (s): 3548.65
CPU time (s): 3600.37
CPU user time (s): 3597.83
CPU system time (s): 2.54557
CPU usage (%): 101.457
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2199560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.83
system time used= 2.54557
maximum resident set size= 2199560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296556
page faults= 71
swaps= 0
block input operations= 12136
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126648
involuntary context switches= 18140


# summary of solver processes directly reported to runsolver:
#   pid: 86575
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3597.83
#   total CPU system time (s): 2.54557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.60116 second user time and 19.37 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-23 09:06:36
IDJOB=4456109
IDBENCH=143218
IDSOLVER=3035
FILE ID=nodeC035/4456109-1721718396
RUNJOBID= nodeC035-1721718396-86515
SLURM_JOB_ID= 7770407
Free space on /tmp= 890064 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551347--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456109-1721718396/watcher-4456109-1721718396 -o /tmp/evaluation-result-4456109-1721718396/solver-4456109-1721718396 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721718396-86515 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456109-1721718396.wbo

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

MD5SUM BENCH= c80b6180d98478604df0f17e55c6d3fe
RANDOM SEED=1351450909

nodeC035.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	: 0xb00002a
cpu MHz		: 3600.223
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        105980468 kB
MemAvailable:   129685076 kB
Buffers:          134980 kB
Cached:         24314516 kB
SwapCached:            0 kB
Active:           887608 kB
Inactive:       23934992 kB
Active(anon):       1448 kB
Inactive(anon):   409368 kB
Active(file):     886160 kB
Inactive(file): 23525624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3252 kB
Writeback:             0 kB
AnonPages:        372540 kB
Mapped:            99832 kB
Shmem:             37720 kB
KReclaimable:     264944 kB
Slab:             369152 kB
SReclaimable:     264944 kB
SUnreclaim:       104208 kB
KernelStack:        3968 kB
PageTables:         9996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     827592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18976 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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:      289492 kB
DirectMap2M:    25698304 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC035 at 2024-07-23 10:05:45