Trace number 4424819

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07OPTIMUM 1143.8 1145.68

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_15_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM3c6d97869b06a147893cbce6b9d9d944
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark58
Best CPU time to get the best result obtained on this benchmark0.005164
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints50
Number of soft constraints18
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Top cost 838
Min constraint cost 1
Max constraint cost 83
Sum of constraints costs 837
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version CUSTOM.v20240707
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.15	--- Begin Solver configuration ---
0.09/0.15	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.09/0.15	Learn all clauses as in MiniSAT
0.09/0.15	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	No reason simplification
0.09/0.15	Glucose 2.1 dynamic restart strategy
0.09/0.15	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.15	timeout=2147483s
0.09/0.15	DB Simplification allowed=false
0.09/0.15	Listener: none
0.09/0.15	--- End Solver configuration ---
0.09/0.15	c Pseudo Boolean Optimization by upper bound
0.09/0.15	c --- Begin Solver configuration ---
0.09/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.09/0.15	c Learn all clauses as in MiniSAT
0.09/0.15	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	c No reason simplification
0.09/0.15	c Glucose 2.1 dynamic restart strategy
0.09/0.15	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.15	c timeout=2147483s
0.09/0.15	c DB Simplification allowed=false
0.09/0.15	c Listener: none
0.09/0.15	c --- End Solver configuration ---
0.09/0.15	c solving HOME/instance-4424819-1720881313.wbo
0.09/0.15	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.017s.
0.09/0.17	c declared #vars     300
0.09/0.17	c internal #vars     318
0.09/0.17	c #constraints  51
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.09/0.17	c org.sat4j.specs.Constr$1 => 1
0.09/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.09/0.17	c 51 constraints processed.
0.09/0.18	c objective function length is 18 literals
0.28/0.25	c SATISFIABLE
0.28/0.25	c OPTIMIZING...
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.098
0.28/0.25	o 95
0.48/0.33	c Got one! Elapsed wall clock time (in seconds):0.169
0.48/0.33	o 58
0.88/0.58	c cleaning 2782 clauses out of 5583 with flag 29442/5583
1.64/0.96	c cleaning 4397 clauses out of 8801 with flag 74892/11583
2.26/1.46	c cleaning 5687 clauses out of 11404 with flag 129095/18583
2.78/1.97	c cleaning 6853 clauses out of 13717 with flag 186994/26583
3.45/2.57	c cleaning 7924 clauses out of 15864 with flag 258041/35583
4.33/3.22	c cleaning 8960 clauses out of 17940 with flag 337159/45583
5.03/3.97	c cleaning 9977 clauses out of 19980 with flag 428432/56583
6.02/4.95	c cleaning 10993 clauses out of 22005 with flag 522591/68585
7.23/6.19	c cleaning 11999 clauses out of 24013 with flag 609571/81586
8.92/7.89	c cleaning 12995 clauses out of 26014 with flag 719441/95586
10.62/9.52	c cleaning 13998 clauses out of 28019 with flag 843147/110586
12.62/11.55	c cleaning 14993 clauses out of 30018 with flag 986979/126583
14.64/13.53	c cleaning 15992 clauses out of 32025 with flag 1120876/143583
16.76/15.61	c cleaning 17008 clauses out of 34035 with flag 1270478/161585
18.57/17.46	c cleaning 18003 clauses out of 36026 with flag 1418612/180584
21.07/19.93	c cleaning 18993 clauses out of 38023 with flag 1582011/200584
24.17/23.01	c cleaning 19999 clauses out of 40029 with flag 1756499/221583
27.26/26.12	c cleaning 21002 clauses out of 42031 with flag 1925826/243584
31.95/30.84	c cleaning 22007 clauses out of 44030 with flag 2125558/266585
35.85/34.74	c cleaning 22997 clauses out of 46022 with flag 2354926/290584
38.83/37.79	c cleaning 23990 clauses out of 48025 with flag 2566565/315584
44.13/43.06	c cleaning 25011 clauses out of 50039 with flag 2781843/341588
48.72/47.63	c cleaning 25989 clauses out of 52024 with flag 3026874/368584
53.01/51.96	c cleaning 27013 clauses out of 54035 with flag 3282862/396584
58.20/57.15	c cleaning 27991 clauses out of 56021 with flag 3566618/425583
65.33/64.29	c cleaning 28984 clauses out of 58030 with flag 3851729/455583
72.62/71.52	c cleaning 29999 clauses out of 60047 with flag 4158662/486584
78.30/77.29	c cleaning 31019 clauses out of 62049 with flag 4477190/518585
85.38/84.31	c cleaning 32015 clauses out of 64030 with flag 4758621/551585
92.10/91.01	c cleaning 33000 clauses out of 66014 with flag 5057636/585584
100.68/99.66	c cleaning 33994 clauses out of 68013 with flag 5381015/620583
109.36/108.35	c cleaning 35011 clauses out of 70022 with flag 5696044/656586
116.65/115.68	c cleaning 35993 clauses out of 72013 with flag 6023781/693588
125.06/124.03	c cleaning 37004 clauses out of 74016 with flag 6359506/731584
134.48/133.53	c cleaning 38002 clauses out of 76012 with flag 6706611/770584
142.90/142.09	c cleaning 38993 clauses out of 78009 with flag 7087882/810583
151.82/151.08	c cleaning 40004 clauses out of 80017 with flag 7516233/851584
160.19/159.43	c cleaning 40994 clauses out of 82013 with flag 7961328/893584
170.70/170.03	c cleaning 41999 clauses out of 84021 with flag 8410923/936586
182.99/182.45	c cleaning 43006 clauses out of 86022 with flag 8764218/980586
194.22/193.76	c cleaning 43986 clauses out of 88013 with flag 9197355/1025583
209.18/208.86	c cleaning 44996 clauses out of 90029 with flag 9693973/1071585
223.15/222.95	c cleaning 46006 clauses out of 92031 with flag 10183770/1118583
233.65/233.52	c cleaning 47010 clauses out of 94033 with flag 10688477/1166591
247.28/247.25	c cleaning 48001 clauses out of 96016 with flag 11247749/1215584
261.14/261.28	c cleaning 48991 clauses out of 98014 with flag 11773195/1265583
278.72/278.97	c cleaning 49999 clauses out of 100023 with flag 12263015/1316583
292.89/293.22	c cleaning 51008 clauses out of 102029 with flag 12725918/1368588
310.64/311.17	c cleaning 51999 clauses out of 104017 with flag 13216014/1421584
330.92/331.51	c cleaning 53005 clauses out of 106017 with flag 13718701/1475583
349.78/350.45	c cleaning 53997 clauses out of 108014 with flag 14249334/1530585
365.85/366.52	c cleaning 54995 clauses out of 110016 with flag 14779043/1586584
391.05/391.78	c cleaning 56003 clauses out of 112021 with flag 15283290/1643584
411.31/412.09	c cleaning 56998 clauses out of 114017 with flag 15858203/1701583
430.77/431.59	c cleaning 57990 clauses out of 116021 with flag 16430789/1760585
455.16/455.96	c cleaning 58995 clauses out of 118029 with flag 17071760/1820583
479.00/479.87	c cleaning 60000 clauses out of 120034 with flag 17670447/1881583
507.79/508.62	c cleaning 61002 clauses out of 122037 with flag 18318879/1943586
532.24/533.17	c cleaning 61994 clauses out of 124032 with flag 18987795/2006583
558.06/558.72	c cleaning 63015 clauses out of 126037 with flag 19651464/2070584
585.25/585.95	c cleaning 64007 clauses out of 128021 with flag 20217261/2135584
615.78/616.56	c cleaning 65000 clauses out of 130015 with flag 20948011/2201585
650.47/651.22	c cleaning 66004 clauses out of 132014 with flag 21692508/2268584
681.81/682.68	c cleaning 67003 clauses out of 134009 with flag 22322729/2336583
724.79/725.66	c cleaning 67999 clauses out of 136006 with flag 22970731/2405583
769.68/770.68	c cleaning 68993 clauses out of 138008 with flag 23618403/2475584
799.22/800.20	c cleaning 69991 clauses out of 140014 with flag 24302956/2546583
830.23/831.35	c cleaning 71009 clauses out of 142023 with flag 25129175/2618583
868.38/869.84	c cleaning 71996 clauses out of 144014 with flag 25903816/2691583
900.10/901.86	c cleaning 73003 clauses out of 146018 with flag 26579289/2765583
941.36/943.08	c cleaning 74002 clauses out of 148018 with flag 27367296/2840586
974.20/975.96	c cleaning 74999 clauses out of 150013 with flag 28224627/2916583
1013.23/1015.05	c cleaning 76002 clauses out of 152014 with flag 29078444/2993583
1063.86/1065.78	c cleaning 77004 clauses out of 154014 with flag 29937573/3071585
1097.68/1099.69	c cleaning 77998 clauses out of 156008 with flag 30874625/3150583
1128.70/1130.78	c cleaning 79002 clauses out of 158011 with flag 31822003/3230584
1143.68/1145.65	c starts		: 11983
1143.68/1145.66	c conflicts		: 3264845
1143.68/1145.66	c decisions		: 4382499
1143.68/1145.66	c propagations		: 56608120
1143.68/1145.66	c inspects		: 14178343190
1143.68/1145.66	c shortcuts		: 0
1143.68/1145.66	c learnt literals	: 8
1143.68/1145.66	c learnt binary clauses	: 5
1143.68/1145.66	c learnt ternary clauses	: 5
1143.68/1145.66	c learnt constraints	: 3264836
1143.68/1145.66	c ignored constraints	: 0
1143.68/1145.66	c root simplifications	: 0
1143.68/1145.66	c removed literals (reason simplification)	: 0
1143.68/1145.66	c reason swapping (by a shorter reason)	: 0
1143.68/1145.66	c Calls to reduceDB	: 76
1143.68/1145.66	c Number of update (reduction) of LBD	: 1767610
1143.68/1145.66	c Imported unit clauses	: 0
1143.68/1145.66	c No decision after first conflict	: false
1143.68/1145.66	c number of reductions to clauses (during analyze)	: 0
1143.68/1145.66	c number of learned constraints concerned by reduction	: 0
1143.68/1145.66	c number of learning phase by resolution	: 0
1143.68/1145.66	c number of learning phase by cutting planes	: 0
1143.68/1145.66	c number of rounding to 1 operations	: 0
1143.68/1145.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1143.68/1145.66	c number of reductions of the coefficients by power 2 	: 0
1143.68/1145.66	c number of right shift for reduction by power 2 	: 0
1143.68/1145.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
1143.68/1145.66	c number of ending skipping 	: 0
1143.68/1145.66	c number of internal skipping 	: 0
1143.68/1145.66	c number of derivation steps 	: 0
1143.68/1145.66	c number of skipped derivation steps 	: 0
1143.68/1145.66	c number of remaining unassigned 	: 0
1143.68/1145.66	c number of remaining assigned 	: 0
1143.68/1145.66	c number of falsified literals weakened from reason	: 0
1143.68/1145.66	c number of falsified literals weakened from conflict	: 0
1143.68/1145.66	c time for arithmetic operations	: 0
1143.68/1145.67	c minimum degree of deleted constraints	: null
1143.68/1145.67	c maximum degree of deleted constraints	: null
1143.68/1145.67	c number of deleted constraints	: 0
1143.68/1145.67	c speed (assignments/second)	: 49418.34397217605
1143.68/1145.67	c non guided choices	: 8841
1143.68/1145.67	s OPTIMUM FOUND
1143.68/1145.67	c Found 2 solution(s)
1143.68/1145.67	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 
1143.68/1145.67	c objective function=58
1143.68/1145.67	c Total wall clock time (in seconds): 1145.521

