Trace number 4459869

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)27 3600.47 3393.44

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_200_10_4.opb
MD5SUMdbebfc2916fd48f48fd9f4f0821ac62f
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1248.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint22
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2524
Sum of products size (including duplicates)5048
Number of different products2524
Sum of products size5048

Quality of the solution as a function of time


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

Solver Data

0.13/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.18	c See www.sat4j.org for details.
0.13/0.19	c version CUSTOM.v20240707
0.13/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.22	c java.vm.version	22.0.1+8-16
0.13/0.22	c java.vm.vendor	Oracle Corporation
0.13/0.22	c sun.arch.data.model	64
0.13/0.22	c java.version		22.0.1
0.13/0.22	c os.name		Linux
0.13/0.22	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.22	c os.arch		amd64
0.13/0.24	c Free memory 		2115194816
0.13/0.24	c Max memory 		16282288128
0.13/0.24	c Total memory 		2122317824
0.29/0.25	c Number of processors 	2
0.59/0.44	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.44	 - never skip resolution steps
0.59/0.44	 - Auto-division on coefficients is disabled
0.59/0.44	 - No postprocessing
0.59/0.44	 - Conflict is considered as is when resolving
0.59/0.44	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.59/0.44	 - Weaken first using unassigned literals
0.59/0.44	 - Bump strategy: ALWAYS_ONE
0.59/0.44	 - Bumper: ASSIGNED
0.59/0.44	--- Begin Solver configuration ---
0.59/0.44	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.59/0.44	Learn all clauses as in MiniSAT
0.59/0.44	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.44	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.44	No reason simplification
0.59/0.44	Armin Biere (Picosat) restarts strategy
0.59/0.44	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.59/0.44	timeout=2147483s
0.59/0.44	DB Simplification allowed=false
0.59/0.44	Listener: none
0.59/0.44	--- End Solver configuration ---
0.59/0.44	c Pseudo Boolean Optimization by upper bound
0.59/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.44	c  - never skip resolution steps
0.59/0.44	c  - Auto-division on coefficients is disabled
0.59/0.44	c  - No postprocessing
0.59/0.44	c  - Conflict is considered as is when resolving
0.59/0.44	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.59/0.44	c  - Weaken first using unassigned literals
0.59/0.44	c  - Bump strategy: ALWAYS_ONE
0.59/0.44	c  - Bumper: ASSIGNED
0.59/0.44	c --- Begin Solver configuration ---
0.59/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.59/0.44	c Learn all clauses as in MiniSAT
0.59/0.44	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.44	c No reason simplification
0.59/0.44	c Armin Biere (Picosat) restarts strategy
0.59/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.59/0.44	c timeout=2147483s
0.59/0.44	c DB Simplification allowed=false
0.59/0.44	c Listener: none
0.59/0.44	c --- End Solver configuration ---
0.59/0.44	c solving HOME/instance-4459869-1721939465.opb
0.59/0.45	c reading problem ... 
0.59/0.45	c  objective function found
0.91/0.66	c ... done. Wall clock time 0.212s.
0.91/0.66	c declared #vars     200
0.91/0.66	c internal #vars     2724
0.91/0.66	c #constraints  5248
0.91/0.66	c constraints type 
0.91/0.66	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2524
0.91/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2724
0.91/0.66	c 5248 constraints processed.
0.91/0.68	c objective function length is 200 literals
1.06/0.73	c SATISFIABLE
1.06/0.73	c OPTIMIZING...
1.06/0.73	c Got one! Elapsed wall clock time (in seconds):0.288
1.06/0.73	o 30
1.45/0.95	c Got one! Elapsed wall clock time (in seconds):0.505
1.45/0.95	o 29
18.43/14.69	c cleaning 2513 clauses out of 5041 with flag 0/5041
41.03/35.66	c cleaning 4167 clauses out of 8528 with flag 0/11041
65.81/59.74	c cleaning 4387 clauses out of 11359 with flag 0/18039
95.59/88.74	c cleaning 5093 clauses out of 14972 with flag 0/26039
137.95/130.54	c cleaning 5286 clauses out of 18883 with flag 0/35043
188.90/180.67	c cleaning 6303 clauses out of 23593 with flag 0/45039
209.04/200.59	c Got one! Elapsed wall clock time (in seconds):200.145
209.04/200.59	o 28
209.66/201.18	c Got one! Elapsed wall clock time (in seconds):200.736
209.66/201.18	o 27
214.95/206.41	c cleaning 3544 clauses out of 23012 with flag 0/50761
238.33/229.08	c cleaning 3868 clauses out of 25462 with flag 0/56755
264.97/254.99	c cleaning 3979 clauses out of 28595 with flag 0/63756
311.21/299.87	c cleaning 4340 clauses out of 32621 with flag 0/71761
366.17/353.39	c cleaning 5526 clauses out of 37278 with flag 0/80758
420.40/406.48	c cleaning 6198 clauses out of 41753 with flag 0/90759
512.53/496.89	c cleaning 7421 clauses out of 46551 with flag 0/101755
628.58/611.61	c cleaning 5614 clauses out of 51134 with flag 0/113759
703.19/684.77	c cleaning 8483 clauses out of 58518 with flag 0/126757
807.55/785.27	c cleaning 8310 clauses out of 64033 with flag 0/140755
932.44/908.57	c cleaning 8016 clauses out of 70726 with flag 0/155758
1147.12/1121.43	c cleaning 10325 clauses out of 78708 with flag 0/171756
1290.05/1261.86	c cleaning 10576 clauses out of 85382 with flag 0/188755
1461.52/1429.07	c cleaning 10115 clauses out of 92807 with flag 0/206756
1667.38/1629.38	c cleaning 11309 clauses out of 101692 with flag 0/225756
1914.92/1873.78	c cleaning 11309 clauses out of 110384 with flag 0/245757
2122.31/2074.17	c cleaning 13471 clauses out of 120079 with flag 0/266761
2343.74/2275.72	c cleaning 12309 clauses out of 128602 with flag 0/288755
2625.35/2527.39	c cleaning 15034 clauses out of 139293 with flag 0/311755
2953.40/2820.40	c cleaning 13861 clauses out of 148263 with flag 0/335759
3287.30/3112.74	c cleaning 14286 clauses out of 159405 with flag 0/360762
3600.04/3393.22	c starts		: 140
3600.04/3393.25	c conflicts		: 380356
3600.04/3393.25	c decisions		: 695332
3600.04/3393.25	c propagations		: 102214156
3600.04/3393.25	c inspects		: 2438934198
3600.04/3393.25	c shortcuts		: 0
3600.04/3393.25	c learnt literals	: 0
3600.04/3393.25	c learnt binary clauses	: 0
3600.04/3393.25	c learnt ternary clauses	: 0
3600.04/3393.25	c learnt constraints	: 380356
3600.04/3393.25	c ignored constraints	: 0
3600.04/3393.25	c root simplifications	: 0
3600.04/3393.25	c removed literals (reason simplification)	: 0
3600.04/3393.25	c reason swapping (by a shorter reason)	: 0
3600.04/3393.25	c Calls to reduceDB	: 27
3600.04/3393.25	c Number of update (reduction) of LBD	: 0
3600.04/3393.25	c Imported unit clauses	: 0
3600.04/3393.27	c No decision after first conflict	: false
3600.04/3393.27	c number of reductions to clauses (during analyze)	: 0
3600.04/3393.27	c number of learned constraints concerned by reduction	: 0
3600.04/3393.27	c number of learning phase by resolution	: 0
3600.04/3393.27	c number of learning phase by cutting planes	: 0
3600.04/3393.27	c number of rounding to 1 operations	: 5485654
3600.04/3393.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3393.27	c number of reductions of the coefficients by power 2 	: 0
3600.04/3393.27	c number of right shift for reduction by power 2 	: 0
3600.04/3393.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3393.27	c number of ending skipping 	: 0
3600.04/3393.27	c number of internal skipping 	: 0
3600.04/3393.27	c number of derivation steps 	: 5883175
3600.04/3393.27	c number of skipped derivation steps 	: 0
3600.04/3393.27	c number of remaining unassigned 	: 780970
3600.04/3393.27	c number of remaining assigned 	: 121588772
3600.04/3393.27	c number of falsified literals weakened from reason	: 0
3600.04/3393.27	c number of falsified literals weakened from conflict	: 0
3600.04/3393.27	c time for arithmetic operations	: 56376260294
3600.04/3393.28	c minimum degree of deleted constraints	: 4
3600.04/3393.28	c maximum degree of deleted constraints	: 66225611
3600.04/3393.28	c number of deleted constraints	: 215643
3600.04/3393.28	c speed (assignments/second)	: 30128.791884863822
3600.04/3393.28	c non guided choices	: 0
3600.44/3393.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 79851
3600.44/3393.40	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3839
3600.44/3393.40	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 81023
3600.44/3393.40	s SATISFIABLE
3600.44/3393.40	c Found 4 solution(s)
3600.44/3393.40	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 
3600.44/3393.40	c objective function=27
3600.44/3393.40	c Total wall clock time (in seconds): 3392.96

