Trace number 4427335

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-12SAT (TO)-26 3600.78 3534.97

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
MD5SUM3e791e4af881e2fe08ee2208e231d7f8
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 benchmark-30
Best CPU time to get the best result obtained on this benchmark5.15888
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables450
Total number of constraints17827
Number of constraints which are clauses17827
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 constraint2
Number of terms in the objective function 450
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 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.14/1.28	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/1.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/1.28	c See www.sat4j.org for details.
0.25/1.37	c version CUSTOM.v20240707
0.25/1.39	c java.runtime.name	OpenJDK Runtime Environment
0.25/1.39	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/1.39	c java.vm.version	22.0.1+8-16
0.25/1.40	c java.vm.vendor	Oracle Corporation
0.25/1.40	c sun.arch.data.model	64
0.25/1.40	c java.version		22.0.1
0.25/1.40	c os.name		Linux
0.25/1.40	c os.version		4.18.0-301.1.el8.x86_64
0.25/1.40	c os.arch		amd64
0.32/1.40	c Free memory 		2115194816
0.32/1.40	c Max memory 		16282288128
0.32/1.40	c Total memory 		2122317824
0.32/1.41	c Number of processors 	2
0.49/1.59	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/1.59	 - never skip resolution steps
0.49/1.59	 - Auto-division on coefficients is disabled
0.49/1.59	 - No postprocessing
0.49/1.59	 - Conflict is considered as is when resolving
0.49/1.59	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.49/1.59	 - Weaken first using unassigned literals
0.49/1.59	 - Bump strategy: ALWAYS_ONE
0.49/1.59	 - Bumper: ASSIGNED
0.49/1.59	--- Begin Solver configuration ---
0.49/1.59	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.49/1.59	Learn all clauses as in MiniSAT
0.49/1.59	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/1.59	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/1.59	No reason simplification
0.49/1.59	Armin Biere (Picosat) restarts strategy
0.49/1.59	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.49/1.59	timeout=2147483s
0.49/1.59	DB Simplification allowed=false
0.49/1.59	Listener: none
0.49/1.59	--- End Solver configuration ---
0.49/1.59	c Pseudo Boolean Optimization by upper bound
0.49/1.59	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/1.59	c  - never skip resolution steps
0.49/1.59	c  - Auto-division on coefficients is disabled
0.49/1.59	c  - No postprocessing
0.49/1.59	c  - Conflict is considered as is when resolving
0.49/1.59	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.49/1.59	c  - Weaken first using unassigned literals
0.49/1.59	c  - Bump strategy: ALWAYS_ONE
0.49/1.59	c  - Bumper: ASSIGNED
0.49/1.59	c --- Begin Solver configuration ---
0.49/1.59	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.49/1.59	c Learn all clauses as in MiniSAT
0.49/1.59	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/1.59	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/1.59	c No reason simplification
0.49/1.59	c Armin Biere (Picosat) restarts strategy
0.49/1.59	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.49/1.59	c timeout=2147483s
0.49/1.59	c DB Simplification allowed=false
0.49/1.59	c Listener: none
0.49/1.59	c --- End Solver configuration ---
0.49/1.59	c solving HOME/instance-4427335-1720994535.opb
0.49/1.59	c reading problem ... 
0.49/1.60	c  objective function found
1.26/2.01	c ... done. Wall clock time 0.409s.
1.26/2.01	c declared #vars     450
1.26/2.01	c #constraints  17827
1.26/2.01	c constraints type 
1.26/2.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17827
1.26/2.01	c 17827 constraints processed.
1.48/2.03	c objective function length is 450 literals
1.48/2.05	c SATISFIABLE
1.48/2.05	c OPTIMIZING...
1.48/2.05	c Got one! Elapsed wall clock time (in seconds):0.456
1.48/2.05	o -20
1.65/2.15	c Got one! Elapsed wall clock time (in seconds):0.559
1.65/2.15	o -21
2.03/2.38	c Got one! Elapsed wall clock time (in seconds):0.785
2.03/2.38	o -22
2.99/2.85	c Got one! Elapsed wall clock time (in seconds):1.261
2.99/2.86	o -23
3.79/3.23	c Got one! Elapsed wall clock time (in seconds):1.632
3.79/3.23	o -24
5.57/4.10	c Got one! Elapsed wall clock time (in seconds):2.516
5.57/4.11	o -25
24.65/21.55	c cleaning 3109 clauses out of 6220 with flag 0/6220
43.58/39.41	c cleaning 4553 clauses out of 9111 with flag 0/12220
64.52/59.56	c cleaning 5556 clauses out of 11558 with flag 0/19220
92.31/86.44	c cleaning 5497 clauses out of 14003 with flag 0/27221
121.54/114.79	c cleaning 5987 clauses out of 17505 with flag 0/36220
161.48/153.68	c cleaning 6384 clauses out of 21519 with flag 0/46221
213.02/203.83	c cleaning 7387 clauses out of 26134 with flag 0/57220
263.03/253.26	c cleaning 7899 clauses out of 30747 with flag 0/69220
330.54/319.75	c cleaning 8954 clauses out of 35848 with flag 0/82220
392.20/380.45	c cleaning 9151 clauses out of 40895 with flag 0/96221
477.58/464.76	c cleaning 9349 clauses out of 46750 with flag 0/111227
482.07/469.23	c Got one! Elapsed wall clock time (in seconds):467.637
482.07/469.23	o -26
492.37/479.42	c cleaning 3776 clauses out of 42916 with flag 0/116742
512.35/499.12	c cleaning 3871 clauses out of 45139 with flag 0/122741
542.89/529.30	c cleaning 4487 clauses out of 48267 with flag 0/129740
576.29/562.25	c cleaning 5276 clauses out of 51780 with flag 0/137740
616.59/602.03	c cleaning 5732 clauses out of 55505 with flag 0/146741
661.09/645.95	c cleaning 6299 clauses out of 59773 with flag 0/156741
719.73/703.97	c cleaning 6569 clauses out of 64474 with flag 0/167741
779.81/763.19	c cleaning 7556 clauses out of 69905 with flag 0/179741
843.76/826.46	c cleaning 8360 clauses out of 75349 with flag 0/192741
923.28/905.11	c cleaning 8767 clauses out of 80991 with flag 0/206743
995.00/973.74	c cleaning 9104 clauses out of 87224 with flag 0/221743
1076.66/1054.35	c cleaning 9879 clauses out of 94119 with flag 0/237742
1194.71/1171.05	c cleaning 11353 clauses out of 101241 with flag 0/254743
1328.80/1303.06	c cleaning 11822 clauses out of 107885 with flag 0/272740
1453.09/1425.87	c cleaning 11199 clauses out of 115063 with flag 0/291740
1588.40/1559.23	c cleaning 11662 clauses out of 123864 with flag 0/311740
1739.70/1709.02	c cleaning 12399 clauses out of 133204 with flag 0/332742
1894.77/1862.54	c cleaning 13576 clauses out of 142804 with flag 0/354741
2112.98/2076.80	c cleaning 13650 clauses out of 152228 with flag 0/377741
2331.64/2293.84	c cleaning 15677 clauses out of 162578 with flag 0/401741
2572.95/2533.19	c cleaning 15436 clauses out of 171901 with flag 0/426741
2814.07/2772.32	c cleaning 16731 clauses out of 182464 with flag 0/452740
3055.45/3011.19	c cleaning 16014 clauses out of 192733 with flag 0/479740
3371.01/3314.11	c cleaning 18017 clauses out of 204719 with flag 0/507740
3600.08/3534.62	c starts		: 160
3600.08/3534.64	c conflicts		: 531482
3600.08/3534.64	c decisions		: 546477
3600.08/3534.64	c propagations		: 3938232
3600.08/3534.64	c inspects		: 4596095204
3600.08/3534.64	c shortcuts		: 0
3600.08/3534.64	c learnt literals	: 0
3600.08/3534.64	c learnt binary clauses	: 0
3600.08/3534.64	c learnt ternary clauses	: 0
3600.08/3534.64	c learnt constraints	: 531482
3600.08/3534.64	c ignored constraints	: 0
3600.08/3534.64	c root simplifications	: 0
3600.08/3534.64	c removed literals (reason simplification)	: 0
3600.08/3534.64	c reason swapping (by a shorter reason)	: 0
3600.08/3534.65	c Calls to reduceDB	: 35
3600.08/3534.65	c Number of update (reduction) of LBD	: 0
3600.08/3534.65	c Imported unit clauses	: 0
3600.08/3534.65	c No decision after first conflict	: false
3600.08/3534.65	c number of reductions to clauses (during analyze)	: 0
3600.08/3534.65	c number of learned constraints concerned by reduction	: 0
3600.08/3534.65	c number of learning phase by resolution	: 0
3600.08/3534.65	c number of learning phase by cutting planes	: 0
3600.08/3534.65	c number of rounding to 1 operations	: 1890688
3600.08/3534.65	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3534.65	c number of reductions of the coefficients by power 2 	: 0
3600.08/3534.65	c number of right shift for reduction by power 2 	: 0
3600.08/3534.65	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3534.65	c number of ending skipping 	: 0
3600.08/3534.65	c number of internal skipping 	: 0
3600.08/3534.65	c number of derivation steps 	: 4112968
3600.08/3534.65	c number of skipped derivation steps 	: 0
3600.08/3534.65	c number of remaining unassigned 	: 214355
3600.08/3534.65	c number of remaining assigned 	: 394576123
3600.08/3534.65	c number of falsified literals weakened from reason	: 0
3600.08/3534.66	c number of falsified literals weakened from conflict	: 0
3600.08/3534.66	c time for arithmetic operations	: 14693686723
3600.08/3534.69	c minimum degree of deleted constraints	: 4
3600.08/3534.69	c maximum degree of deleted constraints	: 800033992
3600.08/3534.69	c number of deleted constraints	: 321038
3600.08/3534.69	c speed (assignments/second)	: 1114.8129360405046
3600.08/3534.69	c non guided choices	: 0
3600.47/3534.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 187769
3600.47/3534.89	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3425
3600.47/3534.89	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 19250
3600.47/3534.89	s SATISFIABLE
3600.47/3534.89	c Found 7 solution(s)
3600.47/3534.89	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 
3600.68/3534.92	c objective function=-26
3600.68/3534.92	c Total wall clock time (in seconds): 3533.329

