Trace number 4427690

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12SAT (TO)-29 3600.94 3511.95

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_2pm-0066-0066.lin.opb
MD5SUMf8aad9764d6c8bddbc050c5a2fe0206c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-29
Best CPU time to get the best result obtained on this benchmark0.145408
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables324
Total number of constraints468
Number of constraints which are clauses216
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints216
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 216
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 216
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 216
Number of bits of the biggest sum of numbers8
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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.15/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.12	c See www.sat4j.org for details.
0.15/0.13	c version CUSTOM.v20240707
0.15/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.16	c java.vm.version	22.0.1+8-16
0.15/0.16	c java.vm.vendor	Oracle Corporation
0.15/0.16	c sun.arch.data.model	64
0.15/0.16	c java.version		22.0.1
0.15/0.16	c os.name		Linux
0.15/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.16	c os.arch		amd64
0.15/0.16	c Free memory 		2113181440
0.15/0.16	c Max memory 		16282288128
0.15/0.17	c Total memory 		2122317824
0.15/0.17	c Number of processors 	2
0.45/0.34	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.34	 - never skip resolution steps
0.45/0.34	 - Auto-division on coefficients is disabled
0.45/0.34	 - No postprocessing
0.45/0.34	 - Conflict is considered as is when resolving
0.45/0.34	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.34	 - Weaken first using unassigned literals
0.45/0.34	 - Bump strategy: ALWAYS_ONE
0.45/0.34	 - Bumper: ASSIGNED
0.45/0.34	--- Begin Solver configuration ---
0.45/0.34	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.34	Learn all clauses as in MiniSAT
0.45/0.34	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.34	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.34	No reason simplification
0.45/0.34	Armin Biere (Picosat) restarts strategy
0.45/0.34	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.34	timeout=2147483s
0.45/0.34	DB Simplification allowed=false
0.45/0.34	Listener: none
0.45/0.34	--- End Solver configuration ---
0.45/0.34	c Pseudo Boolean Optimization by upper bound
0.45/0.34	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.34	c  - never skip resolution steps
0.45/0.34	c  - Auto-division on coefficients is disabled
0.45/0.34	c  - No postprocessing
0.45/0.34	c  - Conflict is considered as is when resolving
0.45/0.34	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.34	c  - Weaken first using unassigned literals
0.45/0.34	c  - Bump strategy: ALWAYS_ONE
0.45/0.34	c  - Bumper: ASSIGNED
0.45/0.34	c --- Begin Solver configuration ---
0.45/0.34	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.34	c Learn all clauses as in MiniSAT
0.45/0.34	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.34	c No reason simplification
0.45/0.34	c Armin Biere (Picosat) restarts strategy
0.45/0.34	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.34	c timeout=2147483s
0.45/0.34	c DB Simplification allowed=false
0.45/0.34	c Listener: none
0.45/0.34	c --- End Solver configuration ---
0.45/0.35	c solving HOME/instance-4427690-1721001186.opb
0.45/0.35	c reading problem ... 
0.45/0.35	c  objective function found
0.61/0.46	c ... done. Wall clock time 0.103s.
0.61/0.46	c declared #vars     324
0.61/0.46	c #constraints  504
0.61/0.46	c constraints type 
0.61/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 36
0.61/0.46	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 216
0.61/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 252
0.61/0.46	c 504 constraints processed.
0.61/0.48	c objective function length is 216 literals
0.61/0.50	c SATISFIABLE
0.61/0.50	c OPTIMIZING...
0.61/0.50	c Got one! Elapsed wall clock time (in seconds):0.151
0.61/0.50	o -25
2.09/1.24	c Got one! Elapsed wall clock time (in seconds):0.888
2.09/1.24	o -26
15.64/11.99	c cleaning 2691 clauses out of 5462 with flag 0/5462
16.39/12.34	c Got one! Elapsed wall clock time (in seconds):12.0
16.39/12.34	o -27
17.72/13.23	c Got one! Elapsed wall clock time (in seconds):12.888
17.72/13.23	o -28
26.55/21.70	c cleaning 3368 clauses out of 8492 with flag 0/11183
37.58/32.35	c cleaning 3084 clauses out of 11125 with flag 0/17184
52.87/47.37	c cleaning 3865 clauses out of 15041 with flag 0/24184
71.85/65.88	c cleaning 4493 clauses out of 19177 with flag 0/32185
72.94/66.87	c Got one! Elapsed wall clock time (in seconds):66.521
72.94/66.87	o -29
81.51/75.13	c cleaning 2727 clauses out of 19884 with flag 0/37385
94.30/87.77	c cleaning 3129 clauses out of 23158 with flag 0/43386
114.29/107.20	c cleaning 3743 clauses out of 27028 with flag 0/50385
138.72/131.06	c cleaning 4408 clauses out of 31285 with flag 0/58385
169.15/161.14	c cleaning 4754 clauses out of 35877 with flag 0/67385
210.79/201.71	c cleaning 5387 clauses out of 41124 with flag 0/77386
256.29/246.25	c cleaning 5948 clauses out of 46737 with flag 0/88386
309.72/298.93	c cleaning 6470 clauses out of 52788 with flag 0/100385
364.99/353.26	c cleaning 6714 clauses out of 59321 with flag 0/113388
439.65/426.60	c cleaning 7533 clauses out of 66604 with flag 0/127385
513.90/499.79	c cleaning 7792 clauses out of 74072 with flag 0/142386
613.05/597.29	c cleaning 8843 clauses out of 82280 with flag 0/158386
722.13/704.68	c cleaning 9271 clauses out of 90438 with flag 0/175387
835.92/816.56	c cleaning 9673 clauses out of 99168 with flag 0/193388
961.32/939.99	c cleaning 9862 clauses out of 108492 with flag 0/212385
1093.97/1070.04	c cleaning 10584 clauses out of 118630 with flag 0/232385
1277.10/1249.88	c cleaning 10453 clauses out of 129046 with flag 0/253385
1464.60/1433.10	c cleaning 11887 clauses out of 140595 with flag 0/275387
1671.92/1634.26	c cleaning 12148 clauses out of 151707 with flag 0/298386
1902.71/1860.24	c cleaning 12933 clauses out of 163560 with flag 0/322387
2166.85/2118.13	c cleaning 12888 clauses out of 175625 with flag 0/347385
2438.39/2383.19	c cleaning 13491 clauses out of 188737 with flag 0/373385
2723.07/2660.11	c cleaning 14298 clauses out of 202251 with flag 0/400390
3071.57/2999.55	c cleaning 14979 clauses out of 215948 with flag 0/428385
3449.00/3366.28	c cleaning 15116 clauses out of 229970 with flag 0/457386
3600.06/3511.52	c starts		: 156
3600.06/3511.55	c conflicts		: 473627
3600.06/3511.55	c decisions		: 1713026
3600.06/3511.56	c propagations		: 26348872
3600.06/3511.56	c inspects		: 4232520593
3600.06/3511.56	c shortcuts		: 0
3600.06/3511.56	c learnt literals	: 1
3600.06/3511.56	c learnt binary clauses	: 1
3600.06/3511.56	c learnt ternary clauses	: 0
3600.06/3511.56	c learnt constraints	: 473625
3600.06/3511.56	c ignored constraints	: 0
3600.06/3511.56	c root simplifications	: 0
3600.06/3511.56	c removed literals (reason simplification)	: 0
3600.06/3511.56	c reason swapping (by a shorter reason)	: 0
3600.06/3511.56	c Calls to reduceDB	: 30
3600.06/3511.56	c Number of update (reduction) of LBD	: 10
3600.06/3511.56	c Imported unit clauses	: 0
3600.06/3511.56	c No decision after first conflict	: false
3600.06/3511.57	c number of reductions to clauses (during analyze)	: 0
3600.06/3511.57	c number of learned constraints concerned by reduction	: 0
3600.06/3511.57	c number of learning phase by resolution	: 0
3600.06/3511.57	c number of learning phase by cutting planes	: 0
3600.06/3511.57	c number of rounding to 1 operations	: 3187736
3600.06/3511.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3511.58	c number of reductions of the coefficients by power 2 	: 0
3600.06/3511.58	c number of right shift for reduction by power 2 	: 0
3600.06/3511.58	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3511.58	c number of ending skipping 	: 0
3600.06/3511.58	c number of internal skipping 	: 0
3600.06/3511.58	c number of derivation steps 	: 4940925
3600.06/3511.58	c number of skipped derivation steps 	: 0
3600.06/3511.58	c number of remaining unassigned 	: 2276367
3600.06/3511.58	c number of remaining assigned 	: 74171160
3600.06/3511.58	c number of falsified literals weakened from reason	: 0
3600.06/3511.58	c number of falsified literals weakened from conflict	: 0
3600.06/3511.58	c time for arithmetic operations	: 12294606443
3600.06/3511.60	c minimum degree of deleted constraints	: 4
3600.06/3511.60	c maximum degree of deleted constraints	: 78538631
3600.06/3511.60	c number of deleted constraints	: 242532
3600.27/3511.61	c speed (assignments/second)	: 7504.432219117156
3600.27/3511.61	c non guided choices	: 0
3600.86/3511.92	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 128122
3600.86/3511.92	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2986
3600.86/3511.92	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.86/3511.92	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 99984
3600.86/3511.92	s SATISFIABLE
3600.86/3511.92	c Found 5 solution(s)
3600.86/3511.92	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 x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 x243 x244 -x245 -x246 -x247 -x248 -x249 x250 x251 -x252 -x253 -x254 -x255 -x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 x286 x287 -x288 -x289 -x290 -x291 -x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 -x324 
3600.86/3511.92	c objective function=-29
3600.86/3511.92	c Total wall clock time (in seconds): 3511.579

