Trace number 4427378

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 Partial RoundingSAT 2024 2024-07-12OPT261 526.361 519.089

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32c3.opb
MD5SUMa781914766da5574ce48a9f540451afb
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 benchmark261
Best CPU time to get the best result obtained on this benchmark13.425
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables558
Total number of constraints3551
Number of constraints which are clauses3551
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 558
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 558
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 558
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.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.20	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2115194816
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2122317824
0.27/0.25	c Number of processors 	2
0.57/0.45	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.57/0.45	 - never skip resolution steps
0.57/0.45	 - Auto-division on coefficients is disabled
0.57/0.45	 - No postprocessing
0.57/0.45	 - Conflict is considered as is when resolving
0.57/0.45	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.57/0.45	 - Weaken first using unassigned literals
0.57/0.45	 - Bump strategy: ALWAYS_ONE
0.57/0.45	 - Bumper: ASSIGNED
0.57/0.45	--- Begin Solver configuration ---
0.57/0.45	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.57/0.45	Learn all clauses as in MiniSAT
0.57/0.45	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.57/0.45	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.57/0.45	No reason simplification
0.57/0.45	Armin Biere (Picosat) restarts strategy
0.57/0.45	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.57/0.45	timeout=2147483s
0.57/0.45	DB Simplification allowed=false
0.57/0.45	Listener: none
0.57/0.45	--- End Solver configuration ---
0.57/0.46	c Pseudo Boolean Optimization by upper bound
0.57/0.46	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.57/0.46	c  - never skip resolution steps
0.57/0.46	c  - Auto-division on coefficients is disabled
0.57/0.46	c  - No postprocessing
0.57/0.46	c  - Conflict is considered as is when resolving
0.57/0.46	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.57/0.46	c  - Weaken first using unassigned literals
0.57/0.46	c  - Bump strategy: ALWAYS_ONE
0.57/0.46	c  - Bumper: ASSIGNED
0.57/0.46	c --- Begin Solver configuration ---
0.57/0.46	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.57/0.46	c Learn all clauses as in MiniSAT
0.57/0.46	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.57/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.57/0.46	c No reason simplification
0.57/0.46	c Armin Biere (Picosat) restarts strategy
0.57/0.46	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.57/0.46	c timeout=2147483s
0.57/0.46	c DB Simplification allowed=false
0.57/0.46	c Listener: none
0.57/0.46	c --- End Solver configuration ---
0.57/0.46	c solving HOME/instance-4427378-1720994536.opb
0.57/0.46	c reading problem ... 
0.57/0.46	c  objective function found
0.93/0.70	c ... done. Wall clock time 0.243s.
1.10/0.70	c declared #vars     558
1.10/0.70	c #constraints  3551
1.10/0.70	c constraints type 
1.10/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3159
1.10/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 392
1.10/0.70	c 3551 constraints processed.
1.10/0.73	c objective function length is 558 literals
1.10/0.77	c SATISFIABLE
1.10/0.77	c OPTIMIZING...
1.10/0.78	c Got one! Elapsed wall clock time (in seconds):0.323
1.10/0.79	o 273
1.48/0.93	c Got one! Elapsed wall clock time (in seconds):0.475
1.48/0.93	o 272
1.90/1.18	c Got one! Elapsed wall clock time (in seconds):0.73
1.90/1.18	o 271
2.65/1.59	c Got one! Elapsed wall clock time (in seconds):1.137
2.85/1.60	o 270
3.07/1.78	c Got one! Elapsed wall clock time (in seconds):1.325
3.07/1.78	o 269
3.84/2.18	c Got one! Elapsed wall clock time (in seconds):1.732
3.84/2.18	o 268
6.14/3.54	c Got one! Elapsed wall clock time (in seconds):3.086
6.14/3.54	o 267
12.95/8.86	c Got one! Elapsed wall clock time (in seconds):8.405
12.95/8.86	o 266
20.61/16.25	c Got one! Elapsed wall clock time (in seconds):15.798
20.61/16.25	o 265
23.04/18.54	c Got one! Elapsed wall clock time (in seconds):18.094
23.04/18.54	o 264
23.72/19.20	c Got one! Elapsed wall clock time (in seconds):18.748
23.72/19.20	o 263
39.08/34.21	c Got one! Elapsed wall clock time (in seconds):33.756
39.08/34.21	o 262
47.97/42.52	c Got one! Elapsed wall clock time (in seconds):42.066
47.97/42.52	o 261
217.83/211.84	c cleaning 3965 clauses out of 8669 with flag 0/8672
298.91/292.64	c cleaning 2563 clauses out of 10704 with flag 0/14672
407.90/400.80	c cleaning 3859 clauses out of 15141 with flag 0/21672
526.26/519.04	c starts		: 67
526.26/519.05	c conflicts		: 29047
526.26/519.05	c decisions		: 48054
526.26/519.05	c propagations		: 1483969
526.26/519.05	c inspects		: 349741716
526.26/519.05	c shortcuts		: 0
526.26/519.05	c learnt literals	: 3
526.26/519.05	c learnt binary clauses	: 1
526.26/519.05	c learnt ternary clauses	: 4
526.26/519.05	c learnt constraints	: 29043
526.26/519.05	c ignored constraints	: 0
526.26/519.05	c root simplifications	: 0
526.26/519.05	c removed literals (reason simplification)	: 0
526.26/519.05	c reason swapping (by a shorter reason)	: 0
526.26/519.05	c Calls to reduceDB	: 3
526.26/519.05	c Number of update (reduction) of LBD	: 0
526.26/519.05	c Imported unit clauses	: 0
526.26/519.06	c No decision after first conflict	: false
526.26/519.06	c number of reductions to clauses (during analyze)	: 0
526.26/519.06	c number of learned constraints concerned by reduction	: 0
526.26/519.06	c number of learning phase by resolution	: 0
526.26/519.06	c number of learning phase by cutting planes	: 0
526.26/519.06	c number of rounding to 1 operations	: 31476
526.26/519.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
526.26/519.06	c number of reductions of the coefficients by power 2 	: 0
526.26/519.06	c number of right shift for reduction by power 2 	: 0
526.26/519.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
526.26/519.06	c number of ending skipping 	: 0
526.26/519.06	c number of internal skipping 	: 0
526.26/519.06	c number of derivation steps 	: 726448
526.26/519.06	c number of skipped derivation steps 	: 0
526.26/519.06	c number of remaining unassigned 	: 11270
526.26/519.06	c number of remaining assigned 	: 5097096
526.26/519.06	c number of falsified literals weakened from reason	: 0
526.26/519.06	c number of falsified literals weakened from conflict	: 0
526.26/519.06	c time for arithmetic operations	: 400485087
526.26/519.06	c minimum degree of deleted constraints	: 4
526.26/519.06	c maximum degree of deleted constraints	: 8656676
526.26/519.06	c number of deleted constraints	: 10387
526.26/519.06	c speed (assignments/second)	: 2863.019777243148
526.26/519.06	c non guided choices	: 0
526.26/519.06	s OPTIMUM FOUND
526.26/519.06	c Found 13 solution(s)
526.26/519.06	v x1 -x2 x3 -x4 -x5 x6 x7 -x8 -x9 x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 -x57 x58 x59 -x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 -x69 x70 x71 -x72 -x73 x74 x75 -x76 -x77 -x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 -x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 x115 -x116 x117 -x118 -x119 -x120 -x121 x122 x123 -x124 x125 -x126 x127 -x128 -x129 -x130 x131 -x132 -x133 x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 -x143 x144 x145 -x146 x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 -x187 -x188 x189 -x190 -x191 x192 x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 x207 -x208 x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 x233 -x234 x235 -x236 -x237 -x238 x239 -x240 x241 -x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 -x252 -x253 x254 x255 -x256 x257 -x258 x259 -x260 -x261 x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 -x335 x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 -x381 x382 x383 -x384 -x385 x386 -x387 x388 x389 -x390 -x391 x392 -x393 x394 x395 -x396 -x397 x398 -x399 x400 x401 -x402 -x403 x404 -x405 x406 x407 -x408 -x409 x410 -x411 x412 x413 -x414 -x415 x416 -x417 x418 x419 -x420 x421 -x422 -x423 x424 -x425 x426 x427 -x428 -x429 x430 -x431 x432 -x433 x434 -x435 x436 x437 -x438 -x439 x440 -x441 x442 x443 -x444 -x445 x446 -x447 x448 x449 -x450 -x451 x452 -x453 x454 x455 -x456 x457 -x458 -x459 x460 -x461 x462 -x463 x464 -x465 x466 x467 -x468 -x469 x470 -x471 x472 x473 -x474 -x475 x476 -x477 x478 x479 -x480 -x481 x482 x483 -x484 -x485 x486 -x487 x488 -x489 x490 x491 -x492 -x493 x494 -x495 x496 x497 -x498 -x499 x500 -x501 x502 x503 -x504 -x505 x506 -x507 x508 x509 -x510 -x511 x512 -x513 x514 x515 -x516 -x517 x518 x519 -x520 -x521 x522 -x523 x524 -x525 x526 x527 -x528 x529 -x530 -x531 x532 -x533 x534 -x535 x536 -x537 x538 x539 -x540 -x541 x542 -x543 x544 x545 -x546 x547 -x548 -x549 x550 -x551 x552 -x553 x554 -x555 x556 x557 -x558 
526.26/519.06	c objective function=261
526.26/519.06	c Total wall clock time (in seconds): 518.613

