Trace number 4493523

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06SAT 414.637 405.328

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
MD5SUM13744d26940a0db30366992d9fdeef8c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.39265
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.19	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.60/0.43	c Pseudo Boolean Optimization by upper bound
0.60/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.43	c  - never skip resolution steps
0.60/0.43	c  - Auto-division on coefficients is disabled
0.60/0.43	c  - No postprocessing
0.60/0.43	c  - Conflict is considered as is when resolving
0.60/0.43	c  - Use constraints as they come during conflict analysis
0.60/0.43	c  - Weaken first using unassigned literals
0.60/0.43	c  - Bump strategy: ALWAYS_ONE
0.60/0.43	c  - Bumper: EFFECTIVE
0.60/0.43	c --- Begin Solver configuration ---
0.60/0.43	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.60/0.43	c Learn all clauses as in MiniSAT
0.60/0.43	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.43	c No reason simplification
0.60/0.43	c Dynamic restart strategy considering the size of the coefficients
0.60/0.43	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.60/0.43	c timeout=2147483s
0.60/0.43	c DB Simplification allowed=false
0.60/0.43	c Listener: none
0.60/0.43	c --- End Solver configuration ---
0.60/0.43	c solving HOME/instance-4493523-1751152681.opb
0.60/0.43	c reading problem ... 
0.60/0.44	c using VERIPB proof format
0.60/0.45	c  no objective function found
0.77/0.57	c ... done. Wall clock time 0.136s.
0.77/0.57	c declared #vars     370
0.77/0.57	c #constraints  809
0.77/0.57	c constraints type 
0.77/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 195
0.77/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.77/0.57	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 249
0.77/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 362
0.77/0.57	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.77/0.57	c 809 constraints processed.
20.72/16.17	c cleaning 2495 clauses out of 5000 with flag 0/5000
59.02/53.20	c cleaning 4250 clauses out of 8505 with flag 0/11000
125.07/118.35	c cleaning 5628 clauses out of 11255 with flag 0/18000
226.07/217.83	c cleaning 6814 clauses out of 13627 with flag 0/26000
377.70/368.63	c cleaning 7900 clauses out of 15813 with flag 0/35000
414.46/405.28	c SATISFIABLE
414.46/405.29	c starts		: 32
414.46/405.29	c conflicts		: 37245
414.46/405.29	c decisions		: 43834
414.46/405.29	c propagations		: 1318115
414.46/405.29	c inspects		: 324807704
414.46/405.29	c shortcuts		: 0
414.46/405.29	c learnt literals	: 0
414.46/405.29	c learnt binary clauses	: 0
414.46/405.29	c learnt ternary clauses	: 0
414.46/405.29	c learnt constraints	: 37245
414.46/405.29	c ignored constraints	: 0
414.46/405.29	c root simplifications	: 0
414.46/405.29	c removed literals (reason simplification)	: 0
414.46/405.29	c reason swapping (by a shorter reason)	: 0
414.46/405.29	c Calls to reduceDB	: 5
414.46/405.29	c Number of update (reduction) of LBD	: 33545
414.46/405.29	c Imported unit clauses	: 0
414.46/405.29	c No decision after first conflict	: false
414.46/405.29	c number of reductions to clauses (during analyze)	: 0
414.46/405.29	c number of learned constraints concerned by reduction	: 0
414.46/405.30	c number of learning phase by resolution	: 0
414.46/405.30	c number of learning phase by cutting planes	: 0
414.46/405.30	c number of rounding to 1 operations	: 0
414.46/405.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
414.46/405.30	c number of reductions of the coefficients by power 2 	: 0
414.46/405.30	c number of right shift for reduction by power 2 	: 0
414.46/405.30	c number of reductions of the coefficients by GCD over coefficients 	: 0
414.46/405.30	c number of ending skipping 	: 0
414.46/405.30	c number of internal skipping 	: 0
414.46/405.30	c number of derivation steps 	: 888800
414.46/405.30	c number of skipped derivation steps 	: 0
414.46/405.30	c number of remaining unassigned 	: 293907
414.46/405.30	c number of remaining assigned 	: 36580656
414.59/405.30	c number of falsified literals weakened from reason	: 0
414.59/405.30	c number of falsified literals weakened from conflict	: 0
414.59/405.30	c time for arithmetic operations	: 4754218769
414.59/405.30	c minimum degree of deleted constraints	: 3
414.59/405.30	c maximum degree of deleted constraints	: 656575100350505537919761930276343435455132461887052667129341589740907398551145392271732179051426719925915684572571528633669433124547029348271479787356472029302934149698278121373442063139003052334597843033598100583512530932651559993925220019236548351568940
414.59/405.30	c number of deleted constraints	: 27087
414.59/405.30	c speed (assignments/second)	: 3256.9531612915976
414.59/405.30	c non guided choices	: 33
414.59/405.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 7
414.59/405.31	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10151
414.59/405.31	s SATISFIABLE
414.59/405.31	c Found 1 solution(s)
414.59/405.31	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 
414.59/405.31	c Total wall clock time (in seconds): 404.876