Verifier Data

OK	-29

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427690-1721001186/watcher-4427690-1721001186 -o /tmp/evaluation-result-4427690-1721001186/solver-4427690-1721001186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1720994549-762761 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427690-1721001186.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=766990, runsolver pid=766987

[startup+0.107389 s]*
/proc/loadavg: 3.21 3.16 3.19 7/294 767008
/proc/meminfo: memFree=113572420/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=18975048 memory=56404 CPUtime=0.15 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 6639 0 0 0 13 2 0 0 20 0 18 0 152275647 19430449152 14101 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4743762 14101 5606 1 0 550926 0
[pid=766990/tid=766992] ppid=766987 vsize=18975048 memory=4026532157 CPUtime=0.08 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 5546 0 0 0 7 1 0 0 20 0 18 0 152275647 19430449152 14101 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=18975048 memory=215671374179 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152275651 19430449152 14101 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=18975048 memory=14695214262545104 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 152275651 19430449152 14101 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56404 KiB

[startup+0.213388 s]*
/proc/loadavg: 3.21 3.16 3.19 6/294 767008
/proc/meminfo: memFree=113563480/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=18975048 memory=65176 CPUtime=0.29 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 7270 0 0 0 27 2 0 0 20 0 18 0 152275647 19430449152 16294 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4743762 16294 5610 1 0 551471 0
[pid=766990/tid=766992] ppid=766987 vsize=18975048 memory=3472328300254199927 CPUtime=0.17 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 5773 0 0 0 16 1 0 0 20 0 18 0 152275647 19430449152 16294 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=18975048 memory=641 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152275651 19430449152 16294 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=18975048 memory=14132264309099584 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 152275651 19430449152 16294 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65176 KiB