Verifier Data

OK	261

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: 64096 MiB (60588 MiB free)
  memory of node 1: 64473 MiB (61248 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427378-1720994536/watcher-4427378-1720994536 -o /tmp/evaluation-result-4427378-1720994536/solver-4427378-1720994536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720994549-765394 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427378-1720994536.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=765464, runsolver pid=765460

[startup+0.100071 s]*
/proc/loadavg: 0.08 0.08 0.09 12/311 765523
/proc/meminfo: memFree=124684084/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=18975048 memory=54380 CPUtime=0.1 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 6313 0 0 0 6 4 0 0 20 0 18 0 151610783 19430449152 13595 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4743762 13595 5404 1 0 550690 0
[pid=765464/tid=765468] ppid=765460 vsize=18975048 memory=4026531971 CPUtime=0.07 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 5270 0 0 0 4 3 0 0 20 0 18 0 151610783 19430449152 13595 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=18975048 memory=4674 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151610790 19430449152 13595 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151610791 19430449152 13595 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54380 KiB

[startup+0.21555 s]*
/proc/loadavg: 0.08 0.08 0.09 11/313 765525
/proc/meminfo: memFree=124658284/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=18975048 memory=57728 CPUtime=0.27 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 6799 0 0 0 23 4 0 0 20 0 18 0 151610783 19430449152 14432 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4743762 14432 5723 1 0 551065 0
[pid=765464/tid=765468] ppid=765460 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 5653 0 0 0 14 3 0 0 20 0 18 0 151610783 19430449152 14432 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=18975048 memory=4674 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151610790 19430449152 14432 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151610791 19430449152 14432 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57728 KiB

[startup+0.314608 s]*
/proc/loadavg: 0.08 0.08 0.09 7/313 765525
/proc/meminfo: memFree=124644268/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=18975048 memory=63852 CPUtime=0.4 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 7289 0 0 0 35 5 0 0 20 0 18 0 151610783 19430449152 15963 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4743762 15963 5736 1 0 551497 0
[pid=765464/tid=765468] ppid=765460 vsize=18975048 memory=-8671230726866641596 CPUtime=0.24 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 5790 0 0 0 20 4 0 0 20 0 18 0 151610783 19430449152 15963 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151610790 19430449152 15963 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151610791 19430449152 15963 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63852 KiB

[startup+0.703652 s]
/proc/loadavg: 1.03 0.28 0.15 12/313 765525
/proc/meminfo: memFree=124580648/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=18975048 memory=96976 CPUtime=1.1 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 7923 0 0 0 102 8 0 0 20 0 18 0 151610783 19430449152 24244 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4743762 24244 5804 1 0 551865 0
[pid=765464/tid=765468] ppid=765460 vsize=18975048 memory=5540 CPUtime=0.6 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 6092 0 0 0 54 6 0 0 20 0 18 0 151610783 19430449152 24244 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=18975048 memory=12508 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151610790 19430449152 24244 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151610791 19430449152 24244 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 96976 KiB

[startup+1.50088 s]
/proc/loadavg: 1.03 0.28 0.15 10/296 765541
/proc/meminfo: memFree=124434276/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=180132 CPUtime=2.65 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 18511 0 0 0 253 12 0 0 20 0 20 0 151610783 19566772224 45033 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 45033 5872 1 0 556447 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=12508 CPUtime=1.29 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 6627 0 0 0 121 8 0 0 20 0 20 0 151610783 19566772224 45033 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 45033 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 45033 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765530] ppid=765460 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 45033 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180132 KiB