Verifier Data

OK	58

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424819-1720881313/watcher-4424819-1720881313 -o /tmp/evaluation-result-4424819-1720881313/solver-4424819-1720881313 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1720881326-708127 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424819-1720881313.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=708150, runsolver pid=708147

[startup+0.10127 s]*
/proc/loadavg: 1.06 1.10 1.17 10/326 708257
/proc/meminfo: memFree=129465376/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=18975048 memory=58596 CPUtime=0.09 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 6744 0 0 0 7 2 0 0 20 0 18 0 140301059 19430449152 14649 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4743762 14649 5546 1 0 548931 0
[pid=708150/tid=708152] ppid=708147 vsize=18975048 memory=4026531971 CPUtime=0.06 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 5630 0 0 0 5 1 0 0 20 0 18 0 140301059 19430449152 14649 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=18975048 memory=17963 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140301065 19430449152 14649 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140301065 19430449152 14649 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58596 KiB

[startup+0.206535 s]*
/proc/loadavg: 1.06 1.10 1.17 13/328 708259
/proc/meminfo: memFree=129412292/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19041612 memory=71024 CPUtime=0.28 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 8207 0 0 0 26 2 0 0 20 0 19 0 140301059 19498610688 17756 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4760403 17756 5862 1 0 550174 0
[pid=708150/tid=708152] ppid=708147 vsize=19041612 memory=4782652875487838339 CPUtime=0.15 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 6012 0 0 0 14 1 0 0 20 0 19 0 140301059 19498610688 17756 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19041612 memory=17963 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 17756 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19041612 memory=14697378909259238 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 17756 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140301077 19498610688 17756 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71024 KiB