Verifier Data

OK	0

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: 63794 MiB (58593 MiB free)
  memory of node 1: 64507 MiB (61882 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493523-1751152681/watcher-4493523-1751152681 -o /tmp/evaluation-result-4493523-1751152681/solver-4493523-1751152681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14978 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493523-1751152681 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4493523-1751152681.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
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=16224, runsolver pid=16221

[startup+0.100072 s]*
/proc/loadavg: 4.52 4.37 4.34 6/324 16242
/proc/meminfo: memFree=123344092/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=18930384 memory=49332 CPUtime=0.1 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 5690 0 0 0 7 3 0 0 20 0 18 0 30946976 19384713216 12333 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4732596 12333 5126 1 0 546918 0
[pid=16224/tid=16226] ppid=16221 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 4588 0 0 0 4 2 0 0 20 0 18 0 30946978 19384713216 12333 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30946983 19384713216 12333 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=18930384 memory=61792617516369 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30946984 19384713216 12333 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49332 KiB

[startup+0.213773 s]*
/proc/loadavg: 4.52 4.37 4.34 6/324 16242
/proc/meminfo: memFree=123344092/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=18930384 memory=52916 CPUtime=0.27 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 6366 0 0 0 23 4 0 0 20 0 18 0 30946976 19384713216 13229 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4732596 13229 5350 1 0 547512 0
[pid=16224/tid=16226] ppid=16221 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 4966 0 0 0 13 2 0 0 20 0 18 0 30946978 19384713216 13229 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30946983 19384713216 13229 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30946984 19384713216 13229 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52916 KiB

[startup+0.313511 s]*
/proc/loadavg: 4.52 4.37 4.34 7/324 16242
/proc/meminfo: memFree=123334892/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=18930384 memory=59972 CPUtime=0.42 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 6596 0 0 0 38 4 0 0 20 0 18 0 30946976 19384713216 14993 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4732596 14993 5350 1 0 547709 0
[pid=16224/tid=16226] ppid=16221 vsize=18930384 memory=-6000919502821811822 CPUtime=0.24 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 5127 0 0 0 21 3 0 0 20 0 18 0 30946978 19384713216 14993 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30946983 19384713216 14993 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30946984 19384713216 14993 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59972 KiB

[startup+0.700318 s]
/proc/loadavg: 4.52 4.37 4.34 7/324 16242
/proc/meminfo: memFree=123329032/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=18996948 memory=72700 CPUtime=1.11 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 7139 0 0 0 105 6 0 0 20 0 19 0 30946976 19452874752 18175 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4749237 18175 5446 1 0 548429 0
[pid=16224/tid=16226] ppid=16221 vsize=18996948 memory=17152 CPUtime=0.54 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 5488 0 0 0 50 4 0 0 20 0 19 0 30946978 19452874752 18175 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30946983 19452874752 18175 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30946984 19452874752 18175 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72700 KiB

[startup+1.50032 s]
/proc/loadavg: 4.52 4.37 4.34 7/325 16243
/proc/meminfo: memFree=123284860/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19063512 memory=163588 CPUtime=2.68 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 15353 0 0 0 258 10 0 0 20 0 20 0 30946976 19521036288 40897 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4765878 40897 5478 1 0 550807 0
[pid=16224/tid=16226] ppid=16221 vsize=19063512 memory=3200 CPUtime=1.25 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 6073 0 0 0 119 6 0 0 20 0 20 0 30946978 19521036288 40897 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19521036288 40897 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 40897 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16243] ppid=16221 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16224/task/16243/stat : 16243 (Timer-0) S 16221 16224 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30947035 19521036288 40897 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163588 KiB

[startup+3.10566 s]
/proc/loadavg: 4.56 4.38 4.34 6/326 16244
/proc/meminfo: memFree=123026336/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19063512 memory=390260 CPUtime=5.84 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 26187 0 0 0 569 15 0 0 20 0 20 0 30946976 19521036288 97565 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4765878 97565 5478 1 0 557620 0
[pid=16224/tid=16226] ppid=16221 vsize=19063512 memory=14720 CPUtime=2.8 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 6605 0 0 0 270 10 0 0 20 0 20 0 30946978 19521036288 97565 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19521036288 97565 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 97565 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16243] ppid=16221 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/16224/task/16243/stat : 16243 (Timer-0) S 16221 16224 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30947035 19521036288 97565 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 390260 KiB