Verifier Data

OK	27

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459869-1721939465/watcher-4459869-1721939465 -o /tmp/evaluation-result-4459869-1721939465/solver-4459869-1721939465 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721939462-252129 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459869-1721939465.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
solver pid=252445, runsolver pid=252442
Current StackSize limit: 8192 KiB


[startup+0.100071 s]*
/proc/loadavg: 0.78 0.24 0.23 10/315 252464
/proc/meminfo: memFree=117668416/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=18975048 memory=56720 CPUtime=0.13 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 6292 0 0 0 10 3 0 0 20 0 18 0 29935502 19430449152 14180 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4743762 14180 5519 1 0 550762 0
[pid=252445/tid=252448] ppid=252442 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) S 252442 252445 252119 0 -1 1077936192 5249 0 0 0 6 2 0 0 20 0 18 0 29935503 19430449152 14180 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935509 19430449152 14180 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=18975048 memory=3905244537068716064 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935511 19430449152 14180 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56720 KiB

[startup+0.232442 s]*
/proc/loadavg: 0.78 0.24 0.23 10/315 252464
/proc/meminfo: memFree=117481808/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=18975048 memory=59584 CPUtime=0.29 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 6974 0 0 0 26 3 0 0 20 0 18 0 29935502 19430449152 14896 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4743762 14896 5543 1 0 551339 0
[pid=252445/tid=252448] ppid=252442 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 5572 0 0 0 16 2 0 0 20 0 18 0 29935503 19430449152 14896 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=18975048 memory=880909 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935509 19430449152 14896 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=18975048 memory=15260341797930584 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935511 19430449152 14896 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59584 KiB

