Trace number 4489420

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 CP 2025-06-06SAT (TO)218 3600.34 3234.57

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
MD5SUM15e811bd466a2fe28afb8f0d217d004b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark183
Best CPU time to get the best result obtained on this benchmark3583.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables476
Total number of constraints476
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints476
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 476
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 476
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 476
Number of bits of the biggest sum of numbers9
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.09/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.18	c See www.sat4j.org for details.
0.09/0.20	c version PB25.v20250606
0.25/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.23	c java.vm.version	22.0.1+8-16
0.25/0.23	c java.vm.vendor	Oracle Corporation
0.25/0.23	c sun.arch.data.model	64
0.25/0.23	c java.version		22.0.1
0.25/0.23	c os.name		Linux
0.25/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.23	c os.arch		amd64
0.25/0.24	c Free memory 		2104792832
0.25/0.24	c Max memory 		16282288128
0.25/0.24	c Total memory 		2113929216
0.25/0.25	c Number of processors 	2
0.58/0.43	c Pseudo Boolean Optimization by upper bound
0.58/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.43	c  - never skip resolution steps
0.58/0.43	c  - Auto-division on coefficients is disabled
0.58/0.43	c  - No postprocessing
0.58/0.43	c  - Conflict is considered as is when resolving
0.58/0.43	c  - Use constraints as they come during conflict analysis
0.58/0.43	c  - Weaken first using unassigned literals
0.58/0.43	c  - Bump strategy: ALWAYS_ONE
0.58/0.43	c  - Bumper: ANY
0.58/0.43	c --- Begin Solver configuration ---
0.58/0.43	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.58/0.43	c Learn all clauses as in MiniSAT
0.58/0.43	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.43	c No reason simplification
0.58/0.43	c Armin Biere (Picosat) restarts strategy
0.58/0.43	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.58/0.43	c timeout=2147483s
0.58/0.43	c DB Simplification allowed=false
0.58/0.43	c Listener: none
0.58/0.43	c --- End Solver configuration ---
0.58/0.43	c solving HOME/instance-4489420-1751342669.opb
0.58/0.43	c reading problem ... 
0.58/0.44	c  objective function found
0.77/0.55	c ... done. Wall clock time 0.118s.
0.77/0.55	c declared #vars     476
0.77/0.55	c #constraints  476
0.77/0.55	c constraints type 
0.77/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 476
0.77/0.55	c 476 constraints processed.
0.77/0.59	c objective function length is 476 literals
0.92/0.61	c SATISFIABLE
0.92/0.61	c OPTIMIZING...
0.92/0.61	c Got one! Elapsed wall clock time (in seconds):0.177
0.92/0.61	o 227
0.92/0.69	c Got one! Elapsed wall clock time (in seconds):0.254
0.92/0.69	o 226
1.29/0.83	c Got one! Elapsed wall clock time (in seconds):0.396
1.29/0.83	o 225
1.29/0.85	c Got one! Elapsed wall clock time (in seconds):0.422
1.29/0.85	o 224
1.49/0.90	c Got one! Elapsed wall clock time (in seconds):0.472
1.49/0.90	o 223
1.49/0.93	c Got one! Elapsed wall clock time (in seconds):0.494
1.49/0.93	o 222
1.49/1.00	c Got one! Elapsed wall clock time (in seconds):0.571
1.49/1.00	o 221
2.08/1.24	c Got one! Elapsed wall clock time (in seconds):0.809
2.08/1.24	o 220
2.48/1.48	c Got one! Elapsed wall clock time (in seconds):1.051
2.48/1.48	o 219
49.96/44.81	c cleaning 2495 clauses out of 5000
163.74/155.58	c cleaning 4247 clauses out of 8506
377.80/362.39	c cleaning 5623 clauses out of 11258
1059.07/1032.78	c cleaning 6815 clauses out of 13636
1665.11/1623.41	c cleaning 7899 clauses out of 15821
1835.94/1780.48	c Got one! Elapsed wall clock time (in seconds):1780.043
1835.94/1780.48	o 218
2624.49/2447.53	c cleaning 8952 clauses out of 17922
3600.01/3234.45	c starts		: 83
3600.01/3234.49	c conflicts		: 52123
3600.01/3234.49	c decisions		: 207511
3600.01/3234.49	c propagations		: 618792
3600.01/3234.49	c inspects		: 2277452663
3600.01/3234.49	c shortcuts		: 0
3600.01/3234.49	c learnt literals	: 0
3600.01/3234.49	c learnt binary clauses	: 0
3600.01/3234.49	c learnt ternary clauses	: 0
3600.01/3234.49	c learnt constraints	: 52123
3600.01/3234.49	c ignored constraints	: 0
3600.01/3234.49	c root simplifications	: 0
3600.01/3234.49	c removed literals (reason simplification)	: 0
3600.01/3234.49	c reason swapping (by a shorter reason)	: 0
3600.01/3234.49	c Calls to reduceDB	: 6
3600.01/3234.49	c Number of update (reduction) of LBD	: 0
3600.01/3234.49	c Imported unit clauses	: 0
3600.01/3234.49	c No decision after first conflict	: false
3600.01/3234.49	c number of reductions to clauses (during analyze)	: 0
3600.01/3234.49	c number of learned constraints concerned by reduction	: 0
3600.01/3234.49	c number of learning phase by resolution	: 0
3600.01/3234.49	c number of learning phase by cutting planes	: 0
3600.01/3234.49	c number of rounding to 1 operations	: 0
3600.01/3234.49	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3234.49	c number of reductions of the coefficients by power 2 	: 0
3600.01/3234.49	c number of right shift for reduction by power 2 	: 0
3600.01/3234.49	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3234.49	c number of ending skipping 	: 0
3600.01/3234.49	c number of internal skipping 	: 0
3600.01/3234.49	c number of derivation steps 	: 235523
3600.01/3234.49	c number of skipped derivation steps 	: 0
3600.01/3234.49	c number of remaining unassigned 	: 551091
3600.01/3234.49	c number of remaining assigned 	: 38989301
3600.01/3234.49	c number of falsified literals weakened from reason	: 0
3600.01/3234.49	c number of falsified literals weakened from conflict	: 0
3600.01/3234.49	c time for arithmetic operations	: 283492180094
3600.01/3234.50	c minimum degree of deleted constraints	: null
3600.01/3234.50	c maximum degree of deleted constraints	: null
3600.01/3234.50	c number of deleted constraints	: 0
3600.01/3234.50	c speed (assignments/second)	: 191.34549347397677
3600.01/3234.50	c non guided choices	: 0
3600.22/3234.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 45
3600.22/3234.54	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 16047
3600.22/3234.54	s SATISFIABLE
3600.22/3234.54	c Found 10 solution(s)
3600.22/3234.55	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 x330 -x331 x332 x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 x345 x346 -x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 -x357 -x358 -x359 -x360 x361 x362 -x363 -x364 x365 -x366 x367 x368 x369 x370 -x371 -x372 -x373 x374 x375 -x376 x377 x378 -x379 x380 x381 x382 -x383 x384 x385 -x386 -x387 x388 x389 x390 x391 -x392 x393 -x394 x395 -x396 -x397 x398 x399 -x400 x401 -x402 -x403 -x404 -x405 x406 -x407 x408 -x409 x410 x411 -x412 x413 -x414 -x415 -x416 x417 x418 x419 -x420 -x421 -x422 -x423 x424 x425 x426 -x427 x428 -x429 x430 x431 -x432 x433 -x434 x435 x436 x437 -x438 -x439 x440 -x441 -x442 -x443 x444 x445 x446 x447 x448 -x449 x450 x451 -x452 -x453 -x454 x455 -x456 x457 -x458 -x459 x460 x461 -x462 -x463 -x464 x465 x466 x467 -x468 -x469 -x470 x471 x472 -x473 -x474 x475 x476 
3600.22/3234.55	c objective function=218
3600.22/3234.55	c Total wall clock time (in seconds): 3234.115