[startup+0.317953 s]*
/proc/loadavg: 3.21 3.16 3.19 4/294 767008
/proc/meminfo: memFree=113561908/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=18975048 memory=66864 CPUtime=0.45 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 7565 0 0 0 43 2 0 0 20 0 18 0 152275647 19430449152 16716 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4743762 16716 5764 1 0 551655 0
[pid=766990/tid=766992] ppid=766987 vsize=18975048 memory=-8670943750036824764 CPUtime=0.26 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 1077936192 5938 0 0 0 25 1 0 0 20 0 18 0 152275647 19430449152 16716 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152275651 19430449152 16716 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 152275651 19430449152 16716 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66864 KiB

[startup+0.710384 s]
/proc/loadavg: 3.21 3.16 3.19 5/295 767009
/proc/meminfo: memFree=113553804/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19041612 memory=112088 CPUtime=1.14 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 9272 0 0 0 110 4 0 0 20 0 19 0 152275647 19498610688 28022 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4760403 28022 5933 1 0 552514 0
[pid=766990/tid=766992] ppid=766987 vsize=19041612 memory=5524 CPUtime=0.58 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 6191 0 0 0 56 2 0 0 20 0 19 0 152275647 19498610688 28022 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19041612 memory=12556 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152275651 19498610688 28022 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 152275651 19498610688 28022 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767009] ppid=766987 vsize=19041612 memory=2372 CPUtime=0 cores=4,6
/proc/766990/task/767009/stat : 767009 (Timer-0) S 766987 766990 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 152275696 19498610688 28022 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 112088 KiB