[startup+6.30026 s]
/proc/loadavg: 4.56 4.38 4.34 5/326 16244
/proc/meminfo: memFree=122594840/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19063512 memory=1264604 CPUtime=10.25 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 27490 0 0 0 990 35 0 0 20 0 20 0 30946976 19521036288 316151 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4765878 316151 5478 1 0 716365 0
[pid=16224/tid=16226] ppid=16221 vsize=19063512 memory=0 CPUtime=5.8 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 7216 0 0 0 552 28 0 0 20 0 20 0 30946978 19521036288 316151 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19521036288 316151 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 316151 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16243] ppid=16221 vsize=19063512 memory=166148 CPUtime=0 cores=1,3
/proc/16224/task/16243/stat : 16243 (Timer-0) S 16221 16224 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30947035 19521036288 316151 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 10.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1264604 KiB

[startup+12.7005 s]
/proc/loadavg: 4.52 4.37 4.34 5/326 16244
/proc/meminfo: memFree=122078304/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19063512 memory=1698992 CPUtime=17.15 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 28282 0 0 0 1670 45 0 0 20 0 20 0 30946976 19521036288 424748 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4765878 424748 5478 1 0 716379 0
[pid=16224/tid=16226] ppid=16221 vsize=19063512 memory=166148 CPUtime=11.99 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 7924 0 0 0 1163 36 0 0 20 0 20 0 30946978 19521036288 424748 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19063512 memory=1477724 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19521036288 424748 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 424748 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16243] ppid=16221 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/16224/task/16243/stat : 16243 (Timer-0) S 16221 16224 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30947035 19521036288 424748 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 17.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1698992 KiB

[startup+25.5005 s]
/proc/loadavg: 4.40 4.36 4.34 6/328 16246
/proc/meminfo: memFree=119575552/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19063512 memory=3064608 CPUtime=30.74 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 35768 0 0 0 2997 77 0 0 20 0 20 0 30946976 19521036288 766152 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4765878 766152 5478 1 0 1056929 0
[pid=16224/tid=16226] ppid=16221 vsize=19063512 memory=0 CPUtime=24.52 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 10579 0 0 0 2386 66 0 0 20 0 20 0 30946978 19521036288 766152 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19521036288 766152 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19063512 memory=3064608 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 88 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 766152 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16243] ppid=16221 vsize=19063512 memory=1725956 CPUtime=0 cores=1,3
/proc/16224/task/16243/stat : 16243 (Timer-0) S 16221 16224 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30947035 19521036288 766152 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 30.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3064608 KiB

[startup+51.1135 s]
/proc/loadavg: 4.42 4.36 4.34 5/306 16345
/proc/meminfo: memFree=122788208/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19063512 memory=3066812 CPUtime=56.91 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 41199 0 0 0 5608 83 0 0 20 0 20 0 30946976 19521036288 766703 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4765878 766703 5478 1 0 1056944 0
[pid=16224/tid=16226] ppid=16221 vsize=19063512 memory=3064608 CPUtime=49.57 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 13136 0 0 0 4889 68 0 0 20 0 20 0 30946978 19521036288 766703 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19063512 memory=12416 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19521036288 766703 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19063512 memory=3064736 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 88 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 766703 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0

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

/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 259 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 800669 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16243] ppid=16221 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/16224/task/16243/stat : 16243 (Timer-0) S 16221 16224 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30947035 19521036288 800669 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 230.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3202676 KiB

[startup+282.3 s]
/proc/loadavg: 4.69 4.52 4.41 5/332 16531
/proc/meminfo: memFree=118609988/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19063512 memory=3256092 CPUtime=290.99 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 59962 0 0 0 28978 121 0 0 20 0 20 0 30946976 19521036288 814023 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4765878 814023 5478 1 0 1056976 0
[pid=16224/tid=16226] ppid=16221 vsize=19063512 memory=3161620 CPUtime=276.54 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 20777 0 0 0 27568 86 0 0 20 0 20 0 30946978 19521036288 814023 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19521036288 814023 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19063512 memory=3241752 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 262 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 814023 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16243] ppid=16221 vsize=19063512 memory=3256092 CPUtime=0 cores=1,3
/proc/16224/task/16243/stat : 16243 (Timer-0) S 16221 16224 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30947035 19521036288 814023 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 290.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3256092 KiB