Verifier Data

OK	-26

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427335-1720994535/watcher-4427335-1720994535 -o /tmp/evaluation-result-4427335-1720994535/solver-4427335-1720994535 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1720994548-768480 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427335-1720994535.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=768519, runsolver pid=768514

[startup+0.100036 s]*
/proc/loadavg: 0.13 0.10 0.09 3/248 768546
/proc/meminfo: memFree=128802256/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=547128 memory=21620 CPUtime=0.02 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 1475 0 63 0 0 2 0 0 20 0 2 0 151612400 560259072 5405 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16784588 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 136782 5405 3259 1 0 4255 0
[pid=768519/tid=768537] ppid=768514 vsize=547128 memory=4026531971 CPUtime=0.01 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) D 768514 768519 768469 0 -1 4194368 906 0 39 0 0 1 0 0 20 0 2 0 151612405 560259072 5405 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 547128 KiB
Current children cumulated memory: 21620 KiB

[startup+0.21426 s]*
/proc/loadavg: 0.13 0.10 0.09 1/272 768573
/proc/meminfo: memFree=128711208/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=18194260 memory=41416 CPUtime=0.05 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 5082 0 90 0 1 4 0 0 20 0 7 0 151612400 18630922240 10354 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16784588 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4548565 10354 4204 1 0 546890 0
[pid=768519/tid=768537] ppid=768514 vsize=18194260 memory=7301190626353741955 CPUtime=0.04 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) D 768514 768519 768469 0 -1 4194368 4507 0 65 0 1 3 0 0 20 0 7 0 151612405 18630922240 10354 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 10 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18194260 KiB
Current children cumulated memory: 41416 KiB