[startup+1.50026 s]
/proc/loadavg: 3.21 3.16 3.19 5/296 767010
/proc/meminfo: memFree=113454036/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19108176 memory=225788 CPUtime=2.69 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 22721 0 0 0 261 8 0 0 20 0 20 0 152275647 19566772224 56447 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4777044 56447 5965 1 0 559259 0
[pid=766990/tid=766992] ppid=766987 vsize=19108176 memory=12556 CPUtime=1.32 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 6884 0 0 0 129 3 0 0 20 0 20 0 152275647 19566772224 56447 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 56447 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 56447 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767009] ppid=766987 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/766990/task/767009/stat : 767009 (Timer-0) S 766987 766990 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152275696 19566772224 56447 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 225788 KiB

[startup+3.10538 s]
/proc/loadavg: 3.21 3.16 3.19 6/296 767012
/proc/meminfo: memFree=112932244/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19108176 memory=696092 CPUtime=5.85 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 26115 0 0 0 567 18 0 0 20 0 20 0 152275647 19566772224 174023 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4777044 174023 5965 1 0 560233 0
[pid=766990/tid=766992] ppid=766987 vsize=19108176 memory=0 CPUtime=2.9 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 7766 0 0 0 277 13 0 0 20 0 20 0 152275647 19566772224 174023 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19108176 memory=12556 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 174023 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 174023 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767009] ppid=766987 vsize=19108176 memory=11404 CPUtime=0 cores=4,6
/proc/766990/task/767009/stat : 767009 (Timer-0) S 766987 766990 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152275696 19566772224 174023 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 696092 KiB

[startup+6.30044 s]
/proc/loadavg: 3.28 3.17 3.19 4/296 767012
/proc/meminfo: memFree=112673004/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19108176 memory=954716 CPUtime=9.61 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 26615 0 0 0 937 24 0 0 20 0 20 0 152275647 19566772224 238679 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4777044 238679 5965 1 0 560234 0
[pid=766990/tid=766992] ppid=766987 vsize=19108176 memory=0 CPUtime=5.96 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 8170 0 0 0 579 17 0 0 20 0 20 0 152275647 19566772224 238679 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19108176 memory=6935649255809903441 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 238679 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19108176 memory=12556 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 238679 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767009] ppid=766987 vsize=19108176 memory=229748 CPUtime=0 cores=4,6
/proc/766990/task/767009/stat : 767009 (Timer-0) S 766987 766990 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152275696 19566772224 238679 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 9.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 954716 KiB

[startup+12.7003 s]
/proc/loadavg: 3.33 3.19 3.19 5/296 767013
/proc/meminfo: memFree=111559092/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19108176 memory=2071036 CPUtime=17.07 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 34351 0 0 0 1660 47 0 0 20 0 20 0 152275647 19566772224 517759 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4777044 517759 5965 1 0 737815 0
[pid=766990/tid=766992] ppid=766987 vsize=19108176 memory=2066356 CPUtime=12.08 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 10567 0 0 0 1170 38 0 0 20 0 20 0 152275647 19566772224 517759 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19108176 memory=2066356 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 517759 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 517759 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767009] ppid=766987 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/766990/task/767009/stat : 767009 (Timer-0) S 766987 766990 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152275696 19566772224 517759 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 17.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2071036 KiB