[startup+0.306533 s]*
/proc/loadavg: 1.06 1.10 1.17 13/331 708262
/proc/meminfo: memFree=129379388/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19041612 memory=75084 CPUtime=0.48 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 9828 0 0 0 45 3 0 0 20 0 19 0 140301059 19498610688 18771 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4760403 18771 5862 1 0 551176 0
[pid=708150/tid=708152] ppid=708147 vsize=19041612 memory=-8816755476065067708 CPUtime=0.24 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 6041 0 0 0 23 1 0 0 20 0 19 0 140301059 19498610688 18771 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 18771 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 18771 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140301077 19498610688 18771 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 75084 KiB

[startup+0.700532 s]
/proc/loadavg: 1.06 1.10 1.17 11/331 708262
/proc/meminfo: memFree=129347020/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19041612 memory=87672 CPUtime=1.24 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 12349 0 0 0 121 3 0 0 20 0 19 0 140301059 19498610688 21918 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4760403 21918 5894 1 0 552681 0
[pid=708150/tid=708152] ppid=708147 vsize=19041612 memory=12312 CPUtime=0.63 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 6083 0 0 0 61 2 0 0 20 0 19 0 140301059 19498610688 21918 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19041612 memory=12312 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 21918 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 21918 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19041612 memory=2420 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140301077 19498610688 21918 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 87672 KiB