Verifier Data

OK	218

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489420-1751342669/watcher-4489420-1751342669 -o /tmp/evaluation-result-4489420-1751342669/solver-4489420-1751342669 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751336095-58587 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489420-1751342669.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=59432, runsolver pid=59429

[startup+0.100067 s]*
/proc/loadavg: 4.57 4.73 4.73 7/325 59450
/proc/meminfo: memFree=105314980/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=18930384 memory=47160 CPUtime=0.09 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 5693 0 0 0 6 3 0 0 20 0 18 0 49946012 19384713216 11790 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4732596 11790 5084 1 0 546922 0
[pid=59432/tid=59434] ppid=59429 vsize=18930384 memory=4026531960 CPUtime=0.05 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 4573 0 0 0 3 2 0 0 20 0 18 0 49946015 19384713216 11790 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49946020 19384713216 11790 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=18930384 memory=58494082638250 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49946021 19384713216 11790 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47160 KiB

[startup+0.213481 s]*
/proc/loadavg: 4.57 4.73 4.73 6/325 59450
/proc/meminfo: memFree=105313468/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=18930384 memory=52000 CPUtime=0.25 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 6175 0 0 0 21 4 0 0 20 0 18 0 49946012 19384713216 13000 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4732596 13000 5340 1 0 547290 0
[pid=59432/tid=59434] ppid=59429 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 4960 0 0 0 13 3 0 0 20 0 18 0 49946015 19384713216 13000 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=18930384 memory=17127 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49946020 19384713216 13000 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49946021 19384713216 13000 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52000 KiB

