Trace number 4429890

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 Cutting Planes 2024 2024-07-12SAT (TO)8 3600.33 3572.65

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.95:98.opb
MD5SUMb7b6c18a5ccb5e8755a0006a4c4ad211
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.02114
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables411
Total number of constraints477
Number of constraints which are clauses387
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 411
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1129
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1129
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.16	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.17	c os.arch		amd64
0.12/0.17	c Free memory 		2113181440
0.12/0.17	c Max memory 		16282288128
0.12/0.17	c Total memory 		2122317824
0.12/0.18	c Number of processors 	2
0.37/0.35	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.37/0.35	 - never skip resolution steps
0.37/0.35	 - Auto-division on coefficients is disabled
0.37/0.35	 - No postprocessing
0.37/0.35	 - Conflict is considered as is when resolving
0.37/0.35	 - Use constraints as they come during conflict analysis
0.37/0.35	 - Weaken first using unassigned literals
0.37/0.35	 - Bump strategy: ALWAYS_ONE
0.37/0.35	 - Bumper: EFFECTIVE
0.37/0.35	--- Begin Solver configuration ---
0.37/0.35	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.37/0.35	Learn all clauses as in MiniSAT
0.37/0.35	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.35	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.37/0.35	No reason simplification
0.37/0.35	Dynamic restart strategy considering the size of the coefficients
0.37/0.35	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.37/0.35	timeout=2147483s
0.37/0.35	DB Simplification allowed=false
0.37/0.35	Listener: none
0.37/0.35	--- End Solver configuration ---
0.37/0.36	c Pseudo Boolean Optimization by upper bound
0.37/0.36	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.37/0.36	c  - never skip resolution steps
0.37/0.36	c  - Auto-division on coefficients is disabled
0.37/0.36	c  - No postprocessing
0.37/0.36	c  - Conflict is considered as is when resolving
0.37/0.36	c  - Use constraints as they come during conflict analysis
0.37/0.36	c  - Weaken first using unassigned literals
0.37/0.36	c  - Bump strategy: ALWAYS_ONE
0.37/0.36	c  - Bumper: EFFECTIVE
0.37/0.36	c --- Begin Solver configuration ---
0.37/0.36	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.37/0.36	c Learn all clauses as in MiniSAT
0.37/0.36	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.37/0.36	c No reason simplification
0.37/0.36	c Dynamic restart strategy considering the size of the coefficients
0.37/0.36	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.37/0.36	c timeout=2147483s
0.37/0.36	c DB Simplification allowed=false
0.37/0.36	c Listener: none
0.37/0.36	c --- End Solver configuration ---
0.37/0.36	c solving HOME/instance-4429890-1721057695.opb
0.37/0.36	c reading problem ... 
0.37/0.36	c  objective function found
0.55/0.44	c ... done. Wall clock time 0.077s.
0.55/0.44	c declared #vars     411
0.55/0.44	c #constraints  478
0.55/0.44	c constraints type 
0.55/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 381
0.55/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 89
0.55/0.44	c org.sat4j.specs.Constr$1 => 1
0.55/0.44	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.55/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
0.55/0.44	c 478 constraints processed.
0.55/0.46	c objective function length is 411 literals
0.55/0.48	c SATISFIABLE
0.55/0.48	c OPTIMIZING...
0.55/0.48	c Got one! Elapsed wall clock time (in seconds):0.124
0.55/0.48	o 8
3600.06/3572.52	c starts		: 22
3600.06/3572.55	c conflicts		: 1466
3600.06/3572.55	c decisions		: 62223
3600.06/3572.55	c propagations		: 364081
3600.06/3572.55	c inspects		: 96227469
3600.06/3572.55	c shortcuts		: 0
3600.06/3572.55	c learnt literals	: 0
3600.06/3572.55	c learnt binary clauses	: 0
3600.06/3572.55	c learnt ternary clauses	: 0
3600.06/3572.55	c learnt constraints	: 1466
3600.06/3572.55	c ignored constraints	: 0
3600.06/3572.56	c root simplifications	: 0
3600.06/3572.56	c removed literals (reason simplification)	: 0
3600.06/3572.56	c reason swapping (by a shorter reason)	: 0
3600.06/3572.56	c Calls to reduceDB	: 0
3600.06/3572.56	c Number of update (reduction) of LBD	: 2043
3600.06/3572.56	c Imported unit clauses	: 0
3600.06/3572.57	c No decision after first conflict	: false
3600.06/3572.57	c number of reductions to clauses (during analyze)	: 0
3600.06/3572.57	c number of learned constraints concerned by reduction	: 0
3600.06/3572.57	c number of learning phase by resolution	: 0
3600.06/3572.57	c number of learning phase by cutting planes	: 0
3600.06/3572.57	c number of rounding to 1 operations	: 0
3600.06/3572.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3572.57	c number of reductions of the coefficients by power 2 	: 0
3600.06/3572.57	c number of right shift for reduction by power 2 	: 0
3600.06/3572.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3572.57	c number of ending skipping 	: 0
3600.06/3572.57	c number of internal skipping 	: 0
3600.06/3572.57	c number of derivation steps 	: 5767
3600.06/3572.57	c number of skipped derivation steps 	: 0
3600.06/3572.57	c number of remaining unassigned 	: 21202
3600.06/3572.57	c number of remaining assigned 	: 137398
3600.06/3572.57	c number of falsified literals weakened from reason	: 0
3600.06/3572.57	c number of falsified literals weakened from conflict	: 0
3600.06/3572.57	c time for arithmetic operations	: 1826718877082
3600.06/3572.59	c minimum degree of deleted constraints	: null
3600.06/3572.59	c maximum degree of deleted constraints	: null
3600.06/3572.59	c number of deleted constraints	: 0
3600.06/3572.59	c speed (assignments/second)	: 101.92329011328884
3600.06/3572.59	c non guided choices	: 0
3600.26/3572.61	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 1466
3600.26/3572.61	s SATISFIABLE
3600.26/3572.61	c Found 1 solution(s)
3600.26/3572.61	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 
3600.26/3572.61	c objective function=8
3600.26/3572.61	c Total wall clock time (in seconds): 3572.256

