Trace number 4517866

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 Resolution 2025-06-06OPT12 125.724 122.735

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=14-t=2.opb
MD5SUM0eb4af5d9d6a7991e65a6bdba739f56a
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 benchmark12
Best CPU time to get the best result obtained on this benchmark0.372509
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables329
Total number of constraints16786
Number of constraints which are clauses16772
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint15
Number of terms in the objective function 14
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 14
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
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

Solver Data

0.11/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.19	c See www.sat4j.org for details.
0.11/0.20	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.44/0.36	c Pseudo Boolean Optimization by upper bound
0.44/0.36	c --- Begin Solver configuration ---
0.44/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.36	c Learn all clauses as in MiniSAT
0.44/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.36	c Expensive reason simplification
0.44/0.36	c Glucose 2.1 dynamic restart strategy
0.44/0.36	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.44/0.36	c timeout=2147483s
0.44/0.36	c DB Simplification allowed=false
0.44/0.36	c Listener: none
0.44/0.36	c --- End Solver configuration ---
0.44/0.36	c solving HOME/instance-4517866-1751539206.opb
0.44/0.36	c reading problem ... 
0.44/0.36	c  objective function found
1.14/0.70	c ... done. Wall clock time 0.34s.
1.14/0.70	c declared #vars     329
1.14/0.70	c #constraints  16786
1.14/0.70	c constraints type 
1.14/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 14
1.14/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
1.14/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16758
1.14/0.70	c 16786 constraints processed.
1.14/0.74	c objective function length is 14 literals
1.74/1.08	c SATISFIABLE
1.74/1.08	c OPTIMIZING...
1.74/1.08	c Got one! Elapsed wall clock time (in seconds):0.721
1.74/1.08	o 12
2.51/1.49	c cleaning 2904 clauses out of 5807 with flag 21651/5807
3.11/1.79	c cleaning 4421 clauses out of 8903 with flag 81124/11807
3.71/2.07	c cleaning 5662 clauses out of 11482 with flag 216557/18807
4.29/2.40	c cleaning 6906 clauses out of 13820 with flag 393515/26807
4.87/2.72	c cleaning 7929 clauses out of 15915 with flag 472394/35808
5.37/3.23	c cleaning 8993 clauses out of 17986 with flag 726964/45808
6.17/4.03	c cleaning 9999 clauses out of 19998 with flag 880102/56813
6.66/4.58	c cleaning 10944 clauses out of 21993 with flag 939057/68807
7.27/5.15	c cleaning 11986 clauses out of 24049 with flag 1228149/81807
7.77/5.62	c cleaning 12968 clauses out of 26063 with flag 1437067/95807
8.37/6.25	c cleaning 14047 clauses out of 28095 with flag 1727099/110807
8.97/6.89	c cleaning 15017 clauses out of 30047 with flag 2097292/126807
10.48/7.60	c cleaning 16001 clauses out of 32030 with flag 2220476/143807
11.32/8.31	c cleaning 16961 clauses out of 34029 with flag 2420762/161807
12.08/9.08	c cleaning 18025 clauses out of 36068 with flag 2739309/180807
12.93/9.87	c cleaning 18954 clauses out of 38043 with flag 2988784/200807
13.73/10.60	c cleaning 19972 clauses out of 40090 with flag 3239173/221808
14.62/11.52	c cleaning 21042 clauses out of 42117 with flag 3629570/243807
15.42/12.32	c cleaning 21990 clauses out of 44074 with flag 4104086/266807
16.33/13.26	c cleaning 22988 clauses out of 46084 with flag 4579799/290807
17.33/14.23	c cleaning 24020 clauses out of 48099 with flag 5073097/315811
18.33/15.25	c cleaning 25024 clauses out of 50075 with flag 5492180/341807
19.52/16.46	c cleaning 26012 clauses out of 52051 with flag 5908521/368807
20.76/17.59	c cleaning 27012 clauses out of 54041 with flag 6531610/396810
22.05/18.81	c cleaning 27928 clauses out of 56026 with flag 6947003/425807
23.36/20.16	c cleaning 29033 clauses out of 58099 with flag 7386542/455808
24.66/21.47	c cleaning 30025 clauses out of 60064 with flag 7934231/486807
25.95/22.78	c cleaning 31017 clauses out of 62037 with flag 8519112/518807
27.45/24.28	c cleaning 31988 clauses out of 64019 with flag 9024920/551807
29.15/26.00	c cleaning 33008 clauses out of 66031 with flag 9576744/585808
30.95/27.76	c cleaning 33976 clauses out of 68021 with flag 10152673/620807
32.74/29.55	c cleaning 35001 clauses out of 70044 with flag 10797764/656807
34.54/31.35	c cleaning 36008 clauses out of 72042 with flag 11503617/693807
36.44/33.22	c cleaning 36964 clauses out of 74033 with flag 12213053/731807
38.25/35.01	c cleaning 38034 clauses out of 76068 with flag 12878271/770807
40.25/37.01	c cleaning 38991 clauses out of 78033 with flag 13518857/810808
42.24/39.05	c cleaning 40012 clauses out of 80040 with flag 14331621/851807
44.23/41.04	c cleaning 41006 clauses out of 82027 with flag 14988140/893807
46.23/43.03	c cleaning 41987 clauses out of 84019 with flag 15790044/936807
48.41/45.22	c cleaning 42916 clauses out of 86030 with flag 16629407/980807
50.81/47.62	c cleaning 44005 clauses out of 88113 with flag 17419712/1025808
53.10/49.95	c cleaning 45038 clauses out of 90106 with flag 18239332/1071807
55.40/52.26	c cleaning 46018 clauses out of 92066 with flag 19116983/1118807
57.69/54.50	c cleaning 47013 clauses out of 94048 with flag 19937980/1166809
59.99/56.83	c cleaning 47996 clauses out of 96031 with flag 20788720/1215807
62.48/59.37	c cleaning 48968 clauses out of 98033 with flag 21649106/1265807
65.07/61.90	c cleaning 49940 clauses out of 100063 with flag 22468001/1316807
67.67/64.50	c cleaning 51001 clauses out of 102121 with flag 23296447/1368807
71.65/68.51	c cleaning 52049 clauses out of 104119 with flag 24241573/1421808
74.34/71.26	c cleaning 53023 clauses out of 106066 with flag 25165075/1475807
77.15/74.02	c cleaning 54020 clauses out of 108040 with flag 26095969/1530807
80.03/76.92	c cleaning 54986 clauses out of 110017 with flag 26983790/1586807
82.82/79.80	c cleaning 55972 clauses out of 112028 with flag 27914842/1643807
85.72/82.66	c cleaning 56973 clauses out of 114052 with flag 28837711/1701807
88.71/85.69	c cleaning 57974 clauses out of 116077 with flag 29774214/1760808
91.80/88.76	c cleaning 58989 clauses out of 118098 with flag 30701294/1820807
95.11/92.04	c cleaning 60052 clauses out of 120107 with flag 31690170/1881809
98.10/95.10	c cleaning 60991 clauses out of 122048 with flag 32627296/1943807
101.28/98.27	c cleaning 62005 clauses out of 124052 with flag 33559246/2006807
104.57/101.52	c cleaning 63006 clauses out of 126041 with flag 34462395/2070807
107.98/104.92	c cleaning 63994 clauses out of 128031 with flag 35347409/2135809
111.27/108.26	c cleaning 64968 clauses out of 130026 with flag 36205901/2201807
114.86/111.80	c cleaning 66023 clauses out of 132048 with flag 36970768/2268808
119.31/116.39	c cleaning 66991 clauses out of 134010 with flag 37688630/2336808
124.49/121.51	c cleaning 67995 clauses out of 135999 with flag 38247356/2405808
125.61/122.64	c starts		: 7968
125.61/122.65	c conflicts		: 2428042
125.61/122.65	c decisions		: 19754908
125.61/122.65	c propagations		: 113881317
125.61/122.65	c inspects		: 1857765745
125.61/122.65	c shortcuts		: 0
125.61/122.65	c learnt literals	: 165
125.61/122.65	c learnt binary clauses	: 3456
125.61/122.65	c learnt ternary clauses	: 485611
125.61/122.65	c learnt constraints	: 2427876
125.61/122.65	c ignored constraints	: 0
125.61/122.65	c root simplifications	: 0
125.61/122.65	c removed literals (reason simplification)	: 9734672
125.61/122.66	c reason swapping (by a shorter reason)	: 0
125.61/122.66	c Calls to reduceDB	: 65
125.61/122.66	c Number of update (reduction) of LBD	: 1579106
125.61/122.66	c Imported unit clauses	: 0
125.61/122.66	c No decision after first conflict	: false
125.61/122.66	c number of reductions to clauses (during analyze)	: 0
125.61/122.66	c number of learned constraints concerned by reduction	: 0
125.61/122.66	c number of learning phase by resolution	: 0
125.61/122.66	c number of learning phase by cutting planes	: 0
125.61/122.66	c number of rounding to 1 operations	: 0
125.61/122.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
125.61/122.66	c number of reductions of the coefficients by power 2 	: 0
125.61/122.66	c number of right shift for reduction by power 2 	: 0
125.61/122.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
125.61/122.66	c number of ending skipping 	: 0
125.61/122.66	c number of internal skipping 	: 0
125.61/122.66	c number of derivation steps 	: 0
125.61/122.66	c number of skipped derivation steps 	: 0
125.61/122.66	c number of remaining unassigned 	: 0
125.61/122.66	c number of remaining assigned 	: 0
125.61/122.66	c number of falsified literals weakened from reason	: 0
125.61/122.66	c number of falsified literals weakened from conflict	: 0
125.61/122.66	c time for arithmetic operations	: 0
125.61/122.67	c minimum degree of deleted constraints	: null
125.61/122.67	c maximum degree of deleted constraints	: null
125.61/122.67	c number of deleted constraints	: 0
125.61/122.68	c speed (assignments/second)	: 934173.1908191557
125.61/122.68	c non guided choices	: 383
125.61/122.68	s OPTIMUM FOUND
125.61/122.68	c Found 1 solution(s)
125.61/122.68	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 -x325 x326 -x327 -x328 x329 
125.61/122.68	c objective function=12
125.61/122.68	c Total wall clock time (in seconds): 122.323