[startup+0.316451 s]*
/proc/loadavg: 0.78 0.24 0.23 12/315 252464
/proc/meminfo: memFree=117371220/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=18975048 memory=65036 CPUtime=0.42 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 7199 0 0 0 39 3 0 0 20 0 18 0 29935502 19430449152 16259 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4743762 16259 5653 1 0 551501 0
[pid=252445/tid=252448] ppid=252442 vsize=18975048 memory=-9032363134888420028 CPUtime=0.25 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 5716 0 0 0 23 2 0 0 20 0 18 0 29935503 19430449152 16259 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935509 19430449152 16259 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935511 19430449152 16259 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65036 KiB

[startup+0.700543 s]
/proc/loadavg: 0.78 0.24 0.23 11/315 252464
/proc/meminfo: memFree=117290120/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19041612 memory=110720 CPUtime=1.06 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 7857 0 0 0 101 5 0 0 20 0 19 0 29935502 19498610688 27680 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4760403 27680 5708 1 0 552147 0
[pid=252445/tid=252448] ppid=252442 vsize=19041612 memory=5572 CPUtime=0.56 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 1077936192 6065 0 0 0 52 4 0 0 20 0 19 0 29935503 19498610688 27680 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19041612 memory=11652 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 29935509 19498610688 27680 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 29935511 19498610688 27680 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 110720 KiB