[startup+25.5005 s]
/proc/loadavg: 3.26 3.18 3.19 5/296 767015
/proc/meminfo: memFree=110517392/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19108176 memory=3105976 CPUtime=30.36 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 37816 0 0 0 2968 68 0 0 20 0 20 0 152275647 19566772224 776494 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4777044 776494 5965 1 0 1001043 0
[pid=766990/tid=766992] ppid=766987 vsize=19108176 memory=2066356 CPUtime=24.14 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 12276 0 0 0 2356 58 0 0 20 0 20 0 152275647 19566772224 776494 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19108176 memory=3105868 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 776494 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 776494 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767009] ppid=766987 vsize=19108176 memory=3105948 CPUtime=0 cores=4,6
/proc/766990/task/767009/stat : 767009 (Timer-0) S 766987 766990 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152275696 19566772224 776494 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 30.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3105976 KiB

[startup+51.1129 s]
/proc/loadavg: 3.24 3.18 3.19 4/296 767019
/proc/meminfo: memFree=109957300/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19108176 memory=3664812 CPUtime=56.73 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 44231 0 0 0 5593 80 0 0 20 0 20 0 152275647 19566772224 916203 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4777044 916203 5981 1 0 1141052 0
[pid=766990/tid=766992] ppid=766987 vsize=19108176 memory=3660548 CPUtime=49.17 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 15813 0 0 0 4850 67 0 0 20 0 20 0 152275647 19566772224 916203 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19108176 memory=-8670943750036824764 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 916203 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0

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

Current children cumulated CPU time: 3301.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4513464 KiB

[startup+3282.3 s]
/proc/loadavg: 2.27 2.24 2.27 3/265 769148
/proc/meminfo: memFree=118110108/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19108176 memory=4516820 CPUtime=3363.13 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 246040 0 0 0 336008 305 0 0 20 0 20 0 152275647 19566772224 1129205 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4777044 1129205 5984 1 0 1143375 0
[pid=766990/tid=766992] ppid=766987 vsize=19108176 memory=4516820 CPUtime=3206.4 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 115575 0 0 0 320555 85 0 0 20 0 20 0 152275647 19566772224 1129205 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19108176 memory=11404 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 1129205 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19108176 memory=4516820 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 2615 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 1129205 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767009] ppid=766987 vsize=19108176 memory=4516820 CPUtime=0 cores=4,6
/proc/766990/task/767009/stat : 767009 (Timer-0) S 766987 766990 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152275696 19566772224 1129205 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 3363.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4516820 KiB

[startup+3342.3 s]
/proc/loadavg: 2.18 2.23 2.26 3/265 769158
/proc/meminfo: memFree=118109760/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19108176 memory=4516912 CPUtime=3424.6 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 249586 0 0 0 342152 308 0 0 20 0 20 0 152275647 19566772224 1129228 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4777044 1129228 5984 1 0 1143375 0
[pid=766990/tid=766992] ppid=766987 vsize=19108176 memory=4516820 CPUtime=3265.17 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 117446 0 0 0 326431 86 0 0 20 0 20 0 152275647 19566772224 1129228 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19108176 memory=4516912 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 1129228 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19108176 memory=4516912 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 2708 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 1129228 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767009] ppid=766987 vsize=19108176 memory=5524 CPUtime=0 cores=4,6
/proc/766990/task/767009/stat : 767009 (Timer-0) S 766987 766990 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152275696 19566772224 1129228 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 3424.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4516912 KiB