Verifier Data

OK	12

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: 63837 MiB (62868 MiB free)
  memory of node 1: 64465 MiB (63488 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517866-1751539206/watcher-4517866-1751539206 -o /tmp/evaluation-result-4517866-1751539206/solver-4517866-1751539206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751539206-73505 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4517866-1751539206.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=73561, runsolver pid=73545

[startup+0.100374 s]*
/proc/loadavg: 0.66 1.69 2.93 9/320 73630
/proc/meminfo: memFree=129311100/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=18930344 memory=48896 CPUtime=0.11 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 5631 0 10 0 6 5 0 0 20 0 18 0 69599405 19384672256 12224 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4732586 12224 5083 1 0 546865 0
[pid=73561/tid=73566] ppid=73545 vsize=18930344 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) D 73545 73561 73492 0 -1 4194368 4568 0 10 0 3 3 0 0 20 0 18 0 69599408 19384672256 12224 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=18930344 memory=228522721619 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69599413 19384672256 12224 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=18930344 memory=55195547748946 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 69599414 19384672256 12224 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 48896 KiB

[startup+0.213807 s]*
/proc/loadavg: 1.01 1.75 2.94 10/320 73630
/proc/meminfo: memFree=129302312/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=18930384 memory=53676 CPUtime=0.27 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 6080 0 10 0 22 5 0 0 20 0 18 0 69599405 19384713216 13419 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4732596 13419 5339 1 0 547238 0
[pid=73561/tid=73566] ppid=73545 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 4964 0 10 0 14 3 0 0 20 0 18 0 69599408 19384713216 13419 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=18930384 memory=2576 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69599413 19384713216 13419 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=18930384 memory=54096036103158 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 69599414 19384713216 13419 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53676 KiB