[startup+1.50029 s]
/proc/loadavg: 0.78 0.24 0.23 9/317 252466
/proc/meminfo: memFree=117003176/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19108176 memory=179512 CPUtime=2.62 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 16339 0 0 0 253 9 0 0 20 0 20 0 29935502 19566772224 44878 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4777044 44878 5825 1 0 555865 0
[pid=252445/tid=252448] ppid=252442 vsize=19108176 memory=11652 CPUtime=1.21 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 6467 0 0 0 115 6 0 0 20 0 20 0 29935503 19566772224 44878 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935509 19566772224 44878 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935511 19566772224 44878 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252466] ppid=252442 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/252445/task/252466/stat : 252466 (Timer-0) S 252442 252445 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935571 19566772224 44878 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179512 KiB

[startup+3.10643 s]
/proc/loadavg: 0.78 0.24 0.23 8/319 252468
/proc/meminfo: memFree=115041320/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19108176 memory=736416 CPUtime=5.8 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 24705 0 0 0 557 23 0 0 20 0 20 0 29935502 19566772224 184104 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4777044 184104 5825 1 0 792133 0
[pid=252445/tid=252448] ppid=252442 vsize=19108176 memory=0 CPUtime=2.69 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 7072 0 0 0 253 16 0 0 20 0 20 0 29935503 19566772224 184104 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935509 19566772224 184104 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935511 19566772224 184104 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252466] ppid=252442 vsize=19108176 memory=11652 CPUtime=0 cores=0,2
/proc/252445/task/252466/stat : 252466 (Timer-0) S 252442 252445 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935571 19566772224 184104 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 736416 KiB

[startup+6.30045 s]
/proc/loadavg: 1.04 0.31 0.25 5/319 252470
/proc/meminfo: memFree=112587284/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19108176 memory=1466112 CPUtime=9.66 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 25299 0 0 0 929 37 0 0 20 0 20 0 29935502 19566772224 366528 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4777044 366528 5825 1 0 792140 0
[pid=252445/tid=252448] ppid=252442 vsize=19108176 memory=0 CPUtime=5.69 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 7428 0 0 0 541 28 0 0 20 0 20 0 29935503 19566772224 366528 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19108176 memory=11652 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935509 19566772224 366528 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935511 19566772224 366528 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252466] ppid=252442 vsize=19108176 memory=70052 CPUtime=0 cores=0,2
/proc/252445/task/252466/stat : 252466 (Timer-0) S 252442 252445 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935571 19566772224 366528 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 9.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1466112 KiB

[startup+12.7005 s]
/proc/loadavg: 1.36 0.38 0.27 5/319 252470
/proc/meminfo: memFree=110825044/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19108176 memory=1511172 CPUtime=16.41 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 25735 0 0 0 1603 38 0 0 20 0 20 0 29935502 19566772224 377793 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4777044 377793 5825 1 0 792140 0
[pid=252445/tid=252448] ppid=252442 vsize=19108176 memory=115688 CPUtime=11.72 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 7785 0 0 0 1143 29 0 0 20 0 20 0 29935503 19566772224 377793 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19108176 memory=1511168 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935509 19566772224 377793 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19108176 memory=736568 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935511 19566772224 377793 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252466] ppid=252442 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/252445/task/252466/stat : 252466 (Timer-0) S 252442 252445 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935571 19566772224 377793 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 16.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1511172 KiB

[startup+25.5005 s]
/proc/loadavg: 2.01 0.58 0.34 5/319 252471
/proc/meminfo: memFree=105988620/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19108176 memory=3380916 CPUtime=30.51 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 29690 0 0 0 2974 77 0 0 20 0 20 0 29935502 19566772224 845229 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4777044 845229 5856 1 0 1269004 0
[pid=252445/tid=252448] ppid=252442 vsize=19108176 memory=1511168 CPUtime=24.11 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 10264 0 0 0 2347 64 0 0 20 0 20 0 29935503 19566772224 845229 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19108176 memory=3331004 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935509 19566772224 845229 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 29935511 19566772224 845229 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252466] ppid=252442 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=0,2
/proc/252445/task/252466/stat : 252466 (Timer-0) S 252442 252445 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935571 19566772224 845229 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 30.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3380916 KiB