[startup+342.3 s]
/proc/loadavg: 4.47 4.49 4.40 5/332 16533
/proc/meminfo: memFree=118334460/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19063512 memory=3301172 CPUtime=351.24 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 63571 0 0 0 34994 130 0 0 20 0 20 0 30946976 19521036288 825293 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4765878 825293 5478 1 0 1056976 0
[pid=16224/tid=16226] ppid=16221 vsize=19063512 memory=17152 CPUtime=335.37 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 23042 0 0 0 33447 90 0 0 20 0 20 0 30946978 19521036288 825293 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19063512 memory=3241752 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19521036288 825293 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19063512 memory=-6000919502821811822 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 262 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 825293 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16243] ppid=16221 vsize=19063512 memory=3297076 CPUtime=0 cores=1,3
/proc/16224/task/16243/stat : 16243 (Timer-0) S 16221 16224 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30947035 19521036288 825293 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 351.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3301172 KiB

[startup+402.3 s]
/proc/loadavg: 4.37 4.46 4.40 5/332 16535
/proc/meminfo: memFree=118054012/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19063512 memory=3346232 CPUtime=411.55 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 66220 0 0 0 41018 137 0 0 20 0 20 0 30946976 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4765878 836558 5478 1 0 1056976 0
[pid=16224/tid=16226] ppid=16221 vsize=19063512 memory=17152 CPUtime=394.52 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 24810 0 0 0 39359 93 0 0 20 0 20 0 30946978 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19063512 memory=3241752 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19063512 memory=3342136 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 331 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16243] ppid=16221 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/16224/task/16243/stat : 16243 (Timer-0) S 16221 16224 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30947035 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 411.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3346232 KiB

[startup+405.328 s]
# the end of solver process 16224 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=413.237 s, system=1.39991 s

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

[startup+403.2 s]
/proc/loadavg: 4.34 4.45 4.39 5/332 16535
/proc/meminfo: memFree=118049916/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19063512 memory=3346232 CPUtime=412.45 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 66222 0 0 0 41108 137 0 0 20 0 20 0 30946976 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4765878 836558 5478 1 0 1056976 0
[pid=16224/tid=16226] ppid=16221 vsize=19063512 memory=5316 CPUtime=395.42 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 24811 0 0 0 39449 93 0 0 20 0 20 0 30946978 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19063512 memory=3338040 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19063512 memory=3342136 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 331 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16243] ppid=16221 vsize=19063512 memory=3342136 CPUtime=0 cores=1,3
/proc/16224/task/16243/stat : 16243 (Timer-0) S 16221 16224 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30947035 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 412.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3346232 KiB

[startup+404 s]*
/proc/loadavg: 4.34 4.45 4.39 5/332 16535
/proc/meminfo: memFree=118045820/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19063512 memory=3346232 CPUtime=413.26 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 66225 0 0 0 41189 137 0 0 20 0 20 0 30946976 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4765878 836558 5478 1 0 1056976 0
[pid=16224/tid=16226] ppid=16221 vsize=19063512 memory=-6000919507150136942 CPUtime=396.23 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 24814 0 0 0 39530 93 0 0 20 0 20 0 30946978 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19063512 memory=4282811758370516642 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19063512 memory=7517191061800117864 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 331 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16243] ppid=16221 vsize=19063512 memory=7162804028850138224 CPUtime=0 cores=1,3
/proc/16224/task/16243/stat : 16243 (Timer-0) S 16221 16224 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30947035 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 413.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3346232 KiB

[startup+404.8 s]
/proc/loadavg: 4.34 4.45 4.39 5/332 16535
/proc/meminfo: memFree=118045820/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19063512 memory=3346232 CPUtime=414.05 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 66227 0 0 0 41268 137 0 0 20 0 20 0 30946976 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4765878 836558 5478 1 0 1056976 0
[pid=16224/tid=16226] ppid=16221 vsize=19063512 memory=3346232 CPUtime=397.02 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) R 16221 16224 14966 0 -1 4194368 24816 0 0 0 39609 93 0 0 20 0 20 0 30946978 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 331 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16243] ppid=16221 vsize=19063512 memory=23532 CPUtime=0 cores=1,3
/proc/16224/task/16243/stat : 16243 (Timer-0) S 16221 16224 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30947035 19521036288 836558 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 414.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3346232 KiB