[startup+1.50027 s]
/proc/loadavg: 1.06 1.10 1.17 7/331 708262
/proc/meminfo: memFree=129269828/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19041612 memory=98020 CPUtime=2.38 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 14231 0 0 0 235 3 0 0 20 0 19 0 140301059 19498610688 24505 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4760403 24505 5894 1 0 553097 0
[pid=708150/tid=708152] ppid=708147 vsize=19041612 memory=12312 CPUtime=1.42 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 6444 0 0 0 140 2 0 0 20 0 19 0 140301059 19498610688 24505 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19041612 memory=2420 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 24505 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 24505 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19041612 memory=37484 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140301077 19498610688 24505 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 98020 KiB

[startup+3.1057 s]
/proc/loadavg: 1.06 1.10 1.17 5/333 708264
/proc/meminfo: memFree=129046636/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19041612 memory=112444 CPUtime=4.24 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 17395 0 0 0 420 4 0 0 20 0 19 0 140301059 19498610688 28111 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4760403 28111 5894 1 0 553098 0
[pid=708150/tid=708152] ppid=708147 vsize=19041612 memory=0 CPUtime=3.01 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 6749 0 0 0 299 2 0 0 20 0 19 0 140301059 19498610688 28111 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19041612 memory=12312 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 28111 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19041612 memory=12316 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 28111 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19041612 memory=35024 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140301077 19498610688 28111 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 4.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 112444 KiB