[startup+0.314673 s]*
/proc/loadavg: 4.57 4.73 4.73 6/325 59450
/proc/meminfo: memFree=105307356/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=18930384 memory=58080 CPUtime=0.4 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 6666 0 0 0 36 4 0 0 20 0 18 0 49946012 19384713216 14520 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4732596 14520 5340 1 0 547693 0
[pid=59432/tid=59434] ppid=59429 vsize=18930384 memory=-6000919468461941610 CPUtime=0.24 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 5126 0 0 0 21 3 0 0 20 0 18 0 49946015 19384713216 14520 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49946020 19384713216 14520 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49946021 19384713216 14520 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58080 KiB

[startup+0.700343 s]
/proc/loadavg: 4.57 4.73 4.73 7/325 59450
/proc/meminfo: memFree=105303260/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=18996948 memory=69764 CPUtime=1.09 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 7401 0 0 0 103 6 0 0 20 0 19 0 49946012 19452874752 17441 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4749237 17441 5468 1 0 548415 0
[pid=59432/tid=59434] ppid=59429 vsize=18996948 memory=17664 CPUtime=0.56 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 5485 0 0 0 52 4 0 0 20 0 19 0 49946015 19452874752 17441 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49946020 19452874752 17441 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 49946021 19452874752 17441 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69764 KiB

[startup+1.50034 s]
/proc/loadavg: 4.57 4.73 4.73 6/326 59451
/proc/meminfo: memFree=105278684/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=18996948 memory=157284 CPUtime=2.67 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 15853 0 0 0 257 10 0 0 20 0 19 0 49946012 19452874752 39321 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4749237 39321 5468 1 0 551659 0
[pid=59432/tid=59434] ppid=59429 vsize=18996948 memory=3328 CPUtime=1.36 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 6143 0 0 0 130 6 0 0 20 0 19 0 49946015 19452874752 39321 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49946020 19452874752 39321 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 49946021 19452874752 39321 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59451] ppid=59429 vsize=18996948 memory=14340 CPUtime=0 cores=0,2
/proc/59432/task/59451/stat : 59451 (Timer-0) S 59429 59432 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49946072 19452874752 39321 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157284 KiB

[startup+3.10595 s]
/proc/loadavg: 4.57 4.73 4.73 7/327 59452
/proc/meminfo: memFree=105177912/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=19065156 memory=213564 CPUtime=5.83 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 21521 0 0 0 570 13 0 0 20 0 20 0 49946012 19522719744 53391 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4766289 53391 5500 1 0 702317 0
[pid=59432/tid=59434] ppid=59429 vsize=19065156 memory=14340 CPUtime=2.79 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 6531 0 0 0 272 7 0 0 20 0 20 0 49946015 19522719744 53391 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=19065156 memory=0 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49946020 19522719744 53391 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=19065156 memory=11264 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 49946021 19522719744 53391 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59451] ppid=59429 vsize=19065156 memory=3328 CPUtime=0 cores=0,2
/proc/59432/task/59451/stat : 59451 (Timer-0) S 59429 59432 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49946072 19522719744 53391 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19065156 KiB
Current children cumulated memory: 213564 KiB

[startup+6.30036 s]
/proc/loadavg: 4.60 4.74 4.73 6/327 59452
/proc/meminfo: memFree=104833408/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=19063512 memory=588644 CPUtime=9.69 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 22503 0 0 0 947 22 0 0 20 0 20 0 49946012 19521036288 147161 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4765878 147161 5500 1 0 702595 0
[pid=59432/tid=59434] ppid=59429 vsize=19063512 memory=0 CPUtime=5.78 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 6689 0 0 0 564 14 0 0 20 0 20 0 49946015 19521036288 147161 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49946020 19521036288 147161 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 49946021 19521036288 147161 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59451] ppid=59429 vsize=19063512 memory=172204 CPUtime=0 cores=0,2
/proc/59432/task/59451/stat : 59451 (Timer-0) S 59429 59432 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49946072 19521036288 147161 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 9.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 588644 KiB