Verifier Data

OK	8

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (62638 MiB free)
  memory of node 1: 64510 MiB (61255 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429890-1721057695/watcher-4429890-1721057695 -o /tmp/evaluation-result-4429890-1721057695/solver-4429890-1721057695 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721050507-805437 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429890-1721057695.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=809937, runsolver pid=809934

[startup+0.100859 s]*
/proc/loadavg: 4.66 4.26 4.21 6/318 809955
/proc/meminfo: memFree=126831248/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=18975048 memory=57284 CPUtime=0.12 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 6527 0 0 0 9 3 0 0 20 0 18 0 157927571 19430449152 14321 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4743762 14321 5409 1 0 550926 0
[pid=809937/tid=809939] ppid=809934 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 5464 0 0 0 6 2 0 0 20 0 18 0 157927572 19430449152 14321 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 157927575 19430449152 14321 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=18975048 memory=3978424728183636000 CPUtime=0 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 157927575 19430449152 14321 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57284 KiB

[startup+0.220853 s]*
/proc/loadavg: 4.66 4.26 4.21 7/318 809955
/proc/meminfo: memFree=126820172/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=18975048 memory=67156 CPUtime=0.26 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 7160 0 0 0 23 3 0 0 20 0 18 0 157927571 19430449152 16789 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4743762 16789 5683 1 0 551438 0
[pid=809937/tid=809939] ppid=809934 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 5704 0 0 0 16 2 0 0 20 0 18 0 157927572 19430449152 16789 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=18975048 memory=694 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 157927575 19430449152 16789 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=18975048 memory=14135562894328173 CPUtime=0 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 157927575 19430449152 16789 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67156 KiB

[startup+0.313812 s]*
/proc/loadavg: 4.66 4.26 4.21 5/318 809955
/proc/meminfo: memFree=126814704/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=18975048 memory=68144 CPUtime=0.37 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 7429 0 0 0 34 3 0 0 20 0 18 0 157927571 19430449152 17036 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4743762 17036 5699 1 0 551631 0
[pid=809937/tid=809939] ppid=809934 vsize=18975048 memory=-8888523894249857724 CPUtime=0.26 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 1077936192 5849 0 0 0 24 2 0 0 20 0 18 0 157927572 19430449152 17036 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 157927575 19430449152 17036 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 157927575 19430449152 17036 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68144 KiB

[startup+0.700854 s]
/proc/loadavg: 4.66 4.26 4.21 7/319 809956
/proc/meminfo: memFree=126798520/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19041612 memory=93476 CPUtime=1.07 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 13816 0 0 0 101 6 0 0 20 0 19 0 157927571 19498610688 23369 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4760403 23369 5855 1 0 555552 0
[pid=809937/tid=809939] ppid=809934 vsize=19041612 memory=5576 CPUtime=0.59 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 6120 0 0 0 56 3 0 0 20 0 19 0 157927572 19498610688 23369 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19041612 memory=12676 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 157927575 19498610688 23369 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19041612 memory=279959927317160 CPUtime=0 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 157927575 19498610688 23369 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809956] ppid=809934 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/809937/task/809956/stat : 809956 (Timer-0) S 809934 809937 805427 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 157927618 19498610688 23369 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 93476 KiB