[startup+6.30027 s]
/proc/loadavg: 1.30 1.15 1.18 5/334 708265
/proc/meminfo: memFree=128747844/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19041612 memory=126904 CPUtime=7.43 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 19080 0 0 0 738 5 0 0 20 0 19 0 140301059 19498610688 31726 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4760403 31726 5899 1 0 553098 0
[pid=708150/tid=708152] ppid=708147 vsize=19041612 memory=0 CPUtime=6.2 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 7440 0 0 0 617 3 0 0 20 0 19 0 140301059 19498610688 31726 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19041612 memory=-8412654355410682227 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 31726 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19041612 memory=12312 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 31726 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19041612 memory=98020 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140301077 19498610688 31726 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 7.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 126904 KiB

[startup+12.7003 s]
/proc/loadavg: 1.51 1.20 1.20 5/334 708267
/proc/meminfo: memFree=128345832/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19041612 memory=159768 CPUtime=13.84 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 22142 0 0 0 1378 6 0 0 20 0 19 0 140301059 19498610688 39942 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4760403 39942 5899 1 0 553098 0
[pid=708150/tid=708152] ppid=708147 vsize=19041612 memory=0 CPUtime=12.59 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 8449 0 0 0 1255 4 0 0 20 0 19 0 140301059 19498610688 39942 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19041612 memory=-8672078437547418300 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 39942 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19041612 memory=35024 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140301065 19498610688 39942 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19041612 memory=-8672078437547418300 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140301077 19498610688 39942 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 13.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 159768 KiB

[startup+25.5003 s]
/proc/loadavg: 2.14 1.35 1.25 5/335 708269
/proc/meminfo: memFree=127109880/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19108176 memory=180784 CPUtime=26.66 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 25432 0 0 0 2659 7 0 0 20 0 20 0 140301059 19566772224 45196 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4777044 45196 5931 1 0 553387 0
[pid=708150/tid=708152] ppid=708147 vsize=19108176 memory=0 CPUtime=25.34 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 9528 0 0 0 2530 4 0 0 20 0 20 0 140301059 19566772224 45196 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 45196 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 45196 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19108176 memory=12316 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140301077 19566772224 45196 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 26.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180784 KiB

[startup+51.1058 s]
/proc/loadavg: 2.83 1.58 1.33 5/334 708274
/proc/meminfo: memFree=125435136/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19108176 memory=191068 CPUtime=52.22 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 28756 0 0 0 5213 9 0 0 20 0 20 0 140301059 19566772224 47767 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4777044 47767 5931 1 0 553387 0
[pid=708150/tid=708152] ppid=708147 vsize=19108176 memory=191056 CPUtime=50.86 cores=4,6

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

/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140301077 19566772224 329055 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 1060.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1316220 KiB

[startup+1122.3 s]
/proc/loadavg: 4.15 4.15 3.38 5/333 708476
/proc/meminfo: memFree=115387228/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19108176 memory=1316224 CPUtime=1120.33 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 70158 0 0 0 111966 67 0 0 20 0 20 0 140301059 19566772224 329056 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4777044 329056 5952 1 0 554414 0
[pid=708150/tid=708152] ppid=708147 vsize=19108176 memory=1314132 CPUtime=1115.92 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 25266 0 0 0 111585 7 0 0 20 0 20 0 140301059 19566772224 329056 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19108176 memory=2420 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 329056 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19108176 memory=12316 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 329056 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19108176 memory=1316220 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140301077 19566772224 329056 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 1120.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1316224 KiB

[startup+1145.68 s]
# the end of solver process 708150 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=1143.1 s, system=0.697099 s

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