[startup+3402.3 s]
/proc/loadavg: 2.43 2.28 2.28 4/265 769168
/proc/meminfo: memFree=118109448/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19108176 memory=4517156 CPUtime=3486.55 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 254438 0 0 0 348344 311 0 0 20 0 20 0 152275647 19566772224 1129289 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4777044 1129289 5999 1 0 1143426 0
[pid=766990/tid=766992] ppid=766987 vsize=19108176 memory=4516912 CPUtime=3323.55 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 120495 0 0 0 332269 86 0 0 20 0 20 0 152275647 19566772224 1129289 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19108176 memory=4516912 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 1129289 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19108176 memory=11404 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 2805 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 1129289 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767009] ppid=766987 vsize=19108176 memory=4517156 CPUtime=0 cores=4,6
/proc/766990/task/767009/stat : 767009 (Timer-0) S 766987 766990 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152275696 19566772224 1129289 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 3486.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4517156 KiB

[startup+3462.3 s]
/proc/loadavg: 2.50 2.33 2.29 3/268 769184
/proc/meminfo: memFree=118109280/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19108176 memory=4517212 CPUtime=3549.1 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 257670 0 0 0 354595 315 0 0 20 0 20 0 152275647 19566772224 1129303 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4777044 1129303 5999 1 0 1143426 0
[pid=766990/tid=766992] ppid=766987 vsize=19108176 memory=4516912 CPUtime=3381.63 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 122492 0 0 0 338076 87 0 0 20 0 20 0 152275647 19566772224 1129303 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19108176 memory=11404 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 1129303 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19108176 memory=11404 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 2805 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 1129303 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767009] ppid=766987 vsize=19108176 memory=11404 CPUtime=0 cores=4,6
/proc/766990/task/767009/stat : 767009 (Timer-0) S 766987 766990 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152275696 19566772224 1129303 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 3549.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4517212 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3511.5 s]
/proc/loadavg: 2.37 2.32 2.29 3/268 769191
/proc/meminfo: memFree=118108892/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19108176 memory=4517328 CPUtime=3600.06 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 259162 0 0 0 359688 318 0 0 20 0 20 0 152275647 19566772224 1129332 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4777044 1129332 5999 1 0 1143463 0
[pid=766990/tid=766992] ppid=766987 vsize=19108176 memory=4517212 CPUtime=3429.72 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 123829 0 0 0 342885 87 0 0 20 0 20 0 152275647 19566772224 1129332 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19108176 memory=4517212 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 1129332 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19108176 memory=4517328 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 2897 0 0 0 0 0 0 0 20 0 20 0 152275651 19566772224 1129332 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767009] ppid=766987 vsize=19108176 memory=4517328 CPUtime=0 cores=4,6
/proc/766990/task/767009/stat : 767009 (Timer-0) S 766987 766990 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152275696 19566772224 1129332 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4517328 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.72 s, system=3.2184 s

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

[startup+3511.61 s]
/proc/loadavg: 2.37 2.32 2.29 3/268 769191
/proc/meminfo: memFree=118108892/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19307868 memory=4518032 CPUtime=3600.27 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 261598 0 0 0 359708 319 0 0 20 0 21 0 152275647 19771256832 1129508 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4826967 1129508 5998 1 0 1144398 0
[pid=766990/tid=766992] ppid=766987 vsize=19307868 memory=25884 CPUtime=3429.82 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 123924 0 0 0 342895 87 0 0 20 0 21 0 152275647 19771256832 1129508 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19307868 memory=32596 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 152275651 19771256832 1129508 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19307868 memory=19356 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 2897 0 0 0 0 0 0 0 20 0 21 0 152275651 19771256832 1129508 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4518032 KiB

[startup+3511.81 s]
/proc/loadavg: 2.37 2.32 2.29 3/268 769191
/proc/meminfo: memFree=118108892/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19307868 memory=4518032 CPUtime=3600.66 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 261627 0 0 0 359747 319 0 0 20 0 21 0 152275647 19771256832 1129508 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4826967 1129508 5998 1 0 1144398 0
[pid=766990/tid=766992] ppid=766987 vsize=19307868 memory=-8670943750036824764 CPUtime=3430.02 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 123924 0 0 0 342915 87 0 0 20 0 21 0 152275647 19771256832 1129508 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19307868 memory=2196 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 152275651 19771256832 1129508 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19307868 memory=31900 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 2897 0 0 0 0 0 0 0 20 0 21 0 152275651 19771256832 1129508 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 3600.66 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4518032 KiB