[startup+0.314737 s]*
/proc/loadavg: 1.01 1.75 2.94 10/320 73630
/proc/meminfo: memFree=129288580/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=18930384 memory=59780 CPUtime=0.44 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 6577 0 10 0 38 6 0 0 20 0 18 0 69599405 19384713216 14945 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4732596 14945 5339 1 0 547690 0
[pid=73561/tid=73566] ppid=73545 vsize=18930384 memory=-6000919485608192360 CPUtime=0.26 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 5144 0 10 0 23 3 0 0 20 0 18 0 69599408 19384713216 14945 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69599413 19384713216 14945 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 69599414 19384713216 14945 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59780 KiB

[startup+0.700287 s]
/proc/loadavg: 1.01 1.75 2.94 11/320 73630
/proc/meminfo: memFree=129270940/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=18930384 memory=106540 CPUtime=1.14 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 8399 0 10 0 106 8 0 0 20 0 18 0 69599405 19384713216 26635 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4732596 26635 5403 1 0 549006 0
[pid=73561/tid=73566] ppid=73545 vsize=18930384 memory=17920 CPUtime=0.59 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 5307 0 10 0 54 5 0 0 20 0 18 0 69599408 19384713216 26635 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69599413 19384713216 26635 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 69599414 19384713216 26635 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 106540 KiB