[startup+1.51085 s]
/proc/loadavg: 4.66 4.26 4.21 7/319 809956
/proc/meminfo: memFree=126759644/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19041612 memory=146100 CPUtime=2.67 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 19803 0 0 0 259 8 0 0 20 0 19 0 157927571 19498610688 36525 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4760403 36525 5855 1 0 556591 0
[pid=809937/tid=809939] ppid=809934 vsize=19041612 memory=12676 CPUtime=1.39 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 6388 0 0 0 135 4 0 0 20 0 19 0 157927572 19498610688 36525 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 157927575 19498610688 36525 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 157927575 19498610688 36525 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809956] ppid=809934 vsize=19041612 memory=279959927170320 CPUtime=0 cores=0,2
/proc/809937/task/809956/stat : 809956 (Timer-0) S 809934 809937 805427 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 157927618 19498610688 36525 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 146100 KiB

[startup+3.10585 s]
/proc/loadavg: 4.66 4.26 4.21 7/320 809957
/proc/meminfo: memFree=126686432/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19108176 memory=181920 CPUtime=4.74 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 21791 0 0 0 465 9 0 0 20 0 20 0 157927571 19566772224 45480 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4777044 45480 5887 1 0 556885 0
[pid=809937/tid=809939] ppid=809934 vsize=19108176 memory=0 CPUtime=2.94 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 6848 0 0 0 289 5 0 0 20 0 20 0 157927572 19566772224 45480 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19108176 memory=12676 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 45480 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 45480 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809956] ppid=809934 vsize=19108176 memory=12440 CPUtime=0 cores=0,2
/proc/809937/task/809956/stat : 809956 (Timer-0) S 809934 809937 805427 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 157927618 19566772224 45480 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181920 KiB

[startup+6.30084 s]
/proc/loadavg: 4.61 4.26 4.21 5/320 809957
/proc/meminfo: memFree=126547848/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19108176 memory=267948 CPUtime=8.51 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 23313 0 0 0 839 12 0 0 20 0 20 0 157927571 19566772224 66987 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4777044 66987 5887 1 0 557043 0
[pid=809937/tid=809939] ppid=809934 vsize=19108176 memory=12676 CPUtime=6.08 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 7092 0 0 0 601 7 0 0 20 0 20 0 157927572 19566772224 66987 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 66987 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19108176 memory=5450909891216438826 CPUtime=0 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 66987 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809956] ppid=809934 vsize=19108176 memory=154556 CPUtime=0 cores=0,2
/proc/809937/task/809956/stat : 809956 (Timer-0) S 809934 809937 805427 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 157927618 19566772224 66987 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 267948 KiB

[startup+12.7004 s]
/proc/loadavg: 4.64 4.27 4.21 5/320 809959
/proc/meminfo: memFree=126239488/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19108176 memory=581536 CPUtime=14.99 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 27235 0 0 0 1480 19 0 0 20 0 20 0 157927571 19566772224 145384 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4777044 145384 5887 1 0 557043 0
[pid=809937/tid=809939] ppid=809934 vsize=19108176 memory=0 CPUtime=12.44 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 8804 0 0 0 1231 13 0 0 20 0 20 0 157927572 19566772224 145384 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 145384 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19108176 memory=485276 CPUtime=0 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 145384 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809956] ppid=809934 vsize=19108176 memory=12676 CPUtime=0 cores=0,2
/proc/809937/task/809956/stat : 809956 (Timer-0) S 809934 809937 805427 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 157927618 19566772224 145384 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 14.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 581536 KiB