[startup+12.7004 s]
/proc/loadavg: 4.64 4.74 4.73 5/327 59453
/proc/meminfo: memFree=103889780/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=19063512 memory=1405880 CPUtime=16.36 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 24022 0 0 0 1597 39 0 0 20 0 20 0 49946012 19521036288 351470 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4765878 351470 5500 1 0 1345979 0
[pid=59432/tid=59434] ppid=59429 vsize=19063512 memory=172204 CPUtime=11.92 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 7079 0 0 0 1165 27 0 0 20 0 20 0 49946015 19521036288 351470 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=19063512 memory=1362868 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49946020 19521036288 351470 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 49946021 19521036288 351470 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59451] ppid=59429 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/59432/task/59451/stat : 59451 (Timer-0) S 59429 59432 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49946072 19521036288 351470 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 16.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1405880 KiB

[startup+25.5004 s]
/proc/loadavg: 4.57 4.72 4.72 6/327 59453
/proc/meminfo: memFree=103327044/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=19063512 memory=1918152 CPUtime=29.9 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 30249 0 0 0 2936 54 0 0 20 0 20 0 49946012 19521036288 479538 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4765878 479538 5500 1 0 1345981 0
[pid=59432/tid=59434] ppid=59429 vsize=19063512 memory=0 CPUtime=24.23 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 8493 0 0 0 2391 32 0 0 20 0 20 0 49946015 19521036288 479538 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49946020 19521036288 479538 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=19063512 memory=1918152 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 49946021 19521036288 479538 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59451] ppid=59429 vsize=19063512 memory=1774752 CPUtime=0 cores=0,2
/proc/59432/task/59451/stat : 59451 (Timer-0) S 59429 59432 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49946072 19521036288 479538 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 29.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1918152 KiB

[startup+51.1134 s]
/proc/loadavg: 4.66 4.73 4.73 6/327 59453
/proc/meminfo: memFree=101184624/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=19063512 memory=3555060 CPUtime=56.38 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 39167 0 0 0 5548 90 0 0 20 0 20 0 49946012 19521036288 888765 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4765878 888765 5500 1 0 1346084 0
[pid=59432/tid=59434] ppid=59429 vsize=19063512 memory=2088136 CPUtime=49.26 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 13355 0 0 0 4863 63 0 0 20 0 20 0 49946015 19521036288 888765 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49946020 19521036288 888765 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 76 0 0 0 0 0 0 0 20 0 20 0 49946021 19521036288 888765 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59451] ppid=59429 vsize=19063512 memory=1405880 CPUtime=0 cores=0,2

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

[startup+2922.3 s]
/proc/loadavg: 4.72 4.69 4.60 7/326 59726
/proc/meminfo: memFree=83072560/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=19063512 memory=6633812 CPUtime=3206.44 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 265649 0 0 0 320082 562 0 0 20 0 20 0 49946012 19521036288 1658453 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4765878 1658453 5532 1 0 1673941 0
[pid=59432/tid=59434] ppid=59429 vsize=19063512 memory=6633812 CPUtime=2860.56 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 134548 0 0 0 285943 113 0 0 20 0 20 0 49946015 19521036288 1658453 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=19063512 memory=-6000919468461941610 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49946020 19521036288 1658453 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=19063512 memory=6633812 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 1914 0 0 0 0 0 0 0 20 0 20 0 49946021 19521036288 1658453 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59451] ppid=59429 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/59432/task/59451/stat : 59451 (Timer-0) S 59429 59432 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49946072 19521036288 1658453 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 3206.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6633812 KiB