[startup+1.50025 s]
/proc/loadavg: 1.01 1.75 2.94 10/324 73634
/proc/meminfo: memFree=129177116/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=18996948 memory=126496 CPUtime=2.71 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 20750 0 10 0 259 12 0 0 20 0 19 0 69599405 19452874752 31624 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4749237 31624 5467 1 0 553650 0
[pid=73561/tid=73566] ppid=73545 vsize=18996948 memory=3200 CPUtime=1.26 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 6662 0 10 0 120 6 0 0 20 0 19 0 69599408 19452874752 31624 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 69599413 19452874752 31624 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 69599414 19452874752 31624 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=18996948 memory=14464 CPUtime=0 cores=5,7
/proc/73561/task/73633/stat : 73633 (Timer-0) S 73545 73561 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 69599481 19452874752 31624 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 126496 KiB

[startup+3.10545 s]
/proc/loadavg: 1.01 1.75 2.94 7/324 73634
/proc/meminfo: memFree=129082236/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=18996948 memory=140588 CPUtime=5.28 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 23048 0 10 0 515 13 0 0 20 0 19 0 69599405 19452874752 35147 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4749237 35147 5467 1 0 554457 0
[pid=73561/tid=73566] ppid=73545 vsize=18996948 memory=14464 CPUtime=2.84 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 6941 0 10 0 278 6 0 0 20 0 19 0 69599408 19452874752 35147 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 69599413 19452874752 35147 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 69599414 19452874752 35147 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/73561/task/73633/stat : 73633 (Timer-0) S 73545 73561 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 69599481 19452874752 35147 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 140588 KiB

[startup+6.30036 s]
/proc/loadavg: 1.33 1.80 2.95 7/322 73698
/proc/meminfo: memFree=129040640/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=18996948 memory=149456 CPUtime=8.47 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 23521 0 10 0 831 16 0 0 20 0 19 0 69599405 19452874752 37364 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4749237 37364 5467 1 0 554457 0
[pid=73561/tid=73566] ppid=73545 vsize=18996948 memory=0 CPUtime=6.01 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 7276 0 10 0 593 8 0 0 20 0 19 0 69599408 19452874752 37364 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 69599413 19452874752 37364 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 69599414 19452874752 37364 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=18996948 memory=126752 CPUtime=0 cores=5,7
/proc/73561/task/73633/stat : 73633 (Timer-0) S 73545 73561 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 69599481 19452874752 37364 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 8.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 149456 KiB