[startup+25.5005 s]
/proc/loadavg: 4.54 4.26 4.21 5/320 809960
/proc/meminfo: memFree=125182648/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19108176 memory=1325736 CPUtime=30.52 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 38865 0 0 0 3013 39 0 0 20 0 20 0 157927571 19566772224 331434 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4777044 331434 5887 1 0 558834 0
[pid=809937/tid=809939] ppid=809934 vsize=19108176 memory=485276 CPUtime=25.16 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 10867 0 0 0 2487 29 0 0 20 0 20 0 157927572 19566772224 331434 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19108176 memory=-8888523894249857724 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 331434 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19108176 memory=42368 CPUtime=0 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 331434 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809956] ppid=809934 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/809937/task/809956/stat : 809956 (Timer-0) S 809934 809937 805427 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 157927618 19566772224 331434 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 30.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325736 KiB

[startup+51.1131 s]
/proc/loadavg: 4.58 4.30 4.22 5/317 809966
/proc/meminfo: memFree=124397424/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19108176 memory=1328252 CPUtime=57.6 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 49801 0 0 0 5718 42 0 0 20 0 20 0 157927571 19566772224 332063 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4777044 332063 5887 1 0 558850 0
[pid=809937/tid=809939] ppid=809934 vsize=19108176 memory=1328136 CPUtime=50.61 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 13082 0 0 0 5031 30 0 0 20 0 20 0 157927572 19566772224 332063 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19108176 memory=42368 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 332063 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0

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

[startup+3222.3 s]
/proc/loadavg: 4.34 4.31 4.22 5/321 811674
/proc/meminfo: memFree=117047904/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19108176 memory=4666172 CPUtime=3236.19 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 329171 0 0 0 323243 376 0 0 20 0 20 0 157927571 19566772224 1166543 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4777044 1166543 5898 1 0 1182107 0
[pid=809937/tid=809939] ppid=809934 vsize=19108176 memory=4658872 CPUtime=3191.98 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 115101 0 0 0 319106 92 0 0 20 0 20 0 157927572 19566772224 1166543 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19108176 memory=12440 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 1166543 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19108176 memory=4666172 CPUtime=0.01 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 3983 0 0 0 0 1 0 0 20 0 20 0 157927575 19566772224 1166543 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809956] ppid=809934 vsize=19108176 memory=12676 CPUtime=0 cores=0,2
/proc/809937/task/809956/stat : 809956 (Timer-0) S 809934 809937 805427 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 157927618 19566772224 1166543 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 3236.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4666172 KiB