[startup+2982.3 s]
/proc/loadavg: 4.83 4.73 4.62 5/326 59728
/proc/meminfo: memFree=83073292/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=19063512 memory=6633812 CPUtime=3284.03 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 269600 0 0 0 327822 581 0 0 20 0 20 0 49946012 19521036288 1658453 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4765878 1658453 5532 1 0 1673941 0
[pid=59432/tid=59434] ppid=59429 vsize=19063512 memory=6633812 CPUtime=2919.78 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 137418 0 0 0 291865 113 0 0 20 0 20 0 49946015 19521036288 1658453 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=19063512 memory=6627580 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49946020 19521036288 1658453 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 1951 0 0 0 0 0 0 0 20 0 20 0 49946021 19521036288 1658453 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59451] ppid=59429 vsize=19063512 memory=6633812 CPUtime=0 cores=0,2
/proc/59432/task/59451/stat : 59451 (Timer-0) S 59429 59432 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49946072 19521036288 1658453 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 3284.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6633812 KiB

[startup+3042.3 s]
/proc/loadavg: 4.68 4.71 4.62 5/326 59730
/proc/meminfo: memFree=83072332/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=19063512 memory=6634196 CPUtime=3358.97 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 274956 0 0 0 335299 598 0 0 20 0 20 0 49946012 19521036288 1658549 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4765878 1658549 5532 1 0 1674053 0
[pid=59432/tid=59434] ppid=59429 vsize=19063512 memory=11264 CPUtime=2978.3 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 140962 0 0 0 297716 114 0 0 20 0 20 0 49946015 19521036288 1658549 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49946020 19521036288 1658549 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 1961 0 0 0 0 0 0 0 20 0 20 0 49946021 19521036288 1658549 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59451] ppid=59429 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/59432/task/59451/stat : 59451 (Timer-0) S 59429 59432 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49946072 19521036288 1658549 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 3358.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6634196 KiB

[startup+3102.3 s]
/proc/loadavg: 4.61 4.68 4.62 6/326 59732
/proc/meminfo: memFree=83070536/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=19063512 memory=6636340 CPUtime=3434.86 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 280219 0 0 0 342869 617 0 0 20 0 20 0 49946012 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4765878 1659085 5532 1 0 1674061 0
[pid=59432/tid=59434] ppid=59429 vsize=19063512 memory=17664 CPUtime=3036.85 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 144396 0 0 0 303570 115 0 0 20 0 20 0 49946015 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=19063512 memory=-6000919468461941610 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49946020 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 1986 0 0 0 0 0 0 0 20 0 20 0 49946021 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59451] ppid=59429 vsize=19063512 memory=6636340 CPUtime=0 cores=0,2
/proc/59432/task/59451/stat : 59451 (Timer-0) S 59429 59432 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49946072 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 3434.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6636340 KiB

[startup+3162.3 s]
/proc/loadavg: 4.80 4.73 4.64 6/326 59734
/proc/meminfo: memFree=83071156/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=19063512 memory=6636340 CPUtime=3510.58 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 282310 0 0 0 350426 632 0 0 20 0 20 0 49946012 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4765878 1659085 5532 1 0 1674061 0
[pid=59432/tid=59434] ppid=59429 vsize=19063512 memory=-6000919468461941610 CPUtime=3095.56 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 146402 0 0 0 309440 116 0 0 20 0 20 0 49946015 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=19063512 memory=6636340 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49946020 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=19063512 memory=6636340 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 2010 0 0 0 0 0 0 0 20 0 20 0 49946021 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59451] ppid=59429 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/59432/task/59451/stat : 59451 (Timer-0) S 59429 59432 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49946072 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 3510.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6636340 KiB

[startup+3222.3 s]
/proc/loadavg: 4.86 4.77 4.66 5/327 59739
/proc/meminfo: memFree=83070324/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=19063512 memory=6636340 CPUtime=3586.35 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 287242 0 0 0 357987 648 0 0 20 0 20 0 49946012 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4765878 1659085 5532 1 0 1674061 0
[pid=59432/tid=59434] ppid=59429 vsize=19063512 memory=6636340 CPUtime=3154.27 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 149304 0 0 0 315311 116 0 0 20 0 20 0 49946015 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=19063512 memory=6636340 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49946020 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=19063512 memory=6636340 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 2010 0 0 0 0 0 0 0 20 0 20 0 49946021 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59451] ppid=59429 vsize=19063512 memory=6636340 CPUtime=0 cores=0,2
/proc/59432/task/59451/stat : 59451 (Timer-0) S 59429 59432 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49946072 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 3586.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6636340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3234.4 s]
/proc/loadavg: 4.81 4.76 4.66 6/327 59739
/proc/meminfo: memFree=83070332/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=19063512 memory=6636340 CPUtime=3600.01 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 288015 0 0 0 359351 650 0 0 20 0 20 0 49946012 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4765878 1659085 5532 1 0 1674061 0
[pid=59432/tid=59434] ppid=59429 vsize=19063512 memory=1920 CPUtime=3166.15 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 150032 0 0 0 316499 116 0 0 20 0 20 0 49946015 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=19063512 memory=5888 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49946020 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=19063512 memory=6636340 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 2047 0 0 0 0 0 0 0 20 0 20 0 49946021 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59451] ppid=59429 vsize=19063512 memory=6636340 CPUtime=0 cores=0,2
/proc/59432/task/59451/stat : 59451 (Timer-0) S 59429 59432 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49946072 19521036288 1659085 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6636340 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.8 s, system=6.53703 s

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