[startup+3.10581 s]
/proc/loadavg: 1.03 0.28 0.15 8/320 765598
/proc/meminfo: memFree=122462504/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=237448 CPUtime=5.43 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 21119 0 0 0 530 13 0 0 20 0 20 0 151610783 19566772224 59362 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 59362 5872 1 0 556745 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=0 CPUtime=2.81 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 7590 0 0 0 273 8 0 0 20 0 20 0 151610783 19566772224 59362 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 59362 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 59362 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765530] ppid=765460 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 59362 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 237448 KiB

[startup+6.30089 s]
/proc/loadavg: 1.43 0.37 0.18 5/320 765598
/proc/meminfo: memFree=121028068/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=415708 CPUtime=10.16 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 22803 0 0 0 998 18 0 0 20 0 20 0 151610783 19566772224 103927 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 103927 5872 1 0 556758 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=0 CPUtime=5.92 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 7913 0 0 0 580 12 0 0 20 0 20 0 151610783 19566772224 103927 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 103927 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 103927 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765530] ppid=765460 vsize=19108176 memory=40448 CPUtime=0 cores=0,2
/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 103927 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 10.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 415708 KiB

[startup+12.7005 s]
/proc/loadavg: 1.63 0.43 0.20 5/320 765600
/proc/meminfo: memFree=118067920/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=1336212 CPUtime=17.03 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 29661 0 1 0 1664 39 0 0 20 0 20 0 151610783 19566772224 334053 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 334053 5888 1 0 556758 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=0 CPUtime=12.27 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 10030 0 0 0 1196 31 0 0 20 0 20 0 151610783 19566772224 334053 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=1121040 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 334053 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 334053 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765530] ppid=765460 vsize=19108176 memory=251784 CPUtime=0 cores=0,2
/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 334053 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 17.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1336212 KiB