[startup+3282.3 s]
/proc/loadavg: 4.48 4.35 4.24 5/321 811686
/proc/meminfo: memFree=116477940/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19108176 memory=4666232 CPUtime=3298.4 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 343692 0 0 0 329447 393 0 0 20 0 20 0 157927571 19566772224 1166558 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4777044 1166558 5898 1 0 1182107 0
[pid=809937/tid=809939] ppid=809934 vsize=19108176 memory=4666232 CPUtime=3250.95 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) S 809934 809937 805427 0 -1 1077936192 117315 0 0 0 325003 92 0 0 20 0 20 0 157927572 19566772224 1166558 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 46 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19108176 memory=4666232 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 1166558 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19108176 memory=-8888523894249857724 CPUtime=0.01 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 4031 0 0 0 0 1 0 0 20 0 20 0 157927575 19566772224 1166558 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809956] ppid=809934 vsize=19108176 memory=4666232 CPUtime=0 cores=0,2
/proc/809937/task/809956/stat : 809956 (Timer-0) S 809934 809937 805427 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 157927618 19566772224 1166558 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 3298.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4666232 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.30 4.23 5/321 811753
/proc/meminfo: memFree=116454076/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19108176 memory=4666264 CPUtime=3360.54 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 344566 0 0 0 335644 410 0 0 20 0 20 0 157927571 19566772224 1166566 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4777044 1166566 5898 1 0 1182107 0
[pid=809937/tid=809939] ppid=809934 vsize=19108176 memory=4666232 CPUtime=3309.83 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 117992 0 0 0 330890 93 0 0 20 0 20 0 157927572 19566772224 1166566 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19108176 memory=42368 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 1166566 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19108176 memory=16328 CPUtime=0.01 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 4031 0 0 0 0 1 0 0 20 0 20 0 157927575 19566772224 1166566 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809956] ppid=809934 vsize=19108176 memory=12440 CPUtime=0 cores=0,2
/proc/809937/task/809956/stat : 809956 (Timer-0) S 809934 809937 805427 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 157927618 19566772224 1166566 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 3360.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4666264 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.27 4.22 5/320 811763
/proc/meminfo: memFree=116382288/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19108176 memory=4668364 CPUtime=3423.59 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 358910 0 0 0 341924 435 0 0 20 0 20 0 157927571 19566772224 1167091 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4777044 1167091 5898 1 0 1182108 0
[pid=809937/tid=809939] ppid=809934 vsize=19108176 memory=4666292 CPUtime=3368.62 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 120091 0 0 0 336769 93 0 0 20 0 20 0 157927572 19566772224 1167091 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 46 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19108176 memory=4668340 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 1167091 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19108176 memory=4668340 CPUtime=0.01 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 4082 0 0 0 0 1 0 0 20 0 20 0 157927575 19566772224 1167091 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809956] ppid=809934 vsize=19108176 memory=42368 CPUtime=0 cores=0,2
/proc/809937/task/809956/stat : 809956 (Timer-0) S 809934 809937 805427 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 157927618 19566772224 1167091 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 3423.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4668364 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.25 4.22 5/320 811775
/proc/meminfo: memFree=116352928/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19108176 memory=4668388 CPUtime=3485.89 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 359764 0 0 0 348133 456 0 0 20 0 20 0 157927571 19566772224 1167097 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4777044 1167097 5898 1 0 1182108 0
[pid=809937/tid=809939] ppid=809934 vsize=19108176 memory=4666292 CPUtime=3427.48 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 120359 0 0 0 342654 94 0 0 20 0 20 0 157927572 19566772224 1167097 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19108176 memory=4668340 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 1167097 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19108176 memory=4668384 CPUtime=0.01 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 4082 0 0 0 0 1 0 0 20 0 20 0 157927575 19566772224 1167097 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809956] ppid=809934 vsize=19108176 memory=4668388 CPUtime=0 cores=0,2
/proc/809937/task/809956/stat : 809956 (Timer-0) S 809934 809937 805427 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 157927618 19566772224 1167097 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 3485.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4668388 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.22 4.21 5/320 811785
/proc/meminfo: memFree=116331724/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19108176 memory=4668444 CPUtime=3548.41 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 373633 0 0 0 354363 478 0 0 20 0 20 0 157927571 19566772224 1167111 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4777044 1167111 5898 1 0 1182108 0
[pid=809937/tid=809939] ppid=809934 vsize=19108176 memory=0 CPUtime=3486.12 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 121953 0 0 0 348518 94 0 0 20 0 20 0 157927572 19566772224 1167111 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 46 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19108176 memory=12440 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 1167111 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19108176 memory=4668388 CPUtime=0.01 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 4082 0 0 0 0 1 0 0 20 0 20 0 157927575 19566772224 1167111 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809956] ppid=809934 vsize=19108176 memory=19312 CPUtime=0 cores=0,2
/proc/809937/task/809956/stat : 809956 (Timer-0) S 809934 809937 805427 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 157927618 19566772224 1167111 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 3548.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4668444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572.5 s]
/proc/loadavg: 3.76 4.13 4.18 3/268 811862
/proc/meminfo: memFree=122441240/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19108176 memory=4668448 CPUtime=3600.06 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 374570 0 0 0 359515 491 0 0 20 0 20 0 157927571 19566772224 1167112 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4777044 1167112 5898 1 0 1182108 0
[pid=809937/tid=809939] ppid=809934 vsize=19108176 memory=12440 CPUtime=3535.68 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 122587 0 0 0 353474 94 0 0 20 0 20 0 157927572 19566772224 1167112 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19108176 memory=4668448 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 157927575 19566772224 1167112 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19108176 memory=4668448 CPUtime=0.01 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 4133 0 0 0 0 1 0 0 20 0 20 0 157927575 19566772224 1167112 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809956] ppid=809934 vsize=19108176 memory=4668448 CPUtime=0 cores=0,2
/proc/809937/task/809956/stat : 809956 (Timer-0) S 809934 809937 805427 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 157927618 19566772224 1167112 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4668448 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.39 s, system=4.94409 s

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