[startup+51.1137 s]
/proc/loadavg: 2.82 0.89 0.45 5/319 252477
/proc/meminfo: memFree=105326788/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19108176 memory=3481972 CPUtime=57.12 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 36825 0 0 0 5630 82 0 0 20 0 20 0 29935502 19566772224 870493 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4777044 870493 5856 1 0 1269008 0
[pid=252445/tid=252448] ppid=252442 vsize=19108176 memory=3389516 CPUtime=48.69 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 13272 0 0 0 4804 65 0 0 20 0 20 0 29935503 19566772224 870493 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19108176 memory=3389564 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935509 19566772224 870493 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 29935511 19566772224 870493 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252466] ppid=252442 vsize=19108176 memory=1511172 CPUtime=0 cores=0,2

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

[startup+3042.3 s]
/proc/loadavg: 4.41 4.53 4.39 5/320 253668
/proc/meminfo: memFree=97515692/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19108176 memory=5031836 CPUtime=3206.05 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 505132 0 0 0 320160 445 0 0 20 0 20 0 29935502 19566772224 1257959 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4777044 1257959 5888 1 0 1271131 0
[pid=252445/tid=252448] ppid=252442 vsize=19108176 memory=13560 CPUtime=2962.76 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 194056 0 0 0 296170 106 0 0 20 0 20 0 29935503 19566772224 1257959 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 179 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19108176 memory=5031824 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935509 19566772224 1257959 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19108176 memory=5031836 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 2719 0 0 0 0 0 0 0 20 0 20 0 29935511 19566772224 1257959 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252466] ppid=252442 vsize=19108176 memory=5031836 CPUtime=0 cores=0,2
/proc/252445/task/252466/stat : 252466 (Timer-0) S 252442 252445 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935571 19566772224 1257959 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 3206.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5031836 KiB

[startup+3102.3 s]
/proc/loadavg: 4.60 4.57 4.41 5/321 253681
/proc/meminfo: memFree=97515400/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19108176 memory=5031840 CPUtime=3273.52 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 522326 0 0 0 326898 454 0 0 20 0 20 0 29935502 19566772224 1257960 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4777044 1257960 5888 1 0 1271131 0
[pid=252445/tid=252448] ppid=252442 vsize=19108176 memory=5031836 CPUtime=3021.64 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 199365 0 0 0 302057 107 0 0 20 0 20 0 29935503 19566772224 1257960 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 179 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19108176 memory=5031840 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935509 19566772224 1257960 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19108176 memory=5031836 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 2769 0 0 0 0 0 0 0 20 0 20 0 29935511 19566772224 1257960 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252466] ppid=252442 vsize=19108176 memory=5031840 CPUtime=0 cores=0,2
/proc/252445/task/252466/stat : 252466 (Timer-0) S 252442 252445 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935571 19566772224 1257960 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 3273.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5031840 KiB

[startup+3162.3 s]
/proc/loadavg: 4.45 4.54 4.41 5/321 253691
/proc/meminfo: memFree=97514912/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19108176 memory=5031844 CPUtime=3344.03 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 539917 0 0 0 333937 466 0 0 20 0 20 0 29935502 19566772224 1257961 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4777044 1257961 5888 1 0 1271131 0
[pid=252445/tid=252448] ppid=252442 vsize=19108176 memory=5031836 CPUtime=3079.99 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 204302 0 0 0 307892 107 0 0 20 0 20 0 29935503 19566772224 1257961 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 180 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19108176 memory=70052 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935509 19566772224 1257961 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19108176 memory=5031844 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 2874 0 0 0 0 0 0 0 20 0 20 0 29935511 19566772224 1257961 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252466] ppid=252442 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/252445/task/252466/stat : 252466 (Timer-0) S 252442 252445 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935571 19566772224 1257961 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 3344.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5031844 KiB