[startup+25.5005 s]
/proc/loadavg: 2.07 0.57 0.25 5/320 765601
/proc/meminfo: memFree=116860812/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=1364928 CPUtime=30.33 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 35908 0 1 0 2991 42 0 0 20 0 20 0 151610783 19566772224 341232 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 341232 5888 1 0 556758 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=0 CPUtime=24.67 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 11965 0 0 0 2435 32 0 0 20 0 20 0 151610783 19566772224 341232 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=1352612 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 341232 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=1338276 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 341232 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765530] ppid=765460 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 341232 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 30.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1364928 KiB

[startup+51.1137 s]
/proc/loadavg: 2.90 0.91 0.38 5/321 765607
/proc/meminfo: memFree=114323104/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=1895016 CPUtime=56.57 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 43795 0 1 0 5602 55 0 0 20 0 20 0 151610783 19566772224 473754 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 473754 5888 1 0 684523 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=40448 CPUtime=49.41 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 14504 0 0 0 4900 41 0 0 20 0 20 0 151610783 19566772224 473754 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=2308 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 473754 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 473754 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0

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

/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 680925 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 469.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723700 KiB

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

# cumulated CPU time of all completed processes:  user=525.257 s, system=1.10403 s

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

[startup+486.4 s]
/proc/loadavg: 4.11 3.48 1.85 5/319 766452
/proc/meminfo: memFree=110888380/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=2723700 CPUtime=493.59 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 83811 0 1 0 49253 106 0 0 20 0 20 0 151610783 19566772224 680925 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 680925 5888 1 0 816176 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=11420 CPUtime=476.88 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 31200 0 0 0 47632 56 0 0 20 0 20 0 151610783 19566772224 680925 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 680925 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=40636 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 534 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 680925 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765530] ppid=765460 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 680925 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 493.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723700 KiB