[startup+0.314191 s]*
/proc/loadavg: 0.13 0.10 0.09 1/272 768573
/proc/meminfo: memFree=128710172/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=18194260 memory=41416 CPUtime=0.05 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 5082 0 90 0 1 4 0 0 20 0 7 0 151612400 18630922240 10354 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16784588 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4548565 10354 4204 1 0 546890 0
[pid=768519/tid=768537] ppid=768514 vsize=18194260 memory=-8600016445362315964 CPUtime=0.04 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 4507 0 65 0 1 3 0 0 20 0 7 0 151612405 18630922240 10354 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 22 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18194260 KiB
Current children cumulated memory: 41416 KiB

[startup+0.700295 s]
/proc/loadavg: 0.13 0.10 0.09 1/277 768578
/proc/meminfo: memFree=128699032/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=18261716 memory=44044 CPUtime=0.06 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 5569 0 94 0 1 5 0 0 20 0 8 0 151612400 18699997184 11011 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16784588 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4565429 11011 4376 1 0 547487 0
[pid=768519/tid=768537] ppid=768514 vsize=18261716 memory=17200 CPUtime=0.05 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) D 768514 768519 768469 0 -1 4194368 4993 0 69 0 1 4 0 0 20 0 8 0 151612405 18699997184 11011 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 23 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18261716 KiB
Current children cumulated memory: 44044 KiB