[startup+3222.3 s]
/proc/loadavg: 5.24 4.72 4.48 6/321 253702
/proc/meminfo: memFree=97514596/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19108176 memory=5031848 CPUtime=3411.47 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 557745 0 0 0 340671 476 0 0 20 0 20 0 29935502 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4777044 1257962 5888 1 0 1271131 0
[pid=252445/tid=252448] ppid=252442 vsize=19108176 memory=5031848 CPUtime=3138.3 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 209483 0 0 0 313722 108 0 0 20 0 20 0 29935503 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 180 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19108176 memory=5031848 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935509 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19108176 memory=5031848 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 2876 0 0 0 0 0 0 0 20 0 20 0 29935511 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252466] ppid=252442 vsize=19108176 memory=5031848 CPUtime=0 cores=0,2
/proc/252445/task/252466/stat : 252466 (Timer-0) S 252442 252445 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935571 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 3411.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5031848 KiB

[startup+3282.3 s]
/proc/loadavg: 4.93 4.74 4.51 5/321 254231
/proc/meminfo: memFree=103773684/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19108176 memory=5031848 CPUtime=3478.23 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 563363 0 0 0 347338 485 0 0 20 0 20 0 29935502 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4777044 1257962 5888 1 0 1271131 0
[pid=252445/tid=252448] ppid=252442 vsize=19108176 memory=5031848 CPUtime=3197.35 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 212586 0 0 0 319626 109 0 0 20 0 20 0 29935503 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 182 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19108176 memory=5031848 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935509 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19108176 memory=5031848 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 2926 0 0 0 0 0 0 0 20 0 20 0 29935511 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252466] ppid=252442 vsize=19108176 memory=5031848 CPUtime=0 cores=0,2
/proc/252445/task/252466/stat : 252466 (Timer-0) S 252442 252445 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935571 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 3478.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5031848 KiB

[startup+3342.3 s]
/proc/loadavg: 4.68 4.71 4.51 6/320 254241
/proc/meminfo: memFree=99667720/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19108176 memory=5031848 CPUtime=3545.6 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 577007 0 0 0 354065 495 0 0 20 0 20 0 29935502 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4777044 1257962 5888 1 0 1271131 0
[pid=252445/tid=252448] ppid=252442 vsize=19108176 memory=5031848 CPUtime=3256.12 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 215739 0 0 0 325503 109 0 0 20 0 20 0 29935503 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 182 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19108176 memory=5031848 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935509 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19108176 memory=5031848 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 2976 0 0 0 0 0 0 0 20 0 20 0 29935511 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252466] ppid=252442 vsize=19108176 memory=-9032363134888420028 CPUtime=0 cores=0,2
/proc/252445/task/252466/stat : 252466 (Timer-0) S 252442 252445 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935571 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 3545.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5031848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3393.2 s]
/proc/loadavg: 4.40 4.63 4.49 6/319 254249
/proc/meminfo: memFree=99544076/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19108176 memory=5031848 CPUtime=3600.04 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 593492 0 0 0 359501 503 0 0 20 0 20 0 29935502 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4777044 1257962 5888 1 0 1271131 0
[pid=252445/tid=252448] ppid=252442 vsize=19108176 memory=16072 CPUtime=3306.43 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 219002 0 0 0 330533 110 0 0 20 0 20 0 29935503 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 182 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19108176 memory=27920 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935509 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19108176 memory=3396 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 3049 0 0 0 0 0 0 0 20 0 20 0 29935511 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252466] ppid=252442 vsize=19108176 memory=27024 CPUtime=0 cores=0,2
/proc/252445/task/252466/stat : 252466 (Timer-0) S 252442 252445 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935571 19566772224 1257962 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5031848 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.41 s, system=5.06279 s

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