[startup+499.2 s]
/proc/loadavg: 4.25 3.53 1.88 7/325 766740
/proc/meminfo: memFree=110826732/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=2723700 CPUtime=506.38 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 84132 0 1 0 50531 107 0 0 20 0 20 0 151610783 19566772224 680925 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 680925 5888 1 0 816176 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=2723700 CPUtime=489.48 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 31510 0 0 0 48892 56 0 0 20 0 20 0 151610783 19566772224 680925 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=2723700 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 680925 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=2723700 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 534 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 680925 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765530] ppid=765460 vsize=19108176 memory=40636 CPUtime=0 cores=0,2
/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 680925 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 506.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723700 KiB

[startup+512 s]*
/proc/loadavg: 4.19 3.56 1.92 5/323 766750
/proc/meminfo: memFree=110768368/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=2723712 CPUtime=519.2 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 85182 0 1 0 51813 107 0 0 20 0 20 0 151610783 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 680928 5888 1 0 816176 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=-8959745872234980028 CPUtime=501.93 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 32230 0 0 0 50137 56 0 0 20 0 20 0 151610783 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=-8693842161918590874 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=28052 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 534 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765530] ppid=765460 vsize=19108176 memory=19600 CPUtime=0 cores=0,2
/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 519.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723712 KiB

[startup+515.2 s]
/proc/loadavg: 4.19 3.56 1.92 5/323 766750
/proc/meminfo: memFree=110641196/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=2723712 CPUtime=522.39 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 85558 0 1 0 52131 108 0 0 20 0 20 0 151610783 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 680928 5888 1 0 816176 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=40636 CPUtime=505.12 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 32606 0 0 0 50455 57 0 0 20 0 20 0 151610783 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=2723712 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=-9175915360108847804 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 534 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765530] ppid=765460 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 522.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723712 KiB

[startup+516.8 s]
/proc/loadavg: 4.18 3.56 1.93 5/323 766750
/proc/meminfo: memFree=110550924/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=2723712 CPUtime=523.98 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 85874 0 1 0 52290 108 0 0 20 0 20 0 151610783 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 680928 5888 1 0 816176 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=2723712 CPUtime=506.71 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 32822 0 0 0 50614 57 0 0 20 0 20 0 151610783 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=-9175915360108847804 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=5540 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 634 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765530] ppid=765460 vsize=19108176 memory=-9175915360108847804 CPUtime=0 cores=0,2
/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 680928 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 523.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723712 KiB

[startup+518.4 s]
/proc/loadavg: 4.18 3.56 1.93 5/323 766750
/proc/meminfo: memFree=110550988/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=2723716 CPUtime=525.6 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 86605 0 1 0 52452 108 0 0 20 0 20 0 151610783 19566772224 680929 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 680929 5888 1 0 816176 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=2723712 CPUtime=508.17 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 32984 0 0 0 50760 57 0 0 20 0 20 0 151610783 19566772224 680929 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=2723712 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 680929 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=5540 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 634 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 680929 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765530] ppid=765460 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 680929 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 525.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723716 KiB

[startup+518.8 s]
/proc/loadavg: 4.18 3.56 1.93 5/323 766750
/proc/meminfo: memFree=110550988/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=2723716 CPUtime=526 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 86605 0 1 0 52492 108 0 0 20 0 20 0 151610783 19566772224 680929 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 680929 5888 1 0 816176 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=2264 CPUtime=508.57 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 32984 0 0 0 50800 57 0 0 20 0 20 0 151610783 19566772224 680929 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=1936 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 680929 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=-9175915360108847804 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 634 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 680929 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765530] ppid=765460 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 680929 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 526 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723716 KiB