[startup+1.50104 s]
/proc/loadavg: 0.13 0.10 0.09 1/313 768614
/proc/meminfo: memFree=128681192/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=18993908 memory=64708 CPUtime=0.49 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 7501 0 123 0 42 7 0 0 20 0 18 0 151612400 19449761792 16177 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4748477 16177 5913 1 0 551524 0
[pid=768519/tid=768537] ppid=768514 vsize=18993908 memory=17200 CPUtime=0.29 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 5928 0 81 0 25 4 0 0 20 0 18 0 151612405 19449761792 16177 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 151 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=18993908 memory=11472 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151612476 19449761792 16177 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 64708 KiB

[startup+3.10703 s]
/proc/loadavg: 0.13 0.10 0.09 12/323 768626
/proc/meminfo: memFree=127986224/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19127036 memory=186188 CPUtime=3.6 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 13273 0 124 0 346 14 0 0 20 0 20 0 151612400 19586084864 46547 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4781759 46547 6100 1 0 556062 0
[pid=768519/tid=768537] ppid=768514 vsize=19127036 memory=198340509722 CPUtime=1.72 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 6338 0 82 0 164 8 0 0 20 0 20 0 151612405 19586084864 46547 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19127036 memory=11472 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151612476 19586084864 46547 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19127036 memory=48232 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 151612515 19586084864 46547 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768621] ppid=768514 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/768519/task/768621/stat : 768621 (Timer-0) S 768514 768519 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612604 19586084864 46547 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 3.6 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 186188 KiB

[startup+6.30103 s]
/proc/loadavg: 0.76 0.24 0.13 7/325 768628
/proc/meminfo: memFree=125436936/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19127036 memory=903920 CPUtime=8.49 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 18697 0 125 0 819 30 0 0 20 0 20 0 151612400 19586084864 225980 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4781759 225980 6107 1 0 707489 0
[pid=768519/tid=768537] ppid=768514 vsize=19127036 memory=48232 CPUtime=4.71 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 6767 0 82 0 448 23 0 0 20 0 20 0 151612405 19586084864 225980 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151612476 19586084864 225980 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19127036 memory=6944656592452807316 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 151612515 19586084864 225980 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768621] ppid=768514 vsize=19127036 memory=-8889091246444159676 CPUtime=0 cores=4,6
/proc/768519/task/768621/stat : 768621 (Timer-0) S 768514 768519 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612604 19586084864 225980 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 8.49 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 903920 KiB

[startup+12.7005 s]
/proc/loadavg: 1.02 0.30 0.16 5/325 768628
/proc/meminfo: memFree=122357000/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19127036 memory=1477044 CPUtime=15.34 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 21349 0 125 0 1492 42 0 0 20 0 20 0 151612400 19586084864 369261 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4781759 369261 6125 1 0 847448 0
[pid=768519/tid=768537] ppid=768514 vsize=19127036 memory=48232 CPUtime=10.93 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 8512 0 82 0 1058 35 0 0 20 0 20 0 151612405 19586084864 369261 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19127036 memory=-8889091246444159676 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151612476 19586084864 369261 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19127036 memory=1477036 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 151612515 19586084864 369261 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768621] ppid=768514 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/768519/task/768621/stat : 768621 (Timer-0) S 768514 768519 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612604 19586084864 369261 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 15.34 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1477044 KiB