[startup+12.7004 s]
/proc/loadavg: 1.70 1.87 2.97 6/326 73767
/proc/meminfo: memFree=128727876/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=19063512 memory=176720 CPUtime=15.82 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 32237 0 10 0 1564 18 0 0 20 0 20 0 69599405 19521036288 44180 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4765878 44180 5531 1 0 555115 0
[pid=73561/tid=73566] ppid=73545 vsize=19063512 memory=126752 CPUtime=12.36 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 8610 0 10 0 1227 9 0 0 20 0 20 0 69599408 19521036288 44180 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=19063512 memory=176720 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 44180 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 69599414 19521036288 44180 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/73561/task/73633/stat : 73633 (Timer-0) S 73545 73561 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599481 19521036288 44180 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 15.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176720 KiB

[startup+25.5004 s]
/proc/loadavg: 2.29 1.99 3.00 6/327 73769
/proc/meminfo: memFree=128054456/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=19063512 memory=183056 CPUtime=28.75 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 34458 0 10 0 2856 19 0 0 20 0 20 0 69599405 19521036288 45764 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4765878 45764 5563 1 0 555115 0
[pid=73561/tid=73566] ppid=73545 vsize=19063512 memory=176720 CPUtime=25.08 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 8857 0 10 0 2499 9 0 0 20 0 20 0 69599408 19521036288 45764 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 45764 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=19063512 memory=126752 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 69599414 19521036288 45764 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=19063512 memory=149456 CPUtime=0 cores=5,7
/proc/73561/task/73633/stat : 73633 (Timer-0) S 73545 73561 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599481 19521036288 45764 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 28.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183056 KiB

[startup+51.1132 s]
/proc/loadavg: 3.14 2.23 3.05 6/327 73837
/proc/meminfo: memFree=124750976/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=19063512 memory=205752 CPUtime=54.31 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 35658 0 10 0 5409 22 0 0 20 0 20 0 69599405 19521036288 51438 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4765878 51438 5563 1 0 555115 0
[pid=73561/tid=73566] ppid=73545 vsize=19063512 memory=176720 CPUtime=50.5 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 9258 0 10 0 5040 10 0 0 20 0 20 0 69599408 19521036288 51438 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=19063512 memory=205752 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 51438 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 69599414 19521036288 51438 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=19063512 memory=-6000919489953294696 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=119923888/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=19063512 memory=248924 CPUtime=105.37 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 36991 0 10 0 10513 24 0 0 20 0 20 0 69599405 19521036288 62231 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4765878 62231 5563 1 0 555115 0
[pid=73561/tid=73566] ppid=73545 vsize=19063512 memory=17920 CPUtime=101.3 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 9680 0 10 0 10120 10 0 0 20 0 20 0 69599408 19521036288 62231 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=19063512 memory=248924 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 62231 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=19063512 memory=248924 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 81 0 0 0 0 0 0 0 20 0 20 0 69599414 19521036288 62231 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73561/task/73633/stat : 73633 (Timer-0) S 73545 73561 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599481 19521036288 62231 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 105.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 248924 KiB

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

# cumulated CPU time of all completed processes:  user=125.443 s, system=0.280979 s

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

[startup+102.4 s]
/proc/loadavg: 3.87 2.57 3.12 6/327 73839
/proc/meminfo: memFree=119923888/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=19063512 memory=248924 CPUtime=105.47 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 36991 0 10 0 10523 24 0 0 20 0 20 0 69599405 19521036288 62231 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4765878 62231 5563 1 0 555115 0
[pid=73561/tid=73566] ppid=73545 vsize=19063512 memory=205752 CPUtime=101.4 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 9680 0 10 0 10130 10 0 0 20 0 20 0 69599408 19521036288 62231 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=19063512 memory=232508 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 62231 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=19063512 memory=4896 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 81 0 0 0 0 0 0 0 20 0 20 0 69599414 19521036288 62231 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=19063512 memory=2888 CPUtime=0 cores=5,7
/proc/73561/task/73633/stat : 73633 (Timer-0) S 73545 73561 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599481 19521036288 62231 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 105.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 248924 KiB