[startup+3393.4 s]
/proc/loadavg: 4.40 4.63 4.49 6/319 254249
/proc/meminfo: memFree=99544076/131655788 swapFree=131071472/131071996
[pid=252445] ppid=252442 vsize=19307868 memory=5032492 CPUtime=3600.44 cores=0,2
/proc/252445/stat : 252445 (java) S 252442 252445 252119 0 -1 1077936128 595808 0 0 0 359540 504 0 0 20 0 21 0 29935502 19771256832 1258123 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
/proc/252445/statm: 4826967 1258123 5887 1 0 1272066 0
[pid=252445/tid=252448] ppid=252442 vsize=19307868 memory=2148 CPUtime=3306.6 cores=0,2
/proc/252445/task/252448/stat : 252448 (java) R 252442 252445 252119 0 -1 4194368 219098 0 0 0 330550 110 0 0 20 0 21 0 29935503 19771256832 1258123 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 182 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252457] ppid=252442 vsize=19307868 memory=1848 CPUtime=0 cores=0,2
/proc/252445/task/252457/stat : 252457 (Finalizer) S 252442 252445 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 29935509 19771256832 1258123 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
[pid=252445/tid=252464] ppid=252442 vsize=19307868 memory=39140 CPUtime=0 cores=0,2
/proc/252445/task/252464/stat : 252464 (Common-Cleaner) S 252442 252445 252119 0 -1 1077936192 3049 0 0 0 0 0 0 0 20 0 21 0 29935511 19771256832 1258123 134679101440 94780146180096 94780146183792 140729382261584 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94780146191608 94780146192400 94780168241152 140729382269935 140729382270048 140729382270048 140729382277064 0
Current children cumulated CPU time: 3600.44 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5032492 KiB

Child status: 143

Real time (s): 3393.44
CPU time (s): 3600.47
CPU user time (s): 3595.41
CPU system time (s): 5.06279
CPU usage (%): 106.101
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5032492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.41
system time used= 5.06279
maximum resident set size= 5033316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 596135
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125527
involuntary context switches= 34892


# summary of solver processes directly reported to runsolver:
#   pid: 252445
#   total CPU time (s): 3600.47
#   total CPU user time (s): 3595.41
#   total CPU system time (s): 5.06279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6959 second user time and 34.6879 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-25 22:31:06
IDJOB=4459869
IDBENCH=148620
IDSOLVER=3046
FILE ID=nodeC004/4459869-1721939465
RUNJOBID= nodeC004-1721939462-252129
SLURM_JOB_ID= 8247258
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_4.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459869-1721939465/watcher-4459869-1721939465 -o /tmp/evaluation-result-4459869-1721939465/solver-4459869-1721939465 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721939462-252129 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459869-1721939465.opb

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

MD5SUM BENCH= dbebfc2916fd48f48fd9f4f0821ac62f
RANDOM SEED=533500584

nodeC004.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		: 1496.611
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	: 6984.13
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		: 3492.066
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.36
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		: 1795.927
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	: 6984.13
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		: 3492.066
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.36
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		: 3492.066
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	: 6984.13
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		: 3492.067
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.36
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		: 3492.066
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	: 6984.13
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		: 3492.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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        117966064 kB
MemAvailable:   128777320 kB
Buffers:          337260 kB
Cached:         11261464 kB
SwapCached:           60 kB
Active:          2745864 kB
Inactive:       10293844 kB
Active(anon):       1420 kB
Inactive(anon):  1493408 kB
Active(file):    2744444 kB
Inactive(file):  8800436 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:              3832 kB
Writeback:            12 kB
AnonPages:       1438628 kB
Mapped:           135936 kB
Shmem:             53860 kB
KReclaimable:     213148 kB
Slab:             326284 kB
SReclaimable:     213148 kB
SUnreclaim:       113136 kB
KernelStack:        4480 kB
PageTables:        11756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7527032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20128 kB
HardwareCorrupted:     0 kB
AnonHugePages:    991232 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:      392008 kB
DirectMap2M:    50892800 kB
DirectMap1G:    84934656 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC004 at 2024-07-25 23:27:39