[startup+3511.9 s]
/proc/loadavg: 2.37 2.32 2.29 3/268 769191
/proc/meminfo: memFree=118108892/131655788 swapFree=131071996/131071996
[pid=766990] ppid=766987 vsize=19307868 memory=4518032 CPUtime=3600.86 cores=4,6
/proc/766990/stat : 766990 (java) S 766987 766990 762750 0 -1 1077936128 261635 0 0 0 359767 319 0 0 20 0 21 0 152275647 19771256832 1129508 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
/proc/766990/statm: 4826967 1129508 5998 1 0 1144398 0
[pid=766990/tid=766992] ppid=766987 vsize=19307868 memory=4517212 CPUtime=3430.12 cores=4,6
/proc/766990/task/766992/stat : 766992 (java) R 766987 766990 762750 0 -1 4194368 123924 0 0 0 342925 87 0 0 20 0 21 0 152275647 19771256832 1129508 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767001] ppid=766987 vsize=19307868 memory=4517212 CPUtime=0 cores=4,6
/proc/766990/task/767001/stat : 767001 (Finalizer) S 766987 766990 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 152275651 19771256832 1129508 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
[pid=766990/tid=767008] ppid=766987 vsize=19307868 memory=4517328 CPUtime=0 cores=4,6
/proc/766990/task/767008/stat : 767008 (Common-Cleaner) S 766987 766990 762750 0 -1 1077936192 2897 0 0 0 0 0 0 0 20 0 21 0 152275651 19771256832 1129508 134679101440 94423947325440 94423947329136 140728804747056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94423947336952 94423947337744 94423953129472 140728804754416 140728804754529 140728804754529 140728804761544 0
Current children cumulated CPU time: 3600.86 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4518032 KiB

Child status: 143

Real time (s): 3511.95
CPU time (s): 3600.94
CPU user time (s): 3597.72
CPU system time (s): 3.2184
CPU usage (%): 102.534
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4518032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.72
system time used= 3.2184
maximum resident set size= 4518216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261892
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129792
involuntary context switches= 9342


# summary of solver processes directly reported to runsolver:
#   pid: 766990
#   total CPU time (s): 3600.94
#   total CPU user time (s): 3597.72
#   total CPU system time (s): 3.2184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7584 second user time and 35.0681 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-15 01:53:19
IDJOB=4427690
IDBENCH=158504
IDSOLVER=3046
FILE ID=nodeC012/4427690-1721001186
RUNJOBID= nodeC012-1720994549-762761
SLURM_JOB_ID= 7505313
Free space on /tmp= 723724 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0066-0066.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427690-1721001186/watcher-4427690-1721001186 -o /tmp/evaluation-result-4427690-1721001186/solver-4427690-1721001186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1720994549-762761 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427690-1721001186.opb

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

MD5SUM BENCH= f8aad9764d6c8bddbc050c5a2fe0206c
RANDOM SEED=664437564

nodeC012.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		: 3670.421
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	: 6984.37
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		: 3685.247
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.32
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.457
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	: 6984.37
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.396
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.32
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		: 2394.674
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	: 6984.37
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.602
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.32
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.329
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	: 6984.37
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.363
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        113608168 kB
MemAvailable:   115562816 kB
Buffers:          344380 kB
Cached:          2431208 kB
SwapCached:            0 kB
Active:           574196 kB
Inactive:       16880252 kB
Active(anon):       1408 kB
Inactive(anon): 14715148 kB
Active(file):     572788 kB
Inactive(file):  2165104 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:      14678884 kB
Mapped:           122768 kB
Shmem:             37704 kB
KReclaimable:     113572 kB
Slab:             210992 kB
SReclaimable:     113572 kB
SUnreclaim:        97420 kB
KernelStack:        4464 kB
PageTables:        38300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15169628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            49312 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14297088 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:      244552 kB
DirectMap2M:    15388672 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC012 at 2024-07-15 02:51:52