[startup+25.5005 s]
/proc/loadavg: 1.68 0.48 0.22 5/325 768631
/proc/meminfo: memFree=118777624/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19127036 memory=2165660 CPUtime=29.02 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 27297 0 125 0 2844 58 0 0 20 0 20 0 151612400 19586084864 541415 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4781759 541415 6127 1 0 847490 0
[pid=768519/tid=768537] ppid=768514 vsize=19127036 memory=48232 CPUtime=23.14 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 10825 0 82 0 2270 44 0 0 20 0 20 0 151612405 19586084864 541415 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151612476 19586084864 541415 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19127036 memory=5624 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 151612515 19586084864 541415 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768621] ppid=768514 vsize=19127036 memory=17200 CPUtime=0 cores=4,6
/proc/768519/task/768621/stat : 768621 (Timer-0) S 768514 768519 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612604 19586084864 541415 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 29.02 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2165660 KiB

[startup+51.1139 s]
/proc/loadavg: 2.62 0.80 0.33 6/325 768634
/proc/meminfo: memFree=117049576/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19127036 memory=2905660 CPUtime=56.04 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 37267 0 125 0 5528 76 0 0 20 0 20 0 151612400 19586084864 726415 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4781759 726415 6128 1 0 979378 0
[pid=768519/tid=768537] ppid=768514 vsize=19127036 memory=2809404 CPUtime=47.61 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 15312 0 82 0 4707 54 0 0 20 0 20 0 151612405 19586084864 726415 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19127036 memory=2809404 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151612476 19586084864 726415 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19127036 memory=2793020 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 151612515 19586084864 726415 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768621] ppid=768514 vsize=19127036 memory=11472 CPUtime=0 cores=4,6
/proc/768519/task/768621/stat : 768621 (Timer-0) S 768514 768519 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612604 19586084864 726415 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 56.04 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2905660 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 1.32 0.54 6/325 768642
/proc/meminfo: memFree=114245832/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19127036 memory=3964648 CPUtime=108.87 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 51192 0 125 0 10782 105 0 0 20 0 20 0 151612400 19586084864 991162 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4781759 991162 6129 1 0 1184092 0
[pid=768519/tid=768537] ppid=768514 vsize=19127036 memory=3852008 CPUtime=97.09 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 21563 0 82 0 9636 73 0 0 20 0 20 0 151612405 19586084864 991162 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19127036 memory=11472 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151612476 19586084864 991162 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19127036 memory=11472 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 159 0 0 0 0 0 0 0 20 0 20 0 151612515 19586084864 991162 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768621] ppid=768514 vsize=19127036 memory=548 CPUtime=0 cores=4,6
/proc/768519/task/768621/stat : 768621 (Timer-0) S 768514 768519 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612604 19586084864 991162 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0

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

Current children cumulated memory: 8008604 KiB

[startup+3282.3 s]
/proc/loadavg: 4.52 4.39 4.21 5/316 770741
/proc/meminfo: memFree=105735436/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19127036 memory=8008604 CPUtime=3334.95 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 412788 0 125 0 333048 447 0 0 20 0 20 0 151612400 19586084864 2002151 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4781759 2002151 6186 1 0 2016866 0
[pid=768519/tid=768537] ppid=768514 vsize=19127036 memory=8008604 CPUtime=3223.6 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 207008 0 82 0 322165 195 0 0 20 0 20 0 151612405 19586084864 2002151 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19127036 memory=8008604 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151612476 19586084864 2002151 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 2690 0 0 0 0 0 0 0 20 0 20 0 151612515 19586084864 2002151 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768621] ppid=768514 vsize=19127036 memory=8740820 CPUtime=0 cores=4,6
/proc/768519/task/768621/stat : 768621 (Timer-0) S 768514 768519 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612604 19586084864 2002151 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 3334.95 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 8008604 KiB

[startup+3342.3 s]
/proc/loadavg: 4.53 4.42 4.24 5/316 770751
/proc/meminfo: memFree=105730168/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19127036 memory=8009616 CPUtime=3399.66 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 439099 0 125 0 339509 457 0 0 20 0 20 0 151612400 19586084864 2002404 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4781759 2002404 6186 1 0 2017117 0
[pid=768519/tid=768537] ppid=768514 vsize=19127036 memory=8009616 CPUtime=3282.54 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 215889 0 82 0 328058 196 0 0 20 0 20 0 151612405 19586084864 2002404 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19127036 memory=8009616 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151612476 19586084864 2002404 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19127036 memory=1976 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 2732 0 0 0 0 0 0 0 20 0 20 0 151612515 19586084864 2002404 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768621] ppid=768514 vsize=19127036 memory=11472 CPUtime=0 cores=4,6
/proc/768519/task/768621/stat : 768621 (Timer-0) S 768514 768519 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612604 19586084864 2002404 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 3399.66 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 8009616 KiB