[startup+1126.4 s]
/proc/loadavg: 4.14 4.14 3.38 5/333 708476
/proc/meminfo: memFree=115192192/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19108176 memory=1316224 CPUtime=1124.42 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 70163 0 0 0 112375 67 0 0 20 0 20 0 140301059 19566772224 329056 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4777044 329056 5952 1 0 554414 0
[pid=708150/tid=708152] ppid=708147 vsize=19108176 memory=1175276 CPUtime=1120.01 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 25271 0 0 0 111994 7 0 0 20 0 20 0 140301059 19566772224 329056 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 329056 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19108176 memory=12316 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 329056 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19108176 memory=35024 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140301077 19566772224 329056 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 1124.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1316224 KiB

[startup+1139.2 s]
/proc/loadavg: 4.12 4.14 3.39 5/333 708478
/proc/meminfo: memFree=115069180/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19108176 memory=1320128 CPUtime=1137.29 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 75097 0 0 0 113661 68 0 0 20 0 20 0 140301059 19566772224 330032 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4777044 330032 5952 1 0 554468 0
[pid=708150/tid=708152] ppid=708147 vsize=19108176 memory=1316220 CPUtime=1132.78 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 26468 0 0 0 113270 8 0 0 20 0 20 0 140301059 19566772224 330032 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19108176 memory=1316224 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 330032 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19108176 memory=1316224 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 330032 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19108176 memory=12312 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140301077 19566772224 330032 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 1137.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1320128 KiB

[startup+1142.4 s]
/proc/loadavg: 4.11 4.14 3.39 5/333 708480
/proc/meminfo: memFree=115069012/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19108176 memory=1320128 CPUtime=1140.48 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 75175 0 0 0 113980 68 0 0 20 0 20 0 140301059 19566772224 330032 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4777044 330032 5952 1 0 554468 0
[pid=708150/tid=708152] ppid=708147 vsize=19108176 memory=1316348 CPUtime=1135.97 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 26526 0 0 0 113589 8 0 0 20 0 20 0 140301059 19566772224 330032 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19108176 memory=5492 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 330032 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19108176 memory=12312 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 330032 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19108176 memory=5492 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140301077 19566772224 330032 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 1140.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1320128 KiB

[startup+1144 s]*
/proc/loadavg: 4.11 4.14 3.39 5/333 708480
/proc/meminfo: memFree=115071532/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19108176 memory=1317476 CPUtime=1142.08 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 75176 0 0 0 114140 68 0 0 20 0 20 0 140301059 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4777044 329369 5952 1 0 554468 0
[pid=708150/tid=708152] ppid=708147 vsize=19108176 memory=-8816755476065067708 CPUtime=1137.57 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 26526 0 0 0 113749 8 0 0 20 0 20 0 140301059 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19108176 memory=-8693842196278525344 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19108176 memory=5088 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19108176 memory=1317476 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140301077 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 1142.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1317476 KiB

[startup+1144.8 s]
/proc/loadavg: 4.11 4.14 3.39 5/333 708480
/proc/meminfo: memFree=115071532/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19108176 memory=1317476 CPUtime=1142.88 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 75187 0 0 0 114220 68 0 0 20 0 20 0 140301059 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4777044 329369 5952 1 0 554468 0
[pid=708150/tid=708152] ppid=708147 vsize=19108176 memory=35024 CPUtime=1138.36 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 26529 0 0 0 113828 8 0 0 20 0 20 0 140301059 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19108176 memory=12312 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19108176 memory=5492 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19108176 memory=2420 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140301077 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 1142.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1317476 KiB

[startup+1145.2 s]
/proc/loadavg: 4.11 4.14 3.39 5/333 708480
/proc/meminfo: memFree=115071532/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19108176 memory=1317476 CPUtime=1143.28 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 75192 0 0 0 114260 68 0 0 20 0 20 0 140301059 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4777044 329369 5952 1 0 554468 0
[pid=708150/tid=708152] ppid=708147 vsize=19108176 memory=2704 CPUtime=1138.76 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 26534 0 0 0 113868 8 0 0 20 0 20 0 140301059 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19108176 memory=4988 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19108176 memory=7002760 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19108176 memory=1320128 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140301077 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 1143.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1317476 KiB