[startup+115.2 s]
/proc/loadavg: 3.97 2.63 3.14 6/327 73839
/proc/meminfo: memFree=119668488/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=19063512 memory=281816 CPUtime=118.22 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 37095 0 10 0 11796 26 0 0 20 0 20 0 69599405 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4765878 70454 5563 1 0 555115 0
[pid=73561/tid=73566] ppid=73545 vsize=19063512 memory=1920 CPUtime=113.96 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 9722 0 10 0 11386 10 0 0 20 0 20 0 69599408 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=19063512 memory=248924 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 81 0 0 0 0 0 0 0 20 0 20 0 69599414 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/73561/task/73633/stat : 73633 (Timer-0) S 73545 73561 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599481 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 118.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 281816 KiB

[startup+118.4 s]
/proc/loadavg: 3.97 2.66 3.14 7/327 73839
/proc/meminfo: memFree=119552792/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=19063512 memory=281816 CPUtime=121.4 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 37344 0 10 0 12114 26 0 0 20 0 20 0 69599405 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4765878 70454 5563 1 0 555115 0
[pid=73561/tid=73566] ppid=73545 vsize=19063512 memory=11264 CPUtime=117.14 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 9920 0 10 0 11704 10 0 0 20 0 20 0 69599408 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 81 0 0 0 0 0 0 0 20 0 20 0 69599414 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/73561/task/73633/stat : 73633 (Timer-0) S 73545 73561 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599481 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 121.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 281816 KiB

[startup+120 s]*
/proc/loadavg: 3.97 2.66 3.14 8/327 73839
/proc/meminfo: memFree=119446296/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=19063512 memory=281816 CPUtime=123 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 37346 0 10 0 12274 26 0 0 20 0 20 0 69599405 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4765878 70454 5563 1 0 555115 0
[pid=73561/tid=73566] ppid=73545 vsize=19063512 memory=-6000919489953294696 CPUtime=118.74 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 9922 0 10 0 11864 10 0 0 20 0 20 0 69599408 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=19063512 memory=-6000919489953294696 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=19063512 memory=3632440 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 81 0 0 0 0 0 0 0 20 0 20 0 69599414 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=19063512 memory=6772 CPUtime=0 cores=5,7
/proc/73561/task/73633/stat : 73633 (Timer-0) S 73545 73561 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599481 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 123 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 281816 KiB

[startup+121.6 s]
/proc/loadavg: 3.97 2.68 3.15 6/327 73839
/proc/meminfo: memFree=119446296/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=19063512 memory=281816 CPUtime=124.6 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 37749 0 10 0 12434 26 0 0 20 0 20 0 69599405 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4765878 70454 5563 1 0 555115 0
[pid=73561/tid=73566] ppid=73545 vsize=19063512 memory=14464 CPUtime=120.33 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 10072 0 10 0 12023 10 0 0 20 0 20 0 69599408 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=19063512 memory=281816 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 81 0 0 0 0 0 0 0 20 0 20 0 69599414 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/73561/task/73633/stat : 73633 (Timer-0) S 73545 73561 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599481 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 124.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 281816 KiB

[startup+122.4 s]
/proc/loadavg: 3.97 2.68 3.15 6/327 73839
/proc/meminfo: memFree=119446304/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=19063512 memory=281816 CPUtime=125.4 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 37752 0 10 0 12514 26 0 0 20 0 20 0 69599405 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4765878 70454 5563 1 0 555115 0
[pid=73561/tid=73566] ppid=73545 vsize=19063512 memory=4896 CPUtime=121.12 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 10075 0 10 0 12102 10 0 0 20 0 20 0 69599408 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=19063512 memory=2888 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=19063512 memory=19968 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 81 0 0 0 0 0 0 0 20 0 20 0 69599414 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/73561/task/73633/stat : 73633 (Timer-0) S 73545 73561 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599481 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 125.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 281816 KiB