[startup+3402.3 s]
/proc/loadavg: 4.88 4.52 4.28 6/318 771133
/proc/meminfo: memFree=110264540/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19127036 memory=8009616 CPUtime=3459.85 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 442051 0 125 0 345524 461 0 0 20 0 20 0 151612400 19586084864 2002404 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4781759 2002404 6186 1 0 2017117 0
[pid=768519/tid=768537] ppid=768514 vsize=19127036 memory=8009616 CPUtime=3342.06 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 218214 0 82 0 334009 197 0 0 20 0 20 0 151612405 19586084864 2002404 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19127036 memory=11472 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151612476 19586084864 2002404 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19127036 memory=11472 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 2732 0 0 0 0 0 0 0 20 0 20 0 151612515 19586084864 2002404 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768621] ppid=768514 vsize=19127036 memory=8009616 CPUtime=0 cores=4,6
/proc/768519/task/768621/stat : 768621 (Timer-0) S 768514 768519 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612604 19586084864 2002404 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 3459.85 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 8009616 KiB

[startup+3462.3 s]
/proc/loadavg: 4.57 4.51 4.29 6/318 771344
/proc/meminfo: memFree=114466608/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19127036 memory=8009664 CPUtime=3524.39 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 471337 0 125 0 351969 470 0 0 20 0 20 0 151612400 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4781759 2002416 6186 1 0 2017117 0
[pid=768519/tid=768537] ppid=768514 vsize=19127036 memory=8009616 CPUtime=3401.08 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 228698 0 82 0 339909 199 0 0 20 0 20 0 151612405 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19127036 memory=8009616 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151612476 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19127036 memory=8009664 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 2768 0 0 0 0 0 0 0 20 0 20 0 151612515 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768621] ppid=768514 vsize=19127036 memory=8009664 CPUtime=0 cores=4,6
/proc/768519/task/768621/stat : 768621 (Timer-0) S 768514 768519 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612604 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 3524.39 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 8009664 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.45 4.28 5/318 771371
/proc/meminfo: memFree=112401184/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19127036 memory=8009664 CPUtime=3587.71 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 496541 0 125 0 358293 478 0 0 20 0 20 0 151612400 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4781759 2002416 6186 1 0 2017117 0
[pid=768519/tid=768537] ppid=768514 vsize=19127036 memory=8009664 CPUtime=3460.29 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 235420 0 82 0 345829 200 0 0 20 0 20 0 151612405 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19127036 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151612476 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19127036 memory=11936 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 2821 0 0 0 0 0 0 0 20 0 20 0 151612515 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768621] ppid=768514 vsize=19127036 memory=-8889091246444159676 CPUtime=0 cores=4,6
/proc/768519/task/768621/stat : 768621 (Timer-0) S 768514 768519 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612604 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 3587.71 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 8009664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3534.6 s]
/proc/loadavg: 4.36 4.45 4.28 6/318 771374
/proc/meminfo: memFree=112255480/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19127036 memory=8009664 CPUtime=3600.08 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 497129 0 125 0 359529 479 0 0 20 0 20 0 151612400 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4781759 2002416 6186 1 0 2017117 0
[pid=768519/tid=768537] ppid=768514 vsize=19127036 memory=-8889091246444159676 CPUtime=3472.3 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 235878 0 82 0 347030 200 0 0 20 0 20 0 151612405 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19127036 memory=28392 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151612476 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19127036 memory=7320 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 2821 0 0 0 0 0 0 0 20 0 20 0 151612515 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768621] ppid=768514 vsize=19127036 memory=-8889091246444159676 CPUtime=0 cores=4,6
/proc/768519/task/768621/stat : 768621 (Timer-0) S 768514 768519 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612604 19586084864 2002416 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 8009664 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.93 s, system=4.84102 s

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

[startup+3534.8 s]
/proc/loadavg: 4.36 4.45 4.28 6/318 771374
/proc/meminfo: memFree=112255480/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19326728 memory=8010396 CPUtime=3600.47 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 499271 0 125 0 359568 479 0 0 20 0 21 0 151612400 19790569472 2002599 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4831682 2002599 6186 1 0 2018044 0
[pid=768519/tid=768537] ppid=768514 vsize=19326728 memory=4504 CPUtime=3472.49 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 235951 0 82 0 347049 200 0 0 20 0 21 0 151612405 19790569472 2002599 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19326728 memory=-8889091246444159676 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 151612476 19790569472 2002599 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19326728 memory=40972 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 2821 0 0 0 0 0 0 0 20 0 21 0 151612515 19790569472 2002599 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 3600.47 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 8010396 KiB