[startup+3572.6 s]
/proc/loadavg: 3.76 4.13 4.18 3/268 811862
/proc/meminfo: memFree=122441240/131655788 swapFree=131071996/131071996
[pid=809937] ppid=809934 vsize=19307868 memory=4669124 CPUtime=3600.26 cores=0,2
/proc/809937/stat : 809937 (java) S 809934 809937 805427 0 -1 1077936128 376514 0 0 0 359535 491 0 0 20 0 21 0 157927571 19771256832 1167281 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
/proc/809937/statm: 4826967 1167281 5897 1 0 1183011 0
[pid=809937/tid=809939] ppid=809934 vsize=19307868 memory=4668448 CPUtime=3535.79 cores=0,2
/proc/809937/task/809939/stat : 809939 (java) R 809934 809937 805427 0 -1 4194368 122587 0 0 0 353485 94 0 0 20 0 21 0 157927572 19771256832 1167281 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809948] ppid=809934 vsize=19307868 memory=5124 CPUtime=0 cores=0,2
/proc/809937/task/809948/stat : 809948 (Finalizer) S 809934 809937 805427 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 157927575 19771256832 1167281 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
[pid=809937/tid=809955] ppid=809934 vsize=19307868 memory=-8888523894249857724 CPUtime=0.01 cores=0,2
/proc/809937/task/809955/stat : 809955 (Common-Cleaner) S 809934 809937 805427 0 -1 1077936192 4133 0 0 0 0 1 0 0 20 0 21 0 157927575 19771256832 1167281 134679101440 94908518797312 94908518801008 140736913234544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908518808824 94908518809616 94908545232896 140736913241077 140736913241185 140736913241185 140736913248200 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4669124 KiB

Child status: 143

Real time (s): 3572.65
CPU time (s): 3600.33
CPU user time (s): 3595.39
CPU system time (s): 4.94409
CPU usage (%): 100.775
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4669124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.39
system time used= 4.94409
maximum resident set size= 4670036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 376652
page faults= 0
swaps= 0
block input operations= 32
block output operations= 3696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 176519
involuntary context switches= 28365


# summary of solver processes directly reported to runsolver:
#   pid: 809937
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3595.39
#   total CPU system time (s): 4.94409

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1068 second user time and 38.4684 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-15 17:35:08
IDJOB=4429890
IDBENCH=146661
IDSOLVER=3052
FILE ID=nodeC002/4429890-1721057695
RUNJOBID= nodeC002-1721050507-805437
SLURM_JOB_ID= 7505480
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:10:4.5:0.95:98.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429890-1721057695/watcher-4429890-1721057695 -o /tmp/evaluation-result-4429890-1721057695/solver-4429890-1721057695 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721050507-805437 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429890-1721057695.opb

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

MD5SUM BENCH= b7b6c18a5ccb5e8755a0006a4c4ad211
RANDOM SEED=964186318

nodeC002.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.736
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
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		: 3646.041
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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.156
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
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.319
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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		: 3644.517
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
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		: 3578.398
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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.157
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
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.240
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126868188 kB
MemAvailable:   128101928 kB
Buffers:          378292 kB
Cached:          1684844 kB
SwapCached:            0 kB
Active:           575644 kB
Inactive:        3653464 kB
Active(anon):       2716 kB
Inactive(anon):  2200952 kB
Active(file):     572928 kB
Inactive(file):  1452512 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3344 kB
Writeback:             0 kB
AnonPages:       2165564 kB
Mapped:           123996 kB
Shmem:             37704 kB
KReclaimable:      96660 kB
Slab:             194724 kB
SReclaimable:      96660 kB
SUnreclaim:        98064 kB
KernelStack:        4812 kB
PageTables:        14164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7462032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52800 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1996800 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    20674560 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC002 at 2024-07-15 18:34:40