[startup+122.601 s]
/proc/loadavg: 3.97 2.68 3.15 6/327 73839
/proc/meminfo: memFree=119446304/131382120 swapFree=33010416/33010684
[pid=73561] ppid=73545 vsize=19063512 memory=281816 CPUtime=125.61 cores=5,7
/proc/73561/stat : 73561 (java) S 73545 73561 73492 0 -1 4194304 37943 0 10 0 12535 26 0 0 20 0 20 0 69599405 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
/proc/73561/statm: 4765878 70454 5563 1 0 555115 0
[pid=73561/tid=73566] ppid=73545 vsize=19063512 memory=4660 CPUtime=121.32 cores=5,7
/proc/73561/task/73566/stat : 73566 (java) R 73545 73561 73492 0 -1 4194368 10181 0 10 0 12122 10 0 0 20 0 20 0 69599408 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73610] ppid=73545 vsize=19063512 memory=6644 CPUtime=0 cores=5,7
/proc/73561/task/73610/stat : 73610 (Finalizer) S 73545 73561 73492 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69599413 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73627] ppid=73545 vsize=19063512 memory=6644 CPUtime=0 cores=5,7
/proc/73561/task/73627/stat : 73627 (Common-Cleaner) S 73545 73561 73492 0 -1 4194368 81 0 0 0 0 0 0 0 20 0 20 0 69599414 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
[pid=73561/tid=73633] ppid=73545 vsize=19063512 memory=918608 CPUtime=0 cores=5,7
/proc/73561/task/73633/stat : 73633 (Timer-0) S 73545 73561 73492 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69599481 19521036288 70454 18446744073709551615 94072108126208 94072108129904 140733750542240 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94072108137720 94072108138512 94072130076672 140733750548865 140733750548966 140733750548966 140733750554568 0
Current children cumulated CPU time: 125.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 281816 KiB

[startup+122.7 s]*
/proc/loadavg: 3.97 2.68 3.15 5/309 73841
/proc/meminfo: memFree=119647704/131382120 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 122.735
CPU time (s): 125.724
CPU user time (s): 125.443
CPU system time (s): 0.280979
CPU usage (%): 102.435
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 281816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.443
system time used= 0.280979
maximum resident set size= 282328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39918
page faults= 10
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5482
involuntary context switches= 1619


# summary of solver processes directly reported to runsolver:
#   pid: 73561
#   total CPU time (s): 125.724
#   total CPU user time (s): 125.443
#   total CPU system time (s): 0.280979

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.668512 second user time and 1.22679 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-03 12:40:06
IDJOB=4517866
IDBENCH=176189
IDSOLVER=3363
FILE ID=nodeC002/4517866-1751539206
RUNJOBID= nodeC002-1751539206-73505
SLURM_JOB_ID= 9598696
Free space on /tmp= 432748 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=14-t=2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517866-1751539206/watcher-4517866-1751539206 -o /tmp/evaluation-result-4517866-1751539206/solver-4517866-1751539206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751539206-73505 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4517866-1751539206.opb

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

MD5SUM BENCH= 0eb4af5d9d6a7991e65a6bdba739f56a
RANDOM SEED=1970767242

nodeC002 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.193
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.551
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
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.545
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
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.251
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.289
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
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.230
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
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.539
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
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.213
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129384244 kB
MemAvailable:   129893400 kB
Buffers:            2128 kB
Cached:          1315000 kB
SwapCached:           28 kB
Active:           369124 kB
Inactive:        1011928 kB
Active(anon):      75452 kB
Inactive(anon):     6404 kB
Active(file):     293672 kB
Inactive(file):  1005524 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3056 kB
Writeback:             0 kB
AnonPages:         67096 kB
Mapped:           103376 kB
Shmem:             17932 kB
KReclaimable:      99176 kB
Slab:             182908 kB
SReclaimable:      99176 kB
SUnreclaim:        83732 kB
KernelStack:        3968 kB
PageTables:         2920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     332260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432744 MiB
End job on nodeC002 at 2025-07-03 12:42:09