[startup+519 s]*
/proc/loadavg: 4.18 3.56 1.93 5/323 766752
/proc/meminfo: memFree=110550904/131655788 swapFree=131071996/131071996
[pid=765464] ppid=765460 vsize=19108176 memory=2723720 CPUtime=526.26 cores=0,2
/proc/765464/stat : 765464 (java) S 765460 765464 765384 0 -1 1077936128 87557 0 1 0 52518 108 0 0 20 0 20 0 151610783 19566772224 680930 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
/proc/765464/statm: 4777044 680930 5888 1 0 816176 0
[pid=765464/tid=765468] ppid=765460 vsize=19108176 memory=-8959745872234980028 CPUtime=508.78 cores=0,2
/proc/765464/task/765468/stat : 765468 (java) R 765460 765464 765384 0 -1 4194368 33088 0 0 0 50821 57 0 0 20 0 20 0 151610783 19566772224 680930 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765507] ppid=765460 vsize=19108176 memory=-8693842161918590874 CPUtime=0 cores=0,2
/proc/765464/task/765507/stat : 765507 (Finalizer) S 765460 765464 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610790 19566772224 680930 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765515] ppid=765460 vsize=19108176 memory=11768 CPUtime=0 cores=0,2
/proc/765464/task/765515/stat : 765515 (Common-Cleaner) S 765460 765464 765384 0 -1 1077936192 634 0 0 0 0 0 0 0 20 0 20 0 151610791 19566772224 680930 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
[pid=765464/tid=765530] ppid=765460 vsize=19108176 memory=2696 CPUtime=0 cores=0,2
/proc/765464/task/765530/stat : 765530 (Timer-0) S 765460 765464 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610857 19566772224 680930 134679101440 94238338510848 94238338514544 140728411973984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94238338522360 94238338523152 94238343258112 140728411980784 140728411980897 140728411980897 140728411987912 0
Current children cumulated CPU time: 526.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723720 KiB

Child status: 30

Real time (s): 519.089
CPU time (s): 526.361
CPU user time (s): 525.257
CPU system time (s): 1.10403
CPU usage (%): 101.401
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2723720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 525.257
system time used= 1.10403
maximum resident set size= 2725148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90168
page faults= 1
swaps= 0
block input operations= 256
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19495
involuntary context switches= 4752


# summary of solver processes directly reported to runsolver:
#   pid: 765464
#   total CPU time (s): 526.361
#   total CPU user time (s): 525.257
#   total CPU system time (s): 1.10403

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.63125 second user time and 5.76507 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-15 00:02:29
IDJOB=4427378
IDBENCH=147116
IDSOLVER=3046
FILE ID=nodeC011/4427378-1720994536
RUNJOBID= nodeC011-1720994549-765394
SLURM_JOB_ID= 7505312
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32c3.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427378-1720994536/watcher-4427378-1720994536 -o /tmp/evaluation-result-4427378-1720994536/solver-4427378-1720994536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720994549-765394 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427378-1720994536.opb

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

MD5SUM BENCH= a781914766da5574ce48a9f540451afb
RANDOM SEED=1909944225

nodeC011.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		: 1197.122
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.20
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.121
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.136
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.20
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.123
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		: 1197.122
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.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.154
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.136
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.20
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.137
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:        124823236 kB
MemAvailable:   129894968 kB
Buffers:          351136 kB
Cached:          5497888 kB
SwapCached:            0 kB
Active:           538964 kB
Inactive:        5630248 kB
Active(anon):       1364 kB
Inactive(anon):   356568 kB
Active(file):     537600 kB
Inactive(file):  5273680 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3812 kB
Writeback:             0 kB
AnonPages:        320048 kB
Mapped:           102632 kB
Shmem:             37704 kB
KReclaimable:     201304 kB
Slab:             310224 kB
SReclaimable:     201304 kB
SUnreclaim:       108920 kB
KernelStack:        3760 kB
PageTables:         9708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     675844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            49120 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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:      228168 kB
DirectMap2M:    27987968 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC011 at 2024-07-15 00:11:08