[startup+3234.5 s]
/proc/loadavg: 4.81 4.76 4.66 6/327 59739
/proc/meminfo: memFree=83070332/131382112 swapFree=33010684/33010684
[pid=59432] ppid=59429 vsize=19263204 memory=6637236 CPUtime=3600.22 cores=0,2
/proc/59432/stat : 59432 (java) S 59429 59432 58577 0 -1 4194304 289441 0 0 0 359371 651 0 0 20 0 21 0 49946012 19725520896 1659309 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
/proc/59432/statm: 4815801 1659309 5564 1 0 1674980 0
[pid=59432/tid=59434] ppid=59429 vsize=19263204 memory=6636340 CPUtime=3166.24 cores=0,2
/proc/59432/task/59434/stat : 59434 (java) R 59429 59432 58577 0 -1 4194368 150041 0 0 0 316508 116 0 0 20 0 21 0 49946015 19725520896 1659309 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59443] ppid=59429 vsize=19263204 memory=6636340 CPUtime=0 cores=0,2
/proc/59432/task/59443/stat : 59443 (Finalizer) S 59429 59432 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 49946020 19725520896 1659309 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
[pid=59432/tid=59450] ppid=59429 vsize=19263204 memory=17664 CPUtime=0 cores=0,2
/proc/59432/task/59450/stat : 59450 (Common-Cleaner) S 59429 59432 58577 0 -1 4194368 2047 0 0 0 0 0 0 0 20 0 21 0 49946021 19725520896 1659309 18446744073709551615 93834623684608 93834623688304 140734178953792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834623696120 93834623696912 93834626711552 140734178961790 140734178961894 140734178961894 140734178967496 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6637236 KiB

Child status: 143

Real time (s): 3234.57
CPU time (s): 3600.34
CPU user time (s): 3593.8
CPU system time (s): 6.53703
CPU usage (%): 111.308
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6637236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.8
system time used= 6.53703
maximum resident set size= 6637364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289662
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122243
involuntary context switches= 28327


# summary of solver processes directly reported to runsolver:
#   pid: 59432
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3593.8
#   total CPU system time (s): 6.53703

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0911 second user time and 32.5022 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-01 06:04:29
IDJOB=4489420
IDBENCH=147547
IDSOLVER=3361
FILE ID=nodeC007/4489420-1751342669
RUNJOBID= nodeC007-1751336095-58587
SLURM_JOB_ID= 9594382
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489420-1751342669/watcher-4489420-1751342669 -o /tmp/evaluation-result-4489420-1751342669/solver-4489420-1751342669 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751336095-58587 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489420-1751342669.opb

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

MD5SUM BENCH= 15e811bd466a2fe28afb8f0d217d004b
RANDOM SEED=1738375711

nodeC007 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.570
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.68
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		: 3491.841
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.68
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.226
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.68
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.825
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.68
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		: 3491.840
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.68
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		: 3491.842
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.68
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.642
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.68
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.293
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        105339704 kB
MemAvailable:   105522528 kB
Buffers:            3280 kB
Cached:           989444 kB
SwapCached:            0 kB
Active:         24713588 kB
Inactive:         742928 kB
Active(anon):   24481752 kB
Inactive(anon):        0 kB
Active(file):     231836 kB
Inactive(file):   742928 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               760 kB
Writeback:             0 kB
AnonPages:      24466936 kB
Mapped:           122688 kB
Shmem:             17960 kB
KReclaimable:      95372 kB
Slab:             179492 kB
SReclaimable:      95372 kB
SUnreclaim:        84120 kB
KernelStack:        4992 kB
PageTables:        51616 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   26320920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23988224 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432980 MiB
End job on nodeC007 at 2025-07-01 06:58:24