[startup+3534.91 s]
/proc/loadavg: 4.36 4.45 4.28 6/318 771374
/proc/meminfo: memFree=112255480/131655788 swapFree=131071996/131071996
[pid=768519] ppid=768514 vsize=19326728 memory=8010440 CPUtime=3600.68 cores=4,6
/proc/768519/stat : 768519 (java) S 768514 768519 768469 0 -1 1077936128 499612 0 125 0 359589 479 0 0 20 0 21 0 151612400 19790569472 2002610 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 3 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
/proc/768519/statm: 4831682 2002610 6186 1 0 2018064 0
[pid=768519/tid=768537] ppid=768514 vsize=19326728 memory=8009664 CPUtime=3472.59 cores=4,6
/proc/768519/task/768537/stat : 768537 (java) R 768514 768519 768469 0 -1 4194368 235951 0 82 0 347059 200 0 0 20 0 21 0 151612405 19790569472 2002610 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 152 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768588] ppid=768514 vsize=19326728 memory=8009664 CPUtime=0 cores=4,6
/proc/768519/task/768588/stat : 768588 (Finalizer) S 768514 768519 768469 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 151612476 19790569472 2002610 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
[pid=768519/tid=768616] ppid=768514 vsize=19326728 memory=8009664 CPUtime=0 cores=4,6
/proc/768519/task/768616/stat : 768616 (Common-Cleaner) S 768514 768519 768469 0 -1 1077936192 2821 0 0 0 0 0 0 0 20 0 21 0 151612515 19790569472 2002610 134679101440 94271899660288 94271899663984 140732482512800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94271899671800 94271899672592 94271900901376 140732482520052 140732482520165 140732482520165 140732482527176 0
Current children cumulated CPU time: 3600.68 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 8010440 KiB

Child status: 143

Real time (s): 3534.97
CPU time (s): 3600.78
CPU user time (s): 3595.93
CPU system time (s): 4.84102
CPU usage (%): 101.861
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 8742144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.93
system time used= 4.84102
maximum resident set size= 8742148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499696
page faults= 125
swaps= 0
block input operations= 20800
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120360
involuntary context switches= 7724


# summary of solver processes directly reported to runsolver:
#   pid: 768519
#   total CPU time (s): 3600.78
#   total CPU user time (s): 3595.93
#   total CPU system time (s): 4.84102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5753 second user time and 36.2366 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-15 00:02:28
IDJOB=4427335
IDBENCH=146689
IDSOLVER=3046
FILE ID=nodeC005/4427335-1720994535
RUNJOBID= nodeC005-1720994548-768480
SLURM_JOB_ID= 7505306
Free space on /tmp= 723784 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427335-1720994535/watcher-4427335-1720994535 -o /tmp/evaluation-result-4427335-1720994535/solver-4427335-1720994535 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1720994548-768480 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427335-1720994535.opb

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

MD5SUM BENCH= 3e791e4af881e2fe08ee2208e231d7f8
RANDOM SEED=77768655

nodeC005.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.235
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.53
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.185
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.35
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.207
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.53
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.193
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.35
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.201
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.53
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.187
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.35
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.193
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.53
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.215
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128850280 kB
MemAvailable:   130016888 kB
Buffers:          325580 kB
Cached:          1671628 kB
SwapCached:            0 kB
Active:           466328 kB
Inactive:        1792324 kB
Active(anon):       1332 kB
Inactive(anon):   297828 kB
Active(file):     464996 kB
Inactive(file):  1494496 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1804 kB
Writeback:             0 kB
AnonPages:        260632 kB
Mapped:           103556 kB
Shmem:             37696 kB
KReclaimable:      94632 kB
Slab:             192684 kB
SReclaimable:      94632 kB
SUnreclaim:        98052 kB
KernelStack:        3648 kB
PageTables:         9600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     549432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            49728 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 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:      191304 kB
DirectMap2M:     8101888 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC005 at 2024-07-15 01:01:23