[startup+1145.6 s]
/proc/loadavg: 4.11 4.14 3.39 5/333 708480
/proc/meminfo: memFree=115071532/131524600 swapFree=131071996/131071996
[pid=708150] ppid=708147 vsize=19108176 memory=1317476 CPUtime=1143.68 cores=4,6
/proc/708150/stat : 708150 (java) S 708147 708150 703901 0 -1 1077936128 75256 0 0 0 114300 68 0 0 20 0 20 0 140301059 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
/proc/708150/statm: 4777044 329369 5952 1 0 554468 0
[pid=708150/tid=708152] ppid=708147 vsize=19108176 memory=4760 CPUtime=1139.16 cores=4,6
/proc/708150/task/708152/stat : 708152 (java) R 708147 708150 703901 0 -1 4194368 26593 0 0 0 113908 8 0 0 20 0 20 0 140301059 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708206] ppid=708147 vsize=19108176 memory=5492 CPUtime=0 cores=4,6
/proc/708150/task/708206/stat : 708206 (Finalizer) S 708147 708150 703901 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708222] ppid=708147 vsize=19108176 memory=2420 CPUtime=0 cores=4,6
/proc/708150/task/708222/stat : 708222 (Common-Cleaner) S 708147 708150 703901 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 20 0 140301065 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
[pid=708150/tid=708259] ppid=708147 vsize=19108176 memory=2220 CPUtime=0 cores=4,6
/proc/708150/task/708259/stat : 708259 (Timer-0) S 708147 708150 703901 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140301077 19566772224 329369 134679101440 94918195601408 94918195605104 140725211368320 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94918195612920 94918195613712 94918213365760 140725211374573 140725211374663 140725211374663 140725211381704 0
Current children cumulated CPU time: 1143.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1317476 KiB

Child status: 30

Real time (s): 1145.68
CPU time (s): 1143.8
CPU user time (s): 1143.1
CPU system time (s): 0.697099
CPU usage (%): 99.8358
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1320128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1143.1
system time used= 0.697099
maximum resident set size= 1320128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77010
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34704
involuntary context switches= 4264


# summary of solver processes directly reported to runsolver:
#   pid: 708150
#   total CPU time (s): 1143.8
#   total CPU user time (s): 1143.1
#   total CPU system time (s): 0.697099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.04001 second user time and 6.13054 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-13 16:35:26
IDJOB=4424819
IDBENCH=143472
IDSOLVER=3037
FILE ID=nodeC033/4424819-1720881313
RUNJOBID= nodeC033-1720881326-708127
SLURM_JOB_ID= 7483774
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_15_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424819-1720881313/watcher-4424819-1720881313 -o /tmp/evaluation-result-4424819-1720881313/solver-4424819-1720881313 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1720881326-708127 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424819-1720881313.wbo

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

MD5SUM BENCH= 3c6d97869b06a147893cbce6b9d9d944
RANDOM SEED=1211026060

nodeC033.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		: 2971.735
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.50
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		: 2567.080
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.25
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		: 3566.131
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.50
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		: 3361.756
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.25
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		: 3335.241
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.50
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		: 3384.576
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.25
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		: 3415.465
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.50
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		: 2714.581
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129609712 kB
MemAvailable:   129756284 kB
Buffers:          319752 kB
Cached:           671168 kB
SwapCached:            0 kB
Active:           474792 kB
Inactive:         881916 kB
Active(anon):       1484 kB
Inactive(anon):   401688 kB
Active(file):     473308 kB
Inactive(file):   480228 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               744 kB
Writeback:             0 kB
AnonPages:        365132 kB
Mapped:           101624 kB
Shmem:             37716 kB
KReclaimable:      65368 kB
Slab:             163068 kB
SReclaimable:      65368 kB
SUnreclaim:        97700 kB
KernelStack:        3956 kB
PageTables:         9904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     623992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54240 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 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:      201428 kB
DirectMap2M:    11106304 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC033 at 2024-07-13 16:54:31