[startup+405.2 s]
/proc/loadavg: 4.34 4.45 4.39 5/332 16535
/proc/meminfo: memFree=118033660/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19063512 memory=3348280 CPUtime=414.46 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 66232 0 0 0 41308 138 0 0 20 0 20 0 30946976 19521036288 837070 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4765878 837070 5478 1 0 1056976 0
[pid=16224/tid=16226] ppid=16221 vsize=19063512 memory=7247860319864382091 CPUtime=397.28 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) S 16221 16224 14966 0 -1 4194368 24816 0 0 0 39635 93 0 0 20 0 20 0 30946978 19521036288 837070 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19063512 memory=-5847698868034427689 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19521036288 837070 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19063512 memory=7145632108994189971 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 331 0 0 0 0 0 0 0 20 0 20 0 30946984 19521036288 837070 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16243] ppid=16221 vsize=19063512 memory=4627829681746837872 CPUtime=0 cores=1,3
/proc/16224/task/16243/stat : 16243 (Timer-0) S 16221 16224 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30947035 19521036288 837070 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 414.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3348280 KiB

[startup+405.3 s]
/proc/loadavg: 4.34 4.45 4.39 5/332 16535
/proc/meminfo: memFree=118033660/131382112 swapFree=33010684/33010684
[pid=16224] ppid=16221 vsize=19196640 memory=3350840 CPUtime=414.59 cores=1,3
/proc/16224/stat : 16224 (java) S 16221 16224 14966 0 -1 4194304 68521 0 0 0 41321 138 0 0 20 0 20 0 30946976 19657359360 837710 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
/proc/16224/statm: 4799160 837710 5510 1 0 1057652 0
[pid=16224/tid=16226] ppid=16221 vsize=19196640 memory=17152 CPUtime=397.35 cores=1,3
/proc/16224/task/16226/stat : 16226 (java) S 16221 16224 14966 0 -1 4194368 26673 0 0 0 39641 94 0 0 20 0 20 0 30946978 19657359360 837710 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16235] ppid=16221 vsize=19196640 memory=3241752 CPUtime=0 cores=1,3
/proc/16224/task/16235/stat : 16235 (Finalizer) S 16221 16224 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30946983 19657359360 837710 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
[pid=16224/tid=16242] ppid=16221 vsize=19196640 memory=17152 CPUtime=0 cores=1,3
/proc/16224/task/16242/stat : 16242 (Common-Cleaner) S 16221 16224 14966 0 -1 4194368 331 0 0 0 0 0 0 0 20 0 20 0 30946984 19657359360 837710 18446744073709551615 94591053312000 94591053315696 140735712387984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94591053323512 94591053324304 94591082713088 140735712389421 140735712389606 140735712389606 140735712395208 0
Current children cumulated CPU time: 414.59 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 3350840 KiB

Child status: 10

Real time (s): 405.328
CPU time (s): 414.637
CPU user time (s): 413.237
CPU system time (s): 1.39991
CPU usage (%): 102.296
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 3350840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 413.237
system time used= 1.39992
maximum resident set size= 3350968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68876
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17501
involuntary context switches= 3002


# summary of solver processes directly reported to runsolver:
#   pid: 16224
#   total CPU time (s): 414.637
#   total CPU user time (s): 413.237
#   total CPU system time (s): 1.39991

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.98019 second user time and 4.55029 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 01:18:01
IDJOB=4493523
IDBENCH=147865
IDSOLVER=3362
FILE ID=nodeC001/4493523-1751152681
RUNJOBID= nodeC001-1751145706-14978
SLURM_JOB_ID= 9587448
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493523-1751152681/watcher-4493523-1751152681 -o /tmp/evaluation-result-4493523-1751152681/solver-4493523-1751152681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14978 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493523-1751152681 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4493523-1751152681.opb

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

MD5SUM BENCH= 13744d26940a0db30366992d9fdeef8c
RANDOM SEED=1232454126

nodeC001 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		: 3491.712
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.49
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.149
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.49
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.860
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.49
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.106
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.49
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		: 3658.216
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.49
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		: 3092.735
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.49
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.446
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.49
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		: 2394.335
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123368332 kB
MemAvailable:   123867644 kB
Buffers:            3280 kB
Cached:          1310484 kB
SwapCached:            0 kB
Active:          6353040 kB
Inactive:        1078352 kB
Active(anon):    6135684 kB
Inactive(anon):        0 kB
Active(file):     217356 kB
Inactive(file):  1078352 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5100 kB
Writeback:             4 kB
AnonPages:       6115084 kB
Mapped:           121964 kB
Shmem:             17960 kB
KReclaimable:      86080 kB
Slab:             166548 kB
SReclaimable:      86080 kB
SUnreclaim:        80468 kB
KernelStack:        4908 kB
PageTables:        16012 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6658712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5838848 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC001 at 2025-06